From fad52c4d5de2f018169e5a17b4c0b3cb6a30242c Mon Sep 17 00:00:00 2001 From: abe- Date: Sun, 18 Jun 2017 04:33:09 +0200 Subject: [PATCH] timeline --- .../css/leaflet.timedimension.control.min.css | 1 + .../data/ColoniasPenitenciarias.geojson | 15 + .../data/EmbalsesGen.geojson | 153 + .../data/EmbalsesGenV1.geojson | 153 + .../data/EmbalsesGenV2.geojson | 153 + .../data/EmbalsesGenV3.geojson | 153 + .../data/MunicipiosPenales.geojson | 34 + .../data/PobladosColonizacion.geojson | 280 ++ .../data/ZonasRiego.geojson | 361 ++ docs/colonizacion-leaflet/data/embalses.kml | 2815 ++++++++++++++ docs/colonizacion-leaflet/data/embalsesV1.kml | 3413 +++++++++++++++++ docs/colonizacion-leaflet/index.html | 293 +- .../js/jquery-3.2.1.min.js | 4 + .../js/leaflet.ajax.min.js | 1 + .../js/leaflet.timedimension.control.js | 625 +++ .../js/leaflet.timedimension.js | 377 ++ .../js/leaflet.timedimension.layer.geojson.js | 211 + .../js/leaflet.timedimension.layer.js | 125 + .../js/leaflet.timedimension.layer.wms.js | 479 +++ .../js/leaflet.timedimension.min.js | 18 + .../js/leaflet.timedimension.player.js | 168 + .../js/leaflet.timedimension.util.js | 198 + 22 files changed, 9969 insertions(+), 61 deletions(-) create mode 100644 docs/colonizacion-leaflet/css/leaflet.timedimension.control.min.css create mode 100644 docs/colonizacion-leaflet/data/ColoniasPenitenciarias.geojson create mode 100644 docs/colonizacion-leaflet/data/EmbalsesGen.geojson create mode 100644 docs/colonizacion-leaflet/data/EmbalsesGenV1.geojson create mode 100644 docs/colonizacion-leaflet/data/EmbalsesGenV2.geojson create mode 100644 docs/colonizacion-leaflet/data/EmbalsesGenV3.geojson create mode 100644 docs/colonizacion-leaflet/data/MunicipiosPenales.geojson create mode 100644 docs/colonizacion-leaflet/data/PobladosColonizacion.geojson create mode 100644 docs/colonizacion-leaflet/data/ZonasRiego.geojson create mode 100644 docs/colonizacion-leaflet/data/embalses.kml create mode 100644 docs/colonizacion-leaflet/data/embalsesV1.kml create mode 100644 docs/colonizacion-leaflet/js/jquery-3.2.1.min.js create mode 100644 docs/colonizacion-leaflet/js/leaflet.ajax.min.js create mode 100644 docs/colonizacion-leaflet/js/leaflet.timedimension.control.js create mode 100644 docs/colonizacion-leaflet/js/leaflet.timedimension.js create mode 100644 docs/colonizacion-leaflet/js/leaflet.timedimension.layer.geojson.js create mode 100644 docs/colonizacion-leaflet/js/leaflet.timedimension.layer.js create mode 100644 docs/colonizacion-leaflet/js/leaflet.timedimension.layer.wms.js create mode 100644 docs/colonizacion-leaflet/js/leaflet.timedimension.min.js create mode 100644 docs/colonizacion-leaflet/js/leaflet.timedimension.player.js create mode 100644 docs/colonizacion-leaflet/js/leaflet.timedimension.util.js diff --git a/docs/colonizacion-leaflet/css/leaflet.timedimension.control.min.css b/docs/colonizacion-leaflet/css/leaflet.timedimension.control.min.css new file mode 100644 index 0000000..d3c4ca6 --- /dev/null +++ b/docs/colonizacion-leaflet/css/leaflet.timedimension.control.min.css @@ -0,0 +1 @@ +@font-face{font-family:'Glyphicons Halflings';src:url(//netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot);src:url(//netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(//netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.woff) format('woff'),url(//netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(//netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format('svg')}.leaflet-bar-timecontrol{background-color:#fff}.leaflet-bar-timecontrol *{box-sizing:border-box}.leaflet-bar-timecontrol .leaflet-control-timecontrol{float:left;height:26px;line-height:26px;border:solid #a5a5a5;background-color:#fff;border-width:0 1px 0 0}.leaflet-bar-timecontrol a.timecontrol-date.loading,.leaflet-bar-timecontrol a.timecontrol-date.loading:hover,.leaflet-bar-timecontrol a.timecontrol-play.loading{background-color:#ffefa4}.leaflet-bar-timecontrol .leaflet-control-timecontrol:first-child{border-radius:4px 0 0 4px}.leaflet-bar-timecontrol .leaflet-control-timecontrol:last-child{border-radius:0 4px 4px 0}.leaflet-bar-timecontrol .leaflet-control-timecontrol:before{font-family:"Glyphicons Halflings";display:block}.leaflet-bar-timecontrol .timecontrol-slider{position:relative;width:auto;cursor:auto}.leaflet-bar-timecontrol a.timecontrol-date,.leaflet-bar-timecontrol a.timecontrol-date:hover{position:relative;min-width:150px;width:auto;padding:0 10px 0 20px;white-space:nowrap}.leaflet-bar-timecontrol a.timecontrol-date.utc,.leaflet-bar-timecontrol a.timecontrol-date.utc:hover{min-width:185px}.leaflet-bar-timecontrol .timecontrol-dateslider .slider{width:200px}.leaflet-bar-timecontrol .timecontrol-speed{white-space:nowrap;cursor:auto}.leaflet-bar-timecontrol .timecontrol-speed .slider{width:55px;display:inline-block}.leaflet-bar-timecontrol .timecontrol-speed .speed{width:55px;display:inline-block;float:left;text-align:right}.leaflet-bar-timecontrol .timecontrol-play,.leaflet-bar-timecontrol .timecontrol-play:hover{position:relative}.leaflet-bar-timecontrol .timecontrol-play span{font-size:10px}.timecontrol-slider .slider{position:relative;height:12px;margin:6px;border:1px solid #a5a5a5;cursor:pointer}.timecontrol-slider .slider.has-limits{margin-left:15px;margin-right:15px;background-color:#ddd}.timecontrol-slider .slider.has-limits .range{position:absolute;height:10px;background-color:#fff}.timecontrol-slider .knob{position:absolute;width:8px;height:22px;background-color:#ddd;border-radius:2px;border:1px solid #a5a5a5;margin-top:-6px;margin-left:-4px;cursor:ew-resize;cursor:-webkit-grab;cursor:-moz-grab}.timecontrol-slider .knob:after{content:' ';display:block;position:absolute;width:20px;top:-5px;height:32px;left:-7px}.timecontrol-slider .knob.lower,.timecontrol-slider .knob.upper{width:11px;height:20px;border:none;background-color:transparent}.timecontrol-slider .knob.upper{margin-top:-5px;margin-left:-1px}.timecontrol-slider .knob.lower{margin-top:-5px;margin-left:-10px}.timecontrol-slider .knob.lower:after{right:0;left:initial}.timecontrol-slider .knob.upper:after{left:0}.timecontrol-slider .knob.lower:before,.timecontrol-slider .knob.upper:before{display:block;content:'';position:relative;top:2px;width:0;height:0;border-style:solid}.timecontrol-slider .knob.upper:before{border-width:16px 0 0 10px;border-color:transparent transparent transparent #a5a5a5}.timecontrol-slider .knob.lower:before{border-width:0 0 16px 10px;border-color:transparent transparent #a5a5a5}.timecontrol-slider .dragging .knob,.timecontrol-slider .knob.leaflet-drag-target,.timecontrol-slider .slider.dragging{cursor:ew-resize;cursor:grabbing;cursor:-webkit-grabbing;cursor:-moz-grabbing}@-webkit-keyframes icon-rotation{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes icon-rotation{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.timecontrol-loop.looped,.timecontrol-loop.looped:hover{background-color:#ddd;color:#094F8E}.timecontrol-backward:before,.timecontrol-forward:before,.timecontrol-loop:before,.timecontrol-play:before,.timecontrol-stop:before{width:100%;text-align:center}.timecontrol-play:before{position:absolute;content:"\e072"}.timecontrol-play.reverse:before{content:"\e072";-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg);margin-top:1px}.timecontrol-play.pause:before{content:"\e073"}.timecontrol-play.reverse.pause:before{-ms-transform:none;-webkit-transform:none;transform:none;margin-top:0}a.timecontrol-play.loading:before{content:"\e031";opacity:.2;-webkit-animation:icon-rotation 6s infinite linear;animation:icon-rotation 6s infinite linear}.timecontrol-date.loading:before{content:"\e031";left:5px;position:absolute;-webkit-animation:icon-rotation 6s infinite linear;animation:icon-rotation 6s infinite linear}.timecontrol-speed:before{content:"\e141";position:absolute;left:7px}.timecontrol-stop:before{content:"\e074"}.timecontrol-forward:before{content:"\e075"}.timecontrol-backward:before{content:"\e071"}.timecontrol-loop:before{content:"\e030"}@media (max-width:767px){.leaflet-bar-timecontrol .timecontrol-date,.leaflet-bar-timecontrol .timecontrol-slider{clear:both;float:none;border-right:none}}.leaflet-touch .leaflet-bar-timecontrol .leaflet-control-timecontrol{height:30px;line-height:30px}.leaflet-touch .timecontrol-slider .slider{margin-top:10px} \ No newline at end of file diff --git a/docs/colonizacion-leaflet/data/ColoniasPenitenciarias.geojson b/docs/colonizacion-leaflet/data/ColoniasPenitenciarias.geojson new file mode 100644 index 0000000..a592468 --- /dev/null +++ b/docs/colonizacion-leaflet/data/ColoniasPenitenciarias.geojson @@ -0,0 +1,15 @@ +{ +"type": "FeatureCollection", + +"features": [ +{ "type": "Feature", "properties": { "ID": "SCPM1", "AGRUPACION": "1", "ENTIDAD": "La Corchuela", "MUNICIPIO": "Dos Hermanas", "ANYO INICI": "1939", "ANYO FINAL": 1944, "X ETRS89 U": 235974, "Y": 4127991, "field_9": "Canal del Bajo Guadalquivir y +", "Info": "El Canal de los Presos" }, "geometry": { "type": "Point", "coordinates": [ -5.97723294304128, 37.261081730628874 ] } }, +{ "type": "Feature", "properties": { "ID": "SCPM2", "AGRUPACION": "1", "ENTIDAD": "Los Merinales", "MUNICIPIO": "Dos Hermanas", "ANYO INICI": "1944", "ANYO FINAL": 1960, "X ETRS89 U": 237303, "Y": 4132469, "field_9": null, "Info": "El Canal de los Presos" }, "geometry": { "type": "Point", "coordinates": [ -5.963846798782418, 37.301768088468165 ] } }, +{ "type": "Feature", "properties": { "ID": "SCPM3", "AGRUPACION": "2", "ENTIDAD": "La Colonia", "MUNICIPIO": "Montijo", "ANYO INICI": "1941", "ANYO FINAL": 1957, "X ETRS89 U": 188429, "Y": 4313814, "field_9": "Canal de Montijo y +", "Info": "http:\/\/www.extremaduramisteriosa.com\/colonia-penitenciaria-militarizada-no2-de-montijo" }, "geometry": { "type": "Point", "coordinates": [ -6.593511883804979, 38.917950480148512 ] } }, +{ "type": "Feature", "properties": { "ID": "SCPM4", "AGRUPACION": "3", "ENTIDAD": "Campamento de la Sal", "MUNICIPIO": "Talavera de la Reina", "ANYO INICI": "1940", "ANYO FINAL": 1953, "X ETRS89 U": 352377, "Y": 4430639, "field_9": "Canal del Bajo Alberche", "Info": "Jose PEREZ CONDE - http:\/\/e-spacio.uned.es\/fez\/view\/tesisuned:GeoHis-Jperez" }, "geometry": { "type": "Point", "coordinates": [ -4.72970601528737, 40.013053662439603 ] } }, +{ "type": "Feature", "properties": { "ID": "SCPM5", "AGRUPACION": "3bis", "ENTIDAD": null, "MUNICIPIO": "Madrigal de la Vera", "ANYO INICI": "1953", "ANYO FINAL": 1959, "X ETRS89 U": 300052, "Y": 4443243, "field_9": "Canal del Rio Tietar", "Info": "Jose PEREZ CONDE - mas info http:\/\/www.encastillalamancha.es\/sociedad\/salvando-la-memoria-de-unos-presos-que-catapultaron-la-prosperidad-talaverana-fotos\/" }, "geometry": { "type": "Point", "coordinates": [ -5.34627083876536, 40.115748720241179 ] } }, +{ "type": "Feature", "properties": { "ID": "SCPM6", "AGRUPACION": "4", "ENTIDAD": null, "MUNICIPIO": "A�over del Tajo", "ANYO INICI": "1940", "ANYO FINAL": 1944, "X ETRS89 U": 438074, "Y": 4430598, "field_9": "Real Acequia del Jarama", "Info": "Jose PEREZ CONDE" }, "geometry": { "type": "Point", "coordinates": [ -3.725714718131677, 40.023322393349083 ] } }, +{ "type": "Feature", "properties": { "ID": "SCPM7", "AGRUPACION": "4", "ENTIDAD": null, "MUNICIPIO": "Navalmoral de la Mata", "ANYO INICI": "1950", "ANYO FINAL": 1953, "X ETRS89 U": 282823, "Y": 4419263, "field_9": "Pantano de Rosarito, rio Tietar", "Info": "Jose PEREZ CONDE" }, "geometry": { "type": "Point", "coordinates": [ -5.540244392621212, 39.895636676160478 ] } }, +{ "type": "Feature", "properties": { "ID": "SCPM8", "AGRUPACION": "6", "ENTIDAD": "Los Merinales", "MUNICIPIO": "Dos Hermanas", "ANYO INICI": "1942", "ANYO FINAL": 1944, "X ETRS89 U": 237303, "Y": 4132469, "field_9": "Canal del Bajo Guadalquivir y +", "Info": "El Canal de los Presos - http:\/\/www.elmundo.es\/elmundo\/2009\/05\/16\/andalucia_sevilla\/1242495819.html" }, "geometry": { "type": "Point", "coordinates": [ -5.963846798782418, 37.301768088468165 ] } }, +{ "type": "Feature", "properties": { "ID": "SCPM9", "AGRUPACION": "7", "ENTIDAD": null, "MUNICIPIO": "Vilanova de la Barca", "ANYO INICI": "?", "ANYO FINAL": 1956, "X ETRS89 U": 810191, "Y": 4622084, "field_9": "Canal de Arag�n y Catalu�a; Canal de la Violada", "Info": "El Canal de los Presos" }, "geometry": { "type": "Point", "coordinates": [ 0.727132941438467, 41.690094446661028 ] } } +] +} diff --git a/docs/colonizacion-leaflet/data/EmbalsesGen.geojson b/docs/colonizacion-leaflet/data/EmbalsesGen.geojson new file mode 100644 index 0000000..24738a9 --- /dev/null +++ b/docs/colonizacion-leaflet/data/EmbalsesGen.geojson @@ -0,0 +1,153 @@ +{ +"type": "FeatureCollection", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::32630" } }, +"features": [ +{ "type": "Feature", "properties": { "codpresa": 2340004, "Nombre": "AGUILAR DE CAMPOO", "Nombre SEP": "AGUILAR DE CAMPOO", "Otro nombr": "---", "Fecha": "02\/09\/1964", "Anyo": 1964, "Rio": "PISUERGA", "Municipio": "AGUILAR DE CAMPOO", "Cuenca": "DUERO", "Provincia": "PALENCIA", "x": 394705, "y": 4739000, "Tipos": "Hidroel?ctrico, Riego, Abastecimiento" }, "geometry": { "type": "Point", "coordinates": [ 394705.00000079867, 4739000.0001174202 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8160006, "Nombre": "ALARCON", "Nombre SEP": "ALARCON", "Otro nombr": "---", "Fecha": "30\/09\/1955", "Anyo": 1955, "Rio": "JUCAR", "Municipio": "ALARCON", "Cuenca": "JUCAR", "Provincia": "CUENCA", "x": 576346, "y": 4379982, "Tipos": "Regulaci?n, Riego, Abastecimiento" }, "geometry": { "type": "Point", "coordinates": [ 576345.99999949, 4379982.0001132609 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8120006, "Nombre": "ALCORA", "Nombre SEP": "ALCORA", "Otro nombr": "---", "Fecha": "29\/09\/1958", "Anyo": 1958, "Rio": "LUCENA", "Municipio": "ALCORA", "Cuenca": "JUCAR", "Provincia": "CASTELLON", "x": 737177, "y": 4442329, "Tipos": "Riego, Regulaci?n, ---" }, "geometry": { "type": "Point", "coordinates": [ 737167.61900656368, 4442323.6275669578 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5110041, "Nombre": "ALMODOVAR (DIQUE DEL COLLADO) (RECRECIDA)", "Nombre SEP": "ALMODOVAR", "Otro nombr": "---", "Fecha": "01\/01\/1972", "Anyo": 1972, "Rio": "ALMODOVAR", "Municipio": "TARIFA", "Cuenca": "GUADALETE Y BARBATE", "Provincia": "CADIZ", "x": 261945, "y": 4004510, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 261636.17802516895, 4004284.9828798696 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3190001, "Nombre": "ALMOGUERA", "Nombre SEP": "ALMOGUERA", "Otro nombr": "---", "Fecha": "01\/01\/1947", "Anyo": 1947, "Rio": "TAJO", "Municipio": "ALMOGUERA", "Cuenca": "TAJO", "Provincia": "GUADALAJARA", "x": 503585, "y": 4460330, "Tipos": "Hidroel?ctrico, Regulaci?n, Riego" }, "geometry": { "type": "Point", "coordinates": [ 503565.60905815038, 4458199.7418034226 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8030027, "Nombre": "AMADORIO", "Nombre SEP": "AMADORIO", "Otro nombr": "---", "Fecha": "24\/02\/1960", "Anyo": 1960, "Rio": "AMADORIO", "Municipio": "VILLAJOYOSA", "Cuenca": "JUCAR", "Provincia": "ALICANTE", "x": 738600, "y": 4268800, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 738437.0954115598, 4268661.7138019092 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100070, "Nombre": "ARAYA DE ARRIBA (DIQUE DEL COLLADO)", "Nombre SEP": "ARAYA DE ARRIBA", "Otro nombr": "---", "Fecha": "01\/01\/1958", "Anyo": 1958, "Rio": "ANCIANES", "Municipio": "BROZAS", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 184298, "y": 4380608, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 184558.40204846259, 4380266.237662144 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5110031, "Nombre": "ARCOS", "Nombre SEP": "ARCOS", "Otro nombr": "---", "Fecha": "01\/01\/1965", "Anyo": 1965, "Rio": "GUADALETE", "Municipio": "ARCOS DE LA FRONTERA", "Cuenca": "GUADALETE Y BARBATE", "Provincia": "CADIZ", "x": 250520, "y": 4071143, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 250681.31907172143, 4071016.8217665544 ] } }, +{ "type": "Feature", "properties": { "codpresa": 7300010, "Nombre": "ARGOS", "Nombre SEP": "ARGOS", "Otro nombr": "---", "Fecha": "01\/12\/1972", "Anyo": 1972, "Rio": "ARGOS", "Municipio": "CEHEGIN", "Cuenca": "SEGURA", "Provincia": "MURCIA", "x": 611000, "y": 4225906, "Tipos": "Defensa frente a avenidas, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 610836.42212914326, 4225685.5736164432 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8440007, "Nombre": "ARQUILLO DE SAN BLAS", "Nombre SEP": "ARQUILLO DE SAN BLAS", "Otro nombr": "---", "Fecha": "31\/12\/1962", "Anyo": 1962, "Rio": "GUADALAVIAR", "Municipio": "TERUEL", "Cuenca": "JUCAR", "Provincia": "TERUEL", "x": 653793, "y": 4469304, "Tipos": "Abastecimiento, Defensa frente a avenidas, Riego" }, "geometry": { "type": "Point", "coordinates": [ 652382.50345345237, 4469655.3782416154 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3280039, "Nombre": "ARROYOS, LOS (DIQUE DE COLA)", "Nombre SEP": "ARROYOS, LOS", "Otro nombr": "---", "Fecha": "31\/12\/1967", "Anyo": 1967, "Rio": "LADRON", "Municipio": "ESCORIAL, EL", "Cuenca": "TAJO", "Provincia": "MADRID", "x": 411261, "y": 4493850, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 411184.91045507544, 4493761.0450720405 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3280048, "Nombre": "ATAZAR, EL", "Nombre SEP": "ATAZAR, EL", "Otro nombr": "---", "Fecha": "31\/12\/1972", "Anyo": 1972, "Rio": "LOZOYA", "Municipio": "PATONES Y ATAZAR", "Cuenca": "TAJO", "Provincia": "MADRID", "x": 460256, "y": 4529303, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 460256.00000028004, 4529303.0001151189 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3450030, "Nombre": "AZUTAN", "Nombre SEP": "AZUTAN", "Otro nombr": "---", "Fecha": "31\/12\/1969", "Anyo": 1969, "Rio": "TAJO", "Municipio": "AZUTAN Y ALCOLEA DE TAJO", "Cuenca": "TAJO", "Provincia": "TOLEDO", "x": 321222, "y": 4405375, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 321066.92298715154, 4405080.9209864438 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9250051, "Nombre": "BALAGUER PARTIDOR (CONTRAEMBALSE)", "Nombre SEP": "BALAGUER", "Otro nombr": "---", "Fecha": "31\/12\/1958", "Anyo": 1958, "Rio": "SEGRE", "Municipio": "OS DE BALAGUER", "Cuenca": "EBRO", "Provincia": "LLEIDA", "x": 818394, "y": 4638887, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 818526.40346842422, 4640626.9061219608 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8440011, "Nombre": "BALAGUERAS", "Nombre SEP": "BALAGUERAS", "Otro nombr": "---", "Fecha": "31\/12\/1957", "Anyo": 1957, "Rio": "PALOMERAS", "Municipio": "RUBIELOS DE MORA", "Cuenca": "JUCAR", "Provincia": "TERUEL", "x": 697715, "y": 4454450, "Tipos": "Riego, Regulaci?n, ---" }, "geometry": { "type": "Point", "coordinates": [ 697577.48593425588, 4453843.5759735284 ] } }, +{ "type": "Feature", "properties": { "codpresa": 1240011, "Nombre": "BARCENA", "Nombre SEP": "BARCENA", "Otro nombr": "---", "Fecha": "31\/12\/1960", "Anyo": 1960, "Rio": "SIL", "Municipio": "PONFERRADA", "Cuenca": "MI?O-SIL", "Provincia": "LEON", "x": 207593, "y": 4720277, "Tipos": "Hidroel?ctrico, Riego, Abastecimiento" }, "geometry": { "type": "Point", "coordinates": [ 207860.1095021104, 4720083.7210623967 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2240029, "Nombre": "BARRIOS DE LUNA", "Nombre SEP": "BARRIOS DE LUNA", "Otro nombr": "---", "Fecha": "31\/12\/1956", "Anyo": 1956, "Rio": "ORBIGO - LUNA (LUNA)", "Municipio": "BARRIOS DE LUNA, LOS", "Cuenca": "DUERO", "Provincia": "LEON", "x": 266290, "y": 4748255, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 266205.24495764181, 4748084.4356891187 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5140040, "Nombre": "BEMBEZAR", "Nombre SEP": "BEMBEZAR", "Otro nombr": "---", "Fecha": "01\/01\/1963", "Anyo": 1963, "Rio": "BEMBEZAR", "Municipio": "HORNACHUELOS", "Cuenca": "GUADALQUIVIR", "Provincia": "CORDOBA", "x": 305740, "y": 4197410, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 305740.00000120461, 4197410.0001107231 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8460027, "Nombre": "BENAGEBER", "Nombre SEP": "BENAGEBER", "Otro nombr": "---", "Fecha": "31\/12\/1954", "Anyo": 1954, "Rio": "TURIA", "Municipio": "BENAGEBER", "Cuenca": "JUCAR", "Provincia": "VALENCIA", "x": 663079, "y": 4399195, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 662970.70098176145, 4399158.9837106392 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2240030, "Nombre": "BENAMARIAS", "Nombre SEP": "BENAMARIAS", "Otro nombr": "---", "Fecha": "31\/12\/1972", "Anyo": 1972, "Rio": "SALGUIRAL", "Municipio": "MAGAZ DE CEPEDA", "Cuenca": "DUERO", "Provincia": "LEON", "x": 244026, "y": 4716999, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 244249.85678478872, 4717135.5636123661 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8030035, "Nombre": "BENIARRES", "Nombre SEP": "BENIARRES", "Otro nombr": "---", "Fecha": "01\/04\/1958", "Anyo": 1958, "Rio": "SERPIS", "Municipio": "BENIARRES", "Cuenca": "JUCAR", "Provincia": "ALICANTE", "x": 729605, "y": 4299796, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 729456.7645840561, 4299517.3658398185 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5180023, "Nombre": "BERMEJALES, LOS", "Nombre SEP": "BERMEJALES, LOS", "Otro nombr": "---", "Fecha": "01\/01\/1958", "Anyo": 1958, "Rio": "CACIN", "Municipio": "ARENAS DEL REY", "Cuenca": "GUADALQUIVIR", "Provincia": "GRANADA", "x": 420700, "y": 4095050, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 420684.81561364455, 4094809.7185910572 ] } }, +{ "type": "Feature", "properties": { "codpresa": 10170002, "Nombre": "BOADELLA", "Nombre SEP": "BOADELLA (ELS FANGOTS)", "Otro nombr": "---", "Fecha": "16\/12\/1969", "Anyo": 1969, "Rio": "MUGA", "Municipio": "DARNIUS", "Cuenca": "CUENCAS INTERNAS DE CATALU?A", "Provincia": "GERONA", "x": 981015, "y": 4704322, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 980552.37202132598, 4704158.4598623412 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5230002, "Nombre": "BOLERA, LA", "Nombre SEP": "BOLERA, LA", "Otro nombr": "---", "Fecha": "31\/12\/1967", "Anyo": 1967, "Rio": "GUADALETIN", "Municipio": "POZO ALCON", "Cuenca": "GUADALQUIVIR", "Provincia": "JAEN", "x": 508658, "y": 4179650, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 508658.0, 4179650.0001105154 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100091, "Nombre": "BORBOLLON", "Nombre SEP": "BORBOLLON", "Otro nombr": "---", "Fecha": "10\/05\/1954", "Anyo": 1954, "Rio": "ARRAGO", "Municipio": "SANTIBA?EZ EL ALTO", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 194910, "y": 4447965, "Tipos": "Hidroel?ctrico, Riego, Adecuaci?n ambiental" }, "geometry": { "type": "Point", "coordinates": [ 195190.99819749262, 4447824.9668272557 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100088, "Nombre": "BORBOLLON (DERIVACION) - ARRAGO (CONTRAEMBALSE)", "Nombre SEP": "BORBOLLON (DERIVACION) - ARRAGO", "Otro nombr": "---", "Fecha": "01\/01\/1954", "Anyo": 1954, "Rio": "ARRAGO", "Municipio": "SANTIBA?EZ EL ALTO", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 193368, "y": 4446703, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 193631.9414122852, 4446525.3927811487 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5110061, "Nombre": "BORNOS", "Nombre SEP": "BORNOS", "Otro nombr": "---", "Fecha": "01\/01\/1961", "Anyo": 1961, "Rio": "GUADALETE", "Municipio": "BORNOS", "Cuenca": "GUADALETE Y BARBATE", "Provincia": "CADIZ", "x": 253744, "y": 4075482, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 253780.05668119769, 4075286.3235553531 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100094, "Nombre": "BOYERIL 2, EL", "Nombre SEP": "BOYERIL 2, EL", "Otro nombr": "---", "Fecha": "01\/01\/1965", "Anyo": 1965, "Rio": "ARROYO MANCO", "Municipio": "CASATEJADA", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 274235, "y": 4419290, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 274235.00000152638, 4419290.000113708 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4060047, "Nombre": "BROVALES", "Nombre SEP": "BROVALES", "Otro nombr": "---", "Fecha": "01\/01\/1960", "Anyo": 1960, "Rio": "BROVALES", "Municipio": "JEREZ DE LOS CABALLEROS", "Cuenca": "GUADIANA", "Provincia": "BADAJOZ", "x": 176798, "y": 4251307, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 176992.98533376446, 4250732.7318027616 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9220016, "Nombre": "BUBAL", "Nombre SEP": "BUBAL", "Otro nombr": "---", "Fecha": "31\/12\/1971", "Anyo": 1971, "Rio": "GALLEGO", "Municipio": "HOZ DE JACA, BIESCAS", "Cuenca": "EBRO", "Provincia": "HUESCA", "x": 720079, "y": 4729203, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 720078.99999833736, 4729203.0001172731 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3190007, "Nombre": "BUENDIA", "Nombre SEP": "BUENDIA", "Otro nombr": "---", "Fecha": "31\/12\/1958", "Anyo": 1958, "Rio": "GUADIELA", "Municipio": "BUENDIA", "Cuenca": "TAJO", "Provincia": "CUENCA", "x": 518481, "y": 4472261, "Tipos": "Hidroel?ctrico, Abastecimiento, Riego" }, "geometry": { "type": "Point", "coordinates": [ 518412.07051055285, 4472063.1819426892 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2420008, "Nombre": "CAMPILLO DE BUITRAGO", "Nombre SEP": "CAMPILLO DE BUITRAGO", "Otro nombr": "---", "Fecha": "30\/09\/1969", "Anyo": 1969, "Rio": "DUERO", "Municipio": "SORIA Y GARRAY", "Cuenca": "DUERO", "Provincia": "SORIA", "x": 539483, "y": 4631600, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 539343.09939355741, 4631392.82749373 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5410016, "Nombre": "CANTILLANA", "Nombre SEP": "CANTILLANA", "Otro nombr": "---", "Fecha": "31\/12\/1956", "Anyo": 1956, "Rio": "GUADALQUIVIR", "Municipio": "CANTILLANA", "Cuenca": "GUADALQUIVIR", "Provincia": "SEVILLA", "x": 252655, "y": 4164393, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 251785.19596559749, 4164327.7773508201 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3450033, "Nombre": "CASTREJON", "Nombre SEP": "CASTREJON", "Otro nombr": "---", "Fecha": "31\/12\/1967", "Anyo": 1967, "Rio": "TAJO", "Municipio": "PUEBLA DE MONTALBAN, LA Y POL?N", "Cuenca": "TAJO", "Provincia": "TOLEDO", "x": 389280, "y": 4410440, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 389280.0000007464, 4410440.0001136456 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3450014, "Nombre": "CASTREJON \/ CA?ARES", "Nombre SEP": "CASTREJON \/ CAARES", "Otro nombr": "---", "Fecha": "31\/12\/1967", "Anyo": 1967, "Rio": "ARROYO CA?ARES", "Municipio": "PUEBLA DE MONTALBAN, LA", "Cuenca": "TAJO", "Provincia": "TOLEDO", "x": 382105, "y": 4411925, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 382106.99343965441, 4411775.1499353675 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3450043, "Nombre": "CASTREJON \/ CARPIO, EL", "Nombre SEP": "CASTREJON \/ CARPIO, EL", "Otro nombr": "---", "Fecha": "31\/12\/1967", "Anyo": 1967, "Rio": "ARROYO EL CARPIO", "Municipio": "CARPIO DE TAJO", "Cuenca": "TAJO", "Provincia": "TOLEDO", "x": 376065, "y": 4413100, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 375915.00528282166, 4412880.6701109689 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3450047, "Nombre": "CAZALEGAS", "Nombre SEP": "CAZALEGAS", "Otro nombr": "---", "Fecha": "31\/12\/1949", "Anyo": 1949, "Rio": "ALBERCHE", "Municipio": "CAZALEGAS", "Cuenca": "TAJO", "Provincia": "TOLEDO", "x": 354505, "y": 4430825, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 354505.00000098825, 4430825.0001138924 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5110019, "Nombre": "CELEMIN (ALIVIADERO) (DIQUE DEL COLLADO)", "Nombre SEP": "CELEMIN", "Otro nombr": "---", "Fecha": "01\/01\/1974", "Anyo": 1974, "Rio": "CELEMIN", "Municipio": "MEDINA-SIDONIA", "Cuenca": "GUADALETE Y BARBATE", "Provincia": "CADIZ", "x": 251076, "y": 4021595, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 250863.16976525041, 4020815.2617814709 ] } }, +{ "type": "Feature", "properties": { "codpresa": 7020010, "Nombre": "CENAJO, EL", "Nombre SEP": "CENAJO, EL", "Otro nombr": "---", "Fecha": "31\/12\/1960", "Anyo": 1960, "Rio": "SEGURA", "Municipio": "MORATALLA Y HELLIN", "Cuenca": "SEGURA", "Provincia": "MURCIA", "x": 607142, "y": 4247250, "Tipos": "Defensa frente a avenidas, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 606848.28714350122, 4247028.4726568563 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2490003, "Nombre": "CERNADILLA", "Nombre SEP": "CERNADILLA", "Otro nombr": "---", "Fecha": "31\/12\/1969", "Anyo": 1969, "Rio": "TERA", "Municipio": "CERNADILLA- MANZANAL DE ARRIBA", "Cuenca": "DUERO", "Provincia": "ZAMORA", "x": 213312, "y": 4657994, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 213557.10403010057, 4657744.3996864315 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3450040, "Nombre": "CERQUILLA, LA", "Nombre SEP": "CERQUILLA, LA", "Otro nombr": "---", "Fecha": "31\/12\/1962", "Anyo": 1962, "Rio": "JULIAN (ARROYO DE SAN JULIAN)", "Municipio": "CALZADA DE OROPESA, LA", "Cuenca": "TAJO", "Provincia": "TOLEDO", "x": 307907, "y": 4429641, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 307907.00000130397, 4429641.0001138579 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4100015, "Nombre": "CIJARA", "Nombre SEP": "CIJARA", "Otro nombr": "---", "Fecha": "01\/01\/1956", "Anyo": 1956, "Rio": "GUADIANA", "Municipio": "ALIA Y HERRERA DEL DUQUE", "Cuenca": "GUADIANA", "Provincia": "CACERES", "x": 326475, "y": 4360367, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 326475.00000114751, 4360367.000112975 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9430006, "Nombre": "CIURANA", "Nombre SEP": "CIURANA", "Otro nombr": "---", "Fecha": "31\/12\/1972", "Anyo": 1972, "Rio": "CIURANA", "Municipio": "CORNUDELLA DE MONTSANT", "Cuenca": "EBRO", "Provincia": "TARRAGONA", "x": 828373, "y": 4574080, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 828372.99999765214, 4574080.0001155054 ] } }, +{ "type": "Feature", "properties": { "codpresa": 10170006, "Nombre": "COLOMERS (AZUD)", "Nombre SEP": "COLOMERS", "Otro nombr": "---", "Fecha": "01\/12\/1967", "Anyo": 1967, "Rio": "TER", "Municipio": "COLOMERS", "Cuenca": "CUENCAS INTERNAS DE CATALU?A", "Provincia": "GERONA", "x": 996004, "y": 4675791, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 996003.99999633152, 4675791.0001164544 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5140036, "Nombre": "CORDOBILLA", "Nombre SEP": "CORDOBILLA", "Otro nombr": "---", "Fecha": "01\/01\/1953", "Anyo": 1953, "Rio": "GENIL", "Municipio": "PUENTE GENIL", "Cuenca": "GUADALQUIVIR", "Provincia": "CORDOBA", "x": 347701, "y": 4135123, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 347701.00000092073, 4135123.0001098318 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100064, "Nombre": "CORONO, EL", "Nombre SEP": "CORONO, EL", "Otro nombr": "---", "Fecha": "01\/01\/1971", "Anyo": 1971, "Rio": "ARROYO GODINO", "Municipio": "PASARON DE LA VERA", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 260734, "y": 4435578, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 260639.26184376067, 4435536.0243036253 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5180012, "Nombre": "CUBILLAS", "Nombre SEP": "CUBILLAS", "Otro nombr": "---", "Fecha": "01\/01\/1956", "Anyo": 1956, "Rio": "CUBILLAS", "Municipio": "ALBOLOTE, CHAPARRAL", "Cuenca": "GUADALQUIVIR", "Provincia": "GRANADA", "x": 439470, "y": 4126405, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 439525.57180033729, 4125610.3503942308 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2420001, "Nombre": "CUERDA DEL POZO", "Nombre SEP": "CUERDA DEL POZO", "Otro nombr": "---", "Fecha": "31\/12\/1941", "Anyo": 1941, "Rio": "DUERO", "Municipio": "VINUESA", "Cuenca": "DUERO", "Provincia": "SORIA", "x": 524663, "y": 4636207, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 524552.53323193337, 4636007.3724323958 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9390001, "Nombre": "EBRO", "Nombre SEP": "EBRO", "Otro nombr": "---", "Fecha": "31\/12\/1945", "Anyo": 1945, "Rio": "EBRO", "Municipio": "ROZAS DE VALDEARROLLO, LAS", "Cuenca": "EBRO", "Provincia": "CANTABRIA", "x": 414326, "y": 4758227, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 414326.00000065414, 4758227.0001176223 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3280052, "Nombre": "ENCINILLA, LA", "Nombre SEP": "ENCINILLA, LA", "Otro nombr": "---", "Fecha": "31\/12\/1964", "Anyo": 1964, "Rio": "ENCINILLA (ARROYO ENCINILLA)", "Municipio": "GUADARRAMA", "Cuenca": "TAJO", "Provincia": "MADRID", "x": 406098, "y": 4503397, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 406098.00000065536, 4503397.0001148004 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3190016, "Nombre": "ENTREPE?AS", "Nombre SEP": "ENTREPEAS", "Otro nombr": "---", "Fecha": "01\/01\/1956", "Anyo": 1956, "Rio": "TAJO", "Municipio": "SACEDON, AU?ON", "Cuenca": "TAJO", "Provincia": "GUADALAJARA", "x": 521162, "y": 4482457, "Tipos": "Hidroel?ctrico, Riego, Abastecimiento" }, "geometry": { "type": "Point", "coordinates": [ 521189.21548734041, 4482467.196376143 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5410014, "Nombre": "ESPARRAGAL, EL", "Nombre SEP": "ESPARRAGAL, EL", "Otro nombr": "---", "Fecha": "31\/12\/1970", "Anyo": 1970, "Rio": "ENCARNACION", "Municipio": "GERENA", "Cuenca": "GUADALQUIVIR", "Provincia": "SEVILLA", "x": 224955, "y": 4160665, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 224955.00000167952, 4160665.0001101429 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3190026, "Nombre": "ESTREMERA", "Nombre SEP": "ESTREMERA", "Otro nombr": "---", "Fecha": "01\/01\/1950", "Anyo": 1950, "Rio": "TAJO", "Municipio": "DRIEBES, LEGANIEL", "Cuenca": "TAJO", "Provincia": "GUADALAJARA", "x": 499510, "y": 4450630, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 499510.00000000338, 4450630.0001141671 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9430007, "Nombre": "FLIX", "Nombre SEP": "FLIX", "Otro nombr": "---", "Fecha": "31\/12\/1948", "Anyo": 1948, "Rio": "EBRO", "Municipio": "FLIX", "Cuenca": "EBRO", "Provincia": "TARRAGONA", "x": 797742, "y": 4570937, "Tipos": "Hidroel?ctrico, Regulaci?n, Riego" }, "geometry": { "type": "Point", "coordinates": [ 797257.51095335162, 4570605.5002363874 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8460004, "Nombre": "FORATA", "Nombre SEP": "FORATA", "Otro nombr": "---", "Fecha": "01\/01\/1969", "Anyo": 1969, "Rio": "MAGRO", "Municipio": "YATOVA", "Cuenca": "JUCAR", "Provincia": "VALENCIA", "x": 684213, "y": 4356914, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 683885.0467498292, 4356685.7649827823 ] } }, +{ "type": "Feature", "properties": { "codpresa": 1240021, "Nombre": "FUENTE DEL AZUFRE (CONTRAEMBALSE)", "Nombre SEP": "FUENTE DEL AZUFRE", "Otro nombr": "---", "Fecha": "31\/12\/1949", "Anyo": 1949, "Rio": "SIL", "Municipio": "PONFERRADA", "Cuenca": "MI?O-SIL", "Provincia": "LEON", "x": 205737, "y": 4718533, "Tipos": "Hidroel?ctrico, Riego, Riego" }, "geometry": { "type": "Point", "coordinates": [ 205944.96551284811, 4718535.551752043 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100073, "Nombre": "GABRIEL Y GALAN", "Nombre SEP": "GABRIEL Y GALAN", "Otro nombr": "---", "Fecha": "01\/01\/1961", "Anyo": 1961, "Rio": "ALAGON", "Municipio": "GUIJO DE GRANADILLA", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 233284, "y": 4457169, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 233284.00000182836, 4457169.0001141559 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4060063, "Nombre": "GARCIA DE SOLA", "Nombre SEP": "GARCIA DE SOLA", "Otro nombr": "PUERTO PE?A", "Fecha": "01\/01\/1965", "Anyo": 1965, "Rio": "GUADIANA", "Municipio": "TALARRUBIAS", "Cuenca": "GUADIANA", "Provincia": "BADAJOZ", "x": 311314, "y": 4335259, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 311314.00000123557, 4335259.0001126351 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9260028, "Nombre": "GONZALEZ LACASA", "Nombre SEP": "GONZALEZ LACASA", "Otro nombr": "---", "Fecha": "31\/12\/1962", "Anyo": 1962, "Rio": "ALBERCOS", "Municipio": "ORTIGOSA DE CAMEROS", "Cuenca": "EBRO", "Provincia": "LOGRO?O", "x": 527302, "y": 4669311, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 527027.14211959427, 4669157.9830363318 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9220078, "Nombre": "GRADO I, EL", "Nombre SEP": "GRADO I, EL", "Otro nombr": "---", "Fecha": "31\/12\/1969", "Anyo": 1969, "Rio": "CINCA", "Municipio": "GRADO, EL", "Cuenca": "EBRO", "Provincia": "HUESCA", "x": 767725, "y": 4671815, "Tipos": "Hidroel?ctrico, Riego, Abastecimiento" }, "geometry": { "type": "Point", "coordinates": [ 767493.10659884918, 4671664.3297387166 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5230049, "Nombre": "GUADALEN", "Nombre SEP": "GUADALEN", "Otro nombr": "---", "Fecha": "31\/12\/1954", "Anyo": 1954, "Rio": "GUADALEN", "Municipio": "ARQUILLOS, VILCHES", "Cuenca": "GUADALQUIVIR", "Provincia": "JAEN", "x": 458265, "y": 4224145, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 458130.48443427938, 4223893.2653845353 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8030092, "Nombre": "GUADALEST", "Nombre SEP": "GUADALEST", "Otro nombr": "---", "Fecha": "27\/11\/1969", "Anyo": 1969, "Rio": "GUADALEST", "Municipio": "GUADALEST", "Cuenca": "JUCAR", "Provincia": "ALICANTE", "x": 744422, "y": 4285116, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 744248.12491287524, 4285012.1236476637 ] } }, +{ "type": "Feature", "properties": { "codpresa": 6290030, "Nombre": "GUADALHORCE", "Nombre SEP": "GUADALHORCE", "Otro nombr": "---", "Fecha": "31\/12\/1973", "Anyo": 1973, "Rio": "GUADALHORCE", "Municipio": "CAMPILLOS", "Cuenca": "CUENCA MEDITERRANEA ANDALUZA", "Provincia": "MALAGA", "x": 339635, "y": 4090040, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 339578.28316918254, 4089980.0547640678 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5230047, "Nombre": "GUADALMENA", "Nombre SEP": "GUADALMENA", "Otro nombr": "---", "Fecha": "31\/12\/1969", "Anyo": 1969, "Rio": "GUADALMENA", "Municipio": "CHICLANA DE SEGURA", "Cuenca": "GUADALQUIVIR", "Provincia": "JAEN", "x": 507600, "y": 4246350, "Tipos": "Hidroel?ctrico, Riego, Abastecimiento" }, "geometry": { "type": "Point", "coordinates": [ 507600.0, 4246350.0001114653 ] } }, +{ "type": "Feature", "properties": { "codpresa": 6290030, "Nombre": "GUADALHORCE", "Nombre SEP": "GUADALTEBA", "Otro nombr": "---", "Fecha": "31\/12\/1973", "Anyo": 1973, "Rio": "GUADALHORCE", "Municipio": "CAMPILLOS", "Cuenca": "CUENCA MEDITERRANEA ANDALUZA", "Provincia": "MALAGA", "x": 339635, "y": 4090040, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 339640.41895329254, 4090293.7495888071 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5140033, "Nombre": "GUADANU?O", "Nombre SEP": "GUADANUO", "Otro nombr": "CERRO MURIANO", "Fecha": "01\/01\/1967", "Anyo": 1967, "Rio": "GUADANU?O", "Municipio": "CORDOBA Y VILLAVICIOSA", "Cuenca": "GUADALQUIVIR", "Provincia": "CORDOBA", "x": 342050, "y": 4209965, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 342055.46577670384, 4209638.5821752092 ] } }, +{ "type": "Feature", "properties": { "codpresa": 6110005, "Nombre": "GUADARRANQUE", "Nombre SEP": "GUADARRANQUE", "Otro nombr": "---", "Fecha": "01\/01\/1965", "Anyo": 1965, "Rio": "GUADARRANQUE", "Municipio": "LOS BARRIOS Y CASTELLAR", "Cuenca": "CUENCA MEDITERRANEA ANDALUZA", "Provincia": "CADIZ", "x": 279075, "y": 4021000, "Tipos": "Abastecimiento, Riego, Industrial" }, "geometry": { "type": "Point", "coordinates": [ 278899.21589252847, 4020932.3798168479 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100138, "Nombre": "HELECHAL", "Nombre SEP": "HELECHAL", "Otro nombr": "---", "Fecha": "01\/01\/1965", "Anyo": 1965, "Rio": "ARROYO HELECHAL", "Municipio": "ALCANTARA", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 166075, "y": 4418651, "Tipos": "Acuicultura, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 166259.50658411568, 4418406.1401167503 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3050008, "Nombre": "HINCHONA, LA", "Nombre SEP": "HINCHONA, LA", "Otro nombr": "---", "Fecha": "01\/01\/1946", "Anyo": 1946, "Rio": "YEDRA", "Municipio": "TIEMBLO, EL", "Cuenca": "TAJO", "Provincia": "AVILA", "x": 372108, "y": 4471728, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 371926.00640769064, 4471324.947795012 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5110015, "Nombre": "HURONES, LOS", "Nombre SEP": "HURONES, LOS", "Otro nombr": "---", "Fecha": "01\/01\/1964", "Anyo": 1964, "Rio": "MAJACEITE", "Municipio": "ALGAR", "Cuenca": "GUADALETE Y BARBATE", "Provincia": "CADIZ", "x": 271131, "y": 4060369, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 271033.64634078305, 4060396.8524853573 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8030028, "Nombre": "ISBERT", "Nombre SEP": "ISBERT", "Otro nombr": "---", "Fecha": "01\/01\/1945", "Anyo": 1945, "Rio": "GIRONA", "Municipio": "ORBA", "Cuenca": "JUCAR", "Provincia": "ALICANTE", "x": 751659, "y": 4297224, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 751658.99999837694, 4297224.0001120884 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5140028, "Nombre": "IZNAJAR", "Nombre SEP": "IZNAJAR", "Otro nombr": "---", "Fecha": "01\/01\/1969", "Anyo": 1969, "Rio": "GENIL", "Municipio": "RUTE, CUEVAS SAN MARCOS", "Cuenca": "GUADALQUIVIR", "Provincia": "CORDOBA", "x": 377250, "y": 4126550, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 377250.00000073959, 4126550.0001097168 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100102, "Nombre": "JARILLA, LA (TAJO)", "Nombre SEP": "JARILLA, LA (TAJO)", "Otro nombr": "---", "Fecha": "01\/01\/1964", "Anyo": 1964, "Rio": "CAVERA", "Municipio": "JARILLA", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 242520, "y": 4451720, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 242463.90101495423, 4451498.8172813412 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5140001, "Nombre": "MALPASILLO JAUJA (AZUD)", "Nombre SEP": "JAUJA", "Otro nombr": "MALPASILLO JAUJA", "Fecha": "31\/12\/1951", "Anyo": 1951, "Rio": "GENIL", "Municipio": "LUCENA", "Cuenca": "GUADALQUIVIR", "Provincia": "CORDOBA", "x": 352650, "y": 4129600, "Tipos": "Hidroel?ctrico, Riego, Abastecimiento" }, "geometry": { "type": "Point", "coordinates": [ 352650.00000088883, 4129600.0001097522 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2240007, "Nombre": "JUAN BENET (PORMA)", "Nombre SEP": "JUAN BENET (PORMA)", "Otro nombr": "---", "Fecha": "30\/04\/1968", "Anyo": 1968, "Rio": "PORMA", "Municipio": "BO?AR", "Cuenca": "DUERO", "Provincia": "LEON", "x": 313090, "y": 4755710, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 312894.4351475102, 4755511.1936149886 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2400015, "Nombre": "LINARES DEL ARROYO", "Nombre SEP": "LINARES DEL ARROYO", "Otro nombr": "---", "Fecha": "30\/04\/1953", "Anyo": 1953, "Rio": "RIAZA", "Municipio": "MADERUELO", "Cuenca": "DUERO", "Provincia": "SEGOVIA", "x": 453728, "y": 4597664, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 453728.00000033417, 4597664.0001159096 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8460013, "Nombre": "LORIGUILLA", "Nombre SEP": "LORIGUILLA", "Otro nombr": "---", "Fecha": "01\/01\/1965", "Anyo": 1965, "Rio": "TURIA", "Municipio": "LORIGUILLA Y CHULILLA", "Cuenca": "JUCAR", "Provincia": "VALENCIA", "x": 679189, "y": 4392798, "Tipos": "Regulaci?n, Riego, Hidroel?ctrico" }, "geometry": { "type": "Point", "coordinates": [ 678972.29097994824, 4392723.5740577141 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9260022, "Nombre": "MANSILLA", "Nombre SEP": "MANSILLA", "Otro nombr": "---", "Fecha": "31\/12\/1960", "Anyo": 1960, "Rio": "NAJERILLA", "Municipio": "MANSILLA DE LA SIERRA, VILLAVELAYO", "Cuenca": "EBRO", "Provincia": "LOGRO?O", "x": 507343, "y": 4667566, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 507281.00221223279, 4667302.6375161717 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5230044, "Nombre": "MARMOLEJO (AZUD)", "Nombre SEP": "MARMOLEJO", "Otro nombr": "---", "Fecha": "31\/12\/1962", "Anyo": 1962, "Rio": "GUADALQUIVIR", "Municipio": "MARMOLEJO", "Cuenca": "GUADALQUIVIR", "Provincia": "JAEN", "x": 396000, "y": 4213200, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 395940.24552375951, 4212948.0236912426 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9220054, "Nombre": "MEDIANO", "Nombre SEP": "MEDIANO", "Otro nombr": "---", "Fecha": "31\/12\/1959", "Anyo": 1959, "Rio": "CINCA", "Municipio": "FUEVA, LA", "Cuenca": "EBRO", "Provincia": "HUESCA", "x": 765112, "y": 4689838, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 764520.13618176524, 4689495.3451251751 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9500030, "Nombre": "MEQUINENZA", "Nombre SEP": "MEQUINENZA", "Otro nombr": "---", "Fecha": "31\/12\/1964", "Anyo": 1964, "Rio": "EBRO", "Municipio": "MEQUINENZA", "Cuenca": "EBRO", "Provincia": "ZARAGOZA", "x": 774241, "y": 4584997, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 773686.23269066075, 4584901.1279483894 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5230023, "Nombre": "MOLINO DE GUADALEN (CONTRAEMBALSE)", "Nombre SEP": "MOLINO DE GUADALEN", "Otro nombr": "SALTO DEL MOLINO", "Fecha": "31\/12\/1962", "Anyo": 1962, "Rio": "GUADALEN", "Municipio": "VILCHES", "Cuenca": "GUADALQUIVIR", "Provincia": "JAEN", "x": 457163, "y": 4222764, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 456932.14577535546, 4222402.7469838392 ] } }, +{ "type": "Feature", "properties": { "codpresa": 6110011, "Nombre": "MONTE DE LA TORRE (DD-1)", "Nombre SEP": "MONTE DE LA TORRE (DD-1)", "Otro nombr": "DEPOSITO DD-1", "Fecha": "31\/12\/1972", "Anyo": 1972, "Rio": "PRIOR", "Municipio": "BARRIOS, LOS", "Cuenca": "CUENCA MEDITERRANEA ANDALUZA", "Provincia": "CADIZ", "x": 275972, "y": 4004387, "Tipos": "Regulaci?n, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 275788.59585781599, 4004118.0154836481 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4060102, "Nombre": "MONTIJO (AZUD)", "Nombre SEP": "MONTIJO", "Otro nombr": "---", "Fecha": "31\/12\/1954", "Anyo": 1954, "Rio": "GUADIANA", "Municipio": "MERIDA", "Cuenca": "GUADIANA", "Provincia": "BADAJOZ", "x": 202510, "y": 4314117, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 202839.06667843321, 4313969.4671972822 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4060074, "Nombre": "MOSQUIL, EL", "Nombre SEP": "MOSQUIL, EL", "Otro nombr": "---", "Fecha": "01\/01\/1971", "Anyo": 1971, "Rio": "LABRADOS", "Municipio": "USAGRE", "Cuenca": "GUADIANA", "Provincia": "BADAJOZ", "x": 228717, "y": 4255260, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 229111.4039668247, 4255224.6162545485 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3280058, "Nombre": "NAVALAGAMELLA", "Nombre SEP": "NAVALAGAMELLA", "Otro nombr": "---", "Fecha": "31\/12\/1972", "Anyo": 1972, "Rio": "CURA", "Municipio": "NAVALAGAMELLA", "Cuenca": "TAJO", "Provincia": "MADRID", "x": 405106, "y": 4472030, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 405106.00000065466, 4472030.0001144195 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9500043, "Nombre": "NI?O JESUS", "Nombre SEP": "NIO JESUS", "Otro nombr": "ANI?ON", "Fecha": "09\/05\/1955", "Anyo": 1955, "Rio": "ARROYO DEL FRESNO O JESUS", "Municipio": "ANI?ON", "Cuenca": "EBRO", "Provincia": "ZARAGOZA", "x": 608478, "y": 4595385, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 608477.99999922, 4595385.0001158724 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9250050, "Nombre": "OLIANA", "Nombre SEP": "OLIANA", "Otro nombr": "---", "Fecha": "31\/12\/1959", "Anyo": 1959, "Rio": "SEGRE", "Municipio": "OLIANA Y PERAMOLA", "Cuenca": "EBRO", "Provincia": "LLEIDA", "x": 855649, "y": 4669176, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 855143.4408810538, 4669058.1677928604 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8120003, "Nombre": "ONDA", "Nombre SEP": "ONDA", "Otro nombr": "BENITANDUS", "Fecha": "01\/01\/1954", "Anyo": 1954, "Rio": "SECO \/ VEO", "Municipio": "ALCUDIA DE VEO", "Cuenca": "JUCAR", "Provincia": "CASTELLON", "x": 728310, "y": 4424455, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 727935.80062836374, 4424006.6966660591 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4060095, "Nombre": "ORELLANA", "Nombre SEP": "ORELLANA", "Otro nombr": "---", "Fecha": "01\/01\/1963", "Anyo": 1963, "Rio": "GUADIANA", "Municipio": "ORELLANA LA VIEJA, CAMPANARIO", "Cuenca": "GUADIANA", "Provincia": "BADAJOZ", "x": 280423, "y": 4318386, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 280423.0000014283, 4318386.0001123948 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3190028, "Nombre": "PALMACES", "Nombre SEP": "PALMACES", "Otro nombr": "---", "Fecha": "01\/01\/1954", "Anyo": 1954, "Rio": "CA?AMARES", "Municipio": "PALMACES DE JADRAQUE", "Cuenca": "TAJO", "Provincia": "GUADALAJARA", "x": 505170, "y": 4544655, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 505170.0, 4544655.0001153052 ] } }, +{ "type": "Feature", "properties": { "codpresa": 10170013, "Nombre": "PASTERAL I (AZUD)", "Nombre SEP": "PASTERAL, EL", "Otro nombr": "---", "Fecha": "01\/01\/1962", "Anyo": 1962, "Rio": "TER", "Municipio": "OSOR", "Cuenca": "CUENCAS INTERNAS DE CATALU?A", "Provincia": "GERONA", "x": 965397, "y": 4663877, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 964924.89868687443, 4663579.5485260645 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4060004, "Nombre": "PASTIZALES, LOS", "Nombre SEP": "PASTIZALES, LOS", "Otro nombr": "---", "Fecha": "31\/12\/1964", "Anyo": 1964, "Rio": "VALDELARQUILLO (VALDESEQUILLOS)", "Municipio": "HELECHOSA DE LOS MONTES", "Cuenca": "GUADIANA", "Provincia": "BADAJOZ", "x": 352216, "y": 4363403, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 352216.00000097847, 4363403.0001130253 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5230018, "Nombre": "PEDRO MARIN", "Nombre SEP": "PEDRO MARIN", "Otro nombr": "---", "Fecha": "31\/12\/1954", "Anyo": 1954, "Rio": "GUADALQUIVIR", "Municipio": "JODAR", "Cuenca": "GUADALQUIVIR", "Provincia": "JAEN", "x": 463739, "y": 4196379, "Tipos": "Hidroel?ctrico, Riego, Industrial" }, "geometry": { "type": "Point", "coordinates": [ 463747.9632903352, 4195770.7371934094 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4130018, "Nombre": "PE?ARROYA", "Nombre SEP": "PEARROYA", "Otro nombr": "---", "Fecha": "01\/01\/1959", "Anyo": 1959, "Rio": "GUADIANA", "Municipio": "ARGAMASILLA DE ALBA", "Cuenca": "GUADIANA", "Provincia": "CIUDAD REAL", "x": 499519, "y": 4323754, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 499445.36644176848, 4323443.055640406 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3280055, "Nombre": "PE?ASCALES, LOS", "Nombre SEP": "PEASCALES, LOS", "Otro nombr": "---", "Fecha": "31\/12\/1962", "Anyo": 1962, "Rio": "ARROYO TROFAS", "Municipio": "TORRELODONES", "Cuenca": "TAJO", "Provincia": "MADRID", "x": 424055, "y": 4492013, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 423888.83590512292, 4491789.0042292764 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3280063, "Nombre": "PICADAS", "Nombre SEP": "PICADAS", "Otro nombr": "---", "Fecha": "31\/12\/1952", "Anyo": 1952, "Rio": "ALBERCHE", "Municipio": "SAN MARTIN DE VALDEIGLESIAS", "Cuenca": "TAJO", "Provincia": "MADRID", "x": 393940, "y": 4465690, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 393940.00000072992, 4465690.0001143385 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4060031, "Nombre": "PIEDRA AGUDA", "Nombre SEP": "PIEDRA AGUDA", "Otro nombr": "---", "Fecha": "01\/01\/1956", "Anyo": 1956, "Rio": "OLIVENZA", "Municipio": "OLIVENZA", "Cuenca": "GUADIANA", "Provincia": "BADAJOZ", "x": 149904, "y": 4289973, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 150122.57615758118, 4289687.4514117688 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4210092, "Nombre": "PIEDRAS", "Nombre SEP": "PIEDRAS", "Otro nombr": "---", "Fecha": "31\/12\/1968", "Anyo": 1968, "Rio": "PIEDRAS", "Municipio": "CARTAYA, LEPE", "Cuenca": "TINTO, ODIEL Y PIEDRAS", "Provincia": "HUELVA", "x": 122023, "y": 4144432, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 122023.00000229111, 4144432.0001098211 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5410106, "Nombre": "PINTADO, EL", "Nombre SEP": "PINTADO, EL", "Otro nombr": "---", "Fecha": "31\/12\/1948", "Anyo": 1948, "Rio": "VIAR", "Municipio": "CAZALLA SIERRA,GUADALCANAL,REAL DE JARA,REINA FTE ARCO", "Cuenca": "GUADALQUIVIR", "Provincia": "SEVILLA", "x": 240667, "y": 4208399, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 240667.00000161465, 4208399.0001108432 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5140004, "Nombre": "PUENTE NUEVO", "Nombre SEP": "PUENTE NUEVO", "Otro nombr": "---", "Fecha": "01\/01\/1972", "Anyo": 1972, "Rio": "GUADIATO", "Municipio": "VILLAVICIOSA DE CORDOBA", "Cuenca": "GUADALQUIVIR", "Provincia": "CORDOBA", "x": 331056, "y": 4217469, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 331143.69377231726, 4217144.4555844786 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8120004, "Nombre": "REGAJO, EL", "Nombre SEP": "REGAJO, EL", "Otro nombr": "---", "Fecha": "31\/10\/1959", "Anyo": 1959, "Rio": "PALANCIA", "Municipio": "JERICA", "Cuenca": "JUCAR", "Provincia": "CASTELLON", "x": 711756, "y": 4418669, "Tipos": "Riego, Regulaci?n, ---" }, "geometry": { "type": "Point", "coordinates": [ 711668.69646251481, 4418507.1710887272 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2340005, "Nombre": "REQUEJADA", "Nombre SEP": "REQUEJADA", "Otro nombr": "---", "Fecha": "01\/08\/1935", "Anyo": 1935, "Rio": "PISUERGA", "Municipio": "ARBEJAL", "Cuenca": "DUERO", "Provincia": "PALENCIA", "x": 375507, "y": 4751818, "Tipos": "Abastecimiento, Riego, Defensa frente a avenidas" }, "geometry": { "type": "Point", "coordinates": [ 375177.30451694719, 4751566.1175596491 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5140048, "Nombre": "RETORTILLO", "Nombre SEP": "RETORTILLO", "Otro nombr": "---", "Fecha": "01\/01\/1970", "Anyo": 1970, "Rio": "RETORTILLO", "Municipio": "HORNACHUELOS, PUEBLA DE INFANTES", "Cuenca": "GUADALQUIVIR", "Provincia": "CORDOBA", "x": 293165, "y": 4191105, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 293165.00000127923, 4191105.0001106281 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3280015, "Nombre": "REY, DEL", "Nombre SEP": "REY, DEL", "Otro nombr": "---", "Fecha": "31\/12\/1971", "Anyo": 1971, "Rio": "JARAMA", "Municipio": "RIVAS-VACIAMADRID", "Cuenca": "TAJO", "Provincia": "MADRID", "x": 453964, "y": 4461241, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 453964.00000031636, 4461241.0001142966 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9430003, "Nombre": "RIBARROJA", "Nombre SEP": "RIBARROJA", "Otro nombr": "RIBA ROJA", "Fecha": "31\/12\/1969", "Anyo": 1969, "Rio": "EBRO", "Municipio": "RIBA-ROJA D??EBRE", "Cuenca": "EBRO", "Provincia": "TARRAGONA", "x": 788146, "y": 4571794, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 787624.73601893429, 4571556.3451475818 ] } }, +{ "type": "Feature", "properties": { "codpresa": 1270013, "Nombre": "RIBASALTAS (AZUD)", "Nombre SEP": "RIBASALTAS (AZUD)", "Otro nombr": "---", "Fecha": "31\/12\/1969", "Anyo": 1969, "Rio": "CABE", "Municipio": "MONFORTE DE LEMOS", "Cuenca": "MI?O-SIL", "Provincia": "LUGO", "x": 132034, "y": 4721564, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 132034.00000276923, 4721564.0001170803 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3450011, "Nombre": "ROSARITO", "Nombre SEP": "ROSARITO", "Otro nombr": "---", "Fecha": "31\/12\/1958", "Anyo": 1958, "Rio": "TIETAR", "Municipio": "OROPESA, CANDELEDA", "Cuenca": "TAJO", "Provincia": "TOLEDO", "x": 302082, "y": 4442874, "Tipos": "Riego, Hidroel?ctrico, ---" }, "geometry": { "type": "Point", "coordinates": [ 301991.03200197459, 4442529.6404402032 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5230022, "Nombre": "RUMBLAR", "Nombre SEP": "RUMBLAR", "Otro nombr": "---", "Fecha": "31\/12\/1941", "Anyo": 1941, "Rio": "RUMBLAR", "Municipio": "BA?OS DE LA ENCINA", "Cuenca": "GUADALQUIVIR", "Provincia": "JAEN", "x": 429670, "y": 4224281, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 429466.98631105415, 4223978.121261307 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100074, "Nombre": "SALOR", "Nombre SEP": "SALOR", "Otro nombr": "---", "Fecha": "01\/01\/1964", "Anyo": 1964, "Rio": "SALOR", "Municipio": "CACERES", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 214873, "y": 4362570, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 215318.85325469874, 4362361.2675712993 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2470004, "Nombre": "SAN JOSE", "Nombre SEP": "SAN JOSE", "Otro nombr": "---", "Fecha": "17\/11\/1945", "Anyo": 1945, "Rio": "DUERO", "Municipio": "CASTRONU?O", "Cuenca": "DUERO", "Provincia": "VALLADOLID", "x": 310093, "y": 4586292, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 310006.92881748558, 4586027.2088383222 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3280027, "Nombre": "SAN JUAN (DIQUE DEL COLLADO)", "Nombre SEP": "SAN JUAN", "Otro nombr": "---", "Fecha": "31\/12\/1955", "Anyo": 1955, "Rio": "ALBERCHE", "Municipio": "SAN MARTIN DE VALDEIGLESIAS", "Cuenca": "TAJO", "Provincia": "MADRID", "x": 388451, "y": 4469946, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 388451.00000076892, 4469946.0001143906 ] } }, +{ "type": "Feature", "properties": { "codpresa": 10250001, "Nombre": "SANT PONC (SAN PONS)", "Nombre SEP": "SAN PONS", "Otro nombr": "---", "Fecha": "19\/12\/1957", "Anyo": 1957, "Rio": "EL CARDENER", "Municipio": "CLARIANA DE CARDENER", "Cuenca": "CUENCAS INTERNAS DE CATALU?A", "Provincia": "LLEIDA", "x": 882025, "y": 4656011, "Tipos": "Riego, Abastecimiento, Hidroel?ctrico" }, "geometry": { "type": "Point", "coordinates": [ 881632.5541560105, 4655961.9785424955 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9220076, "Nombre": "SANTA ANA", "Nombre SEP": "SANTA ANA", "Otro nombr": "---", "Fecha": "31\/12\/1961", "Anyo": 1961, "Rio": "NOGUERA RIBAGORZANA", "Municipio": "CASTILLONROY", "Cuenca": "EBRO", "Provincia": "HUESCA", "x": 797530, "y": 4643159, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 797529.99999781919, 4643159.0001163064 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2370010, "Nombre": "SANTA TERESA", "Nombre SEP": "SANTA TERESA", "Otro nombr": "---", "Fecha": "28\/02\/1961", "Anyo": 1961, "Rio": "TORMES", "Municipio": "MONTEJO DE SALVATIERRA Y PELAYOS", "Cuenca": "DUERO", "Provincia": "SALAMANCA", "x": 280203, "y": 4505246, "Tipos": "Hidroel?ctrico, Riego, Abastecimiento" }, "geometry": { "type": "Point", "coordinates": [ 280101.14524313901, 4504994.2206645971 ] } }, +{ "type": "Feature", "properties": { "codpresa": 7300019, "Nombre": "SANTOMERA (DIQUE DEL COLLADO)", "Nombre SEP": "SANTOMERA", "Otro nombr": "---", "Fecha": "31\/12\/1965", "Anyo": 1965, "Rio": "SALADA", "Municipio": "SANTOMERA", "Cuenca": "SEGURA", "Provincia": "MURCIA", "x": 667635, "y": 4218190, "Tipos": "Defensa frente a avenidas, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 667553.26173220028, 4218014.9260413414 ] } }, +{ "type": "Feature", "properties": { "codpresa": 10080007, "Nombre": "SAU", "Nombre SEP": "SAU", "Otro nombr": "---", "Fecha": "31\/12\/1964", "Anyo": 1964, "Rio": "TER", "Municipio": "VILANOVA DE SAU", "Cuenca": "CUENCAS INTERNAS DE CATALU?A", "Provincia": "BARCELONA", "x": 948914, "y": 4660480, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 948574.98076378054, 4660418.9119669031 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2240018, "Nombre": "SELGA DE ORDAS", "Nombre SEP": "SELGA DE ORDAS", "Otro nombr": "---", "Fecha": "31\/12\/1961", "Anyo": 1961, "Rio": "LUNA", "Municipio": "RIOSECO DE TAPIA, STA. MARIA ORDAS", "Cuenca": "DUERO", "Provincia": "LEON", "x": 271923, "y": 4737491, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 271914.26020848152, 4737334.3768835021 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8120002, "Nombre": "SICHAR", "Nombre SEP": "SICHAR", "Otro nombr": "---", "Fecha": "30\/04\/1960", "Anyo": 1960, "Rio": "MIJARES", "Municipio": "ONDA", "Cuenca": "JUCAR", "Provincia": "CASTELLON", "x": 736439, "y": 4432744, "Tipos": "Regulaci?n, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 736438.99999839358, 4432744.00011387 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100056, "Nombre": "SOLANA, LA", "Nombre SEP": "SOLANA, LA", "Otro nombr": "---", "Fecha": "01\/01\/1955", "Anyo": 1955, "Rio": "ARROYO CABRIOSO", "Municipio": "HERRERA DE ALCANTARA", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 121529, "y": 4390838, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 121836.40440071683, 4390689.0378045123 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9220034, "Nombre": "SOTONERA, LA (DIQUE DEL COLLADO 1) (ASTON Y VACAS)", "Nombre SEP": "SOTONERA, LA (DIQUE DEL COLLADO 1)", "Otro nombr": "---", "Fecha": "01\/01\/1963", "Anyo": 1963, "Rio": "ASTON-VACAS", "Municipio": "ALCALA DE GURREA", "Cuenca": "EBRO", "Provincia": "HUESCA", "x": 692200, "y": 4664000, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 692199.99999857985, 4664000.0001165997 ] } }, +{ "type": "Feature", "properties": { "codpresa": 10170012, "Nombre": "SUSQUEDA", "Nombre SEP": "SUSQUEDA", "Otro nombr": "---", "Fecha": "01\/01\/1967", "Anyo": 1967, "Rio": "TER", "Municipio": "OSOR", "Cuenca": "CUENCAS INTERNAS DE CATALU?A", "Provincia": "GERONA", "x": 958440, "y": 4663004, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 957851.11378305964, 4662143.8760432666 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9500034, "Nombre": "TORCAS, LAS", "Nombre SEP": "TORCAS, LAS", "Otro nombr": "---", "Fecha": "31\/12\/1946", "Anyo": 1946, "Rio": "HUERVA", "Municipio": "TOSOS", "Cuenca": "EBRO", "Provincia": "ZARAGOZA", "x": 660235, "y": 4573209, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 660234.99999885331, 4573209.0001156013 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5410139, "Nombre": "TORRE DEL AGUILA", "Nombre SEP": "TORRE DEL AGUILA", "Otro nombr": "---", "Fecha": "31\/12\/1947", "Anyo": 1947, "Rio": "SALADO DE MORON", "Municipio": "UTRERA", "Cuenca": "GUADALQUIVIR", "Provincia": "SEVILLA", "x": 254750, "y": 4103343, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 254716.73244858842, 4103122.6752734035 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2400007, "Nombre": "TORRELARA", "Nombre SEP": "TORRELARA", "Otro nombr": "---", "Fecha": "31\/12\/1971", "Anyo": 1971, "Rio": "MAGDALENA", "Municipio": "MU?OPEDRO", "Cuenca": "DUERO", "Provincia": "SEGOVIA", "x": 371042, "y": 4526981, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 371474.63857139618, 4526738.7075403994 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100128, "Nombre": "TOZO", "Nombre SEP": "TOZO", "Otro nombr": "---", "Fecha": "01\/01\/1962", "Anyo": 1962, "Rio": "TOZO", "Municipio": "TORRECILLAS DE LA TIESA", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 258781, "y": 4384708, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 258781.00000160944, 4384708.0001132572 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5230005, "Nombre": "TRANCO DE BEAS", "Nombre SEP": "TRANCO DE BEAS", "Otro nombr": "---", "Fecha": "31\/12\/1944", "Anyo": 1944, "Rio": "GUADALQUIVIR", "Municipio": "VILLANUEVA DEL ARZOBISPO", "Cuenca": "GUADALQUIVIR", "Provincia": "JAEN", "x": 518004, "y": 4225445, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 517861.0563689702, 4225025.3304180205 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9500008, "Nombre": "TRANQUERA, LA", "Nombre SEP": "TRANQUERA, LA", "Otro nombr": "---", "Fecha": "31\/12\/1959", "Anyo": 1959, "Rio": "PIEDRA", "Municipio": "CARENAS", "Cuenca": "EBRO", "Provincia": "ZARAGOZA", "x": 600522, "y": 4568949, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 600521.99999928, 4568949.0001155725 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8120011, "Nombre": "ULLDECONA", "Nombre SEP": "ULLDECONA", "Otro nombr": "---", "Fecha": "01\/01\/1967", "Anyo": 1967, "Rio": "CENIA", "Municipio": "PUEBLA DE BENIFASAR, LA", "Cuenca": "JUCAR", "Provincia": "CASTELLON", "x": 773861, "y": 4507456, "Tipos": "Riego, Abastecimiento, ---" }, "geometry": { "type": "Point", "coordinates": [ 773327.9162701891, 4507288.4204253387 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9010013, "Nombre": "ULLIVARRI (ULLIBARRI GAMBOA)", "Nombre SEP": "ULLIVARRI", "Otro nombr": "---", "Fecha": "31\/12\/1956", "Anyo": 1956, "Rio": "ZADORRA", "Municipio": "ARRAZUA-UBARRUNDIA", "Cuenca": "EBRO", "Provincia": "ALAVA", "x": 531411, "y": 4753261, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 531278.99783930019, 4753084.7523021977 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9220071, "Nombre": "VADIELLO", "Nombre SEP": "VADIELLO", "Otro nombr": "---", "Fecha": "31\/12\/1971", "Anyo": 1971, "Rio": "GUATIZALEMA", "Municipio": "LOPORZANO", "Cuenca": "EBRO", "Provincia": "HUESCA", "x": 724600, "y": 4680350, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 724560.93252269889, 4680172.3391518891 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8440008, "Nombre": "VALBONA", "Nombre SEP": "VALBONA", "Otro nombr": "---", "Fecha": "23\/04\/1959", "Anyo": 1959, "Rio": "RAMBLA DE FUENTE DE MORA", "Municipio": "VALBONA", "Cuenca": "JUCAR", "Provincia": "TERUEL", "x": 685729, "y": 4458355, "Tipos": "Riego, Regulaci?n, ---" }, "geometry": { "type": "Point", "coordinates": [ 685728.99999873, 4458355.0001142183 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3450003, "Nombre": "VALDECABRAS (ARROYO)", "Nombre SEP": "VALDECABRAS (ARROYO)", "Otro nombr": "---", "Fecha": "31\/12\/1965", "Anyo": 1965, "Rio": "VALDECABRAS", "Municipio": "ORGAZ", "Cuenca": "TAJO", "Provincia": "TOLEDO", "x": 420490, "y": 4393145, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 420520.71686166816, 4392631.2704687919 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100007, "Nombre": "VALDECA?AS", "Nombre SEP": "VALDECAAS", "Otro nombr": "---", "Fecha": "01\/01\/1964", "Anyo": 1964, "Rio": "TAJO", "Municipio": "BELVIS DE MONROY Y VALDECA?AS DE TAJO", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 276345, "y": 4406515, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 276347.26634769759, 4406386.6952600898 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100021, "Nombre": "VALDEOBISPO", "Nombre SEP": "VALDEOBISPO", "Otro nombr": "---", "Fecha": "01\/01\/1965", "Anyo": 1965, "Rio": "ALAGON", "Municipio": "VALDEOBISPO, MONTEHERMOSO", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 222665, "y": 4444086, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 222919.86433664197, 4443918.750305797 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2240032, "Nombre": "VALDESPINA", "Nombre SEP": "VALDESPINA", "Otro nombr": "EMBALSE DE BARRIO", "Fecha": "01\/01\/1940", "Anyo": 1940, "Rio": "ARROYO VALDESPINA", "Municipio": "SANTA COLOMBA DE CURUE?O", "Cuenca": "DUERO", "Provincia": "LEON", "x": 302950, "y": 4731030, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 302950.00000148988, 4731030.0001173029 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4060067, "Nombre": "VALUENGO", "Nombre SEP": "VALUENGO", "Otro nombr": "---", "Fecha": "01\/01\/1959", "Anyo": 1959, "Rio": "ARDILA", "Municipio": "JEREZ DE LOS CABALLEROS", "Cuenca": "GUADIANA", "Provincia": "BADAJOZ", "x": 178405, "y": 4245838, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 178543.34801585122, 4245732.181511187 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2400023, "Nombre": "VENCIAS, LAS", "Nombre SEP": "VENCIAS, LAS", "Otro nombr": "---", "Fecha": "31\/12\/1962", "Anyo": 1962, "Rio": "DURAT??N", "Municipio": "FUENTIDUE?A", "Cuenca": "DUERO", "Provincia": "SEGOVIA", "x": 419459, "y": 4586898, "Tipos": "Hidroel?ctrico, Regulaci?n, Riego" }, "geometry": { "type": "Point", "coordinates": [ 419459.00000057934, 4586898.000115783 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4130068, "Nombre": "VICARIO, EL", "Nombre SEP": "VICARIO, EL", "Otro nombr": "---", "Fecha": "31\/12\/1973", "Anyo": 1973, "Rio": "GUADIANA", "Municipio": "CIUDAD REAL", "Cuenca": "GUADIANA", "Provincia": "CIUDAD REAL", "x": 413850, "y": 4324000, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 413850.00000056188, 4324000.0001125196 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100052, "Nombre": "VID III, LA", "Nombre SEP": "VID III, LA", "Otro nombr": "---", "Fecha": "01\/01\/1959", "Anyo": 1959, "Rio": "VID", "Municipio": "TORREJON EL RUBIO", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 247090, "y": 4406926, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 247165.8777877831, 4406975.3306448543 ] } }, +{ "type": "Feature", "properties": { "codpresa": 1270004, "Nombre": "VILASOUTO", "Nombre SEP": "VILASOUTO", "Otro nombr": "---", "Fecha": "31\/12\/1969", "Anyo": 1969, "Rio": "MAO", "Municipio": "INCIO, O", "Cuenca": "MI?O-SIL", "Provincia": "LUGO", "x": 137205, "y": 4732933, "Tipos": "Riego, Abastecimiento, ---" }, "geometry": { "type": "Point", "coordinates": [ 137671.65869766171, 4732735.3370183716 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5140050, "Nombre": "VILLAFRANCA", "Nombre SEP": "VILLAFRANCA", "Otro nombr": "---", "Fecha": "01\/01\/1948", "Anyo": 1948, "Rio": "GUADALQUIVIR", "Municipio": "VILLAFRANCA DE CORDOBA", "Cuenca": "GUADALQUIVIR", "Provincia": "CORDOBA", "x": 359660, "y": 4202300, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 357188.5432571487, 4202169.7855444774 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2370033, "Nombre": "VILLAGONZALO (AZUD)", "Nombre SEP": "VILLAGONZALO", "Otro nombr": "---", "Fecha": "14\/02\/1960", "Anyo": 1960, "Rio": "TORMES", "Municipio": "VILLAGONZALO DE TORMES Y GARIHERNANDEZ", "Cuenca": "DUERO", "Provincia": "SALAMANCA", "x": 289812, "y": 4527892, "Tipos": "Riego, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 289678.63287577347, 4527640.0190840354 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2240006, "Nombre": "VILLAMECA", "Nombre SEP": "VILLAMECA", "Otro nombr": "---", "Fecha": "31\/12\/1947", "Anyo": 1947, "Rio": "TUERTO-VALLE (TUERTO)", "Municipio": "QUINTANA DEL CASTILLO", "Cuenca": "DUERO", "Provincia": "LEON", "x": 247863, "y": 4726637, "Tipos": "Hidroel?ctrico, Riego, Abastecimiento" }, "geometry": { "type": "Point", "coordinates": [ 248499.58589500023, 4726265.0601202846 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9310007, "Nombre": "YESA", "Nombre SEP": "YESA", "Otro nombr": "---", "Fecha": "31\/12\/1959", "Anyo": 1959, "Rio": "ARAGON", "Municipio": "YESA", "Cuenca": "EBRO", "Provincia": "NAVARRA", "x": 648990, "y": 4719190, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 649067.47948859434, 4719668.5123394737 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5230007, "Nombre": "ZOCUECA (AZUD)", "Nombre SEP": "ZOCUECA", "Otro nombr": "---", "Fecha": "31\/12\/1940", "Anyo": 1940, "Rio": "RUMBLAR", "Municipio": "GUARROM?N", "Cuenca": "GUADALQUIVIR", "Provincia": "JAEN", "x": 427175, "y": 4217080, "Tipos": "Riego, Abastecimiento, ---" }, "geometry": { "type": "Point", "coordinates": [ 427142.74856572493, 4216768.4433339546 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4060070, "Nombre": "ZUJAR (DIQUE DEL COLLADO)", "Nombre SEP": "ZUJAR", "Otro nombr": "---", "Fecha": "01\/01\/1964", "Anyo": 1964, "Rio": "ZUJAR", "Municipio": "CASTUERA, ESPARRAGOSA DE LARES", "Cuenca": "GUADIANA", "Provincia": "BADAJOZ", "x": 285155, "y": 4310665, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 285155.00000139326, 4310665.0001122924 ] } } +] +} diff --git a/docs/colonizacion-leaflet/data/EmbalsesGenV1.geojson b/docs/colonizacion-leaflet/data/EmbalsesGenV1.geojson new file mode 100644 index 0000000..310e68b --- /dev/null +++ b/docs/colonizacion-leaflet/data/EmbalsesGenV1.geojson @@ -0,0 +1,153 @@ +{ +"type": "FeatureCollection", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::32630" } }, +"features": [ +{ "type": "Feature", "properties": { "codpresa": 2340004, "Nombre": "AGUILAR DE CAMPOO", "Nombre SEP": "AGUILAR DE CAMPOO", "Otro nombr": "---", "Fecha": "02\/09\/1964", "Anyo": 1964, "Rio": "PISUERGA", "Municipio": "AGUILAR DE CAMPOO", "Cuenca": "DUERO", "Provincia": "PALENCIA", "x": 394705, "y": 4739000, "Tipos": "Hidroel?ctrico, Riego, Abastecimiento" }, "geometry": { "type": "Point", "coordinates": [ 394705.00000079867, 4739000.0001174202 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8160006, "Nombre": "ALARCON", "Nombre SEP": "ALARCON", "Otro nombr": "---", "Fecha": "30\/09\/1955", "Anyo": 1955, "Rio": "JUCAR", "Municipio": "ALARCON", "Cuenca": "JUCAR", "Provincia": "CUENCA", "x": 576346, "y": 4379982, "Tipos": "Regulaci?n, Riego, Abastecimiento" }, "geometry": { "type": "Point", "coordinates": [ 576345.99999949, 4379982.0001132609 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8120006, "Nombre": "ALCORA", "Nombre SEP": "ALCORA", "Otro nombr": "---", "Fecha": "29\/09\/1958", "Anyo": 1958, "Rio": "LUCENA", "Municipio": "ALCORA", "Cuenca": "JUCAR", "Provincia": "CASTELLON", "x": 737177, "y": 4442329, "Tipos": "Riego, Regulaci?n, ---" }, "geometry": { "type": "Point", "coordinates": [ 737167.61900656368, 4442323.6275669578 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5110041, "Nombre": "ALMODOVAR (DIQUE DEL COLLADO) (RECRECIDA)", "Nombre SEP": "ALMODOVAR", "Otro nombr": "---", "Fecha": "01\/01\/1972", "Anyo": 1972, "Rio": "ALMODOVAR", "Municipio": "TARIFA", "Cuenca": "GUADALETE Y BARBATE", "Provincia": "CADIZ", "x": 261945, "y": 4004510, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 261636.17802516895, 4004284.9828798696 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3190001, "Nombre": "ALMOGUERA", "Nombre SEP": "ALMOGUERA", "Otro nombr": "---", "Fecha": "01\/01\/1947", "Anyo": 1947, "Rio": "TAJO", "Municipio": "ALMOGUERA", "Cuenca": "TAJO", "Provincia": "GUADALAJARA", "x": 503585, "y": 4460330, "Tipos": "Hidroel?ctrico, Regulaci?n, Riego" }, "geometry": { "type": "Point", "coordinates": [ 503565.60905815038, 4458199.7418034226 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8030027, "Nombre": "AMADORIO", "Nombre SEP": "AMADORIO", "Otro nombr": "---", "Fecha": "24\/02\/1960", "Anyo": 1960, "Rio": "AMADORIO", "Municipio": "VILLAJOYOSA", "Cuenca": "JUCAR", "Provincia": "ALICANTE", "x": 738600, "y": 4268800, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 738437.0954115598, 4268661.7138019092 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100070, "Nombre": "ARAYA DE ARRIBA (DIQUE DEL COLLADO)", "Nombre SEP": "ARAYA DE ARRIBA", "Otro nombr": "---", "Fecha": "01\/01\/1958", "Anyo": 1958, "Rio": "ANCIANES", "Municipio": "BROZAS", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 184298, "y": 4380608, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 184558.40204846259, 4380266.237662144 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5110031, "Nombre": "ARCOS", "Nombre SEP": "ARCOS", "Otro nombr": "---", "Fecha": "01\/01\/1965", "Anyo": 1965, "Rio": "GUADALETE", "Municipio": "ARCOS DE LA FRONTERA", "Cuenca": "GUADALETE Y BARBATE", "Provincia": "CADIZ", "x": 250520, "y": 4071143, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 250681.31907172143, 4071016.8217665544 ] } }, +{ "type": "Feature", "properties": { "codpresa": 7300010, "Nombre": "ARGOS", "Nombre SEP": "ARGOS", "Otro nombr": "---", "Fecha": "01\/12\/1972", "Anyo": 1972, "Rio": "ARGOS", "Municipio": "CEHEGIN", "Cuenca": "SEGURA", "Provincia": "MURCIA", "x": 611000, "y": 4225906, "Tipos": "Defensa frente a avenidas, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 610836.42212914326, 4225685.5736164432 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8440007, "Nombre": "ARQUILLO DE SAN BLAS", "Nombre SEP": "ARQUILLO DE SAN BLAS", "Otro nombr": "---", "Fecha": "31\/12\/1962", "Anyo": 1962, "Rio": "GUADALAVIAR", "Municipio": "TERUEL", "Cuenca": "JUCAR", "Provincia": "TERUEL", "x": 653793, "y": 4469304, "Tipos": "Abastecimiento, Defensa frente a avenidas, Riego" }, "geometry": { "type": "Point", "coordinates": [ 652382.50345345237, 4469655.3782416154 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3280039, "Nombre": "ARROYOS, LOS (DIQUE DE COLA)", "Nombre SEP": "ARROYOS, LOS", "Otro nombr": "---", "Fecha": "31\/12\/1967", "Anyo": 1967, "Rio": "LADRON", "Municipio": "ESCORIAL, EL", "Cuenca": "TAJO", "Provincia": "MADRID", "x": 411261, "y": 4493850, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 411184.91045507544, 4493761.0450720405 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3280048, "Nombre": "ATAZAR, EL", "Nombre SEP": "ATAZAR, EL", "Otro nombr": "---", "Fecha": "31\/12\/1972", "Anyo": 1972, "Rio": "LOZOYA", "Municipio": "PATONES Y ATAZAR", "Cuenca": "TAJO", "Provincia": "MADRID", "x": 460256, "y": 4529303, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 460256.00000028004, 4529303.0001151189 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3450030, "Nombre": "AZUTAN", "Nombre SEP": "AZUTAN", "Otro nombr": "---", "Fecha": "31\/12\/1969", "Anyo": 1969, "Rio": "TAJO", "Municipio": "AZUTAN Y ALCOLEA DE TAJO", "Cuenca": "TAJO", "Provincia": "TOLEDO", "x": 321222, "y": 4405375, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 321066.92298715154, 4405080.9209864438 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9250051, "Nombre": "BALAGUER PARTIDOR (CONTRAEMBALSE)", "Nombre SEP": "BALAGUER", "Otro nombr": "---", "Fecha": "31\/12\/1958", "Anyo": 1958, "Rio": "SEGRE", "Municipio": "OS DE BALAGUER", "Cuenca": "EBRO", "Provincia": "LLEIDA", "x": 818394, "y": 4638887, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 818526.40346842422, 4640626.9061219608 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8440011, "Nombre": "BALAGUERAS", "Nombre SEP": "BALAGUERAS", "Otro nombr": "---", "Fecha": "31\/12\/1957", "Anyo": 1957, "Rio": "PALOMERAS", "Municipio": "RUBIELOS DE MORA", "Cuenca": "JUCAR", "Provincia": "TERUEL", "x": 697715, "y": 4454450, "Tipos": "Riego, Regulaci?n, ---" }, "geometry": { "type": "Point", "coordinates": [ 697577.48593425588, 4453843.5759735284 ] } }, +{ "type": "Feature", "properties": { "codpresa": 1240011, "Nombre": "BARCENA", "Nombre SEP": "BARCENA", "Otro nombr": "---", "Fecha": "31\/12\/1960", "Anyo": 1960, "Rio": "SIL", "Municipio": "PONFERRADA", "Cuenca": "MI?O-SIL", "Provincia": "LEON", "x": 207593, "y": 4720277, "Tipos": "Hidroel?ctrico, Riego, Abastecimiento" }, "geometry": { "type": "Point", "coordinates": [ 207860.1095021104, 4720083.7210623967 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2240029, "Nombre": "BARRIOS DE LUNA", "Nombre SEP": "BARRIOS DE LUNA", "Otro nombr": "---", "Fecha": "31\/12\/1956", "Anyo": 1956, "Rio": "ORBIGO - LUNA (LUNA)", "Municipio": "BARRIOS DE LUNA, LOS", "Cuenca": "DUERO", "Provincia": "LEON", "x": 266290, "y": 4748255, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 266205.24495764181, 4748084.4356891187 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5140040, "Nombre": "BEMBEZAR", "Nombre SEP": "BEMBEZAR", "Otro nombr": "---", "Fecha": "01\/01\/1963", "Anyo": 1963, "Rio": "BEMBEZAR", "Municipio": "HORNACHUELOS", "Cuenca": "GUADALQUIVIR", "Provincia": "CORDOBA", "x": 305740, "y": 4197410, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 305740.00000120461, 4197410.0001107231 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8460027, "Nombre": "BENAGEBER", "Nombre SEP": "BENAGEBER", "Otro nombr": "---", "Fecha": "31\/12\/1954", "Anyo": 1954, "Rio": "TURIA", "Municipio": "BENAGEBER", "Cuenca": "JUCAR", "Provincia": "VALENCIA", "x": 663079, "y": 4399195, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 662970.70098176145, 4399158.9837106392 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2240030, "Nombre": "BENAMARIAS", "Nombre SEP": "BENAMARIAS", "Otro nombr": "---", "Fecha": "31\/12\/1972", "Anyo": 1972, "Rio": "SALGUIRAL", "Municipio": "MAGAZ DE CEPEDA", "Cuenca": "DUERO", "Provincia": "LEON", "x": 244026, "y": 4716999, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 244249.85678478872, 4717135.5636123661 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8030035, "Nombre": "BENIARRES", "Nombre SEP": "BENIARRES", "Otro nombr": "---", "Fecha": "01\/04\/1958", "Anyo": 1958, "Rio": "SERPIS", "Municipio": "BENIARRES", "Cuenca": "JUCAR", "Provincia": "ALICANTE", "x": 729605, "y": 4299796, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 729456.7645840561, 4299517.3658398185 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5180023, "Nombre": "BERMEJALES, LOS", "Nombre SEP": "BERMEJALES, LOS", "Otro nombr": "---", "Fecha": "01\/01\/1958", "Anyo": 1958, "Rio": "CACIN", "Municipio": "ARENAS DEL REY", "Cuenca": "GUADALQUIVIR", "Provincia": "GRANADA", "x": 420700, "y": 4095050, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 420684.81561364455, 4094809.7185910572 ] } }, +{ "type": "Feature", "properties": { "codpresa": 10170002, "Nombre": "BOADELLA", "Nombre SEP": "BOADELLA (ELS FANGOTS)", "Otro nombr": "---", "Fecha": "16\/12\/1969", "Anyo": 1969, "Rio": "MUGA", "Municipio": "DARNIUS", "Cuenca": "CUENCAS INTERNAS DE CATALU?A", "Provincia": "GERONA", "x": 981015, "y": 4704322, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 980552.37202132598, 4704158.4598623412 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5230002, "Nombre": "BOLERA, LA", "Nombre SEP": "BOLERA, LA", "Otro nombr": "---", "Fecha": "31\/12\/1967", "Anyo": 1967, "Rio": "GUADALETIN", "Municipio": "POZO ALCON", "Cuenca": "GUADALQUIVIR", "Provincia": "JAEN", "x": 508658, "y": 4179650, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 508658.0, 4179650.0001105154 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100091, "Nombre": "BORBOLLON", "Nombre SEP": "BORBOLLON", "Otro nombr": "---", "Fecha": "10\/05\/1954", "Anyo": 1954, "Rio": "ARRAGO", "Municipio": "SANTIBA?EZ EL ALTO", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 194910, "y": 4447965, "Tipos": "Hidroel?ctrico, Riego, Adecuaci?n ambiental" }, "geometry": { "type": "Point", "coordinates": [ 195190.99819749262, 4447824.9668272557 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100088, "Nombre": "BORBOLLON (DERIVACION) - ARRAGO (CONTRAEMBALSE)", "Nombre SEP": "BORBOLLON (DERIVACION) - ARRAGO", "Otro nombr": "---", "Fecha": "01\/01\/1954", "Anyo": 1954, "Rio": "ARRAGO", "Municipio": "SANTIBA?EZ EL ALTO", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 193368, "y": 4446703, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 193631.9414122852, 4446525.3927811487 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5110061, "Nombre": "BORNOS", "Nombre SEP": "BORNOS", "Otro nombr": "---", "Fecha": "01\/01\/1961", "Anyo": 1961, "Rio": "GUADALETE", "Municipio": "BORNOS", "Cuenca": "GUADALETE Y BARBATE", "Provincia": "CADIZ", "x": 253744, "y": 4075482, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 253780.05668119769, 4075286.3235553531 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100094, "Nombre": "BOYERIL 2, EL", "Nombre SEP": "BOYERIL 2, EL", "Otro nombr": "---", "Fecha": "01\/01\/1965", "Anyo": 1965, "Rio": "ARROYO MANCO", "Municipio": "CASATEJADA", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 274235, "y": 4419290, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 274235.00000152638, 4419290.000113708 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4060047, "Nombre": "BROVALES", "Nombre SEP": "BROVALES", "Otro nombr": "---", "Fecha": "01\/01\/1960", "Anyo": 1960, "Rio": "BROVALES", "Municipio": "JEREZ DE LOS CABALLEROS", "Cuenca": "GUADIANA", "Provincia": "BADAJOZ", "x": 176798, "y": 4251307, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 176992.98533376446, 4250732.7318027616 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9220016, "Nombre": "BUBAL", "Nombre SEP": "BUBAL", "Otro nombr": "---", "Fecha": "31\/12\/1971", "Anyo": 1971, "Rio": "GALLEGO", "Municipio": "HOZ DE JACA, BIESCAS", "Cuenca": "EBRO", "Provincia": "HUESCA", "x": 720079, "y": 4729203, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 720078.99999833736, 4729203.0001172731 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3190007, "Nombre": "BUENDIA", "Nombre SEP": "BUENDIA", "Otro nombr": "---", "Fecha": "31\/12\/1958", "Anyo": 1958, "Rio": "GUADIELA", "Municipio": "BUENDIA", "Cuenca": "TAJO", "Provincia": "CUENCA", "x": 518481, "y": 4472261, "Tipos": "Hidroel?ctrico, Abastecimiento, Riego" }, "geometry": { "type": "Point", "coordinates": [ 518412.07051055285, 4472063.1819426892 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2420008, "Nombre": "CAMPILLO DE BUITRAGO", "Nombre SEP": "CAMPILLO DE BUITRAGO", "Otro nombr": "---", "Fecha": "30\/09\/1969", "Anyo": 1969, "Rio": "DUERO", "Municipio": "SORIA Y GARRAY", "Cuenca": "DUERO", "Provincia": "SORIA", "x": 539483, "y": 4631600, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 539343.09939355741, 4631392.82749373 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5410016, "Nombre": "CANTILLANA", "Nombre SEP": "CANTILLANA", "Otro nombr": "---", "Fecha": "31\/12\/1956", "Anyo": 1956, "Rio": "GUADALQUIVIR", "Municipio": "CANTILLANA", "Cuenca": "GUADALQUIVIR", "Provincia": "SEVILLA", "x": 252655, "y": 4164393, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 251785.19596559749, 4164327.7773508201 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3450033, "Nombre": "CASTREJON", "Nombre SEP": "CASTREJON", "Otro nombr": "---", "Fecha": "31\/12\/1967", "Anyo": 1967, "Rio": "TAJO", "Municipio": "PUEBLA DE MONTALBAN, LA Y POL?N", "Cuenca": "TAJO", "Provincia": "TOLEDO", "x": 389280, "y": 4410440, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 389280.0000007464, 4410440.0001136456 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3450014, "Nombre": "CASTREJON \/ CA?ARES", "Nombre SEP": "CASTREJON \/ CAARES", "Otro nombr": "---", "Fecha": "31\/12\/1967", "Anyo": 1967, "Rio": "ARROYO CA?ARES", "Municipio": "PUEBLA DE MONTALBAN, LA", "Cuenca": "TAJO", "Provincia": "TOLEDO", "x": 382105, "y": 4411925, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 382106.99343965441, 4411775.1499353675 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3450043, "Nombre": "CASTREJON \/ CARPIO, EL", "Nombre SEP": "CASTREJON \/ CARPIO, EL", "Otro nombr": "---", "Fecha": "31\/12\/1967", "Anyo": 1967, "Rio": "ARROYO EL CARPIO", "Municipio": "CARPIO DE TAJO", "Cuenca": "TAJO", "Provincia": "TOLEDO", "x": 376065, "y": 4413100, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 375915.00528282166, 4412880.6701109689 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3450047, "Nombre": "CAZALEGAS", "Nombre SEP": "CAZALEGAS", "Otro nombr": "---", "Fecha": "31\/12\/1949", "Anyo": 1949, "Rio": "ALBERCHE", "Municipio": "CAZALEGAS", "Cuenca": "TAJO", "Provincia": "TOLEDO", "x": 354505, "y": 4430825, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 354505.00000098825, 4430825.0001138924 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5110019, "Nombre": "CELEMIN (ALIVIADERO) (DIQUE DEL COLLADO)", "Nombre SEP": "CELEMIN", "Otro nombr": "---", "Fecha": "01\/01\/1974", "Anyo": 1974, "Rio": "CELEMIN", "Municipio": "MEDINA-SIDONIA", "Cuenca": "GUADALETE Y BARBATE", "Provincia": "CADIZ", "x": 251076, "y": 4021595, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 250863.16976525041, 4020815.2617814709 ] } }, +{ "type": "Feature", "properties": { "codpresa": 7020010, "Nombre": "CENAJO, EL", "Nombre SEP": "CENAJO, EL", "Otro nombr": "---", "Fecha": "31\/12\/1960", "Anyo": 1960, "Rio": "SEGURA", "Municipio": "MORATALLA Y HELLIN", "Cuenca": "SEGURA", "Provincia": "MURCIA", "x": 607142, "y": 4247250, "Tipos": "Defensa frente a avenidas, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 606848.28714350122, 4247028.4726568563 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2490003, "Nombre": "CERNADILLA", "Nombre SEP": "CERNADILLA", "Otro nombr": "---", "Fecha": "31\/12\/1969", "Anyo": 1969, "Rio": "TERA", "Municipio": "CERNADILLA- MANZANAL DE ARRIBA", "Cuenca": "DUERO", "Provincia": "ZAMORA", "x": 213312, "y": 4657994, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 213557.10403010057, 4657744.3996864315 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3450040, "Nombre": "CERQUILLA, LA", "Nombre SEP": "CERQUILLA, LA", "Otro nombr": "---", "Fecha": "31\/12\/1962", "Anyo": 1962, "Rio": "JULIAN (ARROYO DE SAN JULIAN)", "Municipio": "CALZADA DE OROPESA, LA", "Cuenca": "TAJO", "Provincia": "TOLEDO", "x": 307907, "y": 4429641, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 307907.00000130397, 4429641.0001138579 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4100015, "Nombre": "CIJARA", "Nombre SEP": "CIJARA", "Otro nombr": "---", "Fecha": "01\/01\/1956", "Anyo": 1956, "Rio": "GUADIANA", "Municipio": "ALIA Y HERRERA DEL DUQUE", "Cuenca": "GUADIANA", "Provincia": "CACERES", "x": 326475, "y": 4360367, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 326475.00000114751, 4360367.000112975 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9430006, "Nombre": "CIURANA", "Nombre SEP": "CIURANA", "Otro nombr": "---", "Fecha": "31\/12\/1972", "Anyo": 1972, "Rio": "CIURANA", "Municipio": "CORNUDELLA DE MONTSANT", "Cuenca": "EBRO", "Provincia": "TARRAGONA", "x": 828373, "y": 4574080, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 828372.99999765214, 4574080.0001155054 ] } }, +{ "type": "Feature", "properties": { "codpresa": 10170006, "Nombre": "COLOMERS (AZUD)", "Nombre SEP": "COLOMERS", "Otro nombr": "---", "Fecha": "01\/12\/1967", "Anyo": 1967, "Rio": "TER", "Municipio": "COLOMERS", "Cuenca": "CUENCAS INTERNAS DE CATALU?A", "Provincia": "GERONA", "x": 996004, "y": 4675791, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 996003.99999633152, 4675791.0001164544 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5140036, "Nombre": "CORDOBILLA", "Nombre SEP": "CORDOBILLA", "Otro nombr": "---", "Fecha": "01\/01\/1953", "Anyo": 1953, "Rio": "GENIL", "Municipio": "PUENTE GENIL", "Cuenca": "GUADALQUIVIR", "Provincia": "CORDOBA", "x": 347701, "y": 4135123, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 347701.00000092073, 4135123.0001098318 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100064, "Nombre": "CORONO, EL", "Nombre SEP": "CORONO, EL", "Otro nombr": "---", "Fecha": "01\/01\/1971", "Anyo": 1971, "Rio": "ARROYO GODINO", "Municipio": "PASARON DE LA VERA", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 260734, "y": 4435578, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 260639.26184376067, 4435536.0243036253 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5180012, "Nombre": "CUBILLAS", "Nombre SEP": "CUBILLAS", "Otro nombr": "---", "Fecha": "01\/01\/1956", "Anyo": 1956, "Rio": "CUBILLAS", "Municipio": "ALBOLOTE, CHAPARRAL", "Cuenca": "GUADALQUIVIR", "Provincia": "GRANADA", "x": 439470, "y": 4126405, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 439525.57180033729, 4125610.3503942308 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2420001, "Nombre": "CUERDA DEL POZO", "Nombre SEP": "CUERDA DEL POZO", "Otro nombr": "---", "Fecha": "31\/12\/1941", "Anyo": 1941, "Rio": "DUERO", "Municipio": "VINUESA", "Cuenca": "DUERO", "Provincia": "SORIA", "x": 524663, "y": 4636207, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 524552.53323193337, 4636007.3724323958 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9390001, "Nombre": "EBRO", "Nombre SEP": "EBRO", "Otro nombr": "---", "Fecha": "31\/12\/1945", "Anyo": 1945, "Rio": "EBRO", "Municipio": "ROZAS DE VALDEARROLLO, LAS", "Cuenca": "EBRO", "Provincia": "CANTABRIA", "x": 414326, "y": 4758227, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 414326.00000065414, 4758227.0001176223 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3280052, "Nombre": "ENCINILLA, LA", "Nombre SEP": "ENCINILLA, LA", "Otro nombr": "---", "Fecha": "31\/12\/1964", "Anyo": 1964, "Rio": "ENCINILLA (ARROYO ENCINILLA)", "Municipio": "GUADARRAMA", "Cuenca": "TAJO", "Provincia": "MADRID", "x": 406098, "y": 4503397, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 406098.00000065536, 4503397.0001148004 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3190016, "Nombre": "ENTREPE?AS", "Nombre SEP": "ENTREPEAS", "Otro nombr": "---", "Fecha": "01\/01\/1956", "Anyo": 1956, "Rio": "TAJO", "Municipio": "SACEDON, AU?ON", "Cuenca": "TAJO", "Provincia": "GUADALAJARA", "x": 521162, "y": 4482457, "Tipos": "Hidroel?ctrico, Riego, Abastecimiento" }, "geometry": { "type": "Point", "coordinates": [ 521189.21548734041, 4482467.196376143 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5410014, "Nombre": "ESPARRAGAL, EL", "Nombre SEP": "ESPARRAGAL, EL", "Otro nombr": "---", "Fecha": "31\/12\/1970", "Anyo": 1970, "Rio": "ENCARNACION", "Municipio": "GERENA", "Cuenca": "GUADALQUIVIR", "Provincia": "SEVILLA", "x": 224955, "y": 4160665, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 224955.00000167952, 4160665.0001101429 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3190026, "Nombre": "ESTREMERA", "Nombre SEP": "ESTREMERA", "Otro nombr": "---", "Fecha": "01\/01\/1950", "Anyo": 1950, "Rio": "TAJO", "Municipio": "DRIEBES, LEGANIEL", "Cuenca": "TAJO", "Provincia": "GUADALAJARA", "x": 499510, "y": 4450630, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 499510.00000000338, 4450630.0001141671 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9430007, "Nombre": "FLIX", "Nombre SEP": "FLIX", "Otro nombr": "---", "Fecha": "31\/12\/1948", "Anyo": 1948, "Rio": "EBRO", "Municipio": "FLIX", "Cuenca": "EBRO", "Provincia": "TARRAGONA", "x": 797742, "y": 4570937, "Tipos": "Hidroel?ctrico, Regulaci?n, Riego" }, "geometry": { "type": "Point", "coordinates": [ 797257.51095335162, 4570605.5002363874 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8460004, "Nombre": "FORATA", "Nombre SEP": "FORATA", "Otro nombr": "---", "Fecha": "01\/01\/1969", "Anyo": 1969, "Rio": "MAGRO", "Municipio": "YATOVA", "Cuenca": "JUCAR", "Provincia": "VALENCIA", "x": 684213, "y": 4356914, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 683885.0467498292, 4356685.7649827823 ] } }, +{ "type": "Feature", "properties": { "codpresa": 1240021, "Nombre": "FUENTE DEL AZUFRE (CONTRAEMBALSE)", "Nombre SEP": "FUENTE DEL AZUFRE", "Otro nombr": "---", "Fecha": "31\/12\/1949", "Anyo": 1949, "Rio": "SIL", "Municipio": "PONFERRADA", "Cuenca": "MI?O-SIL", "Provincia": "LEON", "x": 205737, "y": 4718533, "Tipos": "Hidroel?ctrico, Riego, Riego" }, "geometry": { "type": "Point", "coordinates": [ 205944.96551284811, 4718535.551752043 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100073, "Nombre": "GABRIEL Y GALAN", "Nombre SEP": "GABRIEL Y GALAN", "Otro nombr": "---", "Fecha": "01\/01\/1961", "Anyo": 1961, "Rio": "ALAGON", "Municipio": "GUIJO DE GRANADILLA", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 233284, "y": 4457169, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 233284.00000182836, 4457169.0001141559 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4060063, "Nombre": "GARCIA DE SOLA", "Nombre SEP": "GARCIA DE SOLA", "Otro nombr": "PUERTO PE?A", "Fecha": "01\/01\/1965", "Anyo": 1965, "Rio": "GUADIANA", "Municipio": "TALARRUBIAS", "Cuenca": "GUADIANA", "Provincia": "BADAJOZ", "x": 311314, "y": 4335259, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 311314.00000123557, 4335259.0001126351 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9260028, "Nombre": "GONZALEZ LACASA", "Nombre SEP": "GONZALEZ LACASA", "Otro nombr": "---", "Fecha": "31\/12\/1962", "Anyo": 1962, "Rio": "ALBERCOS", "Municipio": "ORTIGOSA DE CAMEROS", "Cuenca": "EBRO", "Provincia": "LOGRO?O", "x": 527302, "y": 4669311, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 527027.14211959427, 4669157.9830363318 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9220078, "Nombre": "GRADO I, EL", "Nombre SEP": "GRADO I, EL", "Otro nombr": "---", "Fecha": "31\/12\/1969", "Anyo": 1969, "Rio": "CINCA", "Municipio": "GRADO, EL", "Cuenca": "EBRO", "Provincia": "HUESCA", "x": 767725, "y": 4671815, "Tipos": "Hidroel?ctrico, Riego, Abastecimiento" }, "geometry": { "type": "Point", "coordinates": [ 767493.10659884918, 4671664.3297387166 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5230049, "Nombre": "GUADALEN", "Nombre SEP": "GUADALEN", "Otro nombr": "---", "Fecha": "31\/12\/1954", "Anyo": 1954, "Rio": "GUADALEN", "Municipio": "ARQUILLOS, VILCHES", "Cuenca": "GUADALQUIVIR", "Provincia": "JAEN", "x": 458265, "y": 4224145, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 458130.48443427938, 4223893.2653845353 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8030092, "Nombre": "GUADALEST", "Nombre SEP": "GUADALEST", "Otro nombr": "---", "Fecha": "27\/11\/1969", "Anyo": 1969, "Rio": "GUADALEST", "Municipio": "GUADALEST", "Cuenca": "JUCAR", "Provincia": "ALICANTE", "x": 744422, "y": 4285116, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 744248.12491287524, 4285012.1236476637 ] } }, +{ "type": "Feature", "properties": { "codpresa": 6290030, "Nombre": "GUADALHORCE", "Nombre SEP": "GUADALHORCE", "Otro nombr": "---", "Fecha": "31\/12\/1973", "Anyo": 1973, "Rio": "GUADALHORCE", "Municipio": "CAMPILLOS", "Cuenca": "CUENCA MEDITERRANEA ANDALUZA", "Provincia": "MALAGA", "x": 339635, "y": 4090040, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 339578.28316918254, 4089980.0547640678 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5230047, "Nombre": "GUADALMENA", "Nombre SEP": "GUADALMENA", "Otro nombr": "---", "Fecha": "31\/12\/1969", "Anyo": 1969, "Rio": "GUADALMENA", "Municipio": "CHICLANA DE SEGURA", "Cuenca": "GUADALQUIVIR", "Provincia": "JAEN", "x": 507600, "y": 4246350, "Tipos": "Hidroel?ctrico, Riego, Abastecimiento" }, "geometry": { "type": "Point", "coordinates": [ 507600.0, 4246350.0001114653 ] } }, +{ "type": "Feature", "properties": { "codpresa": 6290030, "Nombre": "GUADALHORCE", "Nombre SEP": "GUADALTEBA", "Otro nombr": "---", "Fecha": "31\/12\/1973", "Anyo": 1973, "Rio": "GUADALHORCE", "Municipio": "CAMPILLOS", "Cuenca": "CUENCA MEDITERRANEA ANDALUZA", "Provincia": "MALAGA", "x": 339635, "y": 4090040, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 339640.41895329254, 4090293.7495888071 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5140033, "Nombre": "GUADANU?O", "Nombre SEP": "GUADANUO", "Otro nombr": "CERRO MURIANO", "Fecha": "01\/01\/1967", "Anyo": 1967, "Rio": "GUADANU?O", "Municipio": "CORDOBA Y VILLAVICIOSA", "Cuenca": "GUADALQUIVIR", "Provincia": "CORDOBA", "x": 342050, "y": 4209965, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 342055.46577670384, 4209638.5821752092 ] } }, +{ "type": "Feature", "properties": { "codpresa": 6110005, "Nombre": "GUADARRANQUE", "Nombre SEP": "GUADARRANQUE", "Otro nombr": "---", "Fecha": "01\/01\/1965", "Anyo": 1965, "Rio": "GUADARRANQUE", "Municipio": "LOS BARRIOS Y CASTELLAR", "Cuenca": "CUENCA MEDITERRANEA ANDALUZA", "Provincia": "CADIZ", "x": 279075, "y": 4021000, "Tipos": "Abastecimiento, Riego, Industrial" }, "geometry": { "type": "Point", "coordinates": [ 278899.21589252847, 4020932.3798168479 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100138, "Nombre": "HELECHAL", "Nombre SEP": "HELECHAL", "Otro nombr": "---", "Fecha": "01\/01\/1965", "Anyo": 1965, "Rio": "ARROYO HELECHAL", "Municipio": "ALCANTARA", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 166075, "y": 4418651, "Tipos": "Acuicultura, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 166259.50658411568, 4418406.1401167503 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3050008, "Nombre": "HINCHONA, LA", "Nombre SEP": "HINCHONA, LA", "Otro nombr": "---", "Fecha": "01\/01\/1946", "Anyo": 1946, "Rio": "YEDRA", "Municipio": "TIEMBLO, EL", "Cuenca": "TAJO", "Provincia": "AVILA", "x": 372108, "y": 4471728, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 371926.00640769064, 4471324.947795012 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5110015, "Nombre": "HURONES, LOS", "Nombre SEP": "HURONES, LOS", "Otro nombr": "---", "Fecha": "01\/01\/1964", "Anyo": 1964, "Rio": "MAJACEITE", "Municipio": "ALGAR", "Cuenca": "GUADALETE Y BARBATE", "Provincia": "CADIZ", "x": 271131, "y": 4060369, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 271033.64634078305, 4060396.8524853573 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8030028, "Nombre": "ISBERT", "Nombre SEP": "ISBERT", "Otro nombr": "---", "Fecha": "01\/01\/1945", "Anyo": 1945, "Rio": "GIRONA", "Municipio": "ORBA", "Cuenca": "JUCAR", "Provincia": "ALICANTE", "x": 751659, "y": 4297224, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 751658.99999837694, 4297224.0001120884 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5140028, "Nombre": "IZNAJAR", "Nombre SEP": "IZNAJAR", "Otro nombr": "---", "Fecha": "01\/01\/1969", "Anyo": 1969, "Rio": "GENIL", "Municipio": "RUTE, CUEVAS SAN MARCOS", "Cuenca": "GUADALQUIVIR", "Provincia": "CORDOBA", "x": 377250, "y": 4126550, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 377250.00000073959, 4126550.0001097168 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100102, "Nombre": "JARILLA, LA (TAJO)", "Nombre SEP": "JARILLA, LA (TAJO)", "Otro nombr": "---", "Fecha": "01\/01\/1964", "Anyo": 1964, "Rio": "CAVERA", "Municipio": "JARILLA", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 242520, "y": 4451720, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 242463.90101495423, 4451498.8172813412 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5140001, "Nombre": "MALPASILLO JAUJA (AZUD)", "Nombre SEP": "JAUJA", "Otro nombr": "MALPASILLO JAUJA", "Fecha": "31\/12\/1951", "Anyo": 1951, "Rio": "GENIL", "Municipio": "LUCENA", "Cuenca": "GUADALQUIVIR", "Provincia": "CORDOBA", "x": 352650, "y": 4129600, "Tipos": "Hidroel?ctrico, Riego, Abastecimiento" }, "geometry": { "type": "Point", "coordinates": [ 352650.00000088883, 4129600.0001097522 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2240007, "Nombre": "JUAN BENET (PORMA)", "Nombre SEP": "JUAN BENET (PORMA)", "Otro nombr": "---", "Fecha": "30\/04\/1968", "Anyo": 1968, "Rio": "PORMA", "Municipio": "BO?AR", "Cuenca": "DUERO", "Provincia": "LEON", "x": 313090, "y": 4755710, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 312894.4351475102, 4755511.1936149886 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2400015, "Nombre": "LINARES DEL ARROYO", "Nombre SEP": "LINARES DEL ARROYO", "Otro nombr": "---", "Fecha": "30\/04\/1953", "Anyo": 1953, "Rio": "RIAZA", "Municipio": "MADERUELO", "Cuenca": "DUERO", "Provincia": "SEGOVIA", "x": 453728, "y": 4597664, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 453728.00000033417, 4597664.0001159096 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8460013, "Nombre": "LORIGUILLA", "Nombre SEP": "LORIGUILLA", "Otro nombr": "---", "Fecha": "01\/01\/1965", "Anyo": 1965, "Rio": "TURIA", "Municipio": "LORIGUILLA Y CHULILLA", "Cuenca": "JUCAR", "Provincia": "VALENCIA", "x": 679189, "y": 4392798, "Tipos": "Regulaci?n, Riego, Hidroel?ctrico" }, "geometry": { "type": "Point", "coordinates": [ 678972.29097994824, 4392723.5740577141 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9260022, "Nombre": "MANSILLA", "Nombre SEP": "MANSILLA", "Otro nombr": "---", "Fecha": "31\/12\/1960", "Anyo": 1960, "Rio": "NAJERILLA", "Municipio": "MANSILLA DE LA SIERRA, VILLAVELAYO", "Cuenca": "EBRO", "Provincia": "LOGRO?O", "x": 507343, "y": 4667566, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 507281.00221223279, 4667302.6375161717 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5230044, "Nombre": "MARMOLEJO (AZUD)", "Nombre SEP": "MARMOLEJO", "Otro nombr": "---", "Fecha": "31\/12\/1962", "Anyo": 1962, "Rio": "GUADALQUIVIR", "Municipio": "MARMOLEJO", "Cuenca": "GUADALQUIVIR", "Provincia": "JAEN", "x": 396000, "y": 4213200, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 395940.24552375951, 4212948.0236912426 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9220054, "Nombre": "MEDIANO", "Nombre SEP": "MEDIANO", "Otro nombr": "---", "Fecha": "31\/12\/1959", "Anyo": 1959, "Rio": "CINCA", "Municipio": "FUEVA, LA", "Cuenca": "EBRO", "Provincia": "HUESCA", "x": 765112, "y": 4689838, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 764520.13618176524, 4689495.3451251751 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9500030, "Nombre": "MEQUINENZA", "Nombre SEP": "MEQUINENZA", "Otro nombr": "---", "Fecha": "31\/12\/1964", "Anyo": 1964, "Rio": "EBRO", "Municipio": "MEQUINENZA", "Cuenca": "EBRO", "Provincia": "ZARAGOZA", "x": 774241, "y": 4584997, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 773686.23269066075, 4584901.1279483894 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5230023, "Nombre": "MOLINO DE GUADALEN (CONTRAEMBALSE)", "Nombre SEP": "MOLINO DE GUADALEN", "Otro nombr": "SALTO DEL MOLINO", "Fecha": "31\/12\/1962", "Anyo": 1962, "Rio": "GUADALEN", "Municipio": "VILCHES", "Cuenca": "GUADALQUIVIR", "Provincia": "JAEN", "x": 457163, "y": 4222764, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 456932.14577535546, 4222402.7469838392 ] } }, +{ "type": "Feature", "properties": { "codpresa": 6110011, "Nombre": "MONTE DE LA TORRE (DD-1)", "Nombre SEP": "MONTE DE LA TORRE (DD-1)", "Otro nombr": "DEPOSITO DD-1", "Fecha": "31\/12\/1972", "Anyo": 1972, "Rio": "PRIOR", "Municipio": "BARRIOS, LOS", "Cuenca": "CUENCA MEDITERRANEA ANDALUZA", "Provincia": "CADIZ", "x": 275972, "y": 4004387, "Tipos": "Regulaci?n, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 275788.59585781599, 4004118.0154836481 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4060102, "Nombre": "MONTIJO (AZUD)", "Nombre SEP": "MONTIJO", "Otro nombr": "---", "Fecha": "31\/12\/1954", "Anyo": 1954, "Rio": "GUADIANA", "Municipio": "MERIDA", "Cuenca": "GUADIANA", "Provincia": "BADAJOZ", "x": 202510, "y": 4314117, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 202839.06667843321, 4313969.4671972822 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4060074, "Nombre": "MOSQUIL, EL", "Nombre SEP": "MOSQUIL, EL", "Otro nombr": "---", "Fecha": "01\/01\/1971", "Anyo": 1971, "Rio": "LABRADOS", "Municipio": "USAGRE", "Cuenca": "GUADIANA", "Provincia": "BADAJOZ", "x": 228717, "y": 4255260, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 229111.4039668247, 4255224.6162545485 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3280058, "Nombre": "NAVALAGAMELLA", "Nombre SEP": "NAVALAGAMELLA", "Otro nombr": "---", "Fecha": "31\/12\/1972", "Anyo": 1972, "Rio": "CURA", "Municipio": "NAVALAGAMELLA", "Cuenca": "TAJO", "Provincia": "MADRID", "x": 405106, "y": 4472030, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 405106.00000065466, 4472030.0001144195 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9500043, "Nombre": "NI?O JESUS", "Nombre SEP": "NIO JESUS", "Otro nombr": "ANI?ON", "Fecha": "09\/05\/1955", "Anyo": 1955, "Rio": "ARROYO DEL FRESNO O JESUS", "Municipio": "ANI?ON", "Cuenca": "EBRO", "Provincia": "ZARAGOZA", "x": 608478, "y": 4595385, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 608477.99999922, 4595385.0001158724 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9250050, "Nombre": "OLIANA", "Nombre SEP": "OLIANA", "Otro nombr": "---", "Fecha": "31\/12\/1959", "Anyo": 1959, "Rio": "SEGRE", "Municipio": "OLIANA Y PERAMOLA", "Cuenca": "EBRO", "Provincia": "LLEIDA", "x": 855649, "y": 4669176, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 855143.4408810538, 4669058.1677928604 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8120003, "Nombre": "ONDA", "Nombre SEP": "ONDA", "Otro nombr": "BENITANDUS", "Fecha": "01\/01\/1954", "Anyo": 1954, "Rio": "SECO \/ VEO", "Municipio": "ALCUDIA DE VEO", "Cuenca": "JUCAR", "Provincia": "CASTELLON", "x": 728310, "y": 4424455, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 727935.80062836374, 4424006.6966660591 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4060095, "Nombre": "ORELLANA", "Nombre SEP": "ORELLANA", "Otro nombr": "---", "Fecha": "01\/01\/1963", "Anyo": 1963, "Rio": "GUADIANA", "Municipio": "ORELLANA LA VIEJA, CAMPANARIO", "Cuenca": "GUADIANA", "Provincia": "BADAJOZ", "x": 280423, "y": 4318386, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 280423.0000014283, 4318386.0001123948 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3190028, "Nombre": "PALMACES", "Nombre SEP": "PALMACES", "Otro nombr": "---", "Fecha": "01\/01\/1954", "Anyo": 1954, "Rio": "CA?AMARES", "Municipio": "PALMACES DE JADRAQUE", "Cuenca": "TAJO", "Provincia": "GUADALAJARA", "x": 505170, "y": 4544655, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 505170.0, 4544655.0001153052 ] } }, +{ "type": "Feature", "properties": { "codpresa": 10170013, "Nombre": "PASTERAL I (AZUD)", "Nombre SEP": "PASTERAL, EL", "Otro nombr": "---", "Fecha": "01\/01\/1962", "Anyo": 1962, "Rio": "TER", "Municipio": "OSOR", "Cuenca": "CUENCAS INTERNAS DE CATALU?A", "Provincia": "GERONA", "x": 965397, "y": 4663877, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 964924.89868687443, 4663579.5485260645 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4060004, "Nombre": "PASTIZALES, LOS", "Nombre SEP": "PASTIZALES, LOS", "Otro nombr": "---", "Fecha": "31\/12\/1964", "Anyo": 1964, "Rio": "VALDELARQUILLO (VALDESEQUILLOS)", "Municipio": "HELECHOSA DE LOS MONTES", "Cuenca": "GUADIANA", "Provincia": "BADAJOZ", "x": 352216, "y": 4363403, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 352216.00000097847, 4363403.0001130253 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5230018, "Nombre": "PEDRO MARIN", "Nombre SEP": "PEDRO MARIN", "Otro nombr": "---", "Fecha": "31\/12\/1954", "Anyo": 1954, "Rio": "GUADALQUIVIR", "Municipio": "JODAR", "Cuenca": "GUADALQUIVIR", "Provincia": "JAEN", "x": 463739, "y": 4196379, "Tipos": "Hidroel?ctrico, Riego, Industrial" }, "geometry": { "type": "Point", "coordinates": [ 463747.9632903352, 4195770.7371934094 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4130018, "Nombre": "PE?ARROYA", "Nombre SEP": "PEARROYA", "Otro nombr": "---", "Fecha": "01\/01\/1959", "Anyo": 1959, "Rio": "GUADIANA", "Municipio": "ARGAMASILLA DE ALBA", "Cuenca": "GUADIANA", "Provincia": "CIUDAD REAL", "x": 499519, "y": 4323754, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 499445.36644176848, 4323443.055640406 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3280055, "Nombre": "PE?ASCALES, LOS", "Nombre SEP": "PEASCALES, LOS", "Otro nombr": "---", "Fecha": "31\/12\/1962", "Anyo": 1962, "Rio": "ARROYO TROFAS", "Municipio": "TORRELODONES", "Cuenca": "TAJO", "Provincia": "MADRID", "x": 424055, "y": 4492013, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 423888.83590512292, 4491789.0042292764 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3280063, "Nombre": "PICADAS", "Nombre SEP": "PICADAS", "Otro nombr": "---", "Fecha": "31\/12\/1952", "Anyo": 1952, "Rio": "ALBERCHE", "Municipio": "SAN MARTIN DE VALDEIGLESIAS", "Cuenca": "TAJO", "Provincia": "MADRID", "x": 393940, "y": 4465690, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 393940.00000072992, 4465690.0001143385 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4060031, "Nombre": "PIEDRA AGUDA", "Nombre SEP": "PIEDRA AGUDA", "Otro nombr": "---", "Fecha": "01\/01\/1956", "Anyo": 1956, "Rio": "OLIVENZA", "Municipio": "OLIVENZA", "Cuenca": "GUADIANA", "Provincia": "BADAJOZ", "x": 149904, "y": 4289973, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 150122.57615758118, 4289687.4514117688 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4210092, "Nombre": "PIEDRAS", "Nombre SEP": "PIEDRAS", "Otro nombr": "---", "Fecha": "31\/12\/1968", "Anyo": 1968, "Rio": "PIEDRAS", "Municipio": "CARTAYA, LEPE", "Cuenca": "TINTO, ODIEL Y PIEDRAS", "Provincia": "HUELVA", "x": 122023, "y": 4144432, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 122023.00000229111, 4144432.0001098211 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5410106, "Nombre": "PINTADO, EL", "Nombre SEP": "PINTADO, EL", "Otro nombr": "---", "Fecha": "31\/12\/1948", "Anyo": 1948, "Rio": "VIAR", "Municipio": "CAZALLA SIERRA,GUADALCANAL,REAL DE JARA,REINA FTE ARCO", "Cuenca": "GUADALQUIVIR", "Provincia": "SEVILLA", "x": 240667, "y": 4208399, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 240667.00000161465, 4208399.0001108432 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5140004, "Nombre": "PUENTE NUEVO", "Nombre SEP": "PUENTE NUEVO", "Otro nombr": "---", "Fecha": "01\/01\/1972", "Anyo": 1972, "Rio": "GUADIATO", "Municipio": "VILLAVICIOSA DE CORDOBA", "Cuenca": "GUADALQUIVIR", "Provincia": "CORDOBA", "x": 331056, "y": 4217469, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 331143.69377231726, 4217144.4555844786 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8120004, "Nombre": "REGAJO, EL", "Nombre SEP": "REGAJO, EL", "Otro nombr": "---", "Fecha": "31\/10\/1959", "Anyo": 1959, "Rio": "PALANCIA", "Municipio": "JERICA", "Cuenca": "JUCAR", "Provincia": "CASTELLON", "x": 711756, "y": 4418669, "Tipos": "Riego, Regulaci?n, ---" }, "geometry": { "type": "Point", "coordinates": [ 711668.69646251481, 4418507.1710887272 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2340005, "Nombre": "REQUEJADA", "Nombre SEP": "REQUEJADA", "Otro nombr": "---", "Fecha": "01\/08\/1935", "Anyo": 1935, "Rio": "PISUERGA", "Municipio": "ARBEJAL", "Cuenca": "DUERO", "Provincia": "PALENCIA", "x": 375507, "y": 4751818, "Tipos": "Abastecimiento, Riego, Defensa frente a avenidas" }, "geometry": { "type": "Point", "coordinates": [ 375177.30451694719, 4751566.1175596491 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5140048, "Nombre": "RETORTILLO", "Nombre SEP": "RETORTILLO", "Otro nombr": "---", "Fecha": "01\/01\/1970", "Anyo": 1970, "Rio": "RETORTILLO", "Municipio": "HORNACHUELOS, PUEBLA DE INFANTES", "Cuenca": "GUADALQUIVIR", "Provincia": "CORDOBA", "x": 293165, "y": 4191105, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 293165.00000127923, 4191105.0001106281 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3280015, "Nombre": "REY, DEL", "Nombre SEP": "REY, DEL", "Otro nombr": "---", "Fecha": "31\/12\/1971", "Anyo": 1971, "Rio": "JARAMA", "Municipio": "RIVAS-VACIAMADRID", "Cuenca": "TAJO", "Provincia": "MADRID", "x": 453964, "y": 4461241, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 453964.00000031636, 4461241.0001142966 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9430003, "Nombre": "RIBARROJA", "Nombre SEP": "RIBARROJA", "Otro nombr": "RIBA ROJA", "Fecha": "31\/12\/1969", "Anyo": 1969, "Rio": "EBRO", "Municipio": "RIBA-ROJA D??EBRE", "Cuenca": "EBRO", "Provincia": "TARRAGONA", "x": 788146, "y": 4571794, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 787624.73601893429, 4571556.3451475818 ] } }, +{ "type": "Feature", "properties": { "codpresa": 1270013, "Nombre": "RIBASALTAS (AZUD)", "Nombre SEP": "RIBASALTAS (AZUD)", "Otro nombr": "---", "Fecha": "31\/12\/1969", "Anyo": 1969, "Rio": "CABE", "Municipio": "MONFORTE DE LEMOS", "Cuenca": "MI?O-SIL", "Provincia": "LUGO", "x": 132034, "y": 4721564, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 132034.00000276923, 4721564.0001170803 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3450011, "Nombre": "ROSARITO", "Nombre SEP": "ROSARITO", "Otro nombr": "---", "Fecha": "31\/12\/1958", "Anyo": 1958, "Rio": "TIETAR", "Municipio": "OROPESA, CANDELEDA", "Cuenca": "TAJO", "Provincia": "TOLEDO", "x": 302082, "y": 4442874, "Tipos": "Riego, Hidroel?ctrico, ---" }, "geometry": { "type": "Point", "coordinates": [ 301991.03200197459, 4442529.6404402032 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5230022, "Nombre": "RUMBLAR", "Nombre SEP": "RUMBLAR", "Otro nombr": "---", "Fecha": "31\/12\/1941", "Anyo": 1941, "Rio": "RUMBLAR", "Municipio": "BA?OS DE LA ENCINA", "Cuenca": "GUADALQUIVIR", "Provincia": "JAEN", "x": 429670, "y": 4224281, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 429466.98631105415, 4223978.121261307 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100074, "Nombre": "SALOR", "Nombre SEP": "SALOR", "Otro nombr": "---", "Fecha": "01\/01\/1964", "Anyo": 1964, "Rio": "SALOR", "Municipio": "CACERES", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 214873, "y": 4362570, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 215318.85325469874, 4362361.2675712993 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2470004, "Nombre": "SAN JOSE", "Nombre SEP": "SAN JOSE", "Otro nombr": "---", "Fecha": "17\/11\/1945", "Anyo": 1945, "Rio": "DUERO", "Municipio": "CASTRONU?O", "Cuenca": "DUERO", "Provincia": "VALLADOLID", "x": 310093, "y": 4586292, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 310006.92881748558, 4586027.2088383222 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3280027, "Nombre": "SAN JUAN (DIQUE DEL COLLADO)", "Nombre SEP": "SAN JUAN", "Otro nombr": "---", "Fecha": "31\/12\/1955", "Anyo": 1955, "Rio": "ALBERCHE", "Municipio": "SAN MARTIN DE VALDEIGLESIAS", "Cuenca": "TAJO", "Provincia": "MADRID", "x": 388451, "y": 4469946, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 388451.00000076892, 4469946.0001143906 ] } }, +{ "type": "Feature", "properties": { "codpresa": 10250001, "Nombre": "SANT PONC (SAN PONS)", "Nombre SEP": "SAN PONS", "Otro nombr": "---", "Fecha": "19\/12\/1957", "Anyo": 1957, "Rio": "EL CARDENER", "Municipio": "CLARIANA DE CARDENER", "Cuenca": "CUENCAS INTERNAS DE CATALU?A", "Provincia": "LLEIDA", "x": 882025, "y": 4656011, "Tipos": "Riego, Abastecimiento, Hidroel?ctrico" }, "geometry": { "type": "Point", "coordinates": [ 881632.5541560105, 4655961.9785424955 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9220076, "Nombre": "SANTA ANA", "Nombre SEP": "SANTA ANA", "Otro nombr": "---", "Fecha": "31\/12\/1961", "Anyo": 1961, "Rio": "NOGUERA RIBAGORZANA", "Municipio": "CASTILLONROY", "Cuenca": "EBRO", "Provincia": "HUESCA", "x": 797530, "y": 4643159, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 797529.99999781919, 4643159.0001163064 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2370010, "Nombre": "SANTA TERESA", "Nombre SEP": "SANTA TERESA", "Otro nombr": "---", "Fecha": "28\/02\/1961", "Anyo": 1961, "Rio": "TORMES", "Municipio": "MONTEJO DE SALVATIERRA Y PELAYOS", "Cuenca": "DUERO", "Provincia": "SALAMANCA", "x": 280203, "y": 4505246, "Tipos": "Hidroel?ctrico, Riego, Abastecimiento" }, "geometry": { "type": "Point", "coordinates": [ 280101.14524313901, 4504994.2206645971 ] } }, +{ "type": "Feature", "properties": { "codpresa": 7300019, "Nombre": "SANTOMERA (DIQUE DEL COLLADO)", "Nombre SEP": "SANTOMERA", "Otro nombr": "---", "Fecha": "31\/12\/1965", "Anyo": 1965, "Rio": "SALADA", "Municipio": "SANTOMERA", "Cuenca": "SEGURA", "Provincia": "MURCIA", "x": 667635, "y": 4218190, "Tipos": "Defensa frente a avenidas, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 667553.26173220028, 4218014.9260413414 ] } }, +{ "type": "Feature", "properties": { "codpresa": 10080007, "Nombre": "SAU", "Nombre SEP": "SAU", "Otro nombr": "---", "Fecha": "31\/12\/1964", "Anyo": 1964, "Rio": "TER", "Municipio": "VILANOVA DE SAU", "Cuenca": "CUENCAS INTERNAS DE CATALU?A", "Provincia": "BARCELONA", "x": 948914, "y": 4660480, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 948574.98076378054, 4660418.9119669031 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2240018, "Nombre": "SELGA DE ORDAS", "Nombre SEP": "SELGA DE ORDAS", "Otro nombr": "---", "Fecha": "31\/12\/1961", "Anyo": 1961, "Rio": "LUNA", "Municipio": "RIOSECO DE TAPIA, STA. MARIA ORDAS", "Cuenca": "DUERO", "Provincia": "LEON", "x": 271923, "y": 4737491, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 271914.26020848152, 4737334.3768835021 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8120002, "Nombre": "SICHAR", "Nombre SEP": "SICHAR", "Otro nombr": "---", "Fecha": "30\/04\/1960", "Anyo": 1960, "Rio": "MIJARES", "Municipio": "ONDA", "Cuenca": "JUCAR", "Provincia": "CASTELLON", "x": 736439, "y": 4432744, "Tipos": "Regulaci?n, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 736438.99999839358, 4432744.00011387 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100056, "Nombre": "SOLANA, LA", "Nombre SEP": "SOLANA, LA", "Otro nombr": "---", "Fecha": "01\/01\/1955", "Anyo": 1955, "Rio": "ARROYO CABRIOSO", "Municipio": "HERRERA DE ALCANTARA", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 121529, "y": 4390838, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 121836.40440071683, 4390689.0378045123 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9220034, "Nombre": "SOTONERA, LA (DIQUE DEL COLLADO 1) (ASTON Y VACAS)", "Nombre SEP": "SOTONERA, LA (DIQUE DEL COLLADO 1)", "Otro nombr": "---", "Fecha": "01\/01\/1963", "Anyo": 1963, "Rio": "ASTON-VACAS", "Municipio": "ALCALA DE GURREA", "Cuenca": "EBRO", "Provincia": "HUESCA", "x": 692200, "y": 4664000, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 692199.99999857985, 4664000.0001165997 ] } }, +{ "type": "Feature", "properties": { "codpresa": 10170012, "Nombre": "SUSQUEDA", "Nombre SEP": "SUSQUEDA", "Otro nombr": "---", "Fecha": "01\/01\/1967", "Anyo": 1967, "Rio": "TER", "Municipio": "OSOR", "Cuenca": "CUENCAS INTERNAS DE CATALU?A", "Provincia": "GERONA", "x": 958440, "y": 4663004, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 957851.11378305964, 4662143.8760432666 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9500034, "Nombre": "TORCAS, LAS", "Nombre SEP": "TORCAS, LAS", "Otro nombr": "---", "Fecha": "31\/12\/1946", "Anyo": 1946, "Rio": "HUERVA", "Municipio": "TOSOS", "Cuenca": "EBRO", "Provincia": "ZARAGOZA", "x": 660235, "y": 4573209, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 660234.99999885331, 4573209.0001156013 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5410139, "Nombre": "TORRE DEL AGUILA", "Nombre SEP": "TORRE DEL AGUILA", "Otro nombr": "---", "Fecha": "31\/12\/1947", "Anyo": 1947, "Rio": "SALADO DE MORON", "Municipio": "UTRERA", "Cuenca": "GUADALQUIVIR", "Provincia": "SEVILLA", "x": 254750, "y": 4103343, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 254716.73244858842, 4103122.6752734035 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2400007, "Nombre": "TORRELARA", "Nombre SEP": "TORRELARA", "Otro nombr": "---", "Fecha": "31\/12\/1971", "Anyo": 1971, "Rio": "MAGDALENA", "Municipio": "MU?OPEDRO", "Cuenca": "DUERO", "Provincia": "SEGOVIA", "x": 371042, "y": 4526981, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 371474.63857139618, 4526738.7075403994 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100128, "Nombre": "TOZO", "Nombre SEP": "TOZO", "Otro nombr": "---", "Fecha": "01\/01\/1962", "Anyo": 1962, "Rio": "TOZO", "Municipio": "TORRECILLAS DE LA TIESA", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 258781, "y": 4384708, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 258781.00000160944, 4384708.0001132572 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5230005, "Nombre": "TRANCO DE BEAS", "Nombre SEP": "TRANCO DE BEAS", "Otro nombr": "---", "Fecha": "31\/12\/1944", "Anyo": 1944, "Rio": "GUADALQUIVIR", "Municipio": "VILLANUEVA DEL ARZOBISPO", "Cuenca": "GUADALQUIVIR", "Provincia": "JAEN", "x": 518004, "y": 4225445, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 517861.0563689702, 4225025.3304180205 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9500008, "Nombre": "TRANQUERA, LA", "Nombre SEP": "TRANQUERA, LA", "Otro nombr": "---", "Fecha": "31\/12\/1959", "Anyo": 1959, "Rio": "PIEDRA", "Municipio": "CARENAS", "Cuenca": "EBRO", "Provincia": "ZARAGOZA", "x": 600522, "y": 4568949, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 600521.99999928, 4568949.0001155725 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8120011, "Nombre": "ULLDECONA", "Nombre SEP": "ULLDECONA", "Otro nombr": "---", "Fecha": "01\/01\/1967", "Anyo": 1967, "Rio": "CENIA", "Municipio": "PUEBLA DE BENIFASAR, LA", "Cuenca": "JUCAR", "Provincia": "CASTELLON", "x": 773861, "y": 4507456, "Tipos": "Riego, Abastecimiento, ---" }, "geometry": { "type": "Point", "coordinates": [ 773327.9162701891, 4507288.4204253387 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9010013, "Nombre": "ULLIVARRI (ULLIBARRI GAMBOA)", "Nombre SEP": "ULLIVARRI", "Otro nombr": "---", "Fecha": "31\/12\/1956", "Anyo": 1956, "Rio": "ZADORRA", "Municipio": "ARRAZUA-UBARRUNDIA", "Cuenca": "EBRO", "Provincia": "ALAVA", "x": 531411, "y": 4753261, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 531278.99783930019, 4753084.7523021977 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9220071, "Nombre": "VADIELLO", "Nombre SEP": "VADIELLO", "Otro nombr": "---", "Fecha": "31\/12\/1971", "Anyo": 1971, "Rio": "GUATIZALEMA", "Municipio": "LOPORZANO", "Cuenca": "EBRO", "Provincia": "HUESCA", "x": 724600, "y": 4680350, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 724560.93252269889, 4680172.3391518891 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8440008, "Nombre": "VALBONA", "Nombre SEP": "VALBONA", "Otro nombr": "---", "Fecha": "23\/04\/1959", "Anyo": 1959, "Rio": "RAMBLA DE FUENTE DE MORA", "Municipio": "VALBONA", "Cuenca": "JUCAR", "Provincia": "TERUEL", "x": 685729, "y": 4458355, "Tipos": "Riego, Regulaci?n, ---" }, "geometry": { "type": "Point", "coordinates": [ 685728.99999873003, 4458355.0001142183 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3450003, "Nombre": "VALDECABRAS (ARROYO)", "Nombre SEP": "VALDECABRAS (ARROYO)", "Otro nombr": "---", "Fecha": "31\/12\/1965", "Anyo": 1965, "Rio": "VALDECABRAS", "Municipio": "ORGAZ", "Cuenca": "TAJO", "Provincia": "TOLEDO", "x": 420490, "y": 4393145, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 420520.71686166816, 4392631.2704687919 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100007, "Nombre": "VALDECA?AS", "Nombre SEP": "VALDECAAS", "Otro nombr": "---", "Fecha": "01\/01\/1964", "Anyo": 1964, "Rio": "TAJO", "Municipio": "BELVIS DE MONROY Y VALDECA?AS DE TAJO", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 276345, "y": 4406515, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 276347.26634769759, 4406386.6952600898 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100021, "Nombre": "VALDEOBISPO", "Nombre SEP": "VALDEOBISPO", "Otro nombr": "---", "Fecha": "01\/01\/1965", "Anyo": 1965, "Rio": "ALAGON", "Municipio": "VALDEOBISPO, MONTEHERMOSO", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 222665, "y": 4444086, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 222919.86433664197, 4443918.750305797 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2240032, "Nombre": "VALDESPINA", "Nombre SEP": "VALDESPINA", "Otro nombr": "EMBALSE DE BARRIO", "Fecha": "01\/01\/1940", "Anyo": 1940, "Rio": "ARROYO VALDESPINA", "Municipio": "SANTA COLOMBA DE CURUE?O", "Cuenca": "DUERO", "Provincia": "LEON", "x": 302950, "y": 4731030, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 302950.00000148988, 4731030.0001173029 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4060067, "Nombre": "VALUENGO", "Nombre SEP": "VALUENGO", "Otro nombr": "---", "Fecha": "01\/01\/1959", "Anyo": 1959, "Rio": "ARDILA", "Municipio": "JEREZ DE LOS CABALLEROS", "Cuenca": "GUADIANA", "Provincia": "BADAJOZ", "x": 178405, "y": 4245838, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 178543.34801585122, 4245732.181511187 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2400023, "Nombre": "VENCIAS, LAS", "Nombre SEP": "VENCIAS, LAS", "Otro nombr": "---", "Fecha": "31\/12\/1962", "Anyo": 1962, "Rio": "DURAT??N", "Municipio": "FUENTIDUE?A", "Cuenca": "DUERO", "Provincia": "SEGOVIA", "x": 419459, "y": 4586898, "Tipos": "Hidroel?ctrico, Regulaci?n, Riego" }, "geometry": { "type": "Point", "coordinates": [ 419459.00000057934, 4586898.000115783 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4130068, "Nombre": "VICARIO, EL", "Nombre SEP": "VICARIO, EL", "Otro nombr": "---", "Fecha": "31\/12\/1973", "Anyo": 1973, "Rio": "GUADIANA", "Municipio": "CIUDAD REAL", "Cuenca": "GUADIANA", "Provincia": "CIUDAD REAL", "x": 413850, "y": 4324000, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 413850.00000056188, 4324000.0001125196 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100052, "Nombre": "VID III, LA", "Nombre SEP": "VID III, LA", "Otro nombr": "---", "Fecha": "01\/01\/1959", "Anyo": 1959, "Rio": "VID", "Municipio": "TORREJON EL RUBIO", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 247090, "y": 4406926, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 247165.8777877831, 4406975.3306448543 ] } }, +{ "type": "Feature", "properties": { "codpresa": 1270004, "Nombre": "VILASOUTO", "Nombre SEP": "VILASOUTO", "Otro nombr": "---", "Fecha": "31\/12\/1969", "Anyo": 1969, "Rio": "MAO", "Municipio": "INCIO, O", "Cuenca": "MI?O-SIL", "Provincia": "LUGO", "x": 137205, "y": 4732933, "Tipos": "Riego, Abastecimiento, ---" }, "geometry": { "type": "Point", "coordinates": [ 137671.65869766171, 4732735.3370183716 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5140050, "Nombre": "VILLAFRANCA", "Nombre SEP": "VILLAFRANCA", "Otro nombr": "---", "Fecha": "01\/01\/1948", "Anyo": 1948, "Rio": "GUADALQUIVIR", "Municipio": "VILLAFRANCA DE CORDOBA", "Cuenca": "GUADALQUIVIR", "Provincia": "CORDOBA", "x": 359660, "y": 4202300, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 357188.5432571487, 4202169.7855444774 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2370033, "Nombre": "VILLAGONZALO (AZUD)", "Nombre SEP": "VILLAGONZALO", "Otro nombr": "---", "Fecha": "14\/02\/1960", "Anyo": 1960, "Rio": "TORMES", "Municipio": "VILLAGONZALO DE TORMES Y GARIHERNANDEZ", "Cuenca": "DUERO", "Provincia": "SALAMANCA", "x": 289812, "y": 4527892, "Tipos": "Riego, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 289678.63287577347, 4527640.0190840354 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2240006, "Nombre": "VILLAMECA", "Nombre SEP": "VILLAMECA", "Otro nombr": "---", "Fecha": "31\/12\/1947", "Anyo": 1947, "Rio": "TUERTO-VALLE (TUERTO)", "Municipio": "QUINTANA DEL CASTILLO", "Cuenca": "DUERO", "Provincia": "LEON", "x": 247863, "y": 4726637, "Tipos": "Hidroel?ctrico, Riego, Abastecimiento" }, "geometry": { "type": "Point", "coordinates": [ 248499.58589500023, 4726265.0601202846 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9310007, "Nombre": "YESA", "Nombre SEP": "YESA", "Otro nombr": "---", "Fecha": "31\/12\/1959", "Anyo": 1959, "Rio": "ARAGON", "Municipio": "YESA", "Cuenca": "EBRO", "Provincia": "NAVARRA", "x": 648990, "y": 4719190, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 649067.47948859434, 4719668.5123394737 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5230007, "Nombre": "ZOCUECA (AZUD)", "Nombre SEP": "ZOCUECA", "Otro nombr": "---", "Fecha": "31\/12\/1940", "Anyo": 1940, "Rio": "RUMBLAR", "Municipio": "GUARROM?N", "Cuenca": "GUADALQUIVIR", "Provincia": "JAEN", "x": 427175, "y": 4217080, "Tipos": "Riego, Abastecimiento, ---" }, "geometry": { "type": "Point", "coordinates": [ 427142.74856572493, 4216768.4433339546 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4060070, "Nombre": "ZUJAR (DIQUE DEL COLLADO)", "Nombre SEP": "ZUJAR", "Otro nombr": "---", "Fecha": "01\/01\/1964", "Anyo": 1964, "Rio": "ZUJAR", "Municipio": "CASTUERA, ESPARRAGOSA DE LARES", "Cuenca": "GUADIANA", "Provincia": "BADAJOZ", "x": 285155, "y": 4310665, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 285155.00000139326, 4310665.0001122924 ] } } +] +} diff --git a/docs/colonizacion-leaflet/data/EmbalsesGenV2.geojson b/docs/colonizacion-leaflet/data/EmbalsesGenV2.geojson new file mode 100644 index 0000000..106d5c1 --- /dev/null +++ b/docs/colonizacion-leaflet/data/EmbalsesGenV2.geojson @@ -0,0 +1,153 @@ +{ +"type": "FeatureCollection", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::3857" } }, +"features": [ +{ "type": "Feature", "properties": { "codpresa": 2340004, "Nombre": "AGUILAR DE CAMPOO", "Nombre SEP": "AGUILAR DE CAMPOO", "Otro nombr": "---", "Fecha": "02\/09\/1964", "Anyo": 1964, "Rio": "PISUERGA", "Municipio": "AGUILAR DE CAMPOO", "Cuenca": "DUERO", "Provincia": "PALENCIA", "x": 394705, "y": 4739000, "Tipos": "Hidroel?ctrico, Riego, Abastecimiento" }, "geometry": { "type": "Point", "coordinates": [ -477290.92571131635, 5281019.847279408 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8160006, "Nombre": "ALARCON", "Nombre SEP": "ALARCON", "Otro nombr": "---", "Fecha": "30\/09\/1955", "Anyo": 1955, "Rio": "JUCAR", "Municipio": "ALARCON", "Cuenca": "JUCAR", "Provincia": "CUENCA", "x": 576346, "y": 4379982, "Tipos": "Regulaci?n, Riego, Abastecimiento" }, "geometry": { "type": "Point", "coordinates": [ -235018.03732984368, 4803093.769704272 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8120006, "Nombre": "ALCORA", "Nombre SEP": "ALCORA", "Otro nombr": "---", "Fecha": "29\/09\/1958", "Anyo": 1958, "Rio": "LUCENA", "Municipio": "ALCORA", "Cuenca": "JUCAR", "Provincia": "CASTELLON", "x": 737177, "y": 4442329, "Tipos": "Riego, Regulaci?n, ---" }, "geometry": { "type": "Point", "coordinates": [ -24241.475632931793, 4880165.7765549198 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5110041, "Nombre": "ALMODOVAR (DIQUE DEL COLLADO) (RECRECIDA)", "Nombre SEP": "ALMODOVAR", "Otro nombr": "---", "Fecha": "01\/01\/1972", "Anyo": 1972, "Rio": "ALMODOVAR", "Municipio": "TARIFA", "Cuenca": "GUADALETE Y BARBATE", "Provincia": "CADIZ", "x": 261945, "y": 4004510, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -628911.64932252397, 4321835.4591957172 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3190001, "Nombre": "ALMOGUERA", "Nombre SEP": "ALMOGUERA", "Otro nombr": "---", "Fecha": "01\/01\/1947", "Anyo": 1947, "Rio": "TAJO", "Municipio": "ALMOGUERA", "Cuenca": "TAJO", "Provincia": "GUADALAJARA", "x": 503585, "y": 4460330, "Tipos": "Hidroel?ctrico, Regulaci?n, Riego" }, "geometry": { "type": "Point", "coordinates": [ -329289.74959992216, 4905878.4267251138 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8030027, "Nombre": "AMADORIO", "Nombre SEP": "AMADORIO", "Otro nombr": "---", "Fecha": "24\/02\/1960", "Anyo": 1960, "Rio": "AMADORIO", "Municipio": "VILLAJOYOSA", "Cuenca": "JUCAR", "Provincia": "ALICANTE", "x": 738600, "y": 4268800, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -29443.442844486388, 4655200.8750819759 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100070, "Nombre": "ARAYA DE ARRIBA (DIQUE DEL COLLADO)", "Nombre SEP": "ARAYA DE ARRIBA", "Otro nombr": "---", "Fecha": "01\/01\/1958", "Anyo": 1958, "Rio": "ANCIANES", "Municipio": "BROZAS", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 184298, "y": 4380608, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ -742398.9341345639, 4795589.2302759644 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5110031, "Nombre": "ARCOS", "Nombre SEP": "ARCOS", "Otro nombr": "---", "Fecha": "01\/01\/1965", "Anyo": 1965, "Rio": "GUADALETE", "Municipio": "ARCOS DE LA FRONTERA", "Cuenca": "GUADALETE Y BARBATE", "Provincia": "CADIZ", "x": 250520, "y": 4071143, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -644843.89503130445, 4404617.4071527813 ] } }, +{ "type": "Feature", "properties": { "codpresa": 7300010, "Nombre": "ARGOS", "Nombre SEP": "ARGOS", "Otro nombr": "---", "Fecha": "01\/12\/1972", "Anyo": 1972, "Rio": "ARGOS", "Municipio": "CEHEGIN", "Cuenca": "SEGURA", "Provincia": "MURCIA", "x": 611000, "y": 4225906, "Tipos": "Defensa frente a avenidas, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -193099.96138342097, 4603790.5685733911 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8440007, "Nombre": "ARQUILLO DE SAN BLAS", "Nombre SEP": "ARQUILLO DE SAN BLAS", "Otro nombr": "---", "Fecha": "31\/12\/1962", "Anyo": 1962, "Rio": "GUADALAVIAR", "Municipio": "TERUEL", "Cuenca": "JUCAR", "Provincia": "TERUEL", "x": 653793, "y": 4469304, "Tipos": "Abastecimiento, Defensa frente a avenidas, Riego" }, "geometry": { "type": "Point", "coordinates": [ -134174.80636190862, 4918914.5343539556 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3280039, "Nombre": "ARROYOS, LOS (DIQUE DE COLA)", "Nombre SEP": "ARROYOS, LOS", "Otro nombr": "---", "Fecha": "31\/12\/1967", "Anyo": 1967, "Rio": "LADRON", "Municipio": "ESCORIAL, EL", "Cuenca": "TAJO", "Provincia": "MADRID", "x": 411261, "y": 4493850, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ -450794.76477223414, 4952036.3164162273 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3280048, "Nombre": "ATAZAR, EL", "Nombre SEP": "ATAZAR, EL", "Otro nombr": "---", "Fecha": "31\/12\/1972", "Anyo": 1972, "Rio": "LOZOYA", "Municipio": "PATONES Y ATAZAR", "Cuenca": "TAJO", "Provincia": "MADRID", "x": 460256, "y": 4529303, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ -386496.49001725402, 4999645.6750517506 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3450030, "Nombre": "AZUTAN", "Nombre SEP": "AZUTAN", "Otro nombr": "---", "Fecha": "31\/12\/1969", "Anyo": 1969, "Rio": "TAJO", "Municipio": "AZUTAN Y ALCOLEA DE TAJO", "Cuenca": "TAJO", "Provincia": "TOLEDO", "x": 321222, "y": 4405375, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -566544.35889864189, 4833571.2248626323 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9250051, "Nombre": "BALAGUER PARTIDOR (CONTRAEMBALSE)", "Nombre SEP": "BALAGUER", "Otro nombr": "---", "Fecha": "31\/12\/1958", "Anyo": 1958, "Rio": "SEGRE", "Municipio": "OS DE BALAGUER", "Cuenca": "EBRO", "Provincia": "LLEIDA", "x": 818394, "y": 4638887, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 93175.293838749465, 5139051.7923285477 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8440011, "Nombre": "BALAGUERAS", "Nombre SEP": "BALAGUERAS", "Otro nombr": "---", "Fecha": "31\/12\/1957", "Anyo": 1957, "Rio": "PALOMERAS", "Municipio": "RUBIELOS DE MORA", "Cuenca": "JUCAR", "Provincia": "TERUEL", "x": 697715, "y": 4454450, "Tipos": "Riego, Regulaci?n, ---" }, "geometry": { "type": "Point", "coordinates": [ -75505.086741609237, 4896759.1511155246 ] } }, +{ "type": "Feature", "properties": { "codpresa": 1240011, "Nombre": "BARCENA", "Nombre SEP": "BARCENA", "Otro nombr": "---", "Fecha": "31\/12\/1960", "Anyo": 1960, "Rio": "SIL", "Municipio": "PONFERRADA", "Cuenca": "MI?O-SIL", "Provincia": "LEON", "x": 207593, "y": 4720277, "Tipos": "Hidroel?ctrico, Riego, Abastecimiento" }, "geometry": { "type": "Point", "coordinates": [ -730222.67455067264, 5247938.1111439858 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2240029, "Nombre": "BARRIOS DE LUNA", "Nombre SEP": "BARRIOS DE LUNA", "Otro nombr": "---", "Fecha": "31\/12\/1956", "Anyo": 1956, "Rio": "ORBIGO - LUNA (LUNA)", "Municipio": "BARRIOS DE LUNA, LOS", "Cuenca": "DUERO", "Provincia": "LEON", "x": 266290, "y": 4748255, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ -652476.13981830457, 5289106.3604810396 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5140040, "Nombre": "BEMBEZAR", "Nombre SEP": "BEMBEZAR", "Otro nombr": "---", "Fecha": "01\/01\/1963", "Anyo": 1963, "Rio": "BEMBEZAR", "Municipio": "HORNACHUELOS", "Cuenca": "GUADALQUIVIR", "Provincia": "CORDOBA", "x": 305740, "y": 4197410, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ -579926.42911252403, 4565802.5368237756 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8460027, "Nombre": "BENAGEBER", "Nombre SEP": "BENAGEBER", "Otro nombr": "---", "Fecha": "31\/12\/1954", "Anyo": 1954, "Rio": "TURIA", "Municipio": "BENAGEBER", "Cuenca": "JUCAR", "Provincia": "VALENCIA", "x": 663079, "y": 4399195, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ -122273.31585349157, 4826313.81621652 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2240030, "Nombre": "BENAMARIAS", "Nombre SEP": "BENAMARIAS", "Otro nombr": "---", "Fecha": "31\/12\/1972", "Anyo": 1972, "Rio": "SALGUIRAL", "Municipio": "MAGAZ DE CEPEDA", "Cuenca": "DUERO", "Provincia": "LEON", "x": 244026, "y": 4716999, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ -680791.95215833315, 5245882.7183639724 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8030035, "Nombre": "BENIARRES", "Nombre SEP": "BENIARRES", "Otro nombr": "---", "Fecha": "01\/04\/1958", "Anyo": 1958, "Rio": "SERPIS", "Municipio": "BENIARRES", "Cuenca": "JUCAR", "Provincia": "ALICANTE", "x": 729605, "y": 4299796, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ -39765.446013946865, 4695144.4380764104 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5180023, "Nombre": "BERMEJALES, LOS", "Nombre SEP": "BERMEJALES, LOS", "Otro nombr": "---", "Fecha": "01\/01\/1958", "Anyo": 1958, "Rio": "CACIN", "Municipio": "ARENAS DEL REY", "Cuenca": "GUADALQUIVIR", "Provincia": "GRANADA", "x": 420700, "y": 4095050, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ -433184.86890992883, 4438561.5656813271 ] } }, +{ "type": "Feature", "properties": { "codpresa": 10170002, "Nombre": "BOADELLA", "Nombre SEP": "BOADELLA (ELS FANGOTS)", "Otro nombr": "---", "Fecha": "16\/12\/1969", "Anyo": 1969, "Rio": "MUGA", "Municipio": "DARNIUS", "Cuenca": "CUENCAS INTERNAS DE CATALU?A", "Provincia": "GERONA", "x": 981015, "y": 4704322, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 315352.61439755844, 5212217.4055759311 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5230002, "Nombre": "BOLERA, LA", "Nombre SEP": "BOLERA, LA", "Otro nombr": "---", "Fecha": "31\/12\/1967", "Anyo": 1967, "Rio": "GUADALETIN", "Municipio": "POZO ALCON", "Cuenca": "GUADALQUIVIR", "Provincia": "JAEN", "x": 508658, "y": 4179650, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -323015.8264885674, 4546158.8880909989 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100091, "Nombre": "BORBOLLON", "Nombre SEP": "BORBOLLON", "Otro nombr": "---", "Fecha": "10\/05\/1954", "Anyo": 1954, "Rio": "ARRAGO", "Municipio": "SANTIBA?EZ EL ALTO", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 194910, "y": 4447965, "Tipos": "Hidroel?ctrico, Riego, Adecuaci?n ambiental" }, "geometry": { "type": "Point", "coordinates": [ -732152.55714522279, 4884199.0585467434 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100088, "Nombre": "BORBOLLON (DERIVACION) - ARRAGO (CONTRAEMBALSE)", "Nombre SEP": "BORBOLLON (DERIVACION) - ARRAGO", "Otro nombr": "---", "Fecha": "01\/01\/1954", "Anyo": 1954, "Rio": "ARRAGO", "Municipio": "SANTIBA?EZ EL ALTO", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 193368, "y": 4446703, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ -734116.88857077446, 4882415.5382065782 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5110061, "Nombre": "BORNOS", "Nombre SEP": "BORNOS", "Otro nombr": "---", "Fecha": "01\/01\/1961", "Anyo": 1961, "Rio": "GUADALETE", "Municipio": "BORNOS", "Cuenca": "GUADALETE Y BARBATE", "Provincia": "CADIZ", "x": 253744, "y": 4075482, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -641137.49318580865, 4410072.4710638514 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100094, "Nombre": "BOYERIL 2, EL", "Nombre SEP": "BOYERIL 2, EL", "Otro nombr": "---", "Fecha": "01\/01\/1965", "Anyo": 1965, "Rio": "ARROYO MANCO", "Municipio": "CASATEJADA", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 274235, "y": 4419290, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ -627909.3839643664, 4850497.8697843924 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4060047, "Nombre": "BROVALES", "Nombre SEP": "BROVALES", "Otro nombr": "---", "Fecha": "01\/01\/1960", "Anyo": 1960, "Rio": "BROVALES", "Municipio": "JEREZ DE LOS CABALLEROS", "Cuenca": "GUADIANA", "Provincia": "BADAJOZ", "x": 176798, "y": 4251307, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ -745381.26948933478, 4628495.1158975344 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9220016, "Nombre": "BUBAL", "Nombre SEP": "BUBAL", "Otro nombr": "---", "Fecha": "31\/12\/1971", "Anyo": 1971, "Rio": "GALLEGO", "Municipio": "HOZ DE JACA, BIESCAS", "Cuenca": "EBRO", "Provincia": "HUESCA", "x": 720079, "y": 4729203, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ -34924.838229201756, 5263968.52028271 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3190007, "Nombre": "BUENDIA", "Nombre SEP": "BUENDIA", "Otro nombr": "---", "Fecha": "31\/12\/1958", "Anyo": 1958, "Rio": "GUADIELA", "Municipio": "BUENDIA", "Cuenca": "TAJO", "Provincia": "CUENCA", "x": 518481, "y": 4472261, "Tipos": "Hidroel?ctrico, Abastecimiento, Riego" }, "geometry": { "type": "Point", "coordinates": [ -309805.73503945739, 4924090.120097734 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2420008, "Nombre": "CAMPILLO DE BUITRAGO", "Nombre SEP": "CAMPILLO DE BUITRAGO", "Otro nombr": "---", "Fecha": "30\/09\/1969", "Anyo": 1969, "Rio": "DUERO", "Municipio": "SORIA Y GARRAY", "Cuenca": "DUERO", "Provincia": "SORIA", "x": 539483, "y": 4631600, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -281212.74458262831, 5136063.1966977548 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5410016, "Nombre": "CANTILLANA", "Nombre SEP": "CANTILLANA", "Otro nombr": "---", "Fecha": "31\/12\/1956", "Anyo": 1956, "Rio": "GUADALQUIVIR", "Municipio": "CANTILLANA", "Cuenca": "GUADALQUIVIR", "Provincia": "SEVILLA", "x": 252655, "y": 4164393, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -646917.46905669302, 4522028.1297203898 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3450033, "Nombre": "CASTREJON", "Nombre SEP": "CASTREJON", "Otro nombr": "---", "Fecha": "31\/12\/1967", "Anyo": 1967, "Rio": "TAJO", "Municipio": "PUEBLA DE MONTALBAN, LA Y POL?N", "Cuenca": "TAJO", "Provincia": "TOLEDO", "x": 389280, "y": 4410440, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -478006.23627566459, 4842248.3894681772 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3450014, "Nombre": "CASTREJON \/ CA?ARES", "Nombre SEP": "CASTREJON \/ CAARES", "Otro nombr": "---", "Fecha": "31\/12\/1967", "Anyo": 1967, "Rio": "ARROYO CA?ARES", "Municipio": "PUEBLA DE MONTALBAN, LA", "Cuenca": "TAJO", "Provincia": "TOLEDO", "x": 382105, "y": 4411925, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -487362.68527128082, 4843852.0539752869 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3450043, "Nombre": "CASTREJON \/ CARPIO, EL", "Nombre SEP": "CASTREJON \/ CARPIO, EL", "Otro nombr": "---", "Fecha": "31\/12\/1967", "Anyo": 1967, "Rio": "ARROYO EL CARPIO", "Municipio": "CARPIO DE TAJO", "Cuenca": "TAJO", "Provincia": "TOLEDO", "x": 376065, "y": 4413100, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -495440.76167261344, 4845168.0130154938 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3450047, "Nombre": "CAZALEGAS", "Nombre SEP": "CAZALEGAS", "Otro nombr": "---", "Fecha": "31\/12\/1949", "Anyo": 1949, "Rio": "ALBERCHE", "Municipio": "CAZALEGAS", "Cuenca": "TAJO", "Provincia": "TOLEDO", "x": 354505, "y": 4430825, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -523738.6472318513, 4868136.5450137332 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5110019, "Nombre": "CELEMIN (ALIVIADERO) (DIQUE DEL COLLADO)", "Nombre SEP": "CELEMIN", "Otro nombr": "---", "Fecha": "01\/01\/1974", "Anyo": 1974, "Rio": "CELEMIN", "Municipio": "MEDINA-SIDONIA", "Cuenca": "GUADALETE Y BARBATE", "Provincia": "CADIZ", "x": 251076, "y": 4021595, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ -642813.70105621265, 4342003.3116217609 ] } }, +{ "type": "Feature", "properties": { "codpresa": 7020010, "Nombre": "CENAJO, EL", "Nombre SEP": "CENAJO, EL", "Otro nombr": "---", "Fecha": "31\/12\/1960", "Anyo": 1960, "Rio": "SEGURA", "Municipio": "MORATALLA Y HELLIN", "Cuenca": "SEGURA", "Provincia": "MURCIA", "x": 607142, "y": 4247250, "Tipos": "Defensa frente a avenidas, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -197808.6898914137, 4631125.8731792942 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2490003, "Nombre": "CERNADILLA", "Nombre SEP": "CERNADILLA", "Otro nombr": "---", "Fecha": "31\/12\/1969", "Anyo": 1969, "Rio": "TERA", "Municipio": "CERNADILLA- MANZANAL DE ARRIBA", "Cuenca": "DUERO", "Provincia": "ZAMORA", "x": 213312, "y": 4657994, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -719074.85544899432, 5163915.2938993154 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3450040, "Nombre": "CERQUILLA, LA", "Nombre SEP": "CERQUILLA, LA", "Otro nombr": "---", "Fecha": "31\/12\/1962", "Anyo": 1962, "Rio": "JULIAN (ARROYO DE SAN JULIAN)", "Municipio": "CALZADA DE OROPESA, LA", "Cuenca": "TAJO", "Provincia": "TOLEDO", "x": 307907, "y": 4429641, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ -584442.09870345145, 4865233.6904008295 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4100015, "Nombre": "CIJARA", "Nombre SEP": "CIJARA", "Otro nombr": "---", "Fecha": "01\/01\/1956", "Anyo": 1956, "Rio": "GUADIANA", "Municipio": "ALIA Y HERRERA DEL DUQUE", "Cuenca": "GUADIANA", "Provincia": "CACERES", "x": 326475, "y": 4360367, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ -558217.09141591121, 4775581.1788703138 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9430006, "Nombre": "CIURANA", "Nombre SEP": "CIURANA", "Otro nombr": "---", "Fecha": "31\/12\/1972", "Anyo": 1972, "Rio": "CIURANA", "Municipio": "CORNUDELLA DE MONTSANT", "Cuenca": "EBRO", "Provincia": "TARRAGONA", "x": 828373, "y": 4574080, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 102303.9156583204, 5049498.7666226942 ] } }, +{ "type": "Feature", "properties": { "codpresa": 10170006, "Nombre": "COLOMERS (AZUD)", "Nombre SEP": "COLOMERS", "Otro nombr": "---", "Fecha": "01\/12\/1967", "Anyo": 1967, "Rio": "TER", "Municipio": "COLOMERS", "Cuenca": "CUENCAS INTERNAS DE CATALU?A", "Provincia": "GERONA", "x": 996004, "y": 4675791, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ 333431.02242974355, 5172577.0544423079 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5140036, "Nombre": "CORDOBILLA", "Nombre SEP": "CORDOBILLA", "Otro nombr": "---", "Fecha": "01\/01\/1953", "Anyo": 1953, "Rio": "GENIL", "Municipio": "PUENTE GENIL", "Cuenca": "GUADALQUIVIR", "Provincia": "CORDOBA", "x": 347701, "y": 4135123, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -525376.51766784186, 4488050.7801426556 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100064, "Nombre": "CORONO, EL", "Nombre SEP": "CORONO, EL", "Otro nombr": "---", "Fecha": "01\/01\/1971", "Anyo": 1971, "Rio": "ARROYO GODINO", "Municipio": "PASARON DE LA VERA", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 260734, "y": 4435578, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ -646256.95735504618, 4871190.6973002842 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5180012, "Nombre": "CUBILLAS", "Nombre SEP": "CUBILLAS", "Otro nombr": "---", "Fecha": "01\/01\/1956", "Anyo": 1956, "Rio": "CUBILLAS", "Municipio": "ALBOLOTE, CHAPARRAL", "Cuenca": "GUADALQUIVIR", "Provincia": "GRANADA", "x": 439470, "y": 4126405, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ -409893.0452040729, 4477523.7598916143 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2420001, "Nombre": "CUERDA DEL POZO", "Nombre SEP": "CUERDA DEL POZO", "Otro nombr": "---", "Fecha": "31\/12\/1941", "Anyo": 1941, "Rio": "DUERO", "Municipio": "VINUESA", "Cuenca": "DUERO", "Provincia": "SORIA", "x": 524663, "y": 4636207, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ -301020.21881632705, 5142364.0030476386 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9390001, "Nombre": "EBRO", "Nombre SEP": "EBRO", "Otro nombr": "---", "Fecha": "31\/12\/1945", "Anyo": 1945, "Rio": "EBRO", "Municipio": "ROZAS DE VALDEARROLLO, LAS", "Cuenca": "EBRO", "Provincia": "CANTABRIA", "x": 414326, "y": 4758227, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ -450913.36425218522, 5307691.878881474 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3280052, "Nombre": "ENCINILLA, LA", "Nombre SEP": "ENCINILLA, LA", "Otro nombr": "---", "Fecha": "31\/12\/1964", "Anyo": 1964, "Rio": "ENCINILLA (ARROYO ENCINILLA)", "Municipio": "GUADARRAMA", "Cuenca": "TAJO", "Provincia": "MADRID", "x": 406098, "y": 4503397, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ -457645.50698084763, 4964685.1125429897 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3190016, "Nombre": "ENTREPE?AS", "Nombre SEP": "ENTREPEAS", "Otro nombr": "---", "Fecha": "01\/01\/1956", "Anyo": 1956, "Rio": "TAJO", "Municipio": "SACEDON, AU?ON", "Cuenca": "TAJO", "Provincia": "GUADALAJARA", "x": 521162, "y": 4482457, "Tipos": "Hidroel?ctrico, Riego, Abastecimiento" }, "geometry": { "type": "Point", "coordinates": [ -306124.10173054575, 4937790.9777075518 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5410014, "Nombre": "ESPARRAGAL, EL", "Nombre SEP": "ESPARRAGAL, EL", "Otro nombr": "---", "Fecha": "31\/12\/1970", "Anyo": 1970, "Rio": "ENCARNACION", "Municipio": "GERENA", "Cuenca": "GUADALQUIVIR", "Provincia": "SEVILLA", "x": 224955, "y": 4160665, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ -680549.51889496855, 4516327.0188128809 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3190026, "Nombre": "ESTREMERA", "Nombre SEP": "ESTREMERA", "Otro nombr": "---", "Fecha": "01\/01\/1950", "Anyo": 1950, "Rio": "TAJO", "Municipio": "DRIEBES, LEGANIEL", "Cuenca": "TAJO", "Provincia": "GUADALAJARA", "x": 499510, "y": 4450630, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ -334599.4232452375, 4895933.9445717055 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9430007, "Nombre": "FLIX", "Nombre SEP": "FLIX", "Otro nombr": "---", "Fecha": "31\/12\/1948", "Anyo": 1948, "Rio": "EBRO", "Municipio": "FLIX", "Cuenca": "EBRO", "Provincia": "TARRAGONA", "x": 797742, "y": 4570937, "Tipos": "Hidroel?ctrico, Regulaci?n, Riego" }, "geometry": { "type": "Point", "coordinates": [ 60856.78101521705, 5046656.0881373873 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8460004, "Nombre": "FORATA", "Nombre SEP": "FORATA", "Otro nombr": "---", "Fecha": "01\/01\/1969", "Anyo": 1969, "Rio": "MAGRO", "Municipio": "YATOVA", "Cuenca": "JUCAR", "Provincia": "VALENCIA", "x": 684213, "y": 4356914, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ -96431.620766189662, 4770500.1560625369 ] } }, +{ "type": "Feature", "properties": { "codpresa": 1240021, "Nombre": "FUENTE DEL AZUFRE (CONTRAEMBALSE)", "Nombre SEP": "FUENTE DEL AZUFRE", "Otro nombr": "---", "Fecha": "31\/12\/1949", "Anyo": 1949, "Rio": "SIL", "Municipio": "PONFERRADA", "Cuenca": "MI?O-SIL", "Provincia": "LEON", "x": 205737, "y": 4718533, "Tipos": "Hidroel?ctrico, Riego, Riego" }, "geometry": { "type": "Point", "coordinates": [ -732726.72168594215, 5245724.8484157799 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100073, "Nombre": "GABRIEL Y GALAN", "Nombre SEP": "GABRIEL Y GALAN", "Otro nombr": "---", "Fecha": "01\/01\/1961", "Anyo": 1961, "Rio": "ALAGON", "Municipio": "GUIJO DE GRANADILLA", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 233284, "y": 4457169, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -682894.91127161181, 4898331.0216711974 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4060063, "Nombre": "GARCIA DE SOLA", "Nombre SEP": "GARCIA DE SOLA", "Otro nombr": "PUERTO PE?A", "Fecha": "01\/01\/1965", "Anyo": 1965, "Rio": "GUADIANA", "Municipio": "TALARRUBIAS", "Cuenca": "GUADIANA", "Provincia": "BADAJOZ", "x": 311314, "y": 4335259, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ -577015.51561839797, 4742619.6062430153 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9260028, "Nombre": "GONZALEZ LACASA", "Nombre SEP": "GONZALEZ LACASA", "Otro nombr": "---", "Fecha": "31\/12\/1962", "Anyo": 1962, "Rio": "ALBERCOS", "Municipio": "ORTIGOSA DE CAMEROS", "Cuenca": "EBRO", "Provincia": "LOGRO?O", "x": 527302, "y": 4669311, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ -297530.4353318857, 5187093.9145148005 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9220078, "Nombre": "GRADO I, EL", "Nombre SEP": "GRADO I, EL", "Otro nombr": "---", "Fecha": "31\/12\/1969", "Anyo": 1969, "Rio": "CINCA", "Municipio": "GRADO, EL", "Cuenca": "EBRO", "Provincia": "HUESCA", "x": 767725, "y": 4671815, "Tipos": "Hidroel?ctrico, Riego, Abastecimiento" }, "geometry": { "type": "Point", "coordinates": [ 26429.416062667242, 5183690.4875823855 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5230049, "Nombre": "GUADALEN", "Nombre SEP": "GUADALEN", "Otro nombr": "---", "Fecha": "31\/12\/1954", "Anyo": 1954, "Rio": "GUADALEN", "Municipio": "ARQUILLOS, VILCHES", "Cuenca": "GUADALQUIVIR", "Provincia": "JAEN", "x": 458265, "y": 4224145, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ -387162.51006146957, 4602331.0387602216 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8030092, "Nombre": "GUADALEST", "Nombre SEP": "GUADALEST", "Otro nombr": "---", "Fecha": "27\/11\/1969", "Anyo": 1969, "Rio": "GUADALEST", "Municipio": "GUADALEST", "Cuenca": "JUCAR", "Provincia": "ALICANTE", "x": 744422, "y": 4285116, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -21391.829428516612, 4675941.6725708218 ] } }, +{ "type": "Feature", "properties": { "codpresa": 6290030, "Nombre": "GUADALHORCE", "Nombre SEP": "GUADALHORCE", "Otro nombr": "---", "Fecha": "31\/12\/1973", "Anyo": 1973, "Rio": "GUADALHORCE", "Municipio": "CAMPILLOS", "Cuenca": "CUENCA MEDITERRANEA ANDALUZA", "Provincia": "MALAGA", "x": 339635, "y": 4090040, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ -534503.9666112978, 4431057.713057573 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5230047, "Nombre": "GUADALMENA", "Nombre SEP": "GUADALMENA", "Otro nombr": "---", "Fecha": "31\/12\/1969", "Anyo": 1969, "Rio": "GUADALMENA", "Municipio": "CHICLANA DE SEGURA", "Cuenca": "GUADALQUIVIR", "Provincia": "JAEN", "x": 507600, "y": 4246350, "Tipos": "Hidroel?ctrico, Riego, Abastecimiento" }, "geometry": { "type": "Point", "coordinates": [ -324274.08875885158, 4631158.916186464 ] } }, +{ "type": "Feature", "properties": { "codpresa": 6290030, "Nombre": "GUADALHORCE", "Nombre SEP": "GUADALTEBA", "Otro nombr": "---", "Fecha": "31\/12\/1973", "Anyo": 1973, "Rio": "GUADALHORCE", "Municipio": "CAMPILLOS", "Cuenca": "CUENCA MEDITERRANEA ANDALUZA", "Provincia": "MALAGA", "x": 339635, "y": 4090040, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ -534433.7321222371, 4431452.8598586554 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5140033, "Nombre": "GUADANU?O", "Nombre SEP": "GUADANUO", "Otro nombr": "CERRO MURIANO", "Fecha": "01\/01\/1967", "Anyo": 1967, "Rio": "GUADANU?O", "Municipio": "CORDOBA Y VILLAVICIOSA", "Cuenca": "GUADALQUIVIR", "Provincia": "CORDOBA", "x": 342050, "y": 4209965, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -534266.88012414635, 4582349.0671939701 ] } }, +{ "type": "Feature", "properties": { "codpresa": 6110005, "Nombre": "GUADARRANQUE", "Nombre SEP": "GUADARRANQUE", "Otro nombr": "---", "Fecha": "01\/01\/1965", "Anyo": 1965, "Rio": "GUADARRANQUE", "Municipio": "LOS BARRIOS Y CASTELLAR", "Cuenca": "CUENCA MEDITERRANEA ANDALUZA", "Provincia": "CADIZ", "x": 279075, "y": 4021000, "Tipos": "Abastecimiento, Riego, Industrial" }, "geometry": { "type": "Point", "coordinates": [ -608091.87396073679, 4343093.4291578457 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100138, "Nombre": "HELECHAL", "Nombre SEP": "HELECHAL", "Otro nombr": "---", "Fecha": "01\/01\/1965", "Anyo": 1965, "Rio": "ARROYO HELECHAL", "Municipio": "ALCANTARA", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 166075, "y": 4418651, "Tipos": "Acuicultura, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -768188.20539960766, 4844183.3908600109 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3050008, "Nombre": "HINCHONA, LA", "Nombre SEP": "HINCHONA, LA", "Otro nombr": "---", "Fecha": "01\/01\/1946", "Anyo": 1946, "Rio": "YEDRA", "Municipio": "TIEMBLO, EL", "Cuenca": "TAJO", "Provincia": "AVILA", "x": 372108, "y": 4471728, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ -501920.85628835135, 4921708.9598028511 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5110015, "Nombre": "HURONES, LOS", "Nombre SEP": "HURONES, LOS", "Otro nombr": "---", "Fecha": "01\/01\/1964", "Anyo": 1964, "Rio": "MAJACEITE", "Municipio": "ALGAR", "Cuenca": "GUADALETE Y BARBATE", "Provincia": "CADIZ", "x": 271131, "y": 4060369, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ -619135.98529637756, 4392049.7134861946 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8030028, "Nombre": "ISBERT", "Nombre SEP": "ISBERT", "Otro nombr": "---", "Fecha": "01\/01\/1945", "Anyo": 1945, "Rio": "GIRONA", "Municipio": "ORBA", "Cuenca": "JUCAR", "Provincia": "ALICANTE", "x": 751659, "y": 4297224, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ -11424.839589330115, 4691330.3101194873 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5140028, "Nombre": "IZNAJAR", "Nombre SEP": "IZNAJAR", "Otro nombr": "---", "Fecha": "01\/01\/1969", "Anyo": 1969, "Rio": "GENIL", "Municipio": "RUTE, CUEVAS SAN MARCOS", "Cuenca": "GUADALQUIVIR", "Provincia": "CORDOBA", "x": 377250, "y": 4126550, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ -488090.92943531112, 4477850.6934254467 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100102, "Nombre": "JARILLA, LA (TAJO)", "Nombre SEP": "JARILLA, LA (TAJO)", "Otro nombr": "---", "Fecha": "01\/01\/1964", "Anyo": 1964, "Rio": "CAVERA", "Municipio": "JARILLA", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 242520, "y": 4451720, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ -670648.59517512086, 4891314.4710969906 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5140001, "Nombre": "MALPASILLO JAUJA (AZUD)", "Nombre SEP": "JAUJA", "Otro nombr": "MALPASILLO JAUJA", "Fecha": "31\/12\/1951", "Anyo": 1951, "Rio": "GENIL", "Municipio": "LUCENA", "Cuenca": "GUADALQUIVIR", "Provincia": "CORDOBA", "x": 352650, "y": 4129600, "Tipos": "Hidroel?ctrico, Riego, Abastecimiento" }, "geometry": { "type": "Point", "coordinates": [ -519036.64325316355, 4481196.3469124362 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2240007, "Nombre": "JUAN BENET (PORMA)", "Nombre SEP": "JUAN BENET (PORMA)", "Otro nombr": "---", "Fecha": "30\/04\/1968", "Anyo": 1968, "Rio": "PORMA", "Municipio": "BO?AR", "Cuenca": "DUERO", "Provincia": "LEON", "x": 313090, "y": 4755710, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ -589199.05069585878, 5301212.4851218145 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2400015, "Nombre": "LINARES DEL ARROYO", "Nombre SEP": "LINARES DEL ARROYO", "Otro nombr": "---", "Fecha": "30\/04\/1953", "Anyo": 1953, "Rio": "RIAZA", "Municipio": "MADERUELO", "Cuenca": "DUERO", "Provincia": "SEGOVIA", "x": 453728, "y": 4597664, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -395702.02402239747, 5090727.456081165 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8460013, "Nombre": "LORIGUILLA", "Nombre SEP": "LORIGUILLA", "Otro nombr": "---", "Fecha": "01\/01\/1965", "Anyo": 1965, "Rio": "TURIA", "Municipio": "LORIGUILLA Y CHULILLA", "Cuenca": "JUCAR", "Provincia": "VALENCIA", "x": 679189, "y": 4392798, "Tipos": "Regulaci?n, Riego, Hidroel?ctrico" }, "geometry": { "type": "Point", "coordinates": [ -101695.38021387269, 4817466.3405179353 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9260022, "Nombre": "MANSILLA", "Nombre SEP": "MANSILLA", "Otro nombr": "---", "Fecha": "31\/12\/1960", "Anyo": 1960, "Rio": "NAJERILLA", "Municipio": "MANSILLA DE LA SIERRA, VILLAVELAYO", "Cuenca": "EBRO", "Provincia": "LOGRO?O", "x": 507343, "y": 4667566, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ -324147.41761224059, 5184649.2910514465 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5230044, "Nombre": "MARMOLEJO (AZUD)", "Nombre SEP": "MARMOLEJO", "Otro nombr": "---", "Fecha": "31\/12\/1962", "Anyo": 1962, "Rio": "GUADALQUIVIR", "Municipio": "MARMOLEJO", "Cuenca": "GUADALQUIVIR", "Provincia": "JAEN", "x": 396000, "y": 4213200, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -465999.64906136674, 4587665.4350066064 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9220054, "Nombre": "MEDIANO", "Nombre SEP": "MEDIANO", "Otro nombr": "---", "Fecha": "31\/12\/1959", "Anyo": 1959, "Rio": "CINCA", "Municipio": "FUEVA, LA", "Cuenca": "EBRO", "Provincia": "HUESCA", "x": 765112, "y": 4689838, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 23334.209830525837, 5207948.4709611284 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9500030, "Nombre": "MEQUINENZA", "Nombre SEP": "MEQUINENZA", "Otro nombr": "---", "Fecha": "31\/12\/1964", "Anyo": 1964, "Rio": "EBRO", "Municipio": "MEQUINENZA", "Cuenca": "EBRO", "Provincia": "ZARAGOZA", "x": 774241, "y": 4584997, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ 30315.93954624348, 5066938.2939892011 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5230023, "Nombre": "MOLINO DE GUADALEN (CONTRAEMBALSE)", "Nombre SEP": "MOLINO DE GUADALEN", "Otro nombr": "SALTO DEL MOLINO", "Fecha": "31\/12\/1962", "Anyo": 1962, "Rio": "GUADALEN", "Municipio": "VILCHES", "Cuenca": "GUADALQUIVIR", "Provincia": "JAEN", "x": 457163, "y": 4222764, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ -388675.16265637917, 4600421.3753140252 ] } }, +{ "type": "Feature", "properties": { "codpresa": 6110011, "Nombre": "MONTE DE LA TORRE (DD-1)", "Nombre SEP": "MONTE DE LA TORRE (DD-1)", "Otro nombr": "DEPOSITO DD-1", "Fecha": "31\/12\/1972", "Anyo": 1972, "Rio": "PRIOR", "Municipio": "BARRIOS, LOS", "Cuenca": "CUENCA MEDITERRANEA ANDALUZA", "Provincia": "CADIZ", "x": 275972, "y": 4004387, "Tipos": "Regulaci?n, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -611409.43354670005, 4322093.6781518906 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4060102, "Nombre": "MONTIJO (AZUD)", "Nombre SEP": "MONTIJO", "Otro nombr": "---", "Fecha": "31\/12\/1954", "Anyo": 1954, "Rio": "GUADIANA", "Municipio": "MERIDA", "Cuenca": "GUADIANA", "Provincia": "BADAJOZ", "x": 202510, "y": 4314117, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -715524.2933612956, 4710840.3398842392 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4060074, "Nombre": "MOSQUIL, EL", "Nombre SEP": "MOSQUIL, EL", "Otro nombr": "---", "Fecha": "01\/01\/1971", "Anyo": 1971, "Rio": "LABRADOS", "Municipio": "USAGRE", "Cuenca": "GUADIANA", "Provincia": "BADAJOZ", "x": 228717, "y": 4255260, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ -679287.49916135427, 4636688.2617960647 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3280058, "Nombre": "NAVALAGAMELLA", "Nombre SEP": "NAVALAGAMELLA", "Otro nombr": "---", "Fecha": "31\/12\/1972", "Anyo": 1972, "Rio": "CURA", "Municipio": "NAVALAGAMELLA", "Cuenca": "TAJO", "Provincia": "MADRID", "x": 405106, "y": 4472030, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ -458427.93908123375, 4923285.9619737342 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9500043, "Nombre": "NI?O JESUS", "Nombre SEP": "NIO JESUS", "Otro nombr": "ANI?ON", "Fecha": "09\/05\/1955", "Anyo": 1955, "Rio": "ARROYO DEL FRESNO O JESUS", "Municipio": "ANI?ON", "Cuenca": "EBRO", "Provincia": "ZARAGOZA", "x": 608478, "y": 4595385, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ -189270.02716632231, 5086782.4766429616 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9250050, "Nombre": "OLIANA", "Nombre SEP": "OLIANA", "Otro nombr": "---", "Fecha": "31\/12\/1959", "Anyo": 1959, "Rio": "SEGRE", "Municipio": "OLIANA Y PERAMOLA", "Cuenca": "EBRO", "Provincia": "LLEIDA", "x": 855649, "y": 4669176, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 144060.98611979769, 5174955.9863532484 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8120003, "Nombre": "ONDA", "Nombre SEP": "ONDA", "Otro nombr": "BENITANDUS", "Fecha": "01\/01\/1954", "Anyo": 1954, "Rio": "SECO \/ VEO", "Municipio": "ALCUDIA DE VEO", "Cuenca": "JUCAR", "Provincia": "CASTELLON", "x": 728310, "y": 4424455, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ -37000.593668484609, 4856574.7525021126 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4060095, "Nombre": "ORELLANA", "Nombre SEP": "ORELLANA", "Otro nombr": "---", "Fecha": "01\/01\/1963", "Anyo": 1963, "Rio": "GUADIANA", "Municipio": "ORELLANA LA VIEJA, CAMPANARIO", "Cuenca": "GUADIANA", "Provincia": "BADAJOZ", "x": 280423, "y": 4318386, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ -616168.17444885348, 4719802.777117162 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3190028, "Nombre": "PALMACES", "Nombre SEP": "PALMACES", "Otro nombr": "---", "Fecha": "01\/01\/1954", "Anyo": 1954, "Rio": "CA?AMARES", "Municipio": "PALMACES DE JADRAQUE", "Cuenca": "TAJO", "Provincia": "GUADALAJARA", "x": 505170, "y": 4544655, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ -327109.79358722223, 5020179.0332207689 ] } }, +{ "type": "Feature", "properties": { "codpresa": 10170013, "Nombre": "PASTERAL I (AZUD)", "Nombre SEP": "PASTERAL, EL", "Otro nombr": "---", "Fecha": "01\/01\/1962", "Anyo": 1962, "Rio": "TER", "Municipio": "OSOR", "Cuenca": "CUENCAS INTERNAS DE CATALU?A", "Provincia": "GERONA", "x": 965397, "y": 4663877, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 290737.73833059083, 5159018.6059517702 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4060004, "Nombre": "PASTIZALES, LOS", "Nombre SEP": "PASTIZALES, LOS", "Otro nombr": "---", "Fecha": "31\/12\/1964", "Anyo": 1964, "Rio": "VALDELARQUILLO (VALDESEQUILLOS)", "Municipio": "HELECHOSA DE LOS MONTES", "Cuenca": "GUADIANA", "Provincia": "BADAJOZ", "x": 352216, "y": 4363403, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -525039.96420558298, 4780209.8001049105 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5230018, "Nombre": "PEDRO MARIN", "Nombre SEP": "PEDRO MARIN", "Otro nombr": "---", "Fecha": "31\/12\/1954", "Anyo": 1954, "Rio": "GUADALQUIVIR", "Municipio": "JODAR", "Cuenca": "GUADALQUIVIR", "Provincia": "JAEN", "x": 463739, "y": 4196379, "Tipos": "Hidroel?ctrico, Riego, Industrial" }, "geometry": { "type": "Point", "coordinates": [ -379866.02470895607, 4566543.0736621758 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4130018, "Nombre": "PE?ARROYA", "Nombre SEP": "PEARROYA", "Otro nombr": "---", "Fecha": "01\/01\/1959", "Anyo": 1959, "Rio": "GUADIANA", "Municipio": "ARGAMASILLA DE ALBA", "Cuenca": "GUADIANA", "Provincia": "CIUDAD REAL", "x": 499519, "y": 4323754, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -334672.09474944236, 4730280.2395459311 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3280055, "Nombre": "PE?ASCALES, LOS", "Nombre SEP": "PEASCALES, LOS", "Otro nombr": "---", "Fecha": "31\/12\/1962", "Anyo": 1962, "Rio": "ARROYO TROFAS", "Municipio": "TORRELODONES", "Cuenca": "TAJO", "Provincia": "MADRID", "x": 424055, "y": 4492013, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -434058.37932382338, 4949618.2611223059 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3280063, "Nombre": "PICADAS", "Nombre SEP": "PICADAS", "Otro nombr": "---", "Fecha": "31\/12\/1952", "Anyo": 1952, "Rio": "ALBERCHE", "Municipio": "SAN MARTIN DE VALDEIGLESIAS", "Cuenca": "TAJO", "Provincia": "MADRID", "x": 393940, "y": 4465690, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ -472953.5423554685, 4914746.1711214399 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4060031, "Nombre": "PIEDRA AGUDA", "Nombre SEP": "PIEDRA AGUDA", "Otro nombr": "---", "Fecha": "01\/01\/1956", "Anyo": 1956, "Rio": "OLIVENZA", "Municipio": "OLIVENZA", "Cuenca": "GUADIANA", "Provincia": "BADAJOZ", "x": 149904, "y": 4289973, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -781699.68173600954, 4676885.1703130435 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4210092, "Nombre": "PIEDRAS", "Nombre SEP": "PIEDRAS", "Otro nombr": "---", "Fecha": "31\/12\/1968", "Anyo": 1968, "Rio": "PIEDRAS", "Municipio": "CARTAYA, LEPE", "Cuenca": "TINTO, ODIEL Y PIEDRAS", "Provincia": "HUELVA", "x": 122023, "y": 4144432, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -809045.65777934925, 4490755.5397824543 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5410106, "Nombre": "PINTADO, EL", "Nombre SEP": "PINTADO, EL", "Otro nombr": "---", "Fecha": "31\/12\/1948", "Anyo": 1948, "Rio": "VIAR", "Municipio": "CAZALLA SIERRA,GUADALCANAL,REAL DE JARA,REINA FTE ARCO", "Cuenca": "GUADALQUIVIR", "Provincia": "SEVILLA", "x": 240667, "y": 4208399, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -662673.29795022449, 4577476.5614699246 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5140004, "Nombre": "PUENTE NUEVO", "Nombre SEP": "PUENTE NUEVO", "Otro nombr": "---", "Fecha": "01\/01\/1972", "Anyo": 1972, "Rio": "GUADIATO", "Municipio": "VILLAVICIOSA DE CORDOBA", "Cuenca": "GUADALQUIVIR", "Provincia": "CORDOBA", "x": 331056, "y": 4217469, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ -548295.59345960198, 4591629.013343011 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8120004, "Nombre": "REGAJO, EL", "Nombre SEP": "REGAJO, EL", "Otro nombr": "---", "Fecha": "31\/10\/1959", "Anyo": 1959, "Rio": "PALANCIA", "Municipio": "JERICA", "Cuenca": "JUCAR", "Provincia": "CASTELLON", "x": 711756, "y": 4418669, "Tipos": "Riego, Regulaci?n, ---" }, "geometry": { "type": "Point", "coordinates": [ -58372.806097832487, 4850003.0260286294 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2340005, "Nombre": "REQUEJADA", "Nombre SEP": "REQUEJADA", "Otro nombr": "---", "Fecha": "01\/08\/1935", "Anyo": 1935, "Rio": "PISUERGA", "Municipio": "ARBEJAL", "Cuenca": "DUERO", "Provincia": "PALENCIA", "x": 375507, "y": 4751818, "Tipos": "Abastecimiento, Riego, Defensa frente a avenidas" }, "geometry": { "type": "Point", "coordinates": [ -504174.86179096409, 5297751.2289351206 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5140048, "Nombre": "RETORTILLO", "Nombre SEP": "RETORTILLO", "Otro nombr": "---", "Fecha": "01\/01\/1970", "Anyo": 1970, "Rio": "RETORTILLO", "Municipio": "HORNACHUELOS, PUEBLA DE INFANTES", "Cuenca": "GUADALQUIVIR", "Provincia": "CORDOBA", "x": 293165, "y": 4191105, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -595635.63814753981, 4557404.4493827596 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3280015, "Nombre": "REY, DEL", "Nombre SEP": "REY, DEL", "Otro nombr": "---", "Fecha": "31\/12\/1971", "Anyo": 1971, "Rio": "JARAMA", "Municipio": "RIVAS-VACIAMADRID", "Cuenca": "TAJO", "Provincia": "MADRID", "x": 453964, "y": 4461241, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ -394259.98080362269, 4909693.0080879331 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9430003, "Nombre": "RIBARROJA", "Nombre SEP": "RIBARROJA", "Otro nombr": "RIBA ROJA", "Fecha": "31\/12\/1969", "Anyo": 1969, "Rio": "EBRO", "Municipio": "RIBA-ROJA D??EBRE", "Cuenca": "EBRO", "Provincia": "TARRAGONA", "x": 788146, "y": 4571794, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 48134.798927180738, 5048437.0594084952 ] } }, +{ "type": "Feature", "properties": { "codpresa": 1270013, "Nombre": "RIBASALTAS (AZUD)", "Nombre SEP": "RIBASALTAS (AZUD)", "Otro nombr": "---", "Fecha": "31\/12\/1969", "Anyo": 1969, "Rio": "CABE", "Municipio": "MONFORTE DE LEMOS", "Cuenca": "MI?O-SIL", "Provincia": "LUGO", "x": 132034, "y": 4721564, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ -832906.15994665027, 5245051.953450202 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3450011, "Nombre": "ROSARITO", "Nombre SEP": "ROSARITO", "Otro nombr": "---", "Fecha": "31\/12\/1958", "Anyo": 1958, "Rio": "TIETAR", "Municipio": "OROPESA, CANDELEDA", "Cuenca": "TAJO", "Provincia": "TOLEDO", "x": 302082, "y": 4442874, "Tipos": "Riego, Hidroel?ctrico, ---" }, "geometry": { "type": "Point", "coordinates": [ -592588.88983732462, 4881908.8593409434 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5230022, "Nombre": "RUMBLAR", "Nombre SEP": "RUMBLAR", "Otro nombr": "---", "Fecha": "31\/12\/1941", "Anyo": 1941, "Rio": "RUMBLAR", "Municipio": "BA?OS DE LA ENCINA", "Cuenca": "GUADALQUIVIR", "Provincia": "JAEN", "x": 429670, "y": 4224281, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -423583.81301349844, 4602186.279494036 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100074, "Nombre": "SALOR", "Nombre SEP": "SALOR", "Otro nombr": "---", "Fecha": "01\/01\/1964", "Anyo": 1964, "Rio": "SALOR", "Municipio": "CACERES", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 214873, "y": 4362570, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ -701786.22799932375, 4773920.9372722404 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2470004, "Nombre": "SAN JOSE", "Nombre SEP": "SAN JOSE", "Otro nombr": "---", "Fecha": "17\/11\/1945", "Anyo": 1945, "Rio": "DUERO", "Municipio": "CASTRONU?O", "Cuenca": "DUERO", "Provincia": "VALLADOLID", "x": 310093, "y": 4586292, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -586979.77371246391, 5072018.7969646007 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3280027, "Nombre": "SAN JUAN (DIQUE DEL COLLADO)", "Nombre SEP": "SAN JUAN", "Otro nombr": "---", "Fecha": "31\/12\/1955", "Anyo": 1955, "Rio": "ALBERCHE", "Municipio": "SAN MARTIN DE VALDEIGLESIAS", "Cuenca": "TAJO", "Provincia": "MADRID", "x": 388451, "y": 4469946, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ -480228.12459294806, 4920241.2606669851 ] } }, +{ "type": "Feature", "properties": { "codpresa": 10250001, "Nombre": "SANT PONC (SAN PONS)", "Nombre SEP": "SAN PONS", "Otro nombr": "---", "Fecha": "19\/12\/1957", "Anyo": 1957, "Rio": "EL CARDENER", "Municipio": "CLARIANA DE CARDENER", "Cuenca": "CUENCAS INTERNAS DE CATALU?A", "Provincia": "LLEIDA", "x": 882025, "y": 4656011, "Tipos": "Riego, Abastecimiento, Hidroel?ctrico" }, "geometry": { "type": "Point", "coordinates": [ 178659.84585822895, 5155475.7562987823 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9220076, "Nombre": "SANTA ANA", "Nombre SEP": "SANTA ANA", "Otro nombr": "---", "Fecha": "31\/12\/1961", "Anyo": 1961, "Rio": "NOGUERA RIBAGORZANA", "Municipio": "CASTILLONROY", "Cuenca": "EBRO", "Provincia": "HUESCA", "x": 797530, "y": 4643159, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 65216.600354974311, 5143675.2454683743 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2370010, "Nombre": "SANTA TERESA", "Nombre SEP": "SANTA TERESA", "Otro nombr": "---", "Fecha": "28\/02\/1961", "Anyo": 1961, "Rio": "TORMES", "Municipio": "MONTEJO DE SALVATIERRA Y PELAYOS", "Cuenca": "DUERO", "Provincia": "SALAMANCA", "x": 280203, "y": 4505246, "Tipos": "Hidroel?ctrico, Riego, Abastecimiento" }, "geometry": { "type": "Point", "coordinates": [ -623553.76973375434, 4963278.6786912419 ] } }, +{ "type": "Feature", "properties": { "codpresa": 7300019, "Nombre": "SANTOMERA (DIQUE DEL COLLADO)", "Nombre SEP": "SANTOMERA", "Otro nombr": "---", "Fecha": "31\/12\/1965", "Anyo": 1965, "Rio": "SALADA", "Municipio": "SANTOMERA", "Cuenca": "SEGURA", "Provincia": "MURCIA", "x": 667635, "y": 4218190, "Tipos": "Defensa frente a avenidas, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -121251.78571056058, 4592772.3413155144 ] } }, +{ "type": "Feature", "properties": { "codpresa": 10080007, "Nombre": "SAU", "Nombre SEP": "SAU", "Otro nombr": "---", "Fecha": "31\/12\/1964", "Anyo": 1964, "Rio": "TER", "Municipio": "VILANOVA DE SAU", "Cuenca": "CUENCAS INTERNAS DE CATALU?A", "Provincia": "BARCELONA", "x": 948914, "y": 4660480, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 268597.65232350584, 5156192.4054449247 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2240018, "Nombre": "SELGA DE ORDAS", "Nombre SEP": "SELGA DE ORDAS", "Otro nombr": "---", "Fecha": "31\/12\/1961", "Anyo": 1961, "Rio": "LUNA", "Municipio": "RIOSECO DE TAPIA, STA. MARIA ORDAS", "Cuenca": "DUERO", "Provincia": "LEON", "x": 271923, "y": 4737491, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ -644223.47972674761, 5274697.3392834989 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8120002, "Nombre": "SICHAR", "Nombre SEP": "SICHAR", "Otro nombr": "---", "Fecha": "30\/04\/1960", "Anyo": 1960, "Rio": "MIJARES", "Municipio": "ONDA", "Cuenca": "JUCAR", "Provincia": "CASTELLON", "x": 736439, "y": 4432744, "Tipos": "Regulaci?n, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -25581.033891472169, 4867657.9213901889 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100056, "Nombre": "SOLANA, LA", "Nombre SEP": "SOLANA, LA", "Otro nombr": "---", "Fecha": "01\/01\/1955", "Anyo": 1955, "Rio": "ARROYO CABRIOSO", "Municipio": "HERRERA DE ALCANTARA", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 121529, "y": 4390838, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ -824066.30814241793, 4805457.2145409361 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9220034, "Nombre": "SOTONERA, LA (DIQUE DEL COLLADO 1) (ASTON Y VACAS)", "Nombre SEP": "SOTONERA, LA (DIQUE DEL COLLADO 1)", "Otro nombr": "---", "Fecha": "01\/01\/1963", "Anyo": 1963, "Rio": "ASTON-VACAS", "Municipio": "ALCALA DE GURREA", "Cuenca": "EBRO", "Provincia": "HUESCA", "x": 692200, "y": 4664000, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ -75195.659376856405, 5176654.4313384779 ] } }, +{ "type": "Feature", "properties": { "codpresa": 10170012, "Nombre": "SUSQUEDA", "Nombre SEP": "SUSQUEDA", "Otro nombr": "---", "Fecha": "01\/01\/1967", "Anyo": 1967, "Rio": "TER", "Municipio": "OSOR", "Cuenca": "CUENCAS INTERNAS DE CATALU?A", "Provincia": "GERONA", "x": 958440, "y": 4663004, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ 281151.81822818355, 5157710.6570046572 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9500034, "Nombre": "TORCAS, LAS", "Nombre SEP": "TORCAS, LAS", "Otro nombr": "---", "Fecha": "31\/12\/1946", "Anyo": 1946, "Rio": "HUERVA", "Municipio": "TOSOS", "Cuenca": "EBRO", "Provincia": "ZARAGOZA", "x": 660235, "y": 4573209, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -120920.59490490166, 5055867.8209765125 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5410139, "Nombre": "TORRE DEL AGUILA", "Nombre SEP": "TORRE DEL AGUILA", "Otro nombr": "---", "Fecha": "31\/12\/1947", "Anyo": 1947, "Rio": "SALADO DE MORON", "Municipio": "UTRERA", "Cuenca": "GUADALQUIVIR", "Provincia": "SEVILLA", "x": 254750, "y": 4103343, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ -640973.95962666022, 4445004.4825424766 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2400007, "Nombre": "TORRELARA", "Nombre SEP": "TORRELARA", "Otro nombr": "---", "Fecha": "31\/12\/1971", "Anyo": 1971, "Rio": "MAGDALENA", "Municipio": "MU?OPEDRO", "Cuenca": "DUERO", "Provincia": "SEGOVIA", "x": 371042, "y": 4526981, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ -503772.45371718169, 4994900.0744040925 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100128, "Nombre": "TOZO", "Nombre SEP": "TOZO", "Otro nombr": "---", "Fecha": "01\/01\/1962", "Anyo": 1962, "Rio": "TOZO", "Municipio": "TORRECILLAS DE LA TIESA", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 258781, "y": 4384708, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ -646598.32037862379, 4804830.7488525547 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5230005, "Nombre": "TRANCO DE BEAS", "Nombre SEP": "TRANCO DE BEAS", "Otro nombr": "---", "Fecha": "31\/12\/1944", "Anyo": 1944, "Rio": "GUADALQUIVIR", "Municipio": "VILLANUEVA DEL ARZOBISPO", "Cuenca": "GUADALQUIVIR", "Provincia": "JAEN", "x": 518004, "y": 4225445, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -311258.77661929867, 4603888.2991199251 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9500008, "Nombre": "TRANQUERA, LA", "Nombre SEP": "TRANQUERA, LA", "Otro nombr": "---", "Fecha": "31\/12\/1959", "Anyo": 1959, "Rio": "PIEDRA", "Municipio": "CARENAS", "Cuenca": "EBRO", "Provincia": "ZARAGOZA", "x": 600522, "y": 4568949, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -200367.665027913, 5051613.9084687559 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8120011, "Nombre": "ULLDECONA", "Nombre SEP": "ULLDECONA", "Otro nombr": "---", "Fecha": "01\/01\/1967", "Anyo": 1967, "Rio": "CENIA", "Municipio": "PUEBLA DE BENIFASAR, LA", "Cuenca": "JUCAR", "Provincia": "CASTELLON", "x": 773861, "y": 4507456, "Tipos": "Riego, Abastecimiento, ---" }, "geometry": { "type": "Point", "coordinates": [ 26015.011102587789, 4963964.7821730794 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9010013, "Nombre": "ULLIVARRI (ULLIBARRI GAMBOA)", "Nombre SEP": "ULLIVARRI", "Otro nombr": "---", "Fecha": "31\/12\/1956", "Anyo": 1956, "Rio": "ZADORRA", "Municipio": "ARRAZUA-UBARRUNDIA", "Cuenca": "EBRO", "Provincia": "ALAVA", "x": 531411, "y": 4753261, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ -291287.9931178554, 5301284.8944145124 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9220071, "Nombre": "VADIELLO", "Nombre SEP": "VADIELLO", "Otro nombr": "---", "Fecha": "31\/12\/1971", "Anyo": 1971, "Rio": "GUATIZALEMA", "Municipio": "LOPORZANO", "Cuenca": "EBRO", "Provincia": "HUESCA", "x": 724600, "y": 4680350, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -30977.407682089677, 5197217.2175022336 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8440008, "Nombre": "VALBONA", "Nombre SEP": "VALBONA", "Otro nombr": "---", "Fecha": "23\/04\/1959", "Anyo": 1959, "Rio": "RAMBLA DE FUENTE DE MORA", "Municipio": "VALBONA", "Cuenca": "JUCAR", "Provincia": "TERUEL", "x": 685729, "y": 4458355, "Tipos": "Riego, Regulaci?n, ---" }, "geometry": { "type": "Point", "coordinates": [ -90847.978090989738, 4903076.5550548127 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3450003, "Nombre": "VALDECABRAS (ARROYO)", "Nombre SEP": "VALDECABRAS (ARROYO)", "Otro nombr": "---", "Fecha": "31\/12\/1965", "Anyo": 1965, "Rio": "VALDECABRAS", "Municipio": "ORGAZ", "Cuenca": "TAJO", "Provincia": "TOLEDO", "x": 420490, "y": 4393145, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ -437128.08691837383, 4819522.4019334214 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100007, "Nombre": "VALDECA?AS", "Nombre SEP": "VALDECAAS", "Otro nombr": "---", "Fecha": "01\/01\/1964", "Anyo": 1964, "Rio": "TAJO", "Municipio": "BELVIS DE MONROY Y VALDECA?AS DE TAJO", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 276345, "y": 4406515, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -624671.47727317782, 4833742.5110198874 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100021, "Nombre": "VALDEOBISPO", "Nombre SEP": "VALDEOBISPO", "Otro nombr": "---", "Fecha": "01\/01\/1965", "Anyo": 1965, "Rio": "ALAGON", "Municipio": "VALDEOBISPO, MONTEHERMOSO", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 222665, "y": 4444086, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -695799.74598382297, 4880480.6024753116 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2240032, "Nombre": "VALDESPINA", "Nombre SEP": "VALDESPINA", "Otro nombr": "EMBALSE DE BARRIO", "Fecha": "01\/01\/1940", "Anyo": 1940, "Rio": "ARROYO VALDESPINA", "Municipio": "SANTA COLOMBA DE CURUE?O", "Cuenca": "DUERO", "Provincia": "LEON", "x": 302950, "y": 4731030, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ -601800.43792463816, 5267404.3085240843 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4060067, "Nombre": "VALUENGO", "Nombre SEP": "VALUENGO", "Otro nombr": "---", "Fecha": "01\/01\/1959", "Anyo": 1959, "Rio": "ARDILA", "Municipio": "JEREZ DE LOS CABALLEROS", "Cuenca": "GUADIANA", "Provincia": "BADAJOZ", "x": 178405, "y": 4245838, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -743157.03256633121, 4622192.5814449983 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2400023, "Nombre": "VENCIAS, LAS", "Nombre SEP": "VENCIAS, LAS", "Otro nombr": "---", "Fecha": "31\/12\/1962", "Anyo": 1962, "Rio": "DURAT??N", "Municipio": "FUENTIDUE?A", "Cuenca": "DUERO", "Provincia": "SEGOVIA", "x": 419459, "y": 4586898, "Tipos": "Hidroel?ctrico, Regulaci?n, Riego" }, "geometry": { "type": "Point", "coordinates": [ -441264.26452537498, 5075917.1054349942 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4130068, "Nombre": "VICARIO, EL", "Nombre SEP": "VICARIO, EL", "Otro nombr": "---", "Fecha": "31\/12\/1973", "Anyo": 1973, "Rio": "GUADIANA", "Municipio": "CIUDAD REAL", "Cuenca": "GUADIANA", "Provincia": "CIUDAD REAL", "x": 413850, "y": 4324000, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ -444803.89044950384, 4730390.3235831689 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100052, "Nombre": "VID III, LA", "Nombre SEP": "VID III, LA", "Otro nombr": "---", "Fecha": "01\/01\/1959", "Anyo": 1959, "Rio": "VID", "Municipio": "TORREJON EL RUBIO", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 247090, "y": 4406926, "Tipos": "Riego, ---, ---" }, "geometry": { "type": "Point", "coordinates": [ -662583.20931044116, 4833327.2702054884 ] } }, +{ "type": "Feature", "properties": { "codpresa": 1270004, "Nombre": "VILASOUTO", "Nombre SEP": "VILASOUTO", "Otro nombr": "---", "Fecha": "31\/12\/1969", "Anyo": 1969, "Rio": "MAO", "Municipio": "INCIO, O", "Cuenca": "MI?O-SIL", "Provincia": "LUGO", "x": 137205, "y": 4732933, "Tipos": "Riego, Abastecimiento, ---" }, "geometry": { "type": "Point", "coordinates": [ -826074.5526081617, 5260626.5338076167 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5140050, "Nombre": "VILLAFRANCA", "Nombre SEP": "VILLAFRANCA", "Otro nombr": "---", "Fecha": "01\/01\/1948", "Anyo": 1948, "Rio": "GUADALQUIVIR", "Municipio": "VILLAFRANCA DE CORDOBA", "Cuenca": "GUADALQUIVIR", "Provincia": "CORDOBA", "x": 359660, "y": 4202300, "Tipos": "Hidroel?ctrico, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -514916.91309264558, 4573199.7485070731 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2370033, "Nombre": "VILLAGONZALO (AZUD)", "Nombre SEP": "VILLAGONZALO", "Otro nombr": "---", "Fecha": "14\/02\/1960", "Anyo": 1960, "Rio": "TORMES", "Municipio": "VILLAGONZALO DE TORMES Y GARIHERNANDEZ", "Cuenca": "DUERO", "Provincia": "SALAMANCA", "x": 289812, "y": 4527892, "Tipos": "Riego, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ -611800.49438588368, 4993603.6957664667 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2240006, "Nombre": "VILLAMECA", "Nombre SEP": "VILLAMECA", "Otro nombr": "---", "Fecha": "31\/12\/1947", "Anyo": 1947, "Rio": "TUERTO-VALLE (TUERTO)", "Municipio": "QUINTANA DEL CASTILLO", "Cuenca": "DUERO", "Provincia": "LEON", "x": 247863, "y": 4726637, "Tipos": "Hidroel?ctrico, Riego, Abastecimiento" }, "geometry": { "type": "Point", "coordinates": [ -675485.41232250223, 5258510.852191506 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9310007, "Nombre": "YESA", "Nombre SEP": "YESA", "Otro nombr": "---", "Fecha": "31\/12\/1959", "Anyo": 1959, "Rio": "ARAGON", "Municipio": "YESA", "Cuenca": "EBRO", "Provincia": "NAVARRA", "x": 648990, "y": 4719190, "Tipos": "Abastecimiento, Riego, ---" }, "geometry": { "type": "Point", "coordinates": [ -131631.9438134947, 5253559.8000125 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5230007, "Nombre": "ZOCUECA (AZUD)", "Nombre SEP": "ZOCUECA", "Otro nombr": "---", "Fecha": "31\/12\/1940", "Anyo": 1940, "Rio": "RUMBLAR", "Municipio": "GUARROM?N", "Cuenca": "GUADALQUIVIR", "Provincia": "JAEN", "x": 427175, "y": 4217080, "Tipos": "Riego, Abastecimiento, ---" }, "geometry": { "type": "Point", "coordinates": [ -426454.8808934071, 4592965.6606910145 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4060070, "Nombre": "ZUJAR (DIQUE DEL COLLADO)", "Nombre SEP": "ZUJAR", "Otro nombr": "---", "Fecha": "01\/01\/1964", "Anyo": 1964, "Rio": "ZUJAR", "Municipio": "CASTUERA, ESPARRAGOSA DE LARES", "Cuenca": "GUADIANA", "Provincia": "BADAJOZ", "x": 285155, "y": 4310665, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego" }, "geometry": { "type": "Point", "coordinates": [ -609822.0064248963, 4710020.4604194378 ] } } +] +} diff --git a/docs/colonizacion-leaflet/data/EmbalsesGenV3.geojson b/docs/colonizacion-leaflet/data/EmbalsesGenV3.geojson new file mode 100644 index 0000000..9e2ce94 --- /dev/null +++ b/docs/colonizacion-leaflet/data/EmbalsesGenV3.geojson @@ -0,0 +1,153 @@ +{ +"type": "FeatureCollection", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, +"features": [ +{ "type": "Feature", "properties": { "codpresa": 2340004, "Nombre": "AGUILAR DE CAMPOO", "Nombre SEP": "AGUILAR DE CAMPOO", "Otro nombr": "---", "Fecha": "02\/09\/1964", "Anyo": 1964, "Rio": "PISUERGA", "Municipio": "AGUILAR DE CAMPOO", "Cuenca": "DUERO", "Provincia": "PALENCIA", "x": 394705, "y": 4739000, "Tipos": "Hidroel?ctrico, Riego, Abastecimiento", "time": 1964 }, "geometry": { "type": "Point", "coordinates": [ -4.287577335380306, 42.796313181874652 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8160006, "Nombre": "ALARCON", "Nombre SEP": "ALARCON", "Otro nombr": "---", "Fecha": "30\/09\/1955", "Anyo": 1955, "Rio": "JUCAR", "Municipio": "ALARCON", "Cuenca": "JUCAR", "Provincia": "CUENCA", "x": 576346, "y": 4379982, "Tipos": "Regulaci?n, Riego, Abastecimiento", "time": 1955 }, "geometry": { "type": "Point", "coordinates": [ -2.111202949771708, 39.566139909051188 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8120006, "Nombre": "ALCORA", "Nombre SEP": "ALCORA", "Otro nombr": "---", "Fecha": "29\/09\/1958", "Anyo": 1958, "Rio": "LUCENA", "Municipio": "ALCORA", "Cuenca": "JUCAR", "Provincia": "CASTELLON", "x": 737177, "y": 4442329, "Tipos": "Riego, Regulaci?n, ---", "time": 1958 }, "geometry": { "type": "Point", "coordinates": [ -0.217764880706736, 40.097808748237014 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5110041, "Nombre": "ALMODOVAR (DIQUE DEL COLLADO) (RECRECIDA)", "Nombre SEP": "ALMODOVAR", "Otro nombr": "---", "Fecha": "01\/01\/1972", "Anyo": 1972, "Rio": "ALMODOVAR", "Municipio": "TARIFA", "Cuenca": "GUADALETE Y BARBATE", "Provincia": "CADIZ", "x": 261945, "y": 4004510, "Tipos": "Abastecimiento, Riego, ---", "time": 1972 }, "geometry": { "type": "Point", "coordinates": [ -5.6496094694724, 36.154023079668001 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3190001, "Nombre": "ALMOGUERA", "Nombre SEP": "ALMOGUERA", "Otro nombr": "---", "Fecha": "01\/01\/1947", "Anyo": 1947, "Rio": "TAJO", "Municipio": "ALMOGUERA", "Cuenca": "TAJO", "Provincia": "GUADALAJARA", "x": 503585, "y": 4460330, "Tipos": "Hidroel?ctrico, Regulaci?n, Riego", "time": 1947 }, "geometry": { "type": "Point", "coordinates": [ -2.958060149695001, 40.274267020018591 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8030027, "Nombre": "AMADORIO", "Nombre SEP": "AMADORIO", "Otro nombr": "---", "Fecha": "24\/02\/1960", "Anyo": 1960, "Rio": "AMADORIO", "Municipio": "VILLAJOYOSA", "Cuenca": "JUCAR", "Provincia": "ALICANTE", "x": 738600, "y": 4268800, "Tipos": "Abastecimiento, Riego, ---", "time": 1960 }, "geometry": { "type": "Point", "coordinates": [ -0.264494947243017, 38.534433418899191 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100070, "Nombre": "ARAYA DE ARRIBA (DIQUE DEL COLLADO)", "Nombre SEP": "ARAYA DE ARRIBA", "Otro nombr": "---", "Fecha": "01\/01\/1958", "Anyo": 1958, "Rio": "ANCIANES", "Municipio": "BROZAS", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 184298, "y": 4380608, "Tipos": "Riego, ---, ---", "time": 1958 }, "geometry": { "type": "Point", "coordinates": [ -6.669083094471207, 39.514151344135968 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5110031, "Nombre": "ARCOS", "Nombre SEP": "ARCOS", "Otro nombr": "---", "Fecha": "01\/01\/1965", "Anyo": 1965, "Rio": "GUADALETE", "Municipio": "ARCOS DE LA FRONTERA", "Cuenca": "GUADALETE Y BARBATE", "Provincia": "CADIZ", "x": 250520, "y": 4071143, "Tipos": "Hidroel?ctrico, Riego, ---", "time": 1965 }, "geometry": { "type": "Point", "coordinates": [ -5.792731267777851, 36.752161775175644 ] } }, +{ "type": "Feature", "properties": { "codpresa": 7300010, "Nombre": "ARGOS", "Nombre SEP": "ARGOS", "Otro nombr": "---", "Fecha": "01\/12\/1972", "Anyo": 1972, "Rio": "ARGOS", "Municipio": "CEHEGIN", "Cuenca": "SEGURA", "Provincia": "MURCIA", "x": 611000, "y": 4225906, "Tipos": "Defensa frente a avenidas, Riego, ---", "time": 1972 }, "geometry": { "type": "Point", "coordinates": [ -1.734646466736164, 38.172270828043082 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8440007, "Nombre": "ARQUILLO DE SAN BLAS", "Nombre SEP": "ARQUILLO DE SAN BLAS", "Otro nombr": "---", "Fecha": "31\/12\/1962", "Anyo": 1962, "Rio": "GUADALAVIAR", "Municipio": "TERUEL", "Cuenca": "JUCAR", "Provincia": "TERUEL", "x": 653793, "y": 4469304, "Tipos": "Abastecimiento, Defensa frente a avenidas, Riego", "time": 1962 }, "geometry": { "type": "Point", "coordinates": [ -1.205312792986797, 40.363554533489371 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3280039, "Nombre": "ARROYOS, LOS (DIQUE DE COLA)", "Nombre SEP": "ARROYOS, LOS", "Otro nombr": "---", "Fecha": "31\/12\/1967", "Anyo": 1967, "Rio": "LADRON", "Municipio": "ESCORIAL, EL", "Cuenca": "TAJO", "Provincia": "MADRID", "x": 411261, "y": 4493850, "Tipos": "Riego, ---, ---", "time": 1967 }, "geometry": { "type": "Point", "coordinates": [ -4.049558271959623, 40.589882366078719 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3280048, "Nombre": "ATAZAR, EL", "Nombre SEP": "ATAZAR, EL", "Otro nombr": "---", "Fecha": "31\/12\/1972", "Anyo": 1972, "Rio": "LOZOYA", "Municipio": "PATONES Y ATAZAR", "Cuenca": "TAJO", "Provincia": "MADRID", "x": 460256, "y": 4529303, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego", "time": 1972 }, "geometry": { "type": "Point", "coordinates": [ -3.471957042410473, 40.913869171260394 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3450030, "Nombre": "AZUTAN", "Nombre SEP": "AZUTAN", "Otro nombr": "---", "Fecha": "31\/12\/1969", "Anyo": 1969, "Rio": "TAJO", "Municipio": "AZUTAN Y ALCOLEA DE TAJO", "Cuenca": "TAJO", "Provincia": "TOLEDO", "x": 321222, "y": 4405375, "Tipos": "Hidroel?ctrico, Riego, ---", "time": 1969 }, "geometry": { "type": "Point", "coordinates": [ -5.089354567303456, 39.776875577030268 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9250051, "Nombre": "BALAGUER PARTIDOR (CONTRAEMBALSE)", "Nombre SEP": "BALAGUER", "Otro nombr": "---", "Fecha": "31\/12\/1958", "Anyo": 1958, "Rio": "SEGRE", "Municipio": "OS DE BALAGUER", "Cuenca": "EBRO", "Provincia": "LLEIDA", "x": 818394, "y": 4638887, "Tipos": "Hidroel?ctrico, Riego, ---", "time": 1958 }, "geometry": { "type": "Point", "coordinates": [ 0.837007905576761, 41.853447400439265 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8440011, "Nombre": "BALAGUERAS", "Nombre SEP": "BALAGUERAS", "Otro nombr": "---", "Fecha": "31\/12\/1957", "Anyo": 1957, "Rio": "PALOMERAS", "Municipio": "RUBIELOS DE MORA", "Cuenca": "JUCAR", "Provincia": "TERUEL", "x": 697715, "y": 4454450, "Tipos": "Riego, Regulaci?n, ---", "time": 1957 }, "geometry": { "type": "Point", "coordinates": [ -0.678273734487578, 40.211736676229641 ] } }, +{ "type": "Feature", "properties": { "codpresa": 1240011, "Nombre": "BARCENA", "Nombre SEP": "BARCENA", "Otro nombr": "---", "Fecha": "31\/12\/1960", "Anyo": 1960, "Rio": "SIL", "Municipio": "PONFERRADA", "Cuenca": "MI?O-SIL", "Provincia": "LEON", "x": 207593, "y": 4720277, "Tipos": "Hidroel?ctrico, Riego, Abastecimiento", "time": 1960 }, "geometry": { "type": "Point", "coordinates": [ -6.559701893595043, 42.577867471746558 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2240029, "Nombre": "BARRIOS DE LUNA", "Nombre SEP": "BARRIOS DE LUNA", "Otro nombr": "---", "Fecha": "31\/12\/1956", "Anyo": 1956, "Rio": "ORBIGO - LUNA (LUNA)", "Municipio": "BARRIOS DE LUNA, LOS", "Cuenca": "DUERO", "Provincia": "LEON", "x": 266290, "y": 4748255, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego", "time": 1956 }, "geometry": { "type": "Point", "coordinates": [ -5.861292889220889, 42.84959328640403 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5140040, "Nombre": "BEMBEZAR", "Nombre SEP": "BEMBEZAR", "Otro nombr": "---", "Fecha": "01\/01\/1963", "Anyo": 1963, "Rio": "BEMBEZAR", "Municipio": "HORNACHUELOS", "Cuenca": "GUADALQUIVIR", "Provincia": "CORDOBA", "x": 305740, "y": 4197410, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego", "time": 1963 }, "geometry": { "type": "Point", "coordinates": [ -5.209567749366365, 37.903499876965576 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8460027, "Nombre": "BENAGEBER", "Nombre SEP": "BENAGEBER", "Otro nombr": "---", "Fecha": "31\/12\/1954", "Anyo": 1954, "Rio": "TURIA", "Municipio": "BENAGEBER", "Cuenca": "JUCAR", "Provincia": "VALENCIA", "x": 663079, "y": 4399195, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego", "time": 1954 }, "geometry": { "type": "Point", "coordinates": [ -1.098399884711653, 39.726752710347917 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2240030, "Nombre": "BENAMARIAS", "Nombre SEP": "BENAMARIAS", "Otro nombr": "---", "Fecha": "31\/12\/1972", "Anyo": 1972, "Rio": "SALGUIRAL", "Municipio": "MAGAZ DE CEPEDA", "Cuenca": "DUERO", "Provincia": "LEON", "x": 244026, "y": 4716999, "Tipos": "Riego, ---, ---", "time": 1972 }, "geometry": { "type": "Point", "coordinates": [ -6.115658159293967, 42.564269934337403 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8030035, "Nombre": "BENIARRES", "Nombre SEP": "BENIARRES", "Otro nombr": "---", "Fecha": "01\/04\/1958", "Anyo": 1958, "Rio": "SERPIS", "Municipio": "BENIARRES", "Cuenca": "JUCAR", "Provincia": "ALICANTE", "x": 729605, "y": 4299796, "Tipos": "Riego, ---, ---", "time": 1958 }, "geometry": { "type": "Point", "coordinates": [ -0.357219079341582, 38.814565965248882 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5180023, "Nombre": "BERMEJALES, LOS", "Nombre SEP": "BERMEJALES, LOS", "Otro nombr": "---", "Fecha": "01\/01\/1958", "Anyo": 1958, "Rio": "CACIN", "Municipio": "ARENAS DEL REY", "Cuenca": "GUADALQUIVIR", "Provincia": "GRANADA", "x": 420700, "y": 4095050, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego", "time": 1958 }, "geometry": { "type": "Point", "coordinates": [ -3.891365885911003, 36.996088335445911 ] } }, +{ "type": "Feature", "properties": { "codpresa": 10170002, "Nombre": "BOADELLA", "Nombre SEP": "BOADELLA (ELS FANGOTS)", "Otro nombr": "---", "Fecha": "16\/12\/1969", "Anyo": 1969, "Rio": "MUGA", "Municipio": "DARNIUS", "Cuenca": "CUENCAS INTERNAS DE CATALU?A", "Provincia": "GERONA", "x": 981015, "y": 4704322, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego", "time": 1969 }, "geometry": { "type": "Point", "coordinates": [ 2.832860734003766, 42.341133834254407 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5230002, "Nombre": "BOLERA, LA", "Nombre SEP": "BOLERA, LA", "Otro nombr": "---", "Fecha": "31\/12\/1967", "Anyo": 1967, "Rio": "GUADALETIN", "Municipio": "POZO ALCON", "Cuenca": "GUADALQUIVIR", "Provincia": "JAEN", "x": 508658, "y": 4179650, "Tipos": "Abastecimiento, Riego, ---", "time": 1967 }, "geometry": { "type": "Point", "coordinates": [ -2.901700539471795, 37.764131555574146 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100091, "Nombre": "BORBOLLON", "Nombre SEP": "BORBOLLON", "Otro nombr": "---", "Fecha": "10\/05\/1954", "Anyo": 1954, "Rio": "ARRAGO", "Municipio": "SANTIBA?EZ EL ALTO", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 194910, "y": 4447965, "Tipos": "Hidroel?ctrico, Riego, Adecuaci?n ambiental", "time": 1954 }, "geometry": { "type": "Point", "coordinates": [ -6.577038323907449, 40.125518313736613 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100088, "Nombre": "BORBOLLON (DERIVACION) - ARRAGO (CONTRAEMBALSE)", "Nombre SEP": "BORBOLLON (DERIVACION) - ARRAGO", "Otro nombr": "---", "Fecha": "01\/01\/1954", "Anyo": 1954, "Rio": "ARRAGO", "Municipio": "SANTIBA?EZ EL ALTO", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 193368, "y": 4446703, "Tipos": "Riego, ---, ---", "time": 1954 }, "geometry": { "type": "Point", "coordinates": [ -6.594684213333943, 40.113266515278852 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5110061, "Nombre": "BORNOS", "Nombre SEP": "BORNOS", "Otro nombr": "---", "Fecha": "01\/01\/1961", "Anyo": 1961, "Rio": "GUADALETE", "Municipio": "BORNOS", "Cuenca": "GUADALETE Y BARBATE", "Provincia": "CADIZ", "x": 253744, "y": 4075482, "Tipos": "Hidroel?ctrico, Riego, ---", "time": 1961 }, "geometry": { "type": "Point", "coordinates": [ -5.759436093508874, 36.791415000613384 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100094, "Nombre": "BOYERIL 2, EL", "Nombre SEP": "BOYERIL 2, EL", "Otro nombr": "---", "Fecha": "01\/01\/1965", "Anyo": 1965, "Rio": "ARROYO MANCO", "Municipio": "CASATEJADA", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 274235, "y": 4419290, "Tipos": "Riego, ---, ---", "time": 1965 }, "geometry": { "type": "Point", "coordinates": [ -5.640605966572634, 39.893636688349581 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4060047, "Nombre": "BROVALES", "Nombre SEP": "BROVALES", "Otro nombr": "---", "Fecha": "01\/01\/1960", "Anyo": 1960, "Rio": "BROVALES", "Municipio": "JEREZ DE LOS CABALLEROS", "Cuenca": "GUADIANA", "Provincia": "BADAJOZ", "x": 176798, "y": 4251307, "Tipos": "Riego, ---, ---", "time": 1960 }, "geometry": { "type": "Point", "coordinates": [ -6.695873868786813, 38.346529377568544 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9220016, "Nombre": "BUBAL", "Nombre SEP": "BUBAL", "Otro nombr": "---", "Fecha": "31\/12\/1971", "Anyo": 1971, "Rio": "GALLEGO", "Municipio": "HOZ DE JACA, BIESCAS", "Cuenca": "EBRO", "Provincia": "HUESCA", "x": 720079, "y": 4729203, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego", "time": 1971 }, "geometry": { "type": "Point", "coordinates": [ -0.313735159766937, 42.683815589392154 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3190007, "Nombre": "BUENDIA", "Nombre SEP": "BUENDIA", "Otro nombr": "---", "Fecha": "31\/12\/1958", "Anyo": 1958, "Rio": "GUADIELA", "Municipio": "BUENDIA", "Cuenca": "TAJO", "Provincia": "CUENCA", "x": 518481, "y": 4472261, "Tipos": "Hidroel?ctrico, Abastecimiento, Riego", "time": 1958 }, "geometry": { "type": "Point", "coordinates": [ -2.783032268938273, 40.398970644389919 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2420008, "Nombre": "CAMPILLO DE BUITRAGO", "Nombre SEP": "CAMPILLO DE BUITRAGO", "Otro nombr": "---", "Fecha": "30\/09\/1969", "Anyo": 1969, "Rio": "DUERO", "Municipio": "SORIA Y GARRAY", "Cuenca": "DUERO", "Provincia": "SORIA", "x": 539483, "y": 4631600, "Tipos": "Abastecimiento, Riego, ---", "time": 1969 }, "geometry": { "type": "Point", "coordinates": [ -2.526177065477742, 41.83344717314035 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5410016, "Nombre": "CANTILLANA", "Nombre SEP": "CANTILLANA", "Otro nombr": "---", "Fecha": "31\/12\/1956", "Anyo": 1956, "Rio": "GUADALQUIVIR", "Municipio": "CANTILLANA", "Cuenca": "GUADALQUIVIR", "Provincia": "SEVILLA", "x": 252655, "y": 4164393, "Tipos": "Hidroel?ctrico, Riego, ---", "time": 1956 }, "geometry": { "type": "Point", "coordinates": [ -5.811358500175449, 37.592567862550794 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3450033, "Nombre": "CASTREJON", "Nombre SEP": "CASTREJON", "Otro nombr": "---", "Fecha": "31\/12\/1967", "Anyo": 1967, "Rio": "TAJO", "Municipio": "PUEBLA DE MONTALBAN, LA Y POL?N", "Cuenca": "TAJO", "Provincia": "TOLEDO", "x": 389280, "y": 4410440, "Tipos": "Hidroel?ctrico, Riego, ---", "time": 1967 }, "geometry": { "type": "Point", "coordinates": [ -4.294003079508768, 39.83675602603963 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3450014, "Nombre": "CASTREJON \/ CA?ARES", "Nombre SEP": "CASTREJON \/ CAARES", "Otro nombr": "---", "Fecha": "31\/12\/1967", "Anyo": 1967, "Rio": "ARROYO CA?ARES", "Municipio": "PUEBLA DE MONTALBAN, LA", "Cuenca": "TAJO", "Provincia": "TOLEDO", "x": 382105, "y": 4411925, "Tipos": "Hidroel?ctrico, Riego, ---", "time": 1967 }, "geometry": { "type": "Point", "coordinates": [ -4.378053490887235, 39.847817081530053 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3450043, "Nombre": "CASTREJON \/ CARPIO, EL", "Nombre SEP": "CASTREJON \/ CARPIO, EL", "Otro nombr": "---", "Fecha": "31\/12\/1967", "Anyo": 1967, "Rio": "ARROYO EL CARPIO", "Municipio": "CARPIO DE TAJO", "Cuenca": "TAJO", "Provincia": "TOLEDO", "x": 376065, "y": 4413100, "Tipos": "Hidroel?ctrico, Riego, ---", "time": 1967 }, "geometry": { "type": "Point", "coordinates": [ -4.450620085863259, 39.856892397103778 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3450047, "Nombre": "CAZALEGAS", "Nombre SEP": "CAZALEGAS", "Otro nombr": "---", "Fecha": "31\/12\/1949", "Anyo": 1949, "Rio": "ALBERCHE", "Municipio": "CAZALEGAS", "Cuenca": "TAJO", "Provincia": "TOLEDO", "x": 354505, "y": 4430825, "Tipos": "Abastecimiento, Riego, ---", "time": 1949 }, "geometry": { "type": "Point", "coordinates": [ -4.704824316924543, 40.015098156015803 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5110019, "Nombre": "CELEMIN (ALIVIADERO) (DIQUE DEL COLLADO)", "Nombre SEP": "CELEMIN", "Otro nombr": "---", "Fecha": "01\/01\/1974", "Anyo": 1974, "Rio": "CELEMIN", "Municipio": "MEDINA-SIDONIA", "Cuenca": "GUADALETE Y BARBATE", "Provincia": "CADIZ", "x": 251076, "y": 4021595, "Tipos": "Riego, ---, ---", "time": 1974 }, "geometry": { "type": "Point", "coordinates": [ -5.774493725002328, 36.300170104635853 ] } }, +{ "type": "Feature", "properties": { "codpresa": 7020010, "Nombre": "CENAJO, EL", "Nombre SEP": "CENAJO, EL", "Otro nombr": "---", "Fecha": "31\/12\/1960", "Anyo": 1960, "Rio": "SEGURA", "Municipio": "MORATALLA Y HELLIN", "Cuenca": "SEGURA", "Provincia": "MURCIA", "x": 607142, "y": 4247250, "Tipos": "Defensa frente a avenidas, Riego, ---", "time": 1960 }, "geometry": { "type": "Point", "coordinates": [ -1.776945694611156, 38.365061328691581 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2490003, "Nombre": "CERNADILLA", "Nombre SEP": "CERNADILLA", "Otro nombr": "---", "Fecha": "31\/12\/1969", "Anyo": 1969, "Rio": "TERA", "Municipio": "CERNADILLA- MANZANAL DE ARRIBA", "Cuenca": "DUERO", "Provincia": "ZAMORA", "x": 213312, "y": 4657994, "Tipos": "Hidroel?ctrico, Riego, ---", "time": 1969 }, "geometry": { "type": "Point", "coordinates": [ -6.459559330758671, 42.019596079797424 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3450040, "Nombre": "CERQUILLA, LA", "Nombre SEP": "CERQUILLA, LA", "Otro nombr": "---", "Fecha": "31\/12\/1962", "Anyo": 1962, "Rio": "JULIAN (ARROYO DE SAN JULIAN)", "Municipio": "CALZADA DE OROPESA, LA", "Cuenca": "TAJO", "Provincia": "TOLEDO", "x": 307907, "y": 4429641, "Tipos": "Riego, ---, ---", "time": 1962 }, "geometry": { "type": "Point", "coordinates": [ -5.250132699482004, 39.995123674015133 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4100015, "Nombre": "CIJARA", "Nombre SEP": "CIJARA", "Otro nombr": "---", "Fecha": "01\/01\/1956", "Anyo": 1956, "Rio": "GUADIANA", "Municipio": "ALIA Y HERRERA DEL DUQUE", "Cuenca": "GUADIANA", "Provincia": "CACERES", "x": 326475, "y": 4360367, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego", "time": 1956 }, "geometry": { "type": "Point", "coordinates": [ -5.014549450756571, 39.375353008490492 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9430006, "Nombre": "CIURANA", "Nombre SEP": "CIURANA", "Otro nombr": "---", "Fecha": "31\/12\/1972", "Anyo": 1972, "Rio": "CIURANA", "Municipio": "CORNUDELLA DE MONTSANT", "Cuenca": "EBRO", "Provincia": "TARRAGONA", "x": 828373, "y": 4574080, "Tipos": "Abastecimiento, Riego, ---", "time": 1972 }, "geometry": { "type": "Point", "coordinates": [ 0.919011710611436, 41.251431350136897 ] } }, +{ "type": "Feature", "properties": { "codpresa": 10170006, "Nombre": "COLOMERS (AZUD)", "Nombre SEP": "COLOMERS", "Otro nombr": "---", "Fecha": "01\/12\/1967", "Anyo": 1967, "Rio": "TER", "Municipio": "COLOMERS", "Cuenca": "CUENCAS INTERNAS DE CATALU?A", "Provincia": "GERONA", "x": 996004, "y": 4675791, "Tipos": "Riego, ---, ---", "time": 1967 }, "geometry": { "type": "Point", "coordinates": [ 2.995261836482376, 42.077376031664308 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5140036, "Nombre": "CORDOBILLA", "Nombre SEP": "CORDOBILLA", "Otro nombr": "---", "Fecha": "01\/01\/1953", "Anyo": 1953, "Rio": "GENIL", "Municipio": "PUENTE GENIL", "Cuenca": "GUADALQUIVIR", "Provincia": "CORDOBA", "x": 347701, "y": 4135123, "Tipos": "Hidroel?ctrico, Riego, ---", "time": 1953 }, "geometry": { "type": "Point", "coordinates": [ -4.719537557385121, 37.350325426145467 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100064, "Nombre": "CORONO, EL", "Nombre SEP": "CORONO, EL", "Otro nombr": "---", "Fecha": "01\/01\/1971", "Anyo": 1971, "Rio": "ARROYO GODINO", "Municipio": "PASARON DE LA VERA", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 260734, "y": 4435578, "Tipos": "Riego, ---, ---", "time": 1971 }, "geometry": { "type": "Point", "coordinates": [ -5.805425022606157, 40.036107404774889 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5180012, "Nombre": "CUBILLAS", "Nombre SEP": "CUBILLAS", "Otro nombr": "---", "Fecha": "01\/01\/1956", "Anyo": 1956, "Rio": "CUBILLAS", "Municipio": "ALBOLOTE, CHAPARRAL", "Cuenca": "GUADALQUIVIR", "Provincia": "GRANADA", "x": 439470, "y": 4126405, "Tipos": "Riego, ---, ---", "time": 1956 }, "geometry": { "type": "Point", "coordinates": [ -3.682131873611126, 37.275113549931035 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2420001, "Nombre": "CUERDA DEL POZO", "Nombre SEP": "CUERDA DEL POZO", "Otro nombr": "---", "Fecha": "31\/12\/1941", "Anyo": 1941, "Rio": "DUERO", "Municipio": "VINUESA", "Cuenca": "DUERO", "Provincia": "SORIA", "x": 524663, "y": 4636207, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego", "time": 1941 }, "geometry": { "type": "Point", "coordinates": [ -2.704110633917093, 41.87560601488341 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9390001, "Nombre": "EBRO", "Nombre SEP": "EBRO", "Otro nombr": "---", "Fecha": "31\/12\/1945", "Anyo": 1945, "Rio": "EBRO", "Municipio": "ROZAS DE VALDEARROLLO, LAS", "Cuenca": "EBRO", "Provincia": "CANTABRIA", "x": 414326, "y": 4758227, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego", "time": 1945 }, "geometry": { "type": "Point", "coordinates": [ -4.05062366921491, 42.971874766016001 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3280052, "Nombre": "ENCINILLA, LA", "Nombre SEP": "ENCINILLA, LA", "Otro nombr": "---", "Fecha": "31\/12\/1964", "Anyo": 1964, "Rio": "ENCINILLA (ARROYO ENCINILLA)", "Municipio": "GUADARRAMA", "Cuenca": "TAJO", "Provincia": "MADRID", "x": 406098, "y": 4503397, "Tipos": "Riego, ---, ---", "time": 1964 }, "geometry": { "type": "Point", "coordinates": [ -4.111099536295225, 40.676112759435348 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3190016, "Nombre": "ENTREPE?AS", "Nombre SEP": "ENTREPEAS", "Otro nombr": "---", "Fecha": "01\/01\/1956", "Anyo": 1956, "Rio": "TAJO", "Municipio": "SACEDON, AU?ON", "Cuenca": "TAJO", "Provincia": "GUADALAJARA", "x": 521162, "y": 4482457, "Tipos": "Hidroel?ctrico, Riego, Abastecimiento", "time": 1956 }, "geometry": { "type": "Point", "coordinates": [ -2.749959594219085, 40.492634593906466 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5410014, "Nombre": "ESPARRAGAL, EL", "Nombre SEP": "ESPARRAGAL, EL", "Otro nombr": "---", "Fecha": "31\/12\/1970", "Anyo": 1970, "Rio": "ENCARNACION", "Municipio": "GERENA", "Cuenca": "GUADALQUIVIR", "Provincia": "SEVILLA", "x": 224955, "y": 4160665, "Tipos": "Riego, ---, ---", "time": 1970 }, "geometry": { "type": "Point", "coordinates": [ -6.113480344235373, 37.551976464269863 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3190026, "Nombre": "ESTREMERA", "Nombre SEP": "ESTREMERA", "Otro nombr": "---", "Fecha": "01\/01\/1950", "Anyo": 1950, "Rio": "TAJO", "Municipio": "DRIEBES, LEGANIEL", "Cuenca": "TAJO", "Provincia": "GUADALAJARA", "x": 499510, "y": 4450630, "Tipos": "Riego, ---, ---", "time": 1950 }, "geometry": { "type": "Point", "coordinates": [ -3.005757759587735, 40.206075433303262 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9430007, "Nombre": "FLIX", "Nombre SEP": "FLIX", "Otro nombr": "---", "Fecha": "31\/12\/1948", "Anyo": 1948, "Rio": "EBRO", "Municipio": "FLIX", "Cuenca": "EBRO", "Provincia": "TARRAGONA", "x": 797742, "y": 4570937, "Tipos": "Hidroel?ctrico, Regulaci?n, Riego", "time": 1948 }, "geometry": { "type": "Point", "coordinates": [ 0.546685765282842, 41.232229806653066 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8460004, "Nombre": "FORATA", "Nombre SEP": "FORATA", "Otro nombr": "---", "Fecha": "01\/01\/1969", "Anyo": 1969, "Rio": "MAGRO", "Municipio": "YATOVA", "Cuenca": "JUCAR", "Provincia": "VALENCIA", "x": 684213, "y": 4356914, "Tipos": "Riego, ---, ---", "time": 1969 }, "geometry": { "type": "Point", "coordinates": [ -0.866259988066856, 39.340061288602712 ] } }, +{ "type": "Feature", "properties": { "codpresa": 1240021, "Nombre": "FUENTE DEL AZUFRE (CONTRAEMBALSE)", "Nombre SEP": "FUENTE DEL AZUFRE", "Otro nombr": "---", "Fecha": "31\/12\/1949", "Anyo": 1949, "Rio": "SIL", "Municipio": "PONFERRADA", "Cuenca": "MI?O-SIL", "Provincia": "LEON", "x": 205737, "y": 4718533, "Tipos": "Hidroel?ctrico, Riego, Riego", "time": 1949 }, "geometry": { "type": "Point", "coordinates": [ -6.582196131732726, 42.563225416467269 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100073, "Nombre": "GABRIEL Y GALAN", "Nombre SEP": "GABRIEL Y GALAN", "Otro nombr": "---", "Fecha": "01\/01\/1961", "Anyo": 1961, "Rio": "ALAGON", "Municipio": "GUIJO DE GRANADILLA", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 233284, "y": 4457169, "Tipos": "Hidroel?ctrico, Riego, ---", "time": 1961 }, "geometry": { "type": "Point", "coordinates": [ -6.134549362427333, 40.222519021053614 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4060063, "Nombre": "GARCIA DE SOLA", "Nombre SEP": "GARCIA DE SOLA", "Otro nombr": "PUERTO PE?A", "Fecha": "01\/01\/1965", "Anyo": 1965, "Rio": "GUADIANA", "Municipio": "TALARRUBIAS", "Cuenca": "GUADIANA", "Provincia": "BADAJOZ", "x": 311314, "y": 4335259, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego", "time": 1965 }, "geometry": { "type": "Point", "coordinates": [ -5.183418568541133, 39.146091661909495 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9260028, "Nombre": "GONZALEZ LACASA", "Nombre SEP": "GONZALEZ LACASA", "Otro nombr": "---", "Fecha": "31\/12\/1962", "Anyo": 1962, "Rio": "ALBERCOS", "Municipio": "ORTIGOSA DE CAMEROS", "Cuenca": "EBRO", "Provincia": "LOGRO?O", "x": 527302, "y": 4669311, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego", "time": 1962 }, "geometry": { "type": "Point", "coordinates": [ -2.672761375493678, 42.174095692630871 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9220078, "Nombre": "GRADO I, EL", "Nombre SEP": "GRADO I, EL", "Otro nombr": "---", "Fecha": "31\/12\/1969", "Anyo": 1969, "Rio": "CINCA", "Municipio": "GRADO, EL", "Cuenca": "EBRO", "Provincia": "HUESCA", "x": 767725, "y": 4671815, "Tipos": "Hidroel?ctrico, Riego, Abastecimiento", "time": 1969 }, "geometry": { "type": "Point", "coordinates": [ 0.23741948399448, 42.151433358758538 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5230049, "Nombre": "GUADALEN", "Nombre SEP": "GUADALEN", "Otro nombr": "---", "Fecha": "31\/12\/1954", "Anyo": 1954, "Rio": "GUADALEN", "Municipio": "ARQUILLOS, VILCHES", "Cuenca": "GUADALQUIVIR", "Provincia": "JAEN", "x": 458265, "y": 4224145, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego", "time": 1954 }, "geometry": { "type": "Point", "coordinates": [ -3.477940002262961, 38.161962665683475 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8030092, "Nombre": "GUADALEST", "Nombre SEP": "GUADALEST", "Otro nombr": "---", "Fecha": "27\/11\/1969", "Anyo": 1969, "Rio": "GUADALEST", "Municipio": "GUADALEST", "Cuenca": "JUCAR", "Provincia": "ALICANTE", "x": 744422, "y": 4285116, "Tipos": "Abastecimiento, Riego, ---", "time": 1969 }, "geometry": { "type": "Point", "coordinates": [ -0.192166073309142, 38.680029796397733 ] } }, +{ "type": "Feature", "properties": { "codpresa": 6290030, "Nombre": "GUADALHORCE", "Nombre SEP": "GUADALHORCE", "Otro nombr": "---", "Fecha": "31\/12\/1973", "Anyo": 1973, "Rio": "GUADALHORCE", "Municipio": "CAMPILLOS", "Cuenca": "CUENCA MEDITERRANEA ANDALUZA", "Provincia": "MALAGA", "x": 339635, "y": 4090040, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego", "time": 1973 }, "geometry": { "type": "Point", "coordinates": [ -4.801530826294392, 36.942231885689672 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5230047, "Nombre": "GUADALMENA", "Nombre SEP": "GUADALMENA", "Otro nombr": "---", "Fecha": "31\/12\/1969", "Anyo": 1969, "Rio": "GUADALMENA", "Municipio": "CHICLANA DE SEGURA", "Cuenca": "GUADALQUIVIR", "Provincia": "JAEN", "x": 507600, "y": 4246350, "Tipos": "Hidroel?ctrico, Riego, Abastecimiento", "time": 1969 }, "geometry": { "type": "Point", "coordinates": [ -2.913003701760066, 38.365294064735068 ] } }, +{ "type": "Feature", "properties": { "codpresa": 6290030, "Nombre": "GUADALHORCE", "Nombre SEP": "GUADALTEBA", "Otro nombr": "---", "Fecha": "31\/12\/1973", "Anyo": 1973, "Rio": "GUADALHORCE", "Municipio": "CAMPILLOS", "Cuenca": "CUENCA MEDITERRANEA ANDALUZA", "Provincia": "MALAGA", "x": 339635, "y": 4090040, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego", "time": 1973 }, "geometry": { "type": "Point", "coordinates": [ -4.800899899144437, 36.945068873087934 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5140033, "Nombre": "GUADANU?O", "Nombre SEP": "GUADANUO", "Otro nombr": "CERRO MURIANO", "Fecha": "01\/01\/1967", "Anyo": 1967, "Rio": "GUADANU?O", "Municipio": "CORDOBA Y VILLAVICIOSA", "Cuenca": "GUADALQUIVIR", "Provincia": "CORDOBA", "x": 342050, "y": 4209965, "Tipos": "Abastecimiento, Riego, ---", "time": 1967 }, "geometry": { "type": "Point", "coordinates": [ -4.799401042143728, 38.020690274512909 ] } }, +{ "type": "Feature", "properties": { "codpresa": 6110005, "Nombre": "GUADARRANQUE", "Nombre SEP": "GUADARRANQUE", "Otro nombr": "---", "Fecha": "01\/01\/1965", "Anyo": 1965, "Rio": "GUADARRANQUE", "Municipio": "LOS BARRIOS Y CASTELLAR", "Cuenca": "CUENCA MEDITERRANEA ANDALUZA", "Provincia": "CADIZ", "x": 279075, "y": 4021000, "Tipos": "Abastecimiento, Riego, Industrial", "time": 1965 }, "geometry": { "type": "Point", "coordinates": [ -5.462582245278115, 36.308061895928077 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100138, "Nombre": "HELECHAL", "Nombre SEP": "HELECHAL", "Otro nombr": "---", "Fecha": "01\/01\/1965", "Anyo": 1965, "Rio": "ARROYO HELECHAL", "Municipio": "ALCANTARA", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 166075, "y": 4418651, "Tipos": "Acuicultura, Riego, ---", "time": 1965 }, "geometry": { "type": "Point", "coordinates": [ -6.900752059908138, 39.850102210041328 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3050008, "Nombre": "HINCHONA, LA", "Nombre SEP": "HINCHONA, LA", "Otro nombr": "---", "Fecha": "01\/01\/1946", "Anyo": 1946, "Rio": "YEDRA", "Municipio": "TIEMBLO, EL", "Cuenca": "TAJO", "Provincia": "AVILA", "x": 372108, "y": 4471728, "Tipos": "Riego, ---, ---", "time": 1946 }, "geometry": { "type": "Point", "coordinates": [ -4.508831766221838, 40.382678871336999 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5110015, "Nombre": "HURONES, LOS", "Nombre SEP": "HURONES, LOS", "Otro nombr": "---", "Fecha": "01\/01\/1964", "Anyo": 1964, "Rio": "MAJACEITE", "Municipio": "ALGAR", "Cuenca": "GUADALETE Y BARBATE", "Provincia": "CADIZ", "x": 271131, "y": 4060369, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego", "time": 1964 }, "geometry": { "type": "Point", "coordinates": [ -5.561793185401353, 36.661651452526876 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8030028, "Nombre": "ISBERT", "Nombre SEP": "ISBERT", "Otro nombr": "---", "Fecha": "01\/01\/1945", "Anyo": 1945, "Rio": "GIRONA", "Municipio": "ORBA", "Cuenca": "JUCAR", "Provincia": "ALICANTE", "x": 751659, "y": 4297224, "Tipos": "Riego, ---, ---", "time": 1945 }, "geometry": { "type": "Point", "coordinates": [ -0.10263108021709, 38.787864046694146 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5140028, "Nombre": "IZNAJAR", "Nombre SEP": "IZNAJAR", "Otro nombr": "---", "Fecha": "01\/01\/1969", "Anyo": 1969, "Rio": "GENIL", "Municipio": "RUTE, CUEVAS SAN MARCOS", "Cuenca": "GUADALQUIVIR", "Provincia": "CORDOBA", "x": 377250, "y": 4126550, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego", "time": 1969 }, "geometry": { "type": "Point", "coordinates": [ -4.384595419518428, 37.277450507675191 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100102, "Nombre": "JARILLA, LA (TAJO)", "Nombre SEP": "JARILLA, LA (TAJO)", "Otro nombr": "---", "Fecha": "01\/01\/1964", "Anyo": 1964, "Rio": "CAVERA", "Municipio": "JARILLA", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 242520, "y": 4451720, "Tipos": "Riego, ---, ---", "time": 1964 }, "geometry": { "type": "Point", "coordinates": [ -6.024538833190966, 40.174375288241109 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5140001, "Nombre": "MALPASILLO JAUJA (AZUD)", "Nombre SEP": "JAUJA", "Otro nombr": "MALPASILLO JAUJA", "Fecha": "31\/12\/1951", "Anyo": 1951, "Rio": "GENIL", "Municipio": "LUCENA", "Cuenca": "GUADALQUIVIR", "Provincia": "CORDOBA", "x": 352650, "y": 4129600, "Tipos": "Hidroel?ctrico, Riego, Abastecimiento", "time": 1951 }, "geometry": { "type": "Point", "coordinates": [ -4.662585496524082, 37.301361445385517 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2240007, "Nombre": "JUAN BENET (PORMA)", "Nombre SEP": "JUAN BENET (PORMA)", "Otro nombr": "---", "Fecha": "30\/04\/1968", "Anyo": 1968, "Rio": "PORMA", "Municipio": "BO?AR", "Cuenca": "DUERO", "Provincia": "LEON", "x": 313090, "y": 4755710, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego", "time": 1968 }, "geometry": { "type": "Point", "coordinates": [ -5.292865126288026, 42.929271817078423 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2400015, "Nombre": "LINARES DEL ARROYO", "Nombre SEP": "LINARES DEL ARROYO", "Otro nombr": "---", "Fecha": "30\/04\/1953", "Anyo": 1953, "Rio": "RIAZA", "Municipio": "MADERUELO", "Cuenca": "DUERO", "Provincia": "SEGOVIA", "x": 453728, "y": 4597664, "Tipos": "Hidroel?ctrico, Riego, ---", "time": 1953 }, "geometry": { "type": "Point", "coordinates": [ -3.554651761363497, 41.529285716247792 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8460013, "Nombre": "LORIGUILLA", "Nombre SEP": "LORIGUILLA", "Otro nombr": "---", "Fecha": "01\/01\/1965", "Anyo": 1965, "Rio": "TURIA", "Municipio": "LORIGUILLA Y CHULILLA", "Cuenca": "JUCAR", "Provincia": "VALENCIA", "x": 679189, "y": 4392798, "Tipos": "Regulaci?n, Riego, Hidroel?ctrico", "time": 1965 }, "geometry": { "type": "Point", "coordinates": [ -0.913545143704678, 39.665598816768487 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9260022, "Nombre": "MANSILLA", "Nombre SEP": "MANSILLA", "Otro nombr": "---", "Fecha": "31\/12\/1960", "Anyo": 1960, "Rio": "NAJERILLA", "Municipio": "MANSILLA DE LA SIERRA, VILLAVELAYO", "Cuenca": "EBRO", "Provincia": "LOGRO?O", "x": 507343, "y": 4667566, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego", "time": 1960 }, "geometry": { "type": "Point", "coordinates": [ -2.911865795489491, 42.157818546354328 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5230044, "Nombre": "MARMOLEJO (AZUD)", "Nombre SEP": "MARMOLEJO", "Otro nombr": "---", "Fecha": "31\/12\/1962", "Anyo": 1962, "Rio": "GUADALQUIVIR", "Municipio": "MARMOLEJO", "Cuenca": "GUADALQUIVIR", "Provincia": "JAEN", "x": 396000, "y": 4213200, "Tipos": "Hidroel?ctrico, Riego, ---", "time": 1962 }, "geometry": { "type": "Point", "coordinates": [ -4.18614607146159, 38.058303611664883 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9220054, "Nombre": "MEDIANO", "Nombre SEP": "MEDIANO", "Otro nombr": "---", "Fecha": "31\/12\/1959", "Anyo": 1959, "Rio": "CINCA", "Municipio": "FUEVA, LA", "Cuenca": "EBRO", "Provincia": "HUESCA", "x": 765112, "y": 4689838, "Tipos": "Hidroel?ctrico, Riego, ---", "time": 1959 }, "geometry": { "type": "Point", "coordinates": [ 0.209614773336133, 42.312782244260198 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9500030, "Nombre": "MEQUINENZA", "Nombre SEP": "MEQUINENZA", "Otro nombr": "---", "Fecha": "31\/12\/1964", "Anyo": 1964, "Rio": "EBRO", "Municipio": "MEQUINENZA", "Cuenca": "EBRO", "Provincia": "ZARAGOZA", "x": 774241, "y": 4584997, "Tipos": "Hidroel?ctrico, Riego, ---", "time": 1964 }, "geometry": { "type": "Point", "coordinates": [ 0.27233271846834, 41.369107259881595 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5230023, "Nombre": "MOLINO DE GUADALEN (CONTRAEMBALSE)", "Nombre SEP": "MOLINO DE GUADALEN", "Otro nombr": "SALTO DEL MOLINO", "Fecha": "31\/12\/1962", "Anyo": 1962, "Rio": "GUADALEN", "Municipio": "VILCHES", "Cuenca": "GUADALQUIVIR", "Provincia": "JAEN", "x": 457163, "y": 4222764, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego", "time": 1962 }, "geometry": { "type": "Point", "coordinates": [ -3.491528391718664, 38.148473161448059 ] } }, +{ "type": "Feature", "properties": { "codpresa": 6110011, "Nombre": "MONTE DE LA TORRE (DD-1)", "Nombre SEP": "MONTE DE LA TORRE (DD-1)", "Otro nombr": "DEPOSITO DD-1", "Fecha": "31\/12\/1972", "Anyo": 1972, "Rio": "PRIOR", "Municipio": "BARRIOS, LOS", "Cuenca": "CUENCA MEDITERRANEA ANDALUZA", "Provincia": "CADIZ", "x": 275972, "y": 4004387, "Tipos": "Regulaci?n, Riego, ---", "time": 1972 }, "geometry": { "type": "Point", "coordinates": [ -5.492384390098595, 36.155895997598833 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4060102, "Nombre": "MONTIJO (AZUD)", "Nombre SEP": "MONTIJO", "Otro nombr": "---", "Fecha": "31\/12\/1954", "Anyo": 1954, "Rio": "GUADIANA", "Municipio": "MERIDA", "Cuenca": "GUADIANA", "Provincia": "BADAJOZ", "x": 202510, "y": 4314117, "Tipos": "Abastecimiento, Riego, ---", "time": 1954 }, "geometry": { "type": "Point", "coordinates": [ -6.427664088852721, 38.924344373951847 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4060074, "Nombre": "MOSQUIL, EL", "Nombre SEP": "MOSQUIL, EL", "Otro nombr": "---", "Fecha": "01\/01\/1971", "Anyo": 1971, "Rio": "LABRADOS", "Municipio": "USAGRE", "Cuenca": "GUADIANA", "Provincia": "BADAJOZ", "x": 228717, "y": 4255260, "Tipos": "Riego, ---, ---", "time": 1971 }, "geometry": { "type": "Point", "coordinates": [ -6.102143428079711, 38.404229071161829 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3280058, "Nombre": "NAVALAGAMELLA", "Nombre SEP": "NAVALAGAMELLA", "Otro nombr": "---", "Fecha": "31\/12\/1972", "Anyo": 1972, "Rio": "CURA", "Municipio": "NAVALAGAMELLA", "Cuenca": "TAJO", "Provincia": "MADRID", "x": 405106, "y": 4472030, "Tipos": "Riego, ---, ---", "time": 1972 }, "geometry": { "type": "Point", "coordinates": [ -4.118128243440852, 40.393469077714649 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9500043, "Nombre": "NI?O JESUS", "Nombre SEP": "NIO JESUS", "Otro nombr": "ANI?ON", "Fecha": "09\/05\/1955", "Anyo": 1955, "Rio": "ARROYO DEL FRESNO O JESUS", "Municipio": "ANI?ON", "Cuenca": "EBRO", "Provincia": "ZARAGOZA", "x": 608478, "y": 4595385, "Tipos": "Riego, ---, ---", "time": 1955 }, "geometry": { "type": "Point", "coordinates": [ -1.700241582292244, 41.502750525376456 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9250050, "Nombre": "OLIANA", "Nombre SEP": "OLIANA", "Otro nombr": "---", "Fecha": "31\/12\/1959", "Anyo": 1959, "Rio": "SEGRE", "Municipio": "OLIANA Y PERAMOLA", "Cuenca": "EBRO", "Provincia": "LLEIDA", "x": 855649, "y": 4669176, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego", "time": 1959 }, "geometry": { "type": "Point", "coordinates": [ 1.294121856767445, 42.09323595831043 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8120003, "Nombre": "ONDA", "Nombre SEP": "ONDA", "Otro nombr": "BENITANDUS", "Fecha": "01\/01\/1954", "Anyo": 1954, "Rio": "SECO \/ VEO", "Municipio": "ALCUDIA DE VEO", "Cuenca": "JUCAR", "Provincia": "CASTELLON", "x": 728310, "y": 4424455, "Tipos": "Riego, ---, ---", "time": 1954 }, "geometry": { "type": "Point", "coordinates": [ -0.332381988138957, 39.935506992024152 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4060095, "Nombre": "ORELLANA", "Nombre SEP": "ORELLANA", "Otro nombr": "---", "Fecha": "01\/01\/1963", "Anyo": 1963, "Rio": "GUADIANA", "Municipio": "ORELLANA LA VIEJA, CAMPANARIO", "Cuenca": "GUADIANA", "Provincia": "BADAJOZ", "x": 280423, "y": 4318386, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego", "time": 1963 }, "geometry": { "type": "Point", "coordinates": [ -5.535132886954286, 38.986952323172254 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3190028, "Nombre": "PALMACES", "Nombre SEP": "PALMACES", "Otro nombr": "---", "Fecha": "01\/01\/1954", "Anyo": 1954, "Rio": "CA?AMARES", "Municipio": "PALMACES DE JADRAQUE", "Cuenca": "TAJO", "Provincia": "GUADALAJARA", "x": 505170, "y": 4544655, "Tipos": "Riego, ---, ---", "time": 1954 }, "geometry": { "type": "Point", "coordinates": [ -2.938477271645835, 41.053113370518076 ] } }, +{ "type": "Feature", "properties": { "codpresa": 10170013, "Nombre": "PASTERAL I (AZUD)", "Nombre SEP": "PASTERAL, EL", "Otro nombr": "---", "Fecha": "01\/01\/1962", "Anyo": 1962, "Rio": "TER", "Municipio": "OSOR", "Cuenca": "CUENCAS INTERNAS DE CATALU?A", "Provincia": "GERONA", "x": 965397, "y": 4663877, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego", "time": 1962 }, "geometry": { "type": "Point", "coordinates": [ 2.611741540127118, 41.986908522905971 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4060004, "Nombre": "PASTIZALES, LOS", "Nombre SEP": "PASTIZALES, LOS", "Otro nombr": "---", "Fecha": "31\/12\/1964", "Anyo": 1964, "Rio": "VALDELARQUILLO (VALDESEQUILLOS)", "Municipio": "HELECHOSA DE LOS MONTES", "Cuenca": "GUADIANA", "Provincia": "BADAJOZ", "x": 352216, "y": 4363403, "Tipos": "Abastecimiento, Riego, ---", "time": 1964 }, "geometry": { "type": "Point", "coordinates": [ -4.716514246194416, 39.407486921477805 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5230018, "Nombre": "PEDRO MARIN", "Nombre SEP": "PEDRO MARIN", "Otro nombr": "---", "Fecha": "31\/12\/1954", "Anyo": 1954, "Rio": "GUADALQUIVIR", "Municipio": "JODAR", "Cuenca": "GUADALQUIVIR", "Provincia": "JAEN", "x": 463739, "y": 4196379, "Tipos": "Hidroel?ctrico, Riego, Industrial", "time": 1954 }, "geometry": { "type": "Point", "coordinates": [ -3.41239455913779, 37.908748708069062 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4130018, "Nombre": "PE?ARROYA", "Nombre SEP": "PEARROYA", "Otro nombr": "---", "Fecha": "01\/01\/1959", "Anyo": 1959, "Rio": "GUADIANA", "Municipio": "ARGAMASILLA DE ALBA", "Cuenca": "GUADIANA", "Provincia": "CIUDAD REAL", "x": 499519, "y": 4323754, "Tipos": "Abastecimiento, Riego, ---", "time": 1959 }, "geometry": { "type": "Point", "coordinates": [ -3.006410578817207, 39.0600734782616 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3280055, "Nombre": "PE?ASCALES, LOS", "Nombre SEP": "PEASCALES, LOS", "Otro nombr": "---", "Fecha": "31\/12\/1962", "Anyo": 1962, "Rio": "ARROYO TROFAS", "Municipio": "TORRELODONES", "Cuenca": "TAJO", "Provincia": "MADRID", "x": 424055, "y": 4492013, "Tipos": "Abastecimiento, Riego, ---", "time": 1962 }, "geometry": { "type": "Point", "coordinates": [ -3.899212763467394, 40.573385126433401 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3280063, "Nombre": "PICADAS", "Nombre SEP": "PICADAS", "Otro nombr": "---", "Fecha": "31\/12\/1952", "Anyo": 1952, "Rio": "ALBERCHE", "Municipio": "SAN MARTIN DE VALDEIGLESIAS", "Cuenca": "TAJO", "Provincia": "MADRID", "x": 393940, "y": 4465690, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego", "time": 1952 }, "geometry": { "type": "Point", "coordinates": [ -4.248613957763868, 40.335017228866114 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4060031, "Nombre": "PIEDRA AGUDA", "Nombre SEP": "PIEDRA AGUDA", "Otro nombr": "---", "Fecha": "01\/01\/1956", "Anyo": 1956, "Rio": "OLIVENZA", "Municipio": "OLIVENZA", "Cuenca": "GUADIANA", "Provincia": "BADAJOZ", "x": 149904, "y": 4289973, "Tipos": "Abastecimiento, Riego, ---", "time": 1956 }, "geometry": { "type": "Point", "coordinates": [ -7.022127716948229, 38.686645940997359 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4210092, "Nombre": "PIEDRAS", "Nombre SEP": "PIEDRAS", "Otro nombr": "---", "Fecha": "31\/12\/1968", "Anyo": 1968, "Rio": "PIEDRAS", "Municipio": "CARTAYA, LEPE", "Cuenca": "TINTO, ODIEL Y PIEDRAS", "Provincia": "HUELVA", "x": 122023, "y": 4144432, "Tipos": "Abastecimiento, Riego, ---", "time": 1968 }, "geometry": { "type": "Point", "coordinates": [ -7.267780799337213, 37.369637834626118 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5410106, "Nombre": "PINTADO, EL", "Nombre SEP": "PINTADO, EL", "Otro nombr": "---", "Fecha": "31\/12\/1948", "Anyo": 1948, "Rio": "VIAR", "Municipio": "CAZALLA SIERRA,GUADALCANAL,REAL DE JARA,REINA FTE ARCO", "Cuenca": "GUADALQUIVIR", "Provincia": "SEVILLA", "x": 240667, "y": 4208399, "Tipos": "Hidroel?ctrico, Riego, ---", "time": 1948 }, "geometry": { "type": "Point", "coordinates": [ -5.952895519265762, 37.986200300108067 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5140004, "Nombre": "PUENTE NUEVO", "Nombre SEP": "PUENTE NUEVO", "Otro nombr": "---", "Fecha": "01\/01\/1972", "Anyo": 1972, "Rio": "GUADIATO", "Municipio": "VILLAVICIOSA DE CORDOBA", "Cuenca": "GUADALQUIVIR", "Provincia": "CORDOBA", "x": 331056, "y": 4217469, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego", "time": 1972 }, "geometry": { "type": "Point", "coordinates": [ -4.925423118201439, 38.086333381963037 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8120004, "Nombre": "REGAJO, EL", "Nombre SEP": "REGAJO, EL", "Otro nombr": "---", "Fecha": "31\/10\/1959", "Anyo": 1959, "Rio": "PALANCIA", "Municipio": "JERICA", "Cuenca": "JUCAR", "Provincia": "CASTELLON", "x": 711756, "y": 4418669, "Tipos": "Riego, Regulaci?n, ---", "time": 1959 }, "geometry": { "type": "Point", "coordinates": [ -0.524371838946281, 39.890226040506406 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2340005, "Nombre": "REQUEJADA", "Nombre SEP": "REQUEJADA", "Otro nombr": "---", "Fecha": "01\/08\/1935", "Anyo": 1935, "Rio": "PISUERGA", "Municipio": "ARBEJAL", "Cuenca": "DUERO", "Provincia": "PALENCIA", "x": 375507, "y": 4751818, "Tipos": "Abastecimiento, Riego, Defensa frente a avenidas", "time": 1935 }, "geometry": { "type": "Point", "coordinates": [ -4.529079842156704, 42.906501474629039 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5140048, "Nombre": "RETORTILLO", "Nombre SEP": "RETORTILLO", "Otro nombr": "---", "Fecha": "01\/01\/1970", "Anyo": 1970, "Rio": "RETORTILLO", "Municipio": "HORNACHUELOS, PUEBLA DE INFANTES", "Cuenca": "GUADALQUIVIR", "Provincia": "CORDOBA", "x": 293165, "y": 4191105, "Tipos": "Abastecimiento, Riego, ---", "time": 1970 }, "geometry": { "type": "Point", "coordinates": [ -5.350685975142197, 37.843949105180215 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3280015, "Nombre": "REY, DEL", "Nombre SEP": "REY, DEL", "Otro nombr": "---", "Fecha": "31\/12\/1971", "Anyo": 1971, "Rio": "JARAMA", "Municipio": "RIVAS-VACIAMADRID", "Cuenca": "TAJO", "Provincia": "MADRID", "x": 453964, "y": 4461241, "Tipos": "Riego, ---, ---", "time": 1971 }, "geometry": { "type": "Point", "coordinates": [ -3.541697666725634, 40.30040624814928 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9430003, "Nombre": "RIBARROJA", "Nombre SEP": "RIBARROJA", "Otro nombr": "RIBA ROJA", "Fecha": "31\/12\/1969", "Anyo": 1969, "Rio": "EBRO", "Municipio": "RIBA-ROJA D??EBRE", "Cuenca": "EBRO", "Provincia": "TARRAGONA", "x": 788146, "y": 4571794, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego", "time": 1969 }, "geometry": { "type": "Point", "coordinates": [ 0.432402255743064, 41.244260457974114 ] } }, +{ "type": "Feature", "properties": { "codpresa": 1270013, "Nombre": "RIBASALTAS (AZUD)", "Nombre SEP": "RIBASALTAS (AZUD)", "Otro nombr": "---", "Fecha": "31\/12\/1969", "Anyo": 1969, "Rio": "CABE", "Municipio": "MONFORTE DE LEMOS", "Cuenca": "MI?O-SIL", "Provincia": "LUGO", "x": 132034, "y": 4721564, "Tipos": "Riego, ---, ---", "time": 1969 }, "geometry": { "type": "Point", "coordinates": [ -7.482123337173747, 42.558773132887893 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3450011, "Nombre": "ROSARITO", "Nombre SEP": "ROSARITO", "Otro nombr": "---", "Fecha": "31\/12\/1958", "Anyo": 1958, "Rio": "TIETAR", "Municipio": "OROPESA, CANDELEDA", "Cuenca": "TAJO", "Provincia": "TOLEDO", "x": 302082, "y": 4442874, "Tipos": "Riego, Hidroel?ctrico, ---", "time": 1958 }, "geometry": { "type": "Point", "coordinates": [ -5.323316569402881, 40.109785509002386 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5230022, "Nombre": "RUMBLAR", "Nombre SEP": "RUMBLAR", "Otro nombr": "---", "Fecha": "31\/12\/1941", "Anyo": 1941, "Rio": "RUMBLAR", "Municipio": "BA?OS DE LA ENCINA", "Cuenca": "GUADALQUIVIR", "Provincia": "JAEN", "x": 429670, "y": 4224281, "Tipos": "Abastecimiento, Riego, ---", "time": 1941 }, "geometry": { "type": "Point", "coordinates": [ -3.805118133356511, 38.160940200795679 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100074, "Nombre": "SALOR", "Nombre SEP": "SALOR", "Otro nombr": "---", "Fecha": "01\/01\/1964", "Anyo": 1964, "Rio": "SALOR", "Municipio": "CACERES", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 214873, "y": 4362570, "Tipos": "Riego, ---, ---", "time": 1964 }, "geometry": { "type": "Point", "coordinates": [ -6.304252947963797, 39.363823279289257 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2470004, "Nombre": "SAN JOSE", "Nombre SEP": "SAN JOSE", "Otro nombr": "---", "Fecha": "17\/11\/1945", "Anyo": 1945, "Rio": "DUERO", "Municipio": "CASTRONU?O", "Cuenca": "DUERO", "Provincia": "VALLADOLID", "x": 310093, "y": 4586292, "Tipos": "Hidroel?ctrico, Riego, ---", "time": 1945 }, "geometry": { "type": "Point", "coordinates": [ -5.272929021949244, 41.40334878237924 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3280027, "Nombre": "SAN JUAN (DIQUE DEL COLLADO)", "Nombre SEP": "SAN JUAN", "Otro nombr": "---", "Fecha": "31\/12\/1955", "Anyo": 1955, "Rio": "ALBERCHE", "Municipio": "SAN MARTIN DE VALDEIGLESIAS", "Cuenca": "TAJO", "Provincia": "MADRID", "x": 388451, "y": 4469946, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego", "time": 1955 }, "geometry": { "type": "Point", "coordinates": [ -4.31396264185899, 40.372634988032473 ] } }, +{ "type": "Feature", "properties": { "codpresa": 10250001, "Nombre": "SANT PONC (SAN PONS)", "Nombre SEP": "SAN PONS", "Otro nombr": "---", "Fecha": "19\/12\/1957", "Anyo": 1957, "Rio": "EL CARDENER", "Municipio": "CLARIANA DE CARDENER", "Cuenca": "CUENCAS INTERNAS DE CATALU?A", "Provincia": "LLEIDA", "x": 882025, "y": 4656011, "Tipos": "Riego, Abastecimiento, Hidroel?ctrico", "time": 1957 }, "geometry": { "type": "Point", "coordinates": [ 1.604928701928848, 41.963247965218237 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9220076, "Nombre": "SANTA ANA", "Nombre SEP": "SANTA ANA", "Otro nombr": "---", "Fecha": "31\/12\/1961", "Anyo": 1961, "Rio": "NOGUERA RIBAGORZANA", "Municipio": "CASTILLONROY", "Cuenca": "EBRO", "Provincia": "HUESCA", "x": 797530, "y": 4643159, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego", "time": 1961 }, "geometry": { "type": "Point", "coordinates": [ 0.58585068877188, 41.884376074961594 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2370010, "Nombre": "SANTA TERESA", "Nombre SEP": "SANTA TERESA", "Otro nombr": "---", "Fecha": "28\/02\/1961", "Anyo": 1961, "Rio": "TORMES", "Municipio": "MONTEJO DE SALVATIERRA Y PELAYOS", "Cuenca": "DUERO", "Provincia": "SALAMANCA", "x": 280203, "y": 4505246, "Tipos": "Hidroel?ctrico, Riego, Abastecimiento", "time": 1961 }, "geometry": { "type": "Point", "coordinates": [ -5.601478818221761, 40.666530208282772 ] } }, +{ "type": "Feature", "properties": { "codpresa": 7300019, "Nombre": "SANTOMERA (DIQUE DEL COLLADO)", "Nombre SEP": "SANTOMERA", "Otro nombr": "---", "Fecha": "31\/12\/1965", "Anyo": 1965, "Rio": "SALADA", "Municipio": "SANTOMERA", "Cuenca": "SEGURA", "Provincia": "MURCIA", "x": 667635, "y": 4218190, "Tipos": "Defensa frente a avenidas, Riego, ---", "time": 1965 }, "geometry": { "type": "Point", "coordinates": [ -1.089223323305816, 38.094416812028811 ] } }, +{ "type": "Feature", "properties": { "codpresa": 10080007, "Nombre": "SAU", "Nombre SEP": "SAU", "Otro nombr": "---", "Fecha": "31\/12\/1964", "Anyo": 1964, "Rio": "TER", "Municipio": "VILANOVA DE SAU", "Cuenca": "CUENCAS INTERNAS DE CATALU?A", "Provincia": "BARCELONA", "x": 948914, "y": 4660480, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego", "time": 1964 }, "geometry": { "type": "Point", "coordinates": [ 2.412853763608266, 41.968034742145285 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2240018, "Nombre": "SELGA DE ORDAS", "Nombre SEP": "SELGA DE ORDAS", "Otro nombr": "---", "Fecha": "31\/12\/1961", "Anyo": 1961, "Rio": "LUNA", "Municipio": "RIOSECO DE TAPIA, STA. MARIA ORDAS", "Cuenca": "DUERO", "Provincia": "LEON", "x": 271923, "y": 4737491, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego", "time": 1961 }, "geometry": { "type": "Point", "coordinates": [ -5.787157982272, 42.754623703580187 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8120002, "Nombre": "SICHAR", "Nombre SEP": "SICHAR", "Otro nombr": "---", "Fecha": "30\/04\/1960", "Anyo": 1960, "Rio": "MIJARES", "Municipio": "ONDA", "Cuenca": "JUCAR", "Provincia": "CASTELLON", "x": 736439, "y": 4432744, "Tipos": "Regulaci?n, Riego, ---", "time": 1960 }, "geometry": { "type": "Point", "coordinates": [ -0.229798337282889, 40.011805159211811 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100056, "Nombre": "SOLANA, LA", "Nombre SEP": "SOLANA, LA", "Otro nombr": "---", "Fecha": "01\/01\/1955", "Anyo": 1955, "Rio": "ARROYO CABRIOSO", "Municipio": "HERRERA DE ALCANTARA", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 121529, "y": 4390838, "Tipos": "Riego, ---, ---", "time": 1955 }, "geometry": { "type": "Point", "coordinates": [ -7.402713597322813, 39.582504882455126 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9220034, "Nombre": "SOTONERA, LA (DIQUE DEL COLLADO 1) (ASTON Y VACAS)", "Nombre SEP": "SOTONERA, LA (DIQUE DEL COLLADO 1)", "Otro nombr": "---", "Fecha": "01\/01\/1963", "Anyo": 1963, "Rio": "ASTON-VACAS", "Municipio": "ALCALA DE GURREA", "Cuenca": "EBRO", "Provincia": "HUESCA", "x": 692200, "y": 4664000, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego", "time": 1963 }, "geometry": { "type": "Point", "coordinates": [ -0.675494101176755, 42.104556770731016 ] } }, +{ "type": "Feature", "properties": { "codpresa": 10170012, "Nombre": "SUSQUEDA", "Nombre SEP": "SUSQUEDA", "Otro nombr": "---", "Fecha": "01\/01\/1967", "Anyo": 1967, "Rio": "TER", "Municipio": "OSOR", "Cuenca": "CUENCAS INTERNAS DE CATALU?A", "Provincia": "GERONA", "x": 958440, "y": 4663004, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego", "time": 1967 }, "geometry": { "type": "Point", "coordinates": [ 2.525629754723707, 41.978174543669596 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9500034, "Nombre": "TORCAS, LAS", "Nombre SEP": "TORCAS, LAS", "Otro nombr": "---", "Fecha": "31\/12\/1946", "Anyo": 1946, "Rio": "HUERVA", "Municipio": "TOSOS", "Cuenca": "EBRO", "Provincia": "ZARAGOZA", "x": 660235, "y": 4573209, "Tipos": "Abastecimiento, Riego, ---", "time": 1946 }, "geometry": { "type": "Point", "coordinates": [ -1.086248185678983, 41.294432150333634 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5410139, "Nombre": "TORRE DEL AGUILA", "Nombre SEP": "TORRE DEL AGUILA", "Otro nombr": "---", "Fecha": "31\/12\/1947", "Anyo": 1947, "Rio": "SALADO DE MORON", "Municipio": "UTRERA", "Cuenca": "GUADALQUIVIR", "Provincia": "SEVILLA", "x": 254750, "y": 4103343, "Tipos": "Riego, ---, ---", "time": 1947 }, "geometry": { "type": "Point", "coordinates": [ -5.75796704655238, 37.042299853535575 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2400007, "Nombre": "TORRELARA", "Nombre SEP": "TORRELARA", "Otro nombr": "---", "Fecha": "31\/12\/1971", "Anyo": 1971, "Rio": "MAGDALENA", "Municipio": "MU?OPEDRO", "Cuenca": "DUERO", "Provincia": "SEGOVIA", "x": 371042, "y": 4526981, "Tipos": "Riego, ---, ---", "time": 1971 }, "geometry": { "type": "Point", "coordinates": [ -4.525464948925385, 40.881645701856648 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100128, "Nombre": "TOZO", "Nombre SEP": "TOZO", "Otro nombr": "---", "Fecha": "01\/01\/1962", "Anyo": 1962, "Rio": "TOZO", "Municipio": "TORRECILLAS DE LA TIESA", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 258781, "y": 4384708, "Tipos": "Riego, ---, ---", "time": 1962 }, "geometry": { "type": "Point", "coordinates": [ -5.808491538821287, 39.578167482738969 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5230005, "Nombre": "TRANCO DE BEAS", "Nombre SEP": "TRANCO DE BEAS", "Otro nombr": "---", "Fecha": "31\/12\/1944", "Anyo": 1944, "Rio": "GUADALQUIVIR", "Municipio": "VILLANUEVA DEL ARZOBISPO", "Cuenca": "GUADALQUIVIR", "Provincia": "JAEN", "x": 518004, "y": 4225445, "Tipos": "Hidroel?ctrico, Riego, ---", "time": 1944 }, "geometry": { "type": "Point", "coordinates": [ -2.796085163534599, 38.172961013561668 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9500008, "Nombre": "TRANQUERA, LA", "Nombre SEP": "TRANQUERA, LA", "Otro nombr": "---", "Fecha": "31\/12\/1959", "Anyo": 1959, "Rio": "PIEDRA", "Municipio": "CARENAS", "Cuenca": "EBRO", "Provincia": "ZARAGOZA", "x": 600522, "y": 4568949, "Tipos": "Abastecimiento, Riego, ---", "time": 1959 }, "geometry": { "type": "Point", "coordinates": [ -1.799933359379148, 41.26571491471411 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8120011, "Nombre": "ULLDECONA", "Nombre SEP": "ULLDECONA", "Otro nombr": "---", "Fecha": "01\/01\/1967", "Anyo": 1967, "Rio": "CENIA", "Municipio": "PUEBLA DE BENIFASAR, LA", "Cuenca": "JUCAR", "Provincia": "CASTELLON", "x": 773861, "y": 4507456, "Tipos": "Riego, Abastecimiento, ---", "time": 1967 }, "geometry": { "type": "Point", "coordinates": [ 0.233696820899937, 40.671205055706174 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9010013, "Nombre": "ULLIVARRI (ULLIBARRI GAMBOA)", "Nombre SEP": "ULLIVARRI", "Otro nombr": "---", "Fecha": "31\/12\/1956", "Anyo": 1956, "Rio": "ZADORRA", "Municipio": "ARRAZUA-UBARRUNDIA", "Cuenca": "EBRO", "Provincia": "ALAVA", "x": 531411, "y": 4753261, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego", "time": 1956 }, "geometry": { "type": "Point", "coordinates": [ -2.616684562982715, 42.929748081557243 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9220071, "Nombre": "VADIELLO", "Nombre SEP": "VADIELLO", "Otro nombr": "---", "Fecha": "31\/12\/1971", "Anyo": 1971, "Rio": "GUATIZALEMA", "Municipio": "LOPORZANO", "Cuenca": "EBRO", "Provincia": "HUESCA", "x": 724600, "y": 4680350, "Tipos": "Abastecimiento, Riego, ---", "time": 1971 }, "geometry": { "type": "Point", "coordinates": [ -0.278274787832226, 42.241455552833116 ] } }, +{ "type": "Feature", "properties": { "codpresa": 8440008, "Nombre": "VALBONA", "Nombre SEP": "VALBONA", "Otro nombr": "---", "Fecha": "23\/04\/1959", "Anyo": 1959, "Rio": "RAMBLA DE FUENTE DE MORA", "Municipio": "VALBONA", "Cuenca": "JUCAR", "Provincia": "TERUEL", "x": 685729, "y": 4458355, "Tipos": "Riego, Regulaci?n, ---", "time": 1959 }, "geometry": { "type": "Point", "coordinates": [ -0.816101272504915, 40.255060895440586 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3450003, "Nombre": "VALDECABRAS (ARROYO)", "Nombre SEP": "VALDECABRAS (ARROYO)", "Otro nombr": "---", "Fecha": "31\/12\/1965", "Anyo": 1965, "Rio": "VALDECABRAS", "Municipio": "ORGAZ", "Cuenca": "TAJO", "Provincia": "TOLEDO", "x": 420490, "y": 4393145, "Tipos": "Riego, ---, ---", "time": 1965 }, "geometry": { "type": "Point", "coordinates": [ -3.926788415967018, 39.679815178644702 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100007, "Nombre": "VALDECA?AS", "Nombre SEP": "VALDECAAS", "Otro nombr": "---", "Fecha": "01\/01\/1964", "Anyo": 1964, "Rio": "TAJO", "Municipio": "BELVIS DE MONROY Y VALDECA?AS DE TAJO", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 276345, "y": 4406515, "Tipos": "Hidroel?ctrico, Riego, ---", "time": 1964 }, "geometry": { "type": "Point", "coordinates": [ -5.611519355880159, 39.778058114257554 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100021, "Nombre": "VALDEOBISPO", "Nombre SEP": "VALDEOBISPO", "Otro nombr": "---", "Fecha": "01\/01\/1965", "Anyo": 1965, "Rio": "ALAGON", "Municipio": "VALDEOBISPO, MONTEHERMOSO", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 222665, "y": 4444086, "Tipos": "Hidroel?ctrico, Riego, ---", "time": 1965 }, "geometry": { "type": "Point", "coordinates": [ -6.250475465037487, 40.099972080187513 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2240032, "Nombre": "VALDESPINA", "Nombre SEP": "VALDESPINA", "Otro nombr": "EMBALSE DE BARRIO", "Fecha": "01\/01\/1940", "Anyo": 1940, "Rio": "ARROYO VALDESPINA", "Municipio": "SANTA COLOMBA DE CURUE?O", "Cuenca": "DUERO", "Provincia": "LEON", "x": 302950, "y": 4731030, "Tipos": "Riego, ---, ---", "time": 1940 }, "geometry": { "type": "Point", "coordinates": [ -5.406065313775238, 42.706499916903788 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4060067, "Nombre": "VALUENGO", "Nombre SEP": "VALUENGO", "Otro nombr": "---", "Fecha": "01\/01\/1959", "Anyo": 1959, "Rio": "ARDILA", "Municipio": "JEREZ DE LOS CABALLEROS", "Cuenca": "GUADIANA", "Provincia": "BADAJOZ", "x": 178405, "y": 4245838, "Tipos": "Hidroel?ctrico, Riego, ---", "time": 1959 }, "geometry": { "type": "Point", "coordinates": [ -6.675893208552442, 38.302112885507341 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2400023, "Nombre": "VENCIAS, LAS", "Nombre SEP": "VENCIAS, LAS", "Otro nombr": "---", "Fecha": "31\/12\/1962", "Anyo": 1962, "Rio": "DURAT??N", "Municipio": "FUENTIDUE?A", "Cuenca": "DUERO", "Provincia": "SEGOVIA", "x": 419459, "y": 4586898, "Tipos": "Hidroel?ctrico, Regulaci?n, Riego", "time": 1962 }, "geometry": { "type": "Point", "coordinates": [ -3.963944331589039, 41.429610334951988 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4130068, "Nombre": "VICARIO, EL", "Nombre SEP": "VICARIO, EL", "Otro nombr": "---", "Fecha": "31\/12\/1973", "Anyo": 1973, "Rio": "GUADIANA", "Municipio": "CIUDAD REAL", "Cuenca": "GUADIANA", "Provincia": "CIUDAD REAL", "x": 413850, "y": 4324000, "Tipos": "Riego, ---, ---", "time": 1973 }, "geometry": { "type": "Point", "coordinates": [ -3.995741332266146, 39.060841342144016 ] } }, +{ "type": "Feature", "properties": { "codpresa": 3100052, "Nombre": "VID III, LA", "Nombre SEP": "VID III, LA", "Otro nombr": "---", "Fecha": "01\/01\/1959", "Anyo": 1959, "Rio": "VID", "Municipio": "TORREJON EL RUBIO", "Cuenca": "TAJO", "Provincia": "CACERES", "x": 247090, "y": 4406926, "Tipos": "Riego, ---, ---", "time": 1959 }, "geometry": { "type": "Point", "coordinates": [ -5.952086239245332, 39.775191310906806 ] } }, +{ "type": "Feature", "properties": { "codpresa": 1270004, "Nombre": "VILASOUTO", "Nombre SEP": "VILASOUTO", "Otro nombr": "---", "Fecha": "31\/12\/1969", "Anyo": 1969, "Rio": "MAO", "Municipio": "INCIO, O", "Cuenca": "MI?O-SIL", "Provincia": "LUGO", "x": 137205, "y": 4732933, "Tipos": "Riego, Abastecimiento, ---", "time": 1969 }, "geometry": { "type": "Point", "coordinates": [ -7.420753964301073, 42.661742625751344 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5140050, "Nombre": "VILLAFRANCA", "Nombre SEP": "VILLAFRANCA", "Otro nombr": "---", "Fecha": "01\/01\/1948", "Anyo": 1948, "Rio": "GUADALQUIVIR", "Municipio": "VILLAFRANCA DE CORDOBA", "Cuenca": "GUADALQUIVIR", "Provincia": "CORDOBA", "x": 359660, "y": 4202300, "Tipos": "Hidroel?ctrico, Riego, ---", "time": 1948 }, "geometry": { "type": "Point", "coordinates": [ -4.625577330827668, 37.955913562678845 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2370033, "Nombre": "VILLAGONZALO (AZUD)", "Nombre SEP": "VILLAGONZALO", "Otro nombr": "---", "Fecha": "14\/02\/1960", "Anyo": 1960, "Rio": "TORMES", "Municipio": "VILLAGONZALO DE TORMES Y GARIHERNANDEZ", "Cuenca": "DUERO", "Provincia": "SALAMANCA", "x": 289812, "y": 4527892, "Tipos": "Riego, Hidroel?ctrico, Riego", "time": 1960 }, "geometry": { "type": "Point", "coordinates": [ -5.495897349387188, 40.872840331559352 ] } }, +{ "type": "Feature", "properties": { "codpresa": 2240006, "Nombre": "VILLAMECA", "Nombre SEP": "VILLAMECA", "Otro nombr": "---", "Fecha": "31\/12\/1947", "Anyo": 1947, "Rio": "TUERTO-VALLE (TUERTO)", "Municipio": "QUINTANA DEL CASTILLO", "Cuenca": "DUERO", "Provincia": "LEON", "x": 247863, "y": 4726637, "Tipos": "Hidroel?ctrico, Riego, Abastecimiento", "time": 1947 }, "geometry": { "type": "Point", "coordinates": [ -6.067988700890806, 42.647765039059038 ] } }, +{ "type": "Feature", "properties": { "codpresa": 9310007, "Nombre": "YESA", "Nombre SEP": "YESA", "Otro nombr": "---", "Fecha": "31\/12\/1959", "Anyo": 1959, "Rio": "ARAGON", "Municipio": "YESA", "Cuenca": "EBRO", "Provincia": "NAVARRA", "x": 648990, "y": 4719190, "Tipos": "Abastecimiento, Riego, ---", "time": 1959 }, "geometry": { "type": "Point", "coordinates": [ -1.182469870060244, 42.615042848597611 ] } }, +{ "type": "Feature", "properties": { "codpresa": 5230007, "Nombre": "ZOCUECA (AZUD)", "Nombre SEP": "ZOCUECA", "Otro nombr": "---", "Fecha": "31\/12\/1940", "Anyo": 1940, "Rio": "RUMBLAR", "Municipio": "GUARROM?N", "Cuenca": "GUADALQUIVIR", "Provincia": "JAEN", "x": 427175, "y": 4217080, "Tipos": "Riego, Abastecimiento, ---", "time": 1940 }, "geometry": { "type": "Point", "coordinates": [ -3.830909374939176, 38.095783508789729 ] } }, +{ "type": "Feature", "properties": { "codpresa": 4060070, "Nombre": "ZUJAR (DIQUE DEL COLLADO)", "Nombre SEP": "ZUJAR", "Otro nombr": "---", "Fecha": "01\/01\/1964", "Anyo": 1964, "Rio": "ZUJAR", "Municipio": "CASTUERA, ESPARRAGOSA DE LARES", "Cuenca": "GUADIANA", "Provincia": "BADAJOZ", "x": 285155, "y": 4310665, "Tipos": "Abastecimiento, Hidroel?ctrico, Riego", "time": 1964 }, "geometry": { "type": "Point", "coordinates": [ -5.478124289639173, 38.918614267614409 ] } } +] +} diff --git a/docs/colonizacion-leaflet/data/MunicipiosPenales.geojson b/docs/colonizacion-leaflet/data/MunicipiosPenales.geojson new file mode 100644 index 0000000..a10ccb6 --- /dev/null +++ b/docs/colonizacion-leaflet/data/MunicipiosPenales.geojson @@ -0,0 +1,34 @@ +{ +"type": "FeatureCollection", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::4258" } }, +"features": [ +{ "type": "Feature", "properties": { "ID": 250, "ID_CODIGO": "0101S", "ID_HOJA": "25", "TIPO_0101": "MUNICIPIO", "CODIGO_INE": "25011", "ETIQUETA": "Alcarras", "PENALES_GE": "PEN_09", "NOMBRE": "Vallmanya", "PROVINCIA": "Lleida", "TIPO_ENTID": "Entidad singular", "LON": "0.39542025", "LAT": "41.61363242", "PENALES_10": "1944-", "PENALES_11": "80 (1944)", "PENALES_42": "Particular: M. Llagostera", "PENALES_43": "Granjas y colonizacion", "FECHA_FIN": 1944, "FECHA_INI": null }, "geometry": { "type": "Point", "coordinates": [ 0.465756945467889, 41.609345383756143 ] } }, +{ "type": "Feature", "properties": { "ID": 1222, "ID_CODIGO": "0101S", "ID_HOJA": "19", "TIPO_0101": "MUNICIPIO", "CODIGO_INE": "19045", "ETIQUETA": "Aunyon", "PENALES_GE": "PEN_03", "NOMBRE": "Entrepenyas", "PROVINCIA": "Guadalajara", "TIPO_ENTID": "Entidad singular", "LON": "-2.75129514", "LAT": "40.49659664", "PENALES_10": "1946-", "PENALES_11": null, "PENALES_42": null, "PENALES_43": "Sin datos", "FECHA_FIN": 1946, "FECHA_INI": null }, "geometry": { "type": "Point", "coordinates": [ -2.779169203389314, 40.513219720016224 ] } }, +{ "type": "Feature", "properties": { "ID": 1355, "ID_CODIGO": "0101S", "ID_HOJA": "24", "TIPO_0101": "MUNICIPIO", "CODIGO_INE": "24012", "ETIQUETA": "Barrios de Luna, Los", "PENALES_GE": "PEN_08", "NOMBRE": "Los Barrios de Luna", "PROVINCIA": "Leon", "TIPO_ENTID": "Municipio", "LON": "-5.86189069", "LAT": "42.84540971", "PENALES_10": "1952-1955", "PENALES_11": "40 (1952); 40 (1953); 40 (1954); 34 (1955)", "PENALES_42": "Particular: Herederos de Ginés Navarro", "PENALES_43": "Construccion de casa de maquinas y tunel para pantano y central electrica", "FECHA_FIN": 1952, "FECHA_INI": 1955 }, "geometry": { "type": "Point", "coordinates": [ -5.856009490679139, 42.84873094132697 ] } }, +{ "type": "Feature", "properties": { "ID": 1774, "ID_CODIGO": "0101S", "ID_HOJA": "28", "TIPO_0101": "MUNICIPIO", "CODIGO_INE": "28027", "ETIQUETA": "Buitrago del Lozoya", "PENALES_GE": "PEN_11", "NOMBRE": "Buitrago del Lozoya", "PROVINCIA": "Madrid", "TIPO_ENTID": "Municipio", "LON": "-3.63645135", "LAT": "40.993572", "PENALES_10": "1946-1952", "PENALES_11": "40 (1946); 204 (1948); 175 (1949); 179 (1950); 306 (1951)", "PENALES_42": "Oficial", "PENALES_43": "Embalse de Riosequillo", "FECHA_FIN": 1946, "FECHA_INI": 1952 }, "geometry": { "type": "Point", "coordinates": [ -3.627181352142545, 40.988420762833037 ] } }, +{ "type": "Feature", "properties": { "ID": 1794, "ID_CODIGO": "0101S", "ID_HOJA": "09", "TIPO_0101": "MUNICIPIO", "CODIGO_INE": "09059", "ETIQUETA": "Burgos", "PENALES_GE": "PEN_01", "NOMBRE": "Burgos", "PROVINCIA": "Burgos", "TIPO_ENTID": "Municipio", "LON": "-3.70419805", "LAT": "42.34113004", "PENALES_10": "?", "PENALES_11": null, "PENALES_42": null, "PENALES_43": "Canales de riego Rio Riaza", "FECHA_FIN": null, "FECHA_INI": null }, "geometry": { "type": "Point", "coordinates": [ -3.682016677424099, 42.351483325089447 ] } }, +{ "type": "Feature", "properties": { "ID": 2423, "ID_CODIGO": "0101S", "ID_HOJA": "46", "TIPO_0101": "MUNICIPIO", "CODIGO_INE": "46106", "ETIQUETA": "Chelva", "PENALES_GE": "PEN_24", "NOMBRE": "Chelva", "PROVINCIA": "Valencia", "TIPO_ENTID": "Municipio", "LON": "-0.99729278", "LAT": "39.74732697", "PENALES_10": "1941-", "PENALES_11": "300 (1941)", "PENALES_42": "Particular: Portolés y Cía", "PENALES_43": "Construccion del Pantano del Generalisimo", "FECHA_FIN": 1941, "FECHA_INI": null }, "geometry": { "type": "Point", "coordinates": [ -1.017024498902831, 39.742711029086216 ] } }, +{ "type": "Feature", "properties": { "ID": 3133, "ID_CODIGO": "0101S", "ID_HOJA": "49", "TIPO_0101": "MUNICIPIO", "CODIGO_INE": "49076", "ETIQUETA": "Fresno de la Ribera", "PENALES_GE": "PEN_26", "NOMBRE": "Fresno de la Ribera", "PROVINCIA": "Zamora", "TIPO_ENTID": "Municipio", "LON": "-5.56578083", "LAT": "41.52927639", "PENALES_10": "1945-1946", "PENALES_11": "95 (1945); 55 (1946)", "PENALES_42": "Particular: don Ramón Echave", "PENALES_43": "Canal de riego del Toro", "FECHA_FIN": 1945, "FECHA_INI": 1946 }, "geometry": { "type": "Point", "coordinates": [ -5.566205452246787, 41.540988234248076 ] } }, +{ "type": "Feature", "properties": { "ID": 3218, "ID_CODIGO": "0101S", "ID_HOJA": "22", "TIPO_0101": "MUNICIPIO", "CODIGO_INE": "22113", "ETIQUETA": "Fueva, La", "PENALES_GE": "PEN_07", "NOMBRE": "Mediano", "PROVINCIA": "Huesca", "TIPO_ENTID": "Entidad singular", "LON": "0.19207773", "LAT": "42.31243647", "PENALES_10": "1943-1955", "PENALES_11": "50 (1943); 35 (1952); 55 (1953); 68 (1954); 35 (1955)", "PENALES_42": "Particular: Vías y Riego; Dragados y Construcciones", "PENALES_43": "Construccion de pantano sobre rio Cinca", "FECHA_FIN": 1943, "FECHA_INI": 1955 }, "geometry": { "type": "Point", "coordinates": [ 0.271085849455653, 42.365176493970083 ] } }, +{ "type": "Feature", "properties": { "ID": 3456, "ID_CODIGO": "0101S", "ID_HOJA": "41", "TIPO_0101": "MUNICIPIO", "CODIGO_INE": "41049", "ETIQUETA": "Guillena", "PENALES_GE": "PEN_20", "NOMBRE": "Guillena", "PROVINCIA": "Sevilla", "TIPO_ENTID": "Municipio", "LON": "-6.05232296", "LAT": "37.53939693", "PENALES_10": "1953-1955", "PENALES_11": "29 (1953); 65 (1954); 19 (1955)", "PENALES_42": "Oficial: INC", "PENALES_43": "Construccion poblado Torre de la Reina", "FECHA_FIN": 1953, "FECHA_INI": 1955 }, "geometry": { "type": "Point", "coordinates": [ -6.087256633196942, 37.615224698043349 ] } }, +{ "type": "Feature", "properties": { "ID": 3718, "ID_CODIGO": "0101S", "ID_HOJA": "22", "TIPO_0101": "MUNICIPIO", "CODIGO_INE": "22130", "ETIQUETA": "Jaca", "PENALES_GE": "PEN_06", "NOMBRE": "Guasa", "PROVINCIA": "Huesca", "TIPO_ENTID": "Entidad singular", "LON": "-0.51257049", "LAT": "42.56794878", "PENALES_10": "1962-", "PENALES_11": "20 (1962)", "PENALES_42": "Particular: Cimentac y Obras SL", "PENALES_43": "Construccion de embalse de riego del Alto Aragon", "FECHA_FIN": 1962, "FECHA_INI": null }, "geometry": { "type": "Point", "coordinates": [ -0.55148321577478, 42.550798986917258 ] } }, +{ "type": "Feature", "properties": { "ID": 3998, "ID_CODIGO": "0101S", "ID_HOJA": "26", "TIPO_0101": "MUNICIPIO", "CODIGO_INE": "26089", "ETIQUETA": "Logronyo", "PENALES_GE": "PEN_15", "NOMBRE": "Logronyo", "PROVINCIA": "La Rioja", "TIPO_ENTID": "Municipio", "LON": "-2.44565538", "LAT": "42.46644945", "PENALES_10": "1949-1958", "PENALES_11": "65 (1949); 66 (1950); 30 (1953); 35 (1954); 50 (1955)", "PENALES_42": "Particular: Ingeniería y Construcciones Marcor SA", "PENALES_43": "Construccion del Pantano de Mansilla", "FECHA_FIN": 1949, "FECHA_INI": 1958 }, "geometry": { "type": "Point", "coordinates": [ -2.453947532865029, 42.463673963568326 ] } }, +{ "type": "Feature", "properties": { "ID": 4169, "ID_CODIGO": "0101S", "ID_HOJA": "13", "TIPO_0101": "MUNICIPIO", "CODIGO_INE": "13053", "ETIQUETA": "Manzanares", "PENALES_GE": "PEN_02", "NOMBRE": "Herrera de la Mancha", "PROVINCIA": "Ciudad Real", "TIPO_ENTID": "Entidad singular", "LON": "-3.24773295", "LAT": "39.08246702", "PENALES_10": "1961-1962", "PENALES_11": "96 (1962)", "PENALES_42": null, "PENALES_43": "Actividades agicolas y ganaderas", "FECHA_FIN": 1961, "FECHA_INI": 1962 }, "geometry": { "type": "Point", "coordinates": [ -3.376261145388998, 39.02728158551411 ] } }, +{ "type": "Feature", "properties": { "ID": 4590, "ID_CODIGO": "0101S", "ID_HOJA": "30", "TIPO_0101": "MUNICIPIO", "CODIGO_INE": "30028", "ETIQUETA": "Moratalla", "PENALES_GE": "PEN_13", "NOMBRE": "Salmeron", "PROVINCIA": "Murcia", "TIPO_ENTID": "Entidad singular", "LON": "-1.693612724", "LAT": "38.33453325", "PENALES_10": "1952-1957", "PENALES_11": "30 (1952); 70 (1954); 70 (1955)", "PENALES_42": "Particular: Construcciones civiles SA", "PENALES_43": "Pantano sobre el rio Segura", "FECHA_FIN": 1952, "FECHA_INI": 1957 }, "geometry": { "type": "Point", "coordinates": [ -1.99094658141272, 38.198899817863577 ] } }, +{ "type": "Feature", "properties": { "ID": 5010, "ID_CODIGO": "0101S", "ID_HOJA": "26", "TIPO_0101": "MUNICIPIO", "CODIGO_INE": "26112", "ETIQUETA": "Ortigosa de Cameros", "PENALES_GE": "PEN_16", "NOMBRE": "Ortigosa de Cameros", "PROVINCIA": "La Rioja", "TIPO_ENTID": "Municipio", "LON": "-2.70465368", "LAT": "42.1761987", "PENALES_10": "1953-1962", "PENALES_11": "37 (1953); 60 (1956); 555 (1958); 29 (1959); 83 (1960); 88 (1961); 66 (1962)", "PENALES_42": "Particular: Ereño y Cía SA", "PENALES_43": "Pantano Gonzalez Lacasa y canales de alimentacion", "FECHA_FIN": 1953, "FECHA_INI": 1962 }, "geometry": { "type": "Point", "coordinates": [ -2.714342424345813, 42.161139420790271 ] } }, +{ "type": "Feature", "properties": { "ID": 5038, "ID_CODIGO": "0101S", "ID_HOJA": "32", "TIPO_0101": "MUNICIPIO", "CODIGO_INE": "32054", "ETIQUETA": "Ourense", "PENALES_GE": "PEN_14", "NOMBRE": "Ourense", "PROVINCIA": "Ourense", "TIPO_ENTID": "Municipio", "LON": "-7.86368375", "LAT": "42.33654919", "PENALES_10": "1952-1953", "PENALES_11": "400 (1952); 100 (1953)", "PENALES_42": "Particular: Dragados y Construcciones", "PENALES_43": "Construccion Pantano y salto de agua San Esteban del Sil", "FECHA_FIN": 1952, "FECHA_INI": 1953 }, "geometry": { "type": "Point", "coordinates": [ -7.889790170575986, 42.350745577477689 ] } }, +{ "type": "Feature", "properties": { "ID": 5101, "ID_CODIGO": "0101S", "ID_HOJA": "19", "TIPO_0101": "MUNICIPIO", "CODIGO_INE": "19208", "ETIQUETA": "Palmaces de Jadraque", "PENALES_GE": "PEN_04", "NOMBRE": "Palmaces de Jadraque", "PROVINCIA": "Guadalajara", "TIPO_ENTID": "Municipio", "LON": "-2.91087565", "LAT": "41.05557016", "PENALES_10": "1942-1946", "PENALES_11": "50 (1942); 50 (1945)", "PENALES_42": "Particular: ECIA", "PENALES_43": "Construccion de pantano", "FECHA_FIN": 1942, "FECHA_INI": 1946 }, "geometry": { "type": "Point", "coordinates": [ -2.915225938895236, 41.059027859310156 ] } }, +{ "type": "Feature", "properties": { "ID": 5176, "ID_CODIGO": "0101S", "ID_HOJA": "28", "TIPO_0101": "MUNICIPIO", "CODIGO_INE": "28107", "ETIQUETA": "Patones", "PENALES_GE": "PEN_12", "NOMBRE": "Patones", "PROVINCIA": "Madrid", "TIPO_ENTID": "Municipio", "LON": "-3.49303196", "LAT": "40.86549042", "PENALES_10": "1957-1960", "PENALES_11": "62 (1958); 94 (1961)", "PENALES_42": "Particular: Construcción AMSA", "PENALES_43": "Abastecimiento de Madrid (Canal del Jarama)", "FECHA_FIN": 1957, "FECHA_INI": 1960 }, "geometry": { "type": "Point", "coordinates": [ -3.484801404498634, 40.882766244148172 ] } }, +{ "type": "Feature", "properties": { "ID": 5596, "ID_CODIGO": "0101S", "ID_HOJA": "22", "TIPO_0101": "MUNICIPIO", "CODIGO_INE": "22187", "ETIQUETA": "Puebla de Castro, La", "PENALES_GE": "PEN_05", "NOMBRE": "Lago de Barasona", "PROVINCIA": "Huesca", "TIPO_ENTID": "Entidad singular", "LON": "0.30855771", "LAT": "42.14693172", "PENALES_10": "1946-1949", "PENALES_11": "180 (1948)", "PENALES_42": null, "PENALES_43": "Construccion embalse y central electrica", "FECHA_FIN": 1946, "FECHA_INI": 1949 }, "geometry": { "type": "Point", "coordinates": [ 0.296706312526359, 42.136568451058537 ] } }, +{ "type": "Feature", "properties": { "ID": 5621, "ID_CODIGO": "0101S", "ID_HOJA": "41", "TIPO_0101": "MUNICIPIO", "CODIGO_INE": "41079", "ETIQUETA": "Puebla del Rio, La", "PENALES_GE": "PEN_21", "NOMBRE": "La Puebla del Rio", "PROVINCIA": "Sevilla", "TIPO_ENTID": "Municipio", "LON": "-6.06098644", "LAT": "37.26894589", "PENALES_10": "1952-1955", "PENALES_11": "50 (1952); 105 (1953); 50 (1954); 28 (1955)", "PENALES_42": "Oficial: INV; Particular: Gil Grávalos", "PENALES_43": "Transformacion agricola de la Isla Mayor.Construccion poblado El Puntal en zona arrocera", "FECHA_FIN": 1952, "FECHA_INI": 1955 }, "geometry": { "type": "Point", "coordinates": [ -6.144357045505601, 37.105964221872803 ] } }, +{ "type": "Feature", "properties": { "ID": 5869, "ID_CODIGO": "0101S", "ID_HOJA": "27", "TIPO_0101": "MUNICIPIO", "CODIGO_INE": "27054", "ETIQUETA": "Riotorto", "PENALES_GE": "PEN_10", "NOMBRE": "O Courel", "PROVINCIA": "Lugo", "TIPO_ENTID": "Entidad singular", "LON": "-7.24265041", "LAT": "43.25922401", "PENALES_10": "1955-1961", "PENALES_11": "50 (1955); 45 (1960); 39 (1961)", "PENALES_42": "Oficial: ingeniero jefe distrito de Lugo", "PENALES_43": "Repoblacion forestal", "FECHA_FIN": 1955, "FECHA_INI": 1961 }, "geometry": { "type": "Point", "coordinates": [ -7.264802610682334, 43.324906391471366 ] } }, +{ "type": "Feature", "properties": { "ID": 5988, "ID_CODIGO": "0101S", "ID_HOJA": "39", "TIPO_0101": "MUNICIPIO", "CODIGO_INE": "39065", "ETIQUETA": "Rozas de Valdearroyo, Las", "PENALES_GE": "PEN_17", "NOMBRE": "Arroyo", "PROVINCIA": "Cantabria", "TIPO_ENTID": "Entidad singular", "LON": "-4.05447654", "LAT": "42.97244015", "PENALES_10": "1943-1949", "PENALES_11": "258 (1943); 90 (1945); 86 (1946)", "PENALES_42": "Particular: Vías y Riegos", "PENALES_43": "Construccion de pantano en el Ebro", "FECHA_FIN": 1943, "FECHA_INI": 1949 }, "geometry": { "type": "Point", "coordinates": [ -4.02129402597924, 42.967644033157228 ] } }, +{ "type": "Feature", "properties": { "ID": 6605, "ID_CODIGO": "0101S", "ID_HOJA": "40", "TIPO_0101": "MUNICIPIO", "CODIGO_INE": "40194", "ETIQUETA": "Segovia", "PENALES_GE": "PEN_19", "NOMBRE": "Segovia", "PROVINCIA": "Segovia", "TIPO_ENTID": "Municipio", "LON": "-4.12524116", "LAT": "40.9498703", "PENALES_10": "?", "PENALES_11": null, "PENALES_42": null, "PENALES_43": "Pantanos y canales de riego", "FECHA_FIN": null, "FECHA_INI": null }, "geometry": { "type": "Point", "coordinates": [ -4.168816743529606, 40.902435466038774 ] } }, +{ "type": "Feature", "properties": { "ID": 6669, "ID_CODIGO": "0101S", "ID_HOJA": "45", "TIPO_0101": "MUNICIPIO", "CODIGO_INE": "45162", "ETIQUETA": "Sevilleja de la Jara", "PENALES_GE": "PEN_22", "NOMBRE": "Puerto Rey", "PROVINCIA": "Toledo", "TIPO_ENTID": "Entidad singular", "LON": "-5.02124105", "LAT": "39.44839036", "PENALES_10": "1944-", "PENALES_11": "50 (1944)", "PENALES_42": "Particular: Hnos. Nicolás González", "PENALES_43": "Obras de canales", "FECHA_FIN": 1944, "FECHA_INI": null }, "geometry": { "type": "Point", "coordinates": [ -4.955504446464523, 39.529660326065823 ] } }, +{ "type": "Feature", "properties": { "ID": 6820, "ID_CODIGO": "0101S", "ID_HOJA": "45", "TIPO_0101": "MUNICIPIO", "CODIGO_INE": "45165", "ETIQUETA": "Talavera de la Reina", "PENALES_GE": "PEN_23", "NOMBRE": "Talavera de la Reina", "PROVINCIA": "Toledo", "TIPO_ENTID": "Municipio", "LON": "-4.83370199", "LAT": "39.96016737", "PENALES_10": "1942-", "PENALES_11": "342 (1942)", "PENALES_42": "Particular: Hnos. Nicolás González", "PENALES_43": "Presa del Alberche", "FECHA_FIN": 1942, "FECHA_INI": null }, "geometry": { "type": "Point", "coordinates": [ -4.849164112687478, 39.953727453826033 ] } }, +{ "type": "Feature", "properties": { "ID": 6860, "ID_CODIGO": "0101S", "ID_HOJA": "50", "TIPO_0101": "MUNICIPIO", "CODIGO_INE": "50252", "ETIQUETA": "Tauste", "PENALES_GE": "PEN_28", "NOMBRE": "Tauste", "PROVINCIA": "Zaragoza", "TIPO_ENTID": "Municipio", "LON": "-1.25694062", "LAT": "41.92139418", "PENALES_10": "1956-1959", "PENALES_11": "11 (1959)", "PENALES_42": "Particular: Bernal Pareja SA", "PENALES_43": "Transformacion en regadio y red de acequias al canal de las Bardenas", "FECHA_FIN": 1956, "FECHA_INI": 1959 }, "geometry": { "type": "Point", "coordinates": [ -1.201983595871645, 41.948501198951945 ] } }, +{ "type": "Feature", "properties": { "ID": 6948, "ID_CODIGO": "0101S", "ID_HOJA": "49", "TIPO_0101": "MUNICIPIO", "CODIGO_INE": "49219", "ETIQUETA": "Toro", "PENALES_GE": "PEN_27", "NOMBRE": "Toro", "PROVINCIA": "Zamora", "TIPO_ENTID": "Municipio", "LON": "-5.39464249", "LAT": "41.51990968", "PENALES_10": "1949-1951", "PENALES_11": "17 (1949); 60 (1950)", "PENALES_42": "Particular: Gutiérrez Oliva y Bourne SA", "PENALES_43": "Primer tramo Canal de Toro", "FECHA_FIN": 1949, "FECHA_INI": 1951 }, "geometry": { "type": "Point", "coordinates": [ -5.436185775300411, 41.473664323099761 ] } }, +{ "type": "Feature", "properties": { "ID": 7386, "ID_CODIGO": "0101S", "ID_HOJA": "47", "TIPO_0101": "MUNICIPIO", "CODIGO_INE": "47186", "ETIQUETA": "Valladolid", "PENALES_GE": "PEN_25", "NOMBRE": "Valladolid", "PROVINCIA": "Valladolid", "TIPO_ENTID": "Municipio", "LON": "-4.72334924", "LAT": "41.65232777", "PENALES_10": "?", "PENALES_11": null, "PENALES_42": null, "PENALES_43": "Pantano y canales rio Riaza", "FECHA_FIN": null, "FECHA_INI": null }, "geometry": { "type": "Point", "coordinates": [ -4.777245726307775, 41.661674380123905 ] } }, +{ "type": "Feature", "properties": { "ID": 8188, "ID_CODIGO": "0101S", "ID_HOJA": "50", "TIPO_0101": "MUNICIPIO", "CODIGO_INE": "50298", "ETIQUETA": "Zuera", "PENALES_GE": "PEN_29", "NOMBRE": "Zuera", "PROVINCIA": "Zaragoza", "TIPO_ENTID": "Municipio", "LON": "-0.78671918", "LAT": "41.86907598", "PENALES_10": "1944-", "PENALES_11": "55 (1944)", "PENALES_42": "Particular: J. Dobarco", "PENALES_43": "Construccion de acequias", "FECHA_FIN": 1944, "FECHA_INI": null }, "geometry": { "type": "Point", "coordinates": [ -0.817802348432546, 41.908023578924961 ] } } +] +} diff --git a/docs/colonizacion-leaflet/data/PobladosColonizacion.geojson b/docs/colonizacion-leaflet/data/PobladosColonizacion.geojson new file mode 100644 index 0000000..8797597 --- /dev/null +++ b/docs/colonizacion-leaflet/data/PobladosColonizacion.geojson @@ -0,0 +1,280 @@ +{ +"type": "FeatureCollection", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, +"features": [ +{ "type": "Feature", "properties": { "id": 1.0, "POBLADO": "Adriano", "IGN": "Marisma y Puntales Adriano", "PROVINCIA": "Sevilla", "ANO": 1965.0, "coord_X": -6.00252, "coord_Y": 37.189545 }, "geometry": { "type": "Point", "coordinates": [ -6.00251966, 37.189545249091204 ] } }, +{ "type": "Feature", "properties": { "id": 2.0, "POBLADO": "Águeda del Castillo", "IGN": "Águeda del Caudillo", "PROVINCIA": "Salamanca", "ANO": 1949.0, "coord_X": -6.499125, "coord_Y": 40.56103 }, "geometry": { "type": "Point", "coordinates": [ -6.49912514, 40.561029879067817 ] } }, +{ "type": "Feature", "properties": { "id": 3.0, "POBLADO": "Alagón del Caudillo", "IGN": "Alagón del Río", "PROVINCIA": "Cáceres", "ANO": 1957.0, "coord_X": -6.316975, "coord_Y": 39.973591 }, "geometry": { "type": "Point", "coordinates": [ -6.31697452, 39.973591379070982 ] } }, +{ "type": "Feature", "properties": { "id": 4.0, "POBLADO": "Alberche del Caudillo", "IGN": "Alberche del Caudillo", "PROVINCIA": "Toledo", "ANO": 1952.0, "coord_X": -4.931707, "coord_Y": 39.910801 }, "geometry": { "type": "Point", "coordinates": [ -4.93170682, 39.910801269071335 ] } }, +{ "type": "Feature", "properties": { "id": 5.0, "POBLADO": "Aldea de Santa Cruz", "IGN": "Santa Cruz", "PROVINCIA": "Córdoba", "ANO": 1956.0, "coord_X": -4.631241, "coord_Y": 37.734353 }, "geometry": { "type": "Point", "coordinates": [ -4.63124133, 37.734353089086554 ] } }, +{ "type": "Feature", "properties": { "id": 6.0, "POBLADO": "Aldea del Conde", "IGN": "Talavera la Real", "PROVINCIA": "Badajoz", "ANO": 1968.0, "coord_X": -6.769931, "coord_Y": 38.878444 }, "geometry": { "type": "Point", "coordinates": [ -6.76993127, 38.878443559077894 ] } }, +{ "type": "Feature", "properties": { "id": 7.0, "POBLADO": "Alera", "IGN": "Alera", "PROVINCIA": "Zaragoza", "ANO": 1960.0, "coord_X": -1.351146, "coord_Y": 42.309353 }, "geometry": { "type": "Point", "coordinates": [ -1.35114641, 42.30935259906078 ] } }, +{ "type": "Feature", "properties": { "id": 8.0, "POBLADO": "Algallarín", "IGN": "Algallarín", "PROVINCIA": "Córdoba", "ANO": 1953.0, "coord_X": -4.456295, "coord_Y": 37.999805 }, "geometry": { "type": "Point", "coordinates": [ -4.45629543, 37.999804649084417 ] } }, +{ "type": "Feature", "properties": { "id": 9.0, "POBLADO": "Aljaima", "IGN": "Nueva Aljaima-Tres Leguas", "PROVINCIA": "Málaga", "ANO": 1971.0, "coord_X": -4.630935, "coord_Y": 36.729223 }, "geometry": { "type": "Point", "coordinates": [ -4.63093476, 36.729222819095369 ] } }, +{ "type": "Feature", "properties": { "id": 10.0, "POBLADO": "Alonso Ojeda", "IGN": "Alonso de Ojeda", "PROVINCIA": "Cáceres", "ANO": 1964.0, "coord_X": -5.955951, "coord_Y": 39.103691 }, "geometry": { "type": "Point", "coordinates": [ -5.95595098, 39.103691069076376 ] } }, +{ "type": "Feature", "properties": { "id": 11.0, "POBLADO": "Alvarado", "IGN": "Alvarado", "PROVINCIA": "Badajoz", "ANO": 1961.0, "coord_X": -6.791336, "coord_Y": 38.808446 }, "geometry": { "type": "Point", "coordinates": [ -6.79133648, 38.808446439078388 ] } }, +{ "type": "Feature", "properties": { "id": 12.0, "POBLADO": "Amatos", "IGN": "Amatos", "PROVINCIA": "Salamanca", "ANO": 1962.0, "coord_X": -5.505729, "coord_Y": 40.964079 }, "geometry": { "type": "Point", "coordinates": [ -5.50572878, 40.964079119065886 ] } }, +{ "type": "Feature", "properties": { "id": 13.0, "POBLADO": "Arneiro", "IGN": "Arneiro", "PROVINCIA": "Lugo", "ANO": 1958.0, "coord_X": -7.487895, "coord_Y": 43.266432 }, "geometry": { "type": "Point", "coordinates": [ -7.48789463, 43.26643241905839 ] } }, +{ "type": "Feature", "properties": { "id": 14.0, "POBLADO": "Arrabal de San Sebastián", "IGN": "Arrabal de San Sebastián", "PROVINCIA": "Salamanca", "ANO": 1953.0, "coord_X": -6.520918, "coord_Y": 40.581757 }, "geometry": { "type": "Point", "coordinates": [ -6.52091819, 40.581757489067726 ] } }, +{ "type": "Feature", "properties": { "id": 15.0, "POBLADO": "Arroturas", "IGN": "Arroturas", "PROVINCIA": "Jaén", "ANO": 1956.0, "coord_X": -3.049599, "coord_Y": 38.056393 }, "geometry": { "type": "Point", "coordinates": [ -3.0495986, 38.056393119083978 ] } }, +{ "type": "Feature", "properties": { "id": 16.0, "POBLADO": "Artasona del Llano", "IGN": "Artasona del Llano", "PROVINCIA": "Huesca", "ANO": 1952.0, "coord_X": -0.57725, "coord_Y": 42.003372 }, "geometry": { "type": "Point", "coordinates": [ -0.57724968, 42.003372339061762 ] } }, +{ "type": "Feature", "properties": { "id": 17.0, "POBLADO": "Atochares", "IGN": "Atochares", "PROVINCIA": "Almería", "ANO": 1960.0, "coord_X": -2.159647, "coord_Y": 36.880925 }, "geometry": { "type": "Point", "coordinates": [ -2.15964731, 36.880924719093976 ] } }, +{ "type": "Feature", "properties": { "id": 18.0, "POBLADO": "Balboa", "IGN": "Balboa", "PROVINCIA": "Badajoz", "ANO": 1955.0, "coord_X": -6.817176, "coord_Y": 38.904889 }, "geometry": { "type": "Point", "coordinates": [ -6.81717629, 38.904889209077709 ] } }, +{ "type": "Feature", "properties": { "id": 19.0, "POBLADO": "Barbaño", "IGN": "Barbaño", "PROVINCIA": "Badajoz", "ANO": 1953.0, "coord_X": -6.586675, "coord_Y": 38.874221 }, "geometry": { "type": "Point", "coordinates": [ -6.58667501, 38.874221389077917 ] } }, +{ "type": "Feature", "properties": { "id": 20.0, "POBLADO": "Barca de la Florida", "IGN": "La Barca de la Florida", "PROVINCIA": "Cádiz", "ANO": 1956.0, "coord_X": -5.935398, "coord_Y": 36.64761 }, "geometry": { "type": "Point", "coordinates": [ -5.93539845, 36.647610489096138 ] } }, +{ "type": "Feature", "properties": { "id": 21.0, "POBLADO": "Bárcena del Caudillo", "IGN": "Bárcena del Bierzo", "PROVINCIA": "León", "ANO": 1956.0, "coord_X": -6.594385, "coord_Y": 42.604354 }, "geometry": { "type": "Point", "coordinates": [ -6.59438491, 42.604353939059926 ] } }, +{ "type": "Feature", "properties": { "id": 22.0, "POBLADO": "Bárdena del Caudillo", "IGN": "Bardenas", "PROVINCIA": "Zaragoza", "ANO": 1953.0, "coord_X": -1.200876, "coord_Y": 42.175156 }, "geometry": { "type": "Point", "coordinates": [ -1.20087584, 42.175155909061196 ] } }, +{ "type": "Feature", "properties": { "id": 23.0, "POBLADO": "Barquilla de Pinares", "IGN": "Barquilla de Pinares", "PROVINCIA": "Cáceres", "ANO": 1957.0, "coord_X": -5.439768, "coord_Y": 40.052115 }, "geometry": { "type": "Point", "coordinates": [ -5.43976784, 40.052115199070535 ] } }, +{ "type": "Feature", "properties": { "id": 24.0, "POBLADO": "Bazán", "IGN": "Bazán", "PROVINCIA": "Ciudad Real", "ANO": 1955.0, "coord_X": -3.544542, "coord_Y": 38.600296 }, "geometry": { "type": "Point", "coordinates": [ -3.54454237, 38.600295659079862 ] } }, +{ "type": "Feature", "properties": { "id": 25.0, "POBLADO": "Belvís del Jarama", "IGN": "Belvis del Jarama", "PROVINCIA": "Madrid", "ANO": 1949.0, "coord_X": -3.550581, "coord_Y": 40.562991 }, "geometry": { "type": "Point", "coordinates": [ -3.55058119, 40.56299111906781 ] } }, +{ "type": "Feature", "properties": { "id": 26.0, "POBLADO": "Bembezar del Caudillo", "IGN": "Bembézar del Caudillo", "PROVINCIA": "Córdoba", "ANO": 1958.0, "coord_X": -5.237822, "coord_Y": 37.795016 }, "geometry": { "type": "Point", "coordinates": [ -5.23782222, 37.795015859086057 ] } }, +{ "type": "Feature", "properties": { "id": 27.0, "POBLADO": "Bernuy", "IGN": "Bernúy", "PROVINCIA": "Toledo", "ANO": 1946.0, "coord_X": -4.59708, "coord_Y": 39.921748 }, "geometry": { "type": "Point", "coordinates": [ -4.5970802, 39.92174823907127 ] } }, +{ "type": "Feature", "properties": { "id": 28.0, "POBLADO": "Brovales", "IGN": "Brovales", "PROVINCIA": "Badajoz", "ANO": 1958.0, "coord_X": -6.683713, "coord_Y": 38.349994 }, "geometry": { "type": "Point", "coordinates": [ -6.68371324, 38.349994089081711 ] } }, +{ "type": "Feature", "properties": { "id": 29.0, "POBLADO": "Buenavista", "IGN": "Buenavista", "PROVINCIA": "Granada", "ANO": 1957.0, "coord_X": -3.988162, "coord_Y": 37.105603 }, "geometry": { "type": "Point", "coordinates": [ -3.98816243, 37.10560344909193 ] } }, +{ "type": "Feature", "properties": { "id": 30.0, "POBLADO": "Burguillos", "IGN": "Burguillos", "PROVINCIA": "Sevilla", "ANO": 1954.0, "coord_X": -5.966778, "coord_Y": 37.58683 }, "geometry": { "type": "Point", "coordinates": [ -5.96677775, 37.586829969087781 ] } }, +{ "type": "Feature", "properties": { "id": 31.0, "POBLADO": "Calahonda", "IGN": "Calahonda", "PROVINCIA": "Granada", "ANO": 1959.0, "coord_X": -3.415475, "coord_Y": 36.701089 }, "geometry": { "type": "Point", "coordinates": [ -3.41547528, 36.701089079095638 ] } }, +{ "type": "Feature", "properties": { "id": 32.0, "POBLADO": "Calera y Chozas", "IGN": "Calera y Chozas", "PROVINCIA": "Toledo", "ANO": 1952.0, "coord_X": -4.978464, "coord_Y": 39.88104 }, "geometry": { "type": "Point", "coordinates": [ -4.97846399, 39.881040049071508 ] } }, +{ "type": "Feature", "properties": { "id": 33.0, "POBLADO": "Calonge", "IGN": "El Calonge", "PROVINCIA": "Córdoba", "ANO": 1954.0, "coord_X": -5.376141, "coord_Y": 37.671231 }, "geometry": { "type": "Point", "coordinates": [ -5.37614093, 37.67123117908708 ] } }, +{ "type": "Feature", "properties": { "id": 34.0, "POBLADO": "Campillo del Río", "IGN": "Campillo del Río", "PROVINCIA": "Jaén", "ANO": 1953.0, "coord_X": -3.666631, "coord_Y": 37.958712 }, "geometry": { "type": "Point", "coordinates": [ -3.66663066, 37.95871240908474 ] } }, +{ "type": "Feature", "properties": { "id": 35.0, "POBLADO": "Campo Hermoso", "IGN": "Campohermoso", "PROVINCIA": "Almería", "ANO": 1958.0, "coord_X": -2.131522, "coord_Y": 36.936882 }, "geometry": { "type": "Point", "coordinates": [ -2.1315216, 36.936881579093466 ] } }, +{ "type": "Feature", "properties": { "id": 36.0, "POBLADO": "Camponuevo del Caudillo", "IGN": "La Mojonera", "PROVINCIA": "Almería", "ANO": 1958.0, "coord_X": -2.450375, "coord_Y": 37.289717 }, "geometry": { "type": "Point", "coordinates": [ -2.45037487, 37.289716589090318 ] } }, +{ "type": "Feature", "properties": { "id": 37.0, "POBLADO": "Camporreal", "IGN": "Campo Real", "PROVINCIA": "Zaragoza", "ANO": 1959.0, "coord_X": -1.262493, "coord_Y": 42.544485 }, "geometry": { "type": "Point", "coordinates": [ -1.26249328, 42.544484659060096 ] } }, +{ "type": "Feature", "properties": { "id": 38.0, "POBLADO": "Cantalobos", "IGN": "Cantalobos", "PROVINCIA": "Huesca", "ANO": 1956.0, "coord_X": -0.360428, "coord_Y": 41.830179 }, "geometry": { "type": "Point", "coordinates": [ -0.3604283, 41.830179349062355 ] } }, +{ "type": "Feature", "properties": { "id": 39.0, "POBLADO": "Canturias", "IGN": "Las herencias", "PROVINCIA": "Toledo", "ANO": 1958.0, "coord_X": -4.921368, "coord_Y": 39.867766 }, "geometry": { "type": "Point", "coordinates": [ -4.92136776, 39.867765879071577 ] } }, +{ "type": "Feature", "properties": { "id": 40.0, "POBLADO": "Cañada del Agra", "IGN": "Cañada de Agra", "PROVINCIA": "Albacete", "ANO": 1962.0, "coord_X": -1.696784, "coord_Y": 38.468409 }, "geometry": { "type": "Point", "coordinates": [ -1.69678356, 38.468409429080829 ] } }, +{ "type": "Feature", "properties": { "id": 41.0, "POBLADO": "Cañatalba Alta", "IGN": "Domingo Pérez de Granada", "PROVINCIA": "Granada", "ANO": 1965.0, "coord_X": -3.509212, "coord_Y": 37.49645 }, "geometry": { "type": "Point", "coordinates": [ -3.50921227, 37.496449639088539 ] } }, +{ "type": "Feature", "properties": { "id": 42.0, "POBLADO": "Carrascalejo de Huebra", "IGN": "Carrascalejo de Huebra", "PROVINCIA": "Salamanca", "ANO": 1960.0, "coord_X": -6.055131, "coord_Y": 40.720791 }, "geometry": { "type": "Point", "coordinates": [ -6.05513098, 40.720791399067039 ] } }, +{ "type": "Feature", "properties": { "id": 43.0, "POBLADO": "Cártama", "IGN": "Cártama", "PROVINCIA": "Málaga", "ANO": 1965.0, "coord_X": -4.631717, "coord_Y": 36.710058 }, "geometry": { "type": "Point", "coordinates": [ -4.63171653, 36.710057819095546 ] } }, +{ "type": "Feature", "properties": { "id": 44.0, "POBLADO": "Cartuja de Monegros", "IGN": "La Cartuja de Monegros", "PROVINCIA": "Huesca", "ANO": 1956.0, "coord_X": -0.288321, "coord_Y": 41.75555 }, "geometry": { "type": "Point", "coordinates": [ -0.28832056, 41.755550449062639 ] } }, +{ "type": "Feature", "properties": { "id": 45.0, "POBLADO": "Casar de Miajadas", "IGN": "Casar de Miajadas", "PROVINCIA": "Cáceres", "ANO": 1962.0, "coord_X": -5.836438, "coord_Y": 39.121977 }, "geometry": { "type": "Point", "coordinates": [ -5.83643806, 39.12197692907624 ] } }, +{ "type": "Feature", "properties": { "id": 46.0, "POBLADO": "Castellar de la Frontera", "IGN": "Castellar de la Frontera", "PROVINCIA": "Cádiz", "ANO": 1968.0, "coord_X": -5.453034, "coord_Y": 36.318745 }, "geometry": { "type": "Point", "coordinates": [ -5.45303398, 36.318744969099285 ] } }, +{ "type": "Feature", "properties": { "id": 47.0, "POBLADO": "Castillejo", "IGN": "Castillejo", "PROVINCIA": "Salamanca", "ANO": 1959.0, "coord_X": -5.656803, "coord_Y": 40.685382 }, "geometry": { "type": "Point", "coordinates": [ -5.65680259, 40.685382149067216 ] } }, +{ "type": "Feature", "properties": { "id": 48.0, "POBLADO": "Castillo de Doña Blanca", "IGN": "San Isidro del Guadalete", "PROVINCIA": "Cádiz", "ANO": 1964.0, "coord_X": -5.988922, "coord_Y": 36.643576 }, "geometry": { "type": "Point", "coordinates": [ -5.98892232, 36.643575589096166 ] } }, +{ "type": "Feature", "properties": { "id": 49.0, "POBLADO": "Cerralba", "IGN": "Cerralba", "PROVINCIA": "Málaga", "ANO": 1962.0, "coord_X": -4.722332, "coord_Y": 36.745242 }, "geometry": { "type": "Point", "coordinates": [ -4.72233235, 36.745242229095233 ] } }, +{ "type": "Feature", "properties": { "id": 50.0, "POBLADO": "Céspedes", "IGN": "Céspedes", "PROVINCIA": "Córdoba", "ANO": 1958.0, "coord_X": -5.25579, "coord_Y": 37.755861 }, "geometry": { "type": "Point", "coordinates": [ -5.25578966, 37.755860909086373 ] } }, +{ "type": "Feature", "properties": { "id": 51.0, "POBLADO": "Chapatales", "IGN": "Los Chapatales", "PROVINCIA": "Sevilla", "ANO": 1963.0, "coord_X": -5.984005, "coord_Y": 37.151027 }, "geometry": { "type": "Point", "coordinates": [ -5.98400522, 37.151027019091543 ] } }, +{ "type": "Feature", "properties": { "id": 52.0, "POBLADO": "Cilloruelo", "IGN": "Cilloruelo", "PROVINCIA": "Salamanca", "ANO": 1961.0, "coord_X": -5.473724, "coord_Y": 40.912079 }, "geometry": { "type": "Point", "coordinates": [ -5.47372439, 40.912078569066139 ] } }, +{ "type": "Feature", "properties": { "id": 53.0, "POBLADO": "Cinco Casas", "IGN": "Cinco Casas", "PROVINCIA": "Ciudad Real", "ANO": 1957.0, "coord_X": -3.235725, "coord_Y": 39.17445 }, "geometry": { "type": "Point", "coordinates": [ -3.23572473, 39.174449929075891 ] } }, +{ "type": "Feature", "properties": { "id": 54.0, "POBLADO": "Conejera", "IGN": "Ciudad Rodrigo", "PROVINCIA": "Salamanca", "ANO": 1956.0, "coord_X": -6.534158, "coord_Y": 40.597309 }, "geometry": { "type": "Point", "coordinates": [ -6.5341577, 40.597308559067642 ] } }, +{ "type": "Feature", "properties": { "id": 55.0, "POBLADO": "Conquista", "IGN": "Conquista del Guadiana", "PROVINCIA": "Badajoz", "ANO": 1964.0, "coord_X": -6.038124, "coord_Y": 39.075094 }, "geometry": { "type": "Point", "coordinates": [ -6.03812408, 39.075094019076552 ] } }, +{ "type": "Feature", "properties": { "id": 56.0, "POBLADO": "Corbaz", "IGN": "Curbe", "PROVINCIA": "Huesca", "ANO": 1956.0, "coord_X": -0.312093, "coord_Y": 41.906056 }, "geometry": { "type": "Point", "coordinates": [ -0.3120932, 41.906056489062095 ] } }, +{ "type": "Feature", "properties": { "id": 57.0, "POBLADO": "Corchuna", "IGN": "Carchuna", "PROVINCIA": "Granada", "ANO": 1964.0, "coord_X": -3.442711, "coord_Y": 36.702749 }, "geometry": { "type": "Point", "coordinates": [ -3.44271113, 36.70274889909561 ] } }, +{ "type": "Feature", "properties": { "id": 58.0, "POBLADO": "Cordobilla", "IGN": "Cordobilla", "PROVINCIA": "Córdoba", "ANO": 1964.0, "coord_X": -4.728934, "coord_Y": 37.35917 }, "geometry": { "type": "Point", "coordinates": [ -4.72893409, 37.359169499089724 ] } }, +{ "type": "Feature", "properties": { "id": 59.0, "POBLADO": "Corralejos", "IGN": "Cazalegas", "PROVINCIA": "Toledo", "ANO": 1958.0, "coord_X": -4.677371, "coord_Y": 40.010787 }, "geometry": { "type": "Point", "coordinates": [ -4.67737088, 40.010787059070765 ] } }, +{ "type": "Feature", "properties": { "id": 60.0, "POBLADO": "Cortichelles", "IGN": "Cortichelles", "PROVINCIA": "València\/Valencia", "ANO": 1962.0, "coord_X": -0.617055, "coord_Y": 39.399239 }, "geometry": { "type": "Point", "coordinates": [ -0.61705517, 39.399239089074435 ] } }, +{ "type": "Feature", "properties": { "id": 61.0, "POBLADO": "Cortijo de San Isidro", "IGN": "Cortijo de San Isidro", "PROVINCIA": "Madrid", "ANO": 1947.0, "coord_X": -3.565587, "coord_Y": 40.055068 }, "geometry": { "type": "Point", "coordinates": [ -3.56558652, 40.055068179070517 ] } }, +{ "type": "Feature", "properties": { "id": 62.0, "POBLADO": "Cortijo Nuevo", "IGN": "Cortijo Nuevo", "PROVINCIA": "Jaén", "ANO": 1959.0, "coord_X": -3.021922, "coord_Y": 37.614002 }, "geometry": { "type": "Point", "coordinates": [ -3.02192216, 37.614002179087549 ] } }, +{ "type": "Feature", "properties": { "id": 63.0, "POBLADO": "Cotilfar Baja", "IGN": "Cotilfar", "PROVINCIA": "Granada", "ANO": 1959.0, "coord_X": -3.474599, "coord_Y": 37.515026 }, "geometry": { "type": "Point", "coordinates": [ -3.47459865, 37.515026219088391 ] } }, +{ "type": "Feature", "properties": { "id": 64.0, "POBLADO": "Coto de Bornos", "IGN": "Coto de Bornos", "PROVINCIA": "Cádiz", "ANO": 1952.0, "coord_X": -5.693123, "coord_Y": 36.8516 }, "geometry": { "type": "Point", "coordinates": [ -5.69312301, 36.851599999094248 ] } }, +{ "type": "Feature", "properties": { "id": 65.0, "POBLADO": "Docenario", "IGN": "San Cristóbal de Zalamea", "PROVINCIA": "Badajoz", "ANO": 1959.0, "coord_X": -5.694019, "coord_Y": 38.678495 }, "geometry": { "type": "Point", "coordinates": [ -5.69401855, 38.678494599079308 ] } }, +{ "type": "Feature", "properties": { "id": 66.0, "POBLADO": "Donadío", "IGN": "Donadío", "PROVINCIA": "Jaén", "ANO": 1954.0, "coord_X": -3.365955, "coord_Y": 37.927587 }, "geometry": { "type": "Point", "coordinates": [ -3.36595536, 37.927587329084993 ] } }, +{ "type": "Feature", "properties": { "id": 67.0, "POBLADO": "Doña Ana", "IGN": "Doña Ana", "PROVINCIA": "Málaga", "ANO": 1965.0, "coord_X": -4.592072, "coord_Y": 36.717703 }, "geometry": { "type": "Point", "coordinates": [ -4.592072222, 36.717702799095477 ] } }, +{ "type": "Feature", "properties": { "id": 68.0, "POBLADO": "El Arquillo", "IGN": "Arquillos", "PROVINCIA": "Jaén", "ANO": 1960.0, "coord_X": -3.43144, "coord_Y": 38.182 }, "geometry": { "type": "Point", "coordinates": [ -3.43144008, 38.181999609082993 ] } }, +{ "type": "Feature", "properties": { "id": 69.0, "POBLADO": "El Batán", "IGN": "El Batán", "PROVINCIA": "Cáceres", "ANO": 1957.0, "coord_X": -6.375107, "coord_Y": 39.973628 }, "geometry": { "type": "Point", "coordinates": [ -6.37510672, 39.973627929070979 ] } }, +{ "type": "Feature", "properties": { "id": 70.0, "POBLADO": "El Bayo", "IGN": "El Bayo", "PROVINCIA": "Zaragoza", "ANO": 1954.0, "coord_X": -1.26408, "coord_Y": 42.188288 }, "geometry": { "type": "Point", "coordinates": [ -1.26408018, 42.188288179061153 ] } }, +{ "type": "Feature", "properties": { "id": 71.0, "POBLADO": "El Bercial", "IGN": "El Bercial", "PROVINCIA": "Toledo", "ANO": 1953.0, "coord_X": -5.107936, "coord_Y": 39.790165 }, "geometry": { "type": "Point", "coordinates": [ -5.10793594, 39.79016547907203 ] } }, +{ "type": "Feature", "properties": { "id": 72.0, "POBLADO": "El Boyeral", "IGN": "Sangüesa\/Zangoza", "PROVINCIA": "Navarra", "ANO": 1959.0, "coord_X": -1.282583, "coord_Y": 42.575289 }, "geometry": { "type": "Point", "coordinates": [ -1.28258288, 42.575288819059999 ] } }, +{ "type": "Feature", "properties": { "id": 73.0, "POBLADO": "El Chaparral", "IGN": "El Chaparral", "PROVINCIA": "Granada", "ANO": 1957.0, "coord_X": -3.656452, "coord_Y": 37.256633 }, "geometry": { "type": "Point", "coordinates": [ -3.65645197, 37.256633339090598 ] } }, +{ "type": "Feature", "properties": { "id": 74.0, "POBLADO": "El Cuervo", "IGN": "El Cuervo", "PROVINCIA": "Sevilla", "ANO": 1946.0, "coord_X": -6.040993, "coord_Y": 36.854772 }, "geometry": { "type": "Point", "coordinates": [ -6.04099329, 36.854772379094207 ] } }, +{ "type": "Feature", "properties": { "id": 75.0, "POBLADO": "El Priorato", "IGN": "El Priorato", "PROVINCIA": "Sevilla", "ANO": 1964.0, "coord_X": -5.43967, "coord_Y": 37.690209 }, "geometry": { "type": "Point", "coordinates": [ -5.43967049, 37.690209379086909 ] } }, +{ "type": "Feature", "properties": { "id": 76.0, "POBLADO": "El Puntalón", "IGN": "Puntalón", "PROVINCIA": "Granada", "ANO": 1960.0, "coord_X": -3.48058, "coord_Y": 36.72888 }, "geometry": { "type": "Point", "coordinates": [ -3.48057961, 36.728879809095375 ] } }, +{ "type": "Feature", "properties": { "id": 77.0, "POBLADO": "El Realengo", "IGN": "El Realengo", "PROVINCIA": "Alacant\/Alicante", "ANO": 1959.0, "coord_X": -0.811499, "coord_Y": 38.201282 }, "geometry": { "type": "Point", "coordinates": [ -0.8114988, 38.201282339082852 ] } }, +{ "type": "Feature", "properties": { "id": 78.0, "POBLADO": "El Temple", "IGN": "El Temple", "PROVINCIA": "Huesca", "ANO": 1946.0, "coord_X": -0.751517, "coord_Y": 41.97495 }, "geometry": { "type": "Point", "coordinates": [ -0.7515171, 41.97495009906185 ] } }, +{ "type": "Feature", "properties": { "id": 79.0, "POBLADO": "El Torno", "IGN": "El Torno", "PROVINCIA": "Cádiz", "ANO": 1943.0, "coord_X": -5.970114, "coord_Y": 36.619715 }, "geometry": { "type": "Point", "coordinates": [ -5.97011419, 36.619714969096407 ] } }, +{ "type": "Feature", "properties": { "id": 80.0, "POBLADO": "El Torrejón", "IGN": "Torrejón de Alba", "PROVINCIA": "Salamanca", "ANO": 1960.0, "coord_X": -5.541495, "coord_Y": 40.796663 }, "geometry": { "type": "Point", "coordinates": [ -5.54149454, 40.796662689066679 ] } }, +{ "type": "Feature", "properties": { "id": 81.0, "POBLADO": "El Torviscal", "IGN": "El Torviscal", "PROVINCIA": "Badajoz", "ANO": 1957.0, "coord_X": -5.75585, "coord_Y": 39.072109 }, "geometry": { "type": "Point", "coordinates": [ -5.75585034, 39.072108709076574 ] } }, +{ "type": "Feature", "properties": { "id": 82.0, "POBLADO": "El Trobal", "IGN": "El Trobal", "PROVINCIA": "Sevilla", "ANO": 1962.0, "coord_X": -5.949661, "coord_Y": 37.107283 }, "geometry": { "type": "Point", "coordinates": [ -5.94966067, 37.10728317909193 ] } }, +{ "type": "Feature", "properties": { "id": 83.0, "POBLADO": "Encinarejo", "IGN": "Encinarejo de Córdoba", "PROVINCIA": "Córdoba", "ANO": 1948.0, "coord_X": -4.927943, "coord_Y": 37.831708 }, "geometry": { "type": "Point", "coordinates": [ -4.9279429, 37.831708389085755 ] } }, +{ "type": "Feature", "properties": { "id": 84.0, "POBLADO": "Entrerríos", "IGN": "Entrerríos", "PROVINCIA": "Badajoz", "ANO": 1955.0, "coord_X": -5.721124, "coord_Y": 38.995446 }, "geometry": { "type": "Point", "coordinates": [ -5.72112444, 38.995445959077088 ] } }, +{ "type": "Feature", "properties": { "id": 85.0, "POBLADO": "Espeluy", "IGN": "Espelúy", "PROVINCIA": "Jaén", "ANO": 1961.0, "coord_X": -3.862144, "coord_Y": 38.032247 }, "geometry": { "type": "Point", "coordinates": [ -3.86214441, 38.032246669084152 ] } }, +{ "type": "Feature", "properties": { "id": 86.0, "POBLADO": "Esquivel", "IGN": "Esquivel", "PROVINCIA": "Sevilla", "ANO": 1951.0, "coord_X": -5.944791, "coord_Y": 37.545771 }, "geometry": { "type": "Point", "coordinates": [ -5.94479073, 37.545771039088123 ] } }, +{ "type": "Feature", "properties": { "id": 87.0, "POBLADO": "Estacada", "IGN": "La Estacada", "PROVINCIA": "Murcia", "ANO": 1969.0, "coord_X": -1.335847, "coord_Y": 38.462935 }, "geometry": { "type": "Point", "coordinates": [ -1.33584653, 38.462935079080872 ] } }, +{ "type": "Feature", "properties": { "id": 88.0, "POBLADO": "Estella del Marqués", "IGN": "Estella del Marqués", "PROVINCIA": "Cádiz", "ANO": 1954.0, "coord_X": -6.075115, "coord_Y": 36.684977 }, "geometry": { "type": "Point", "coordinates": [ -6.07511451, 36.684976839095782 ] } }, +{ "type": "Feature", "properties": { "id": 89.0, "POBLADO": "Figarol", "IGN": "Figarol", "PROVINCIA": "Navarra", "ANO": 1962.0, "coord_X": -1.367952, "coord_Y": 42.351056 }, "geometry": { "type": "Point", "coordinates": [ -1.36795222, 42.35105610906065 ] } }, +{ "type": "Feature", "properties": { "id": 90.0, "POBLADO": "Foncastín de Oliegos", "IGN": "Foncastín", "PROVINCIA": "Valladolid", "ANO": 1946.0, "coord_X": -5.018462, "coord_Y": 41.435035 }, "geometry": { "type": "Point", "coordinates": [ -5.01846236, 41.435035069063865 ] } }, +{ "type": "Feature", "properties": { "id": 91.0, "POBLADO": "Francos", "IGN": "Nuevo Francos", "PROVINCIA": "Salamanca", "ANO": 1963.0, "coord_X": -5.495722, "coord_Y": 40.91926 }, "geometry": { "type": "Point", "coordinates": [ -5.49572239, 40.919260419066084 ] } }, +{ "type": "Feature", "properties": { "id": 92.0, "POBLADO": "Fresno Alhóndiga", "IGN": "Fresno Alhándiga", "PROVINCIA": "Salamanca", "ANO": 1958.0, "coord_X": -5.616224, "coord_Y": 40.71244 }, "geometry": { "type": "Point", "coordinates": [ -5.6162236, 40.712439849067074 ] } }, +{ "type": "Feature", "properties": { "id": 93.0, "POBLADO": "Frómista", "IGN": "Frómista", "PROVINCIA": "Palencia", "ANO": 1971.0, "coord_X": -4.402568, "coord_Y": 42.267743 }, "geometry": { "type": "Point", "coordinates": [ -4.40256752, 42.26774320906091 ] } }, +{ "type": "Feature", "properties": { "id": 94.0, "POBLADO": "Frula", "IGN": "Frula", "PROVINCIA": "Huesca", "ANO": 1954.0, "coord_X": -0.448138, "coord_Y": 41.910695 }, "geometry": { "type": "Point", "coordinates": [ -0.44813757, 41.910694639062086 ] } }, +{ "type": "Feature", "properties": { "id": 95.0, "POBLADO": "Fuensanta", "IGN": "Fuensanta", "PROVINCIA": "Granada", "ANO": 1956.0, "coord_X": -3.902586, "coord_Y": 37.18147 }, "geometry": { "type": "Point", "coordinates": [ -3.90258592, 37.181470319091261 ] } }, +{ "type": "Feature", "properties": { "id": 96.0, "POBLADO": "Fuentes Nuevas", "IGN": "FuentesNuevas", "PROVINCIA": "León", "ANO": 1956.0, "coord_X": -6.640733, "coord_Y": 42.57461 }, "geometry": { "type": "Point", "coordinates": [ -6.64073254, 42.574610469060019 ] } }, +{ "type": "Feature", "properties": { "id": 97.0, "POBLADO": "Gabarderal", "IGN": "Gabarderal", "PROVINCIA": "Navarra", "ANO": 1959.0, "coord_X": -1.298888, "coord_Y": 42.54205 }, "geometry": { "type": "Point", "coordinates": [ -1.2988885, 42.542050329060103 ] } }, +{ "type": "Feature", "properties": { "id": 98.0, "POBLADO": "Gargáligas", "IGN": "Gargáligas", "PROVINCIA": "Badajoz", "ANO": 1956.0, "coord_X": -5.652253, "coord_Y": 39.052439 }, "geometry": { "type": "Point", "coordinates": [ -5.65225272, 39.052439449076708 ] } }, +{ "type": "Feature", "properties": { "id": 99.0, "POBLADO": "Gascón de la Nava", "IGN": "Cascón de la Nava", "PROVINCIA": "Palencia", "ANO": 1959.0, "coord_X": -4.64491, "coord_Y": 42.056817 }, "geometry": { "type": "Point", "coordinates": [ -4.64491028, 42.056817119061577 ] } }, +{ "type": "Feature", "properties": { "id": 100.0, "POBLADO": "Génova del Caudillo", "IGN": "Gévora", "PROVINCIA": "Badajoz", "ANO": 1954.0, "coord_X": -6.941761, "coord_Y": 38.920768 }, "geometry": { "type": "Point", "coordinates": [ -6.94176112, 38.920768209077586 ] } }, +{ "type": "Feature", "properties": { "id": 101.0, "POBLADO": "Gimenells", "IGN": "Gimenells", "PROVINCIA": "Lleida", "ANO": 1945.0, "coord_X": 0.389125, "coord_Y": 41.652144 }, "geometry": { "type": "Point", "coordinates": [ 0.38912494, 41.652143559063013 ] } }, +{ "type": "Feature", "properties": { "id": 102.0, "POBLADO": "Grijotas", "IGN": "Grijota", "PROVINCIA": "Palencia", "ANO": 1970.0, "coord_X": -4.581755, "coord_Y": 42.053985 }, "geometry": { "type": "Point", "coordinates": [ -4.58175519, 42.053985239061589 ] } }, +{ "type": "Feature", "properties": { "id": 103.0, "POBLADO": "Guadajira", "IGN": "Guadajira", "PROVINCIA": "Badajoz", "ANO": 1955.0, "coord_X": -6.681241, "coord_Y": 38.852344 }, "geometry": { "type": "Point", "coordinates": [ -6.68124091, 38.852343499078074 ] } }, +{ "type": "Feature", "properties": { "id": 104.0, "POBLADO": "Guadalcacín del Caudillo", "IGN": "Guadalcacín", "PROVINCIA": "Cádiz", "ANO": 1954.0, "coord_X": -6.088296, "coord_Y": 36.713687 }, "geometry": { "type": "Point", "coordinates": [ -6.08829577, 36.713687179095515 ] } }, +{ "type": "Feature", "properties": { "id": 105.0, "POBLADO": "Guadalema", "IGN": "Guadalema de los Quintero", "PROVINCIA": "Sevilla", "ANO": 1947.0, "coord_X": -5.832417, "coord_Y": 37.055625 }, "geometry": { "type": "Point", "coordinates": [ -5.83241704, 37.055624829092388 ] } }, +{ "type": "Feature", "properties": { "id": 106.0, "POBLADO": "Guadalén del Caudillo", "IGN": "Guadalén", "PROVINCIA": "Jaén", "ANO": 1953.0, "coord_X": -3.506819, "coord_Y": 38.142016 }, "geometry": { "type": "Point", "coordinates": [ -3.50681861, 38.142015799083303 ] } }, +{ "type": "Feature", "properties": { "id": 107.0, "POBLADO": "Guadalimar", "IGN": "Guadalimar", "PROVINCIA": "Jaén", "ANO": 1954.0, "coord_X": -3.612506, "coord_Y": 38.020743 }, "geometry": { "type": "Point", "coordinates": [ -3.61250609, 38.02074266908425 ] } }, +{ "type": "Feature", "properties": { "id": 108.0, "POBLADO": "Guadiana del Caudillo", "IGN": "Guadiana del Caudillo", "PROVINCIA": "Badajoz", "ANO": 1948.0, "coord_X": -6.690115, "coord_Y": 38.929472 }, "geometry": { "type": "Point", "coordinates": [ -6.69011476, 38.929472379077538 ] } }, +{ "type": "Feature", "properties": { "id": 109.0, "POBLADO": "Guma", "IGN": "Guma", "PROVINCIA": "Burgos", "ANO": 1951.0, "coord_X": -3.516428, "coord_Y": 41.640774 }, "geometry": { "type": "Point", "coordinates": [ -3.51642812, 41.640773799063048 ] } }, +{ "type": "Feature", "properties": { "id": 110.0, "POBLADO": "Hernán Cortés", "IGN": "Hernán Cortés", "PROVINCIA": "Badajoz", "ANO": 1962.0, "coord_X": -5.933109, "coord_Y": 39.026793 }, "geometry": { "type": "Point", "coordinates": [ -5.93310939, 39.026792819076881 ] } }, +{ "type": "Feature", "properties": { "id": 111.0, "POBLADO": "Ivanrey", "IGN": "Ivanrey", "PROVINCIA": "Salamanca", "ANO": 1954.0, "coord_X": -6.560031, "coord_Y": 40.60755 }, "geometry": { "type": "Point", "coordinates": [ -6.56003071, 40.607550149067592 ] } }, +{ "type": "Feature", "properties": { "id": 112.0, "POBLADO": "José Antonio", "IGN": "José Antonio", "PROVINCIA": "Cádiz", "ANO": 1956.0, "coord_X": -5.906649, "coord_Y": 36.671205 }, "geometry": { "type": "Point", "coordinates": [ -5.90664936, 36.671205289095916 ] } }, +{ "type": "Feature", "properties": { "id": 113.0, "POBLADO": "La Alcazaba", "IGN": "Alcazaba", "PROVINCIA": "Badajoz", "ANO": 1956.0, "coord_X": -6.737117, "coord_Y": 38.954585 }, "geometry": { "type": "Point", "coordinates": [ -6.7371165, 38.954585039077372 ] } }, +{ "type": "Feature", "properties": { "id": 114.0, "POBLADO": "La Bazana", "IGN": "La Bazana", "PROVINCIA": "Badajoz", "ANO": 1954.0, "coord_X": -6.744723, "coord_Y": 38.275495 }, "geometry": { "type": "Point", "coordinates": [ -6.74472301, 38.275495479082274 ] } }, +{ "type": "Feature", "properties": { "id": 115.0, "POBLADO": "La Espiñeira", "IGN": "A Espiñeira", "PROVINCIA": "Lugo", "ANO": 1958.0, "coord_X": -7.266328, "coord_Y": 43.538807 }, "geometry": { "type": "Point", "coordinates": [ -7.2663284, 43.53880693905792 ] } }, +{ "type": "Feature", "properties": { "id": 116.0, "POBLADO": "La Greduela", "IGN": "Jerez de la Frontera", "PROVINCIA": "Cádiz", "ANO": 1960.0, "coord_X": -6.128753, "coord_Y": 36.702127 }, "geometry": { "type": "Point", "coordinates": [ -6.1287534, 36.702127459095628 ] } }, +{ "type": "Feature", "properties": { "id": 117.0, "POBLADO": "La Ina", "IGN": "La Ina", "PROVINCIA": "Cádiz", "ANO": 1952.0, "coord_X": -6.03042, "coord_Y": 36.635432 }, "geometry": { "type": "Point", "coordinates": [ -6.03042033, 36.635431549096253 ] } }, +{ "type": "Feature", "properties": { "id": 118.0, "POBLADO": "La Joyosa y Marlofa", "IGN": "Marlofa", "PROVINCIA": "Zaragoza", "ANO": 1954.0, "coord_X": -1.069361, "coord_Y": 41.740724 }, "geometry": { "type": "Point", "coordinates": [ -1.06936136, 41.74072415906268 ] } }, +{ "type": "Feature", "properties": { "id": 119.0, "POBLADO": "La Joyosa y Marlofa", "IGN": "La Joyosa", "PROVINCIA": "Zaragoza", "ANO": 1954.0, "coord_X": -1.072858, "coord_Y": 41.744827 }, "geometry": { "type": "Point", "coordinates": [ -1.07285821, 41.744826819062673 ] } }, +{ "type": "Feature", "properties": { "id": 120.0, "POBLADO": "La Moheda", "IGN": "La Moheda de Gata", "PROVINCIA": "Cáceres", "ANO": 1954.0, "coord_X": -6.619833, "coord_Y": 40.0974 }, "geometry": { "type": "Point", "coordinates": [ -6.61983272, 40.097400349070284 ] } }, +{ "type": "Feature", "properties": { "id": 121.0, "POBLADO": "La Montiela", "IGN": "La Montiela", "PROVINCIA": "Córdoba", "ANO": 1964.0, "coord_X": -4.918575, "coord_Y": 37.523651 }, "geometry": { "type": "Point", "coordinates": [ -4.91857547, 37.523651439088312 ] } }, +{ "type": "Feature", "properties": { "id": 122.0, "POBLADO": "La Pedrosa", "IGN": "La Pedrosa", "PROVINCIA": "Cádiz", "ANO": 1960.0, "coord_X": -5.837329, "coord_Y": 36.702706 }, "geometry": { "type": "Point", "coordinates": [ -5.83732864, 36.702706439095628 ] } }, +{ "type": "Feature", "properties": { "id": 123.0, "POBLADO": "La Quintería", "IGN": "La Quintería", "PROVINCIA": "Jaén", "ANO": 1953.0, "coord_X": -3.951385, "coord_Y": 38.016238 }, "geometry": { "type": "Point", "coordinates": [ -3.95138538, 38.016237639084288 ] } }, +{ "type": "Feature", "properties": { "id": 124.0, "POBLADO": "La Rinconada", "IGN": "Rinconada", "PROVINCIA": "Toledo", "ANO": 1949.0, "coord_X": -4.413146, "coord_Y": 39.839446 }, "geometry": { "type": "Point", "coordinates": [ -4.41314583, 39.839446339071756 ] } }, +{ "type": "Feature", "properties": { "id": 125.0, "POBLADO": "La Ropera", "IGN": "La Ropera", "PROVINCIA": "Jaén", "ANO": 1953.0, "coord_X": -4.102897, "coord_Y": 38.054118 }, "geometry": { "type": "Point", "coordinates": [ -4.10289741, 38.054118169083999 ] } }, +{ "type": "Feature", "properties": { "id": 126.0, "POBLADO": "La Vereda", "IGN": "La Vereda", "PROVINCIA": "Sevilla", "ANO": 1964.0, "coord_X": -5.313224, "coord_Y": 37.731904 }, "geometry": { "type": "Point", "coordinates": [ -5.31322386, 37.731903719086567 ] } }, +{ "type": "Feature", "properties": { "id": 127.0, "POBLADO": "La Vid", "IGN": "Linares de la Vid", "PROVINCIA": "Burgos", "ANO": 1946.0, "coord_X": -3.488989, "coord_Y": 41.630985 }, "geometry": { "type": "Point", "coordinates": [ -3.48898931, 41.630985429063102 ] } }, +{ "type": "Feature", "properties": { "id": 128.0, "POBLADO": "Lácara", "IGN": "Lácara", "PROVINCIA": "Badajoz", "ANO": 1961.0, "coord_X": -6.548499, "coord_Y": 38.933926 }, "geometry": { "type": "Point", "coordinates": [ -6.54849939, 38.933925609077512 ] } }, +{ "type": "Feature", "properties": { "id": 129.0, "POBLADO": "Láchar", "IGN": "Láchar", "PROVINCIA": "Granada", "ANO": 1943.0, "coord_X": -3.835553, "coord_Y": 37.196582 }, "geometry": { "type": "Point", "coordinates": [ -3.83555349, 37.196582249091129 ] } }, +{ "type": "Feature", "properties": { "id": 130.0, "POBLADO": "Las Marinas", "IGN": "Las Marinas", "PROVINCIA": "Almería", "ANO": 1959.0, "coord_X": -2.631663, "coord_Y": 36.731881 }, "geometry": { "type": "Point", "coordinates": [ -2.63166269, 36.731881429095345 ] } }, +{ "type": "Feature", "properties": { "id": 131.0, "POBLADO": "Las Norias", "IGN": "Las Norias", "PROVINCIA": "Almería", "ANO": 1958.0, "coord_X": -1.857518, "coord_Y": 37.460687 }, "geometry": { "type": "Point", "coordinates": [ -1.85751841, 37.460686909088849 ] } }, +{ "type": "Feature", "properties": { "id": 132.0, "POBLADO": "Las Vegas", "IGN": "Las Vegas", "PROVINCIA": "Toledo", "ANO": 1952.0, "coord_X": -4.701389, "coord_Y": 39.959365 }, "geometry": { "type": "Point", "coordinates": [ -4.7013894, 39.959364609071052 ] } }, +{ "type": "Feature", "properties": { "id": 133.0, "POBLADO": "Llanos de Antequera", "IGN": "Llanos de Antequera", "PROVINCIA": "Málaga", "ANO": 1967.0, "coord_X": -4.578854, "coord_Y": 37.071993 }, "geometry": { "type": "Point", "coordinates": [ -4.57885449, 37.071993149092243 ] } }, +{ "type": "Feature", "properties": { "id": 134.0, "POBLADO": "Llanos del Caudillo", "IGN": "Llanos del Caudillo", "PROVINCIA": "Ciudad Real", "ANO": 1953.0, "coord_X": -3.351203, "coord_Y": 39.118111 }, "geometry": { "type": "Point", "coordinates": [ -3.35120326, 39.11811102907626 ] } }, +{ "type": "Feature", "properties": { "id": 135.0, "POBLADO": "Llanos del Caudillo", "IGN": "Llanos del Sotillo", "PROVINCIA": "Jaén", "ANO": 1956.0, "coord_X": -4.088346, "coord_Y": 38.033526 }, "geometry": { "type": "Point", "coordinates": [ -4.08834561, 38.033525539084145 ] } }, +{ "type": "Feature", "properties": { "id": 136.0, "POBLADO": "Loreto", "IGN": "Loreto", "PROVINCIA": "Granada", "ANO": 1956.0, "coord_X": -3.956366, "coord_Y": 37.185862 }, "geometry": { "type": "Point", "coordinates": [ -3.9563663, 37.185861979091221 ] } }, +{ "type": "Feature", "properties": { "id": 137.0, "POBLADO": "Loriguilla", "IGN": "Loriguilla", "PROVINCIA": "València\/Valencia", "ANO": 1961.0, "coord_X": -0.570947, "coord_Y": 39.489727 }, "geometry": { "type": "Point", "coordinates": [ -0.57094704, 39.489727139073871 ] } }, +{ "type": "Feature", "properties": { "id": 138.0, "POBLADO": "Los Guadalperales", "IGN": "Los Guadalperales", "PROVINCIA": "Badajoz", "ANO": 1957.0, "coord_X": -5.625763, "coord_Y": 39.085923 }, "geometry": { "type": "Point", "coordinates": [ -5.62576318, 39.085922989076479 ] } }, +{ "type": "Feature", "properties": { "id": 139.0, "POBLADO": "Los Mirones", "IGN": "Los Mirones", "PROVINCIA": "Ciudad Real", "ANO": 1958.0, "coord_X": -3.698924, "coord_Y": 38.60783 }, "geometry": { "type": "Point", "coordinates": [ -3.69892376, 38.607829959079801 ] } }, +{ "type": "Feature", "properties": { "id": 140.0, "POBLADO": "Los Villares", "IGN": "Los Villares", "PROVINCIA": "Jaén", "ANO": 1948.0, "coord_X": -3.985115, "coord_Y": 38.025423 }, "geometry": { "type": "Point", "coordinates": [ -3.98511499, 38.02542304908421 ] } }, +{ "type": "Feature", "properties": { "id": 141.0, "POBLADO": "Maribáñez", "IGN": "Maribáñez", "PROVINCIA": "Sevilla", "ANO": 1964.0, "coord_X": -5.891592, "coord_Y": 37.133494 }, "geometry": { "type": "Point", "coordinates": [ -5.89159178, 37.133494359091685 ] } }, +{ "type": "Feature", "properties": { "id": 142.0, "POBLADO": "Marines", "IGN": "Marines", "PROVINCIA": "València\/Valencia", "ANO": 1961.0, "coord_X": -0.561432, "coord_Y": 39.675112 }, "geometry": { "type": "Point", "coordinates": [ -0.56143173, 39.67511212907273 ] } }, +{ "type": "Feature", "properties": { "id": 143.0, "POBLADO": "Marismillas", "IGN": "Marismillas", "PROVINCIA": "Sevilla", "ANO": 1965.0, "coord_X": -6.000458, "coord_Y": 36.997427 }, "geometry": { "type": "Point", "coordinates": [ -6.00045818, 36.997426879092913 ] } }, +{ "type": "Feature", "properties": { "id": 144.0, "POBLADO": "Masía del Carril", "IGN": "Domeño", "PROVINCIA": "València\/Valencia", "ANO": 1961.0, "coord_X": -0.673523, "coord_Y": 39.660215 }, "geometry": { "type": "Point", "coordinates": [ -0.67352299, 39.660215059072819 ] } }, +{ "type": "Feature", "properties": { "id": 145.0, "POBLADO": "Matodoso", "IGN": "O Matodoso", "PROVINCIA": "Lugo", "ANO": 1958.0, "coord_X": -7.501504, "coord_Y": 43.169137 }, "geometry": { "type": "Point", "coordinates": [ -7.50150401, 43.169136799058599 ] } }, +{ "type": "Feature", "properties": { "id": 146.0, "POBLADO": "Mesas de Guadalora", "IGN": "Mesas del Guadalora", "PROVINCIA": "Córdoba", "ANO": 1958.0, "coord_X": -5.239759, "coord_Y": 37.773027 }, "geometry": { "type": "Point", "coordinates": [ -5.23975895, 37.773027129086238 ] } }, +{ "type": "Feature", "properties": { "id": 147.0, "POBLADO": "Mingogil", "IGN": "Mingogil", "PROVINCIA": "Albacete", "ANO": 1959.0, "coord_X": -1.737609, "coord_Y": 38.460746 }, "geometry": { "type": "Point", "coordinates": [ -1.73760932, 38.460746169080885 ] } }, +{ "type": "Feature", "properties": { "id": 148.0, "POBLADO": "Miralrío", "IGN": "Miraelrío", "PROVINCIA": "Jaén", "ANO": 1964.0, "coord_X": -3.530802, "coord_Y": 38.095684 }, "geometry": { "type": "Point", "coordinates": [ -3.53080169, 38.095684099083662 ] } }, +{ "type": "Feature", "properties": { "id": 149.0, "POBLADO": "Mogón", "IGN": "Mogón", "PROVINCIA": "Jaén", "ANO": 1954.0, "coord_X": -3.032623, "coord_Y": 38.074154 }, "geometry": { "type": "Point", "coordinates": [ -3.03262278, 38.074153819083833 ] } }, +{ "type": "Feature", "properties": { "id": 150.0, "POBLADO": "Montesusín", "IGN": "Montesusín", "PROVINCIA": "Huesca", "ANO": 1954.0, "coord_X": -0.393104, "coord_Y": 41.885412 }, "geometry": { "type": "Point", "coordinates": [ -0.39310393, 41.885411699062168 ] } }, +{ "type": "Feature", "properties": { "id": 151.0, "POBLADO": "Naharros", "IGN": "Nuevo Naharros", "PROVINCIA": "Salamanca", "ANO": 1963.0, "coord_X": -5.57436, "coord_Y": 40.956711 }, "geometry": { "type": "Point", "coordinates": [ -5.57435998, 40.95671126906592 ] } }, +{ "type": "Feature", "properties": { "id": 152.0, "POBLADO": "Nava de Campana", "IGN": "Nava Campaña", "PROVINCIA": "Albacete", "ANO": 1959.0, "coord_X": -1.652457, "coord_Y": 38.489977 }, "geometry": { "type": "Point", "coordinates": [ -1.65245746, 38.489977049080672 ] } }, +{ "type": "Feature", "properties": { "id": 153.0, "POBLADO": "Novelda del Guadiana", "IGN": "Novelda del Guadiana", "PROVINCIA": "Badajoz", "ANO": 1954.0, "coord_X": -6.833457, "coord_Y": 38.938259 }, "geometry": { "type": "Point", "coordinates": [ -6.83345739, 38.938259319077481 ] } }, +{ "type": "Feature", "properties": { "id": 154.0, "POBLADO": "Nueva Jarilla", "IGN": "NuevaJarilla", "PROVINCIA": "Cádiz", "ANO": 1953.0, "coord_X": -6.032842, "coord_Y": 36.758499 }, "geometry": { "type": "Point", "coordinates": [ -6.0328419, 36.758498869095092 ] } }, +{ "type": "Feature", "properties": { "id": 155.0, "POBLADO": "Obando", "IGN": "Obando", "PROVINCIA": "Badajoz", "ANO": 1960.0, "coord_X": -5.49599, "coord_Y": 39.116704 }, "geometry": { "type": "Point", "coordinates": [ -5.49598963, 39.116703849076266 ] } }, +{ "type": "Feature", "properties": { "id": 156.0, "POBLADO": "Ons", "IGN": "Ons", "PROVINCIA": "Pontevedra", "ANO": 1965.0, "coord_X": -8.931926, "coord_Y": 42.378561 }, "geometry": { "type": "Point", "coordinates": [ -8.93192602, 42.378560959060572 ] } }, +{ "type": "Feature", "properties": { "id": 157.0, "POBLADO": "Ontinar del Salz", "IGN": "Ontinar de Salz", "PROVINCIA": "Zaragoza", "ANO": 1944.0, "coord_X": -0.757716, "coord_Y": 41.935896 }, "geometry": { "type": "Point", "coordinates": [ -0.75771559, 41.935895719061982 ] } }, +{ "type": "Feature", "properties": { "id": 158.0, "POBLADO": "Pajares de la Rivera", "IGN": "Pajares de la Rivera", "PROVINCIA": "Cáceres", "ANO": 1965.0, "coord_X": -6.348973, "coord_Y": 39.916993 }, "geometry": { "type": "Point", "coordinates": [ -6.34897302, 39.916993339071304 ] } }, +{ "type": "Feature", "properties": { "id": 159.0, "POBLADO": "Palazuelos", "IGN": "Palazuelo", "PROVINCIA": "Badajoz", "ANO": 1961.0, "coord_X": -5.740883, "coord_Y": 39.109399 }, "geometry": { "type": "Point", "coordinates": [ -5.74088272, 39.109398819076318 ] } }, +{ "type": "Feature", "properties": { "id": 160.0, "POBLADO": "Parador de la Asunción", "IGN": "El Parador de las Hortichuelas", "PROVINCIA": "Almería", "ANO": 1954.0, "coord_X": -2.599109, "coord_Y": 36.810655 }, "geometry": { "type": "Point", "coordinates": [ -2.59910925, 36.810654819094601 ] } }, +{ "type": "Feature", "properties": { "id": 161.0, "POBLADO": "Paredes de Melo", "IGN": "Paredes", "PROVINCIA": "Cuenca", "ANO": 1952.0, "coord_X": -2.854086, "coord_Y": 40.066433 }, "geometry": { "type": "Point", "coordinates": [ -2.85408563, 40.06643324907045 ] } }, +{ "type": "Feature", "properties": { "id": 162.0, "POBLADO": "Peñuelas", "IGN": "Peñuelas", "PROVINCIA": "Granada", "ANO": 1956.0, "coord_X": -3.856258, "coord_Y": 37.175135 }, "geometry": { "type": "Point", "coordinates": [ -3.85625821, 37.175134739091312 ] } }, +{ "type": "Feature", "properties": { "id": 163.0, "POBLADO": "Pinsoro", "IGN": "Pinsoro", "PROVINCIA": "Zaragoza", "ANO": 1954.0, "coord_X": -1.337139, "coord_Y": 42.196126 }, "geometry": { "type": "Point", "coordinates": [ -1.33713946, 42.196125599061119 ] } }, +{ "type": "Feature", "properties": { "id": 164.0, "POBLADO": "Pinzón", "IGN": "Pinzón", "PROVINCIA": "Sevilla", "ANO": 1963.0, "coord_X": -6.018674, "coord_Y": 37.111262 }, "geometry": { "type": "Point", "coordinates": [ -6.01867446, 37.11126219909189 ] } }, +{ "type": "Feature", "properties": { "id": 165.0, "POBLADO": "Pizarro", "IGN": "Pizarro", "PROVINCIA": "Cáceres", "ANO": 1961.0, "coord_X": -5.791919, "coord_Y": 39.15143 }, "geometry": { "type": "Point", "coordinates": [ -5.79191857, 39.151430439076037 ] } }, +{ "type": "Feature", "properties": { "id": 166.0, "POBLADO": "Pla de la Font", "IGN": "El Pla de la font", "PROVINCIA": "Lleida", "ANO": 1956.0, "coord_X": 0.353665, "coord_Y": 41.686708 }, "geometry": { "type": "Point", "coordinates": [ 0.35366543, 41.686708109062884 ] } }, +{ "type": "Feature", "properties": { "id": 167.0, "POBLADO": "Posada del Bierzo", "IGN": "Posada del Bierzo", "PROVINCIA": "León", "ANO": 1956.0, "coord_X": -6.714536, "coord_Y": 42.538825 }, "geometry": { "type": "Point", "coordinates": [ -6.7145359, 42.538824859060107 ] } }, +{ "type": "Feature", "properties": { "id": 168.0, "POBLADO": "Pradochano", "IGN": "Pradochano", "PROVINCIA": "Cáceres", "ANO": 1965.0, "coord_X": -6.21672, "coord_Y": 40.006448 }, "geometry": { "type": "Point", "coordinates": [ -6.21672013, 40.006448299070797 ] } }, +{ "type": "Feature", "properties": { "id": 169.0, "POBLADO": "Puebla de Parrilla", "IGN": "Puebla de la Parrilla", "PROVINCIA": "Córdoba", "ANO": 1969.0, "coord_X": -5.187091, "coord_Y": 37.746351 }, "geometry": { "type": "Point", "coordinates": [ -5.18709123, 37.746350739086459 ] } }, +{ "type": "Feature", "properties": { "id": 170.0, "POBLADO": "Puebla de Alcollarín", "IGN": "Puebla de Alcollarín", "PROVINCIA": "Badajoz", "ANO": 1959.0, "coord_X": -5.78855, "coord_Y": 39.11007 }, "geometry": { "type": "Point", "coordinates": [ -5.78855043, 39.110069769076318 ] } }, +{ "type": "Feature", "properties": { "id": 171.0, "POBLADO": "Puebla de Argeme", "IGN": "Puebla de Argeme", "PROVINCIA": "Cáceres", "ANO": 1957.0, "coord_X": -6.454442, "coord_Y": 39.986569 }, "geometry": { "type": "Point", "coordinates": [ -6.45444217, 39.98656889907091 ] } }, +{ "type": "Feature", "properties": { "id": 172.0, "POBLADO": "Puebla de Vicar", "IGN": "Puebla de Vícar", "PROVINCIA": "Almería", "ANO": 1966.0, "coord_X": -2.647028, "coord_Y": 36.80044 }, "geometry": { "type": "Point", "coordinates": [ -2.64702784, 36.800440309094718 ] } }, +{ "type": "Feature", "properties": { "id": 173.0, "POBLADO": "Pueblo Blanco", "IGN": "Pueblo Blanco", "PROVINCIA": "Almería", "ANO": 1959.0, "coord_X": -2.132714, "coord_Y": 36.910929 }, "geometry": { "type": "Point", "coordinates": [ -2.13271375, 36.910929209093695 ] } }, +{ "type": "Feature", "properties": { "id": 174.0, "POBLADO": "Pueblo Nuevo de Bullanque", "IGN": "Pueblonuevo del Bullaque", "PROVINCIA": "Ciudad Real", "ANO": 1954.0, "coord_X": -4.257365, "coord_Y": 39.30424 }, "geometry": { "type": "Point", "coordinates": [ -4.25736522, 39.304240429075051 ] } }, +{ "type": "Feature", "properties": { "id": 175.0, "POBLADO": "Pueblo Nuevo de Miramontes", "IGN": "Pueblonuevo de Miramontes", "PROVINCIA": "Cáceres", "ANO": 1957.0, "coord_X": -5.379076, "coord_Y": 40.059683 }, "geometry": { "type": "Point", "coordinates": [ -5.37907589, 40.059683199070491 ] } }, +{ "type": "Feature", "properties": { "id": 176.0, "POBLADO": "Pueblo Nuevo del Guadiana", "IGN": "Pueblonuevo del Guadiana", "PROVINCIA": "Badajoz", "ANO": 1952.0, "coord_X": -6.756188, "coord_Y": 38.922833 }, "geometry": { "type": "Point", "coordinates": [ -6.75618834, 38.92283323907759 ] } }, +{ "type": "Feature", "properties": { "id": 177.0, "POBLADO": "Puente del Obispo", "IGN": "Puente del Obispo", "PROVINCIA": "Jaén", "ANO": 1956.0, "coord_X": -3.541015, "coord_Y": 37.950796 }, "geometry": { "type": "Point", "coordinates": [ -3.54101472, 37.950795599084806 ] } }, +{ "type": "Feature", "properties": { "id": 178.0, "POBLADO": "Puerto Magallón", "IGN": null, "PROVINCIA": "València\/Valencia", "ANO": 1957.0, "coord_X": 0.0, "coord_Y": 0.0 }, "geometry": { "type": "Point", "coordinates": [ -1.7976931348623157e+308, -1.7976931348623157e+308 ] } }, +{ "type": "Feature", "properties": { "id": 179.0, "POBLADO": "Puigmoreno", "IGN": "Puigmoreno", "PROVINCIA": "Teruel", "ANO": 1953.0, "coord_X": -0.252047, "coord_Y": 41.10804 }, "geometry": { "type": "Point", "coordinates": [ -0.25204718, 41.108039919065241 ] } }, +{ "type": "Feature", "properties": { "id": 180.0, "POBLADO": "Puilato", "IGN": "Puilatos", "PROVINCIA": "Zaragoza", "ANO": 1954.0, "coord_X": 0.0, "coord_Y": 0.0 }, "geometry": { "type": "Point", "coordinates": [ -1.7976931348623157e+308, -1.7976931348623157e+308 ] } }, +{ "type": "Feature", "properties": { "id": 181.0, "POBLADO": "Rada", "IGN": "Rada", "PROVINCIA": "Navarra", "ANO": 1954.0, "coord_X": -1.573421, "coord_Y": 42.320342 }, "geometry": { "type": "Point", "coordinates": [ -1.57342074, 42.320341559060736 ] } }, +{ "type": "Feature", "properties": { "id": 182.0, "POBLADO": "Rincón de Ballesteros", "IGN": "Rincón de Ballesteros", "PROVINCIA": "Cáceres", "ANO": 1954.0, "coord_X": -6.394259, "coord_Y": 39.196219 }, "geometry": { "type": "Point", "coordinates": [ -6.39425901, 39.196218789075758 ] } }, +{ "type": "Feature", "properties": { "id": 183.0, "POBLADO": "Rincón del Obispo", "IGN": "Rincón del Obispo", "PROVINCIA": "Cáceres", "ANO": 1956.0, "coord_X": -6.491052, "coord_Y": 39.966334 }, "geometry": { "type": "Point", "coordinates": [ -6.49105248, 39.966333629071002 ] } }, +{ "type": "Feature", "properties": { "id": 184.0, "POBLADO": "Rivero de Posadas", "IGN": "Rivero de Posadas", "PROVINCIA": "Córdoba", "ANO": 1962.0, "coord_X": -5.143221, "coord_Y": 37.791313 }, "geometry": { "type": "Point", "coordinates": [ -5.14322066, 37.791313259086095 ] } }, +{ "type": "Feature", "properties": { "id": 185.0, "POBLADO": "Romilla la Nueva", "IGN": "Romilla la Nueva", "PROVINCIA": "Granada", "ANO": 1956.0, "coord_X": -3.80456, "coord_Y": 37.164058 }, "geometry": { "type": "Point", "coordinates": [ -3.80456007, 37.16405817909142 ] } }, +{ "type": "Feature", "properties": { "id": 186.0, "POBLADO": "Roquetas de Mar", "IGN": "Roquetas de Mar", "PROVINCIA": "Almería", "ANO": 1954.0, "coord_X": -2.615058, "coord_Y": 36.764679 }, "geometry": { "type": "Point", "coordinates": [ -2.6150576, 36.764678539095037 ] } }, +{ "type": "Feature", "properties": { "id": 187.0, "POBLADO": "Rosalejo", "IGN": "Rosalejo", "PROVINCIA": "Cáceres", "ANO": 1956.0, "coord_X": -5.429747, "coord_Y": 39.97752 }, "geometry": { "type": "Point", "coordinates": [ -5.42974668, 39.977519849070958 ] } }, +{ "type": "Feature", "properties": { "id": 188.0, "POBLADO": "Ruecas", "IGN": "Ruecas", "PROVINCIA": "Badajoz", "ANO": 1956.0, "coord_X": -5.875529, "coord_Y": 39.03947 }, "geometry": { "type": "Point", "coordinates": [ -5.87552916, 39.039470399076784 ] } }, +{ "type": "Feature", "properties": { "id": 189.0, "POBLADO": "Sabinar", "IGN": "El Sabinar", "PROVINCIA": "Zaragoza", "ANO": 1953.0, "coord_X": -1.233045, "coord_Y": 42.085146 }, "geometry": { "type": "Point", "coordinates": [ -1.23304505, 42.085146099061497 ] } }, +{ "type": "Feature", "properties": { "id": 190.0, "POBLADO": "Sacramento", "IGN": "Sacramento", "PROVINCIA": "Sevilla", "ANO": 1965.0, "coord_X": -5.90265, "coord_Y": 37.03075 }, "geometry": { "type": "Point", "coordinates": [ -5.90264997, 37.030750119092616 ] } }, +{ "type": "Feature", "properties": { "id": 191.0, "POBLADO": "Sagrajas", "IGN": "Sagrajas", "PROVINCIA": "Badajoz", "ANO": 1954.0, "coord_X": -6.902009, "coord_Y": 38.921763 }, "geometry": { "type": "Point", "coordinates": [ -6.90200944, 38.921762819077593 ] } }, +{ "type": "Feature", "properties": { "id": 192.0, "POBLADO": "San Agustín de Dalias", "IGN": "San Agustín", "PROVINCIA": "Almería", "ANO": 1968.0, "coord_X": -2.694456, "coord_Y": 36.713129 }, "geometry": { "type": "Point", "coordinates": [ -2.69445551, 36.713128779095513 ] } }, +{ "type": "Feature", "properties": { "id": 193.0, "POBLADO": "San Antonio", "IGN": "San Antonio", "PROVINCIA": "Toledo", "ANO": 1949.0, "coord_X": -4.698794, "coord_Y": 39.959493 }, "geometry": { "type": "Point", "coordinates": [ -4.69879356, 39.959492759071068 ] } }, +{ "type": "Feature", "properties": { "id": 194.0, "POBLADO": "San Antonio de Benagever", "IGN": "San Antonio de Benagéber", "PROVINCIA": "València\/Valencia", "ANO": 1949.0, "coord_X": -0.500055, "coord_Y": 39.561438 }, "geometry": { "type": "Point", "coordinates": [ -0.50005481, 39.561437699073423 ] } }, +{ "type": "Feature", "properties": { "id": 195.0, "POBLADO": "San Antonio del Carpio", "IGN": "San Antonio", "PROVINCIA": "Córdoba", "ANO": 1954.0, "coord_X": -4.519347, "coord_Y": 37.958525 }, "geometry": { "type": "Point", "coordinates": [ -4.51934654, 37.958524689084733 ] } }, +{ "type": "Feature", "properties": { "id": 196.0, "POBLADO": "San Bernardo", "IGN": "San Bernardo", "PROVINCIA": "Valladolid", "ANO": 1954.0, "coord_X": -4.264265, "coord_Y": 41.630221 }, "geometry": { "type": "Point", "coordinates": [ -4.26426462, 41.630220579063099 ] } }, +{ "type": "Feature", "properties": { "id": 197.0, "POBLADO": "San Francisco", "IGN": "San Francisco", "PROVINCIA": "Almería", "ANO": 1964.0, "coord_X": -1.879088, "coord_Y": 37.420802 }, "geometry": { "type": "Point", "coordinates": [ -1.87908849, 37.420802469089182 ] } }, +{ "type": "Feature", "properties": { "id": 198.0, "POBLADO": "San Francisco de Olivenza", "IGN": "San Francisco de Olivenza", "PROVINCIA": "Badajoz", "ANO": 1954.0, "coord_X": -7.10618, "coord_Y": 38.747301 }, "geometry": { "type": "Point", "coordinates": [ -7.10617993, 38.747300559078816 ] } }, +{ "type": "Feature", "properties": { "id": 199.0, "POBLADO": "San Gil", "IGN": "San Gil", "PROVINCIA": "Cáceres", "ANO": 1965.0, "coord_X": -6.240757, "coord_Y": 39.974748 }, "geometry": { "type": "Point", "coordinates": [ -6.24075668, 39.974748299070974 ] } }, +{ "type": "Feature", "properties": { "id": 200.0, "POBLADO": "San Ignacio del Viar", "IGN": "San Ignacio del Viar", "PROVINCIA": "Sevilla", "ANO": 1954.0, "coord_X": -5.995943, "coord_Y": 37.545835 }, "geometry": { "type": "Point", "coordinates": [ -5.99594325, 37.545835269088109 ] } }, +{ "type": "Feature", "properties": { "id": 201.0, "POBLADO": "San Isidro", "IGN": "San Isidro de Níjar", "PROVINCIA": "Almería", "ANO": 1964.0, "coord_X": -2.173928, "coord_Y": 36.90942 }, "geometry": { "type": "Point", "coordinates": [ -2.17392811, 36.909419969093705 ] } }, +{ "type": "Feature", "properties": { "id": 202.0, "POBLADO": "San Isidro de Albatera", "IGN": "San Isidro", "PROVINCIA": "Alacant\/Alicante", "ANO": 1953.0, "coord_X": -0.838366, "coord_Y": 38.171233 }, "geometry": { "type": "Point", "coordinates": [ -0.83836588, 38.171232849083097 ] } }, +{ "type": "Feature", "properties": { "id": 203.0, "POBLADO": "San Isidro de Benagever", "IGN": "San Isidro de Benagéber", "PROVINCIA": "València\/Valencia", "ANO": 1950.0, "coord_X": -0.398058, "coord_Y": 39.567512 }, "geometry": { "type": "Point", "coordinates": [ -0.39805835, 39.567512469073378 ] } }, +{ "type": "Feature", "properties": { "id": 204.0, "POBLADO": "San Isidro de Guadalete", "IGN": "San Isidro del Guadalete", "PROVINCIA": "Cádiz", "ANO": 1957.0, "coord_X": -5.988922, "coord_Y": 36.643576 }, "geometry": { "type": "Point", "coordinates": [ -5.98892232, 36.643575589096166 ] } }, +{ "type": "Feature", "properties": { "id": 205.0, "POBLADO": "San Isidro de Níjar", "IGN": "San Isidro de Níjar", "PROVINCIA": "Almería", "ANO": 1964.0, "coord_X": -2.173928, "coord_Y": 36.90942 }, "geometry": { "type": "Point", "coordinates": [ -2.17392811, 36.909419969093705 ] } }, +{ "type": "Feature", "properties": { "id": 206.0, "POBLADO": "San Isidro del Pinar", "IGN": "San Isidro del Pinar", "PROVINCIA": "Navarra", "ANO": 1959.0, "coord_X": -1.370593, "coord_Y": 42.435793 }, "geometry": { "type": "Point", "coordinates": [ -1.37059252, 42.435792539060401 ] } }, +{ "type": "Feature", "properties": { "id": 207.0, "POBLADO": "San Jorge", "IGN": "San Jorge", "PROVINCIA": "Huesca", "ANO": 1954.0, "coord_X": -0.646905, "coord_Y": 41.997168 }, "geometry": { "type": "Point", "coordinates": [ -0.6469053, 41.997167509061768 ] } }, +{ "type": "Feature", "properties": { "id": 208.0, "POBLADO": "San Juan de Flumen", "IGN": "Sariñena", "PROVINCIA": "Huesca", "ANO": 1956.0, "coord_X": -0.157667, "coord_Y": 41.790709 }, "geometry": { "type": "Point", "coordinates": [ -0.15766688, 41.790708829062503 ] } }, +{ "type": "Feature", "properties": { "id": 209.0, "POBLADO": "San Julián", "IGN": "San Julián", "PROVINCIA": "Jaén", "ANO": 1951.0, "coord_X": -4.207022, "coord_Y": 38.009386 }, "geometry": { "type": "Point", "coordinates": [ -4.20702235, 38.009385949084347 ] } }, +{ "type": "Feature", "properties": { "id": 210.0, "POBLADO": "San Leandro", "IGN": "San Leandro", "PROVINCIA": "Sevilla", "ANO": 1965.0, "coord_X": -5.995611, "coord_Y": 37.03134 }, "geometry": { "type": "Point", "coordinates": [ -5.99561075, 37.031340399092606 ] } }, +{ "type": "Feature", "properties": { "id": 211.0, "POBLADO": "San Lorenzo de Flumen", "IGN": "Lalueza", "PROVINCIA": "Huesca", "ANO": 1956.0, "coord_X": -0.255592, "coord_Y": 41.842111 }, "geometry": { "type": "Point", "coordinates": [ -0.25559198, 41.842110949062324 ] } }, +{ "type": "Feature", "properties": { "id": 212.0, "POBLADO": "San Miguel", "IGN": "San Miguel", "PROVINCIA": "Jaén", "ANO": 1954.0, "coord_X": -3.240525, "coord_Y": 37.947882 }, "geometry": { "type": "Point", "coordinates": [ -3.24052546, 37.947881709084832 ] } }, +{ "type": "Feature", "properties": { "id": 213.0, "POBLADO": "San Rafael de la Santa Espina", "IGN": "La Santa Espina", "PROVINCIA": "Valladolid", "ANO": 1954.0, "coord_X": -5.105476, "coord_Y": 41.73047 }, "geometry": { "type": "Point", "coordinates": [ -5.10547625, 41.730469899062726 ] } }, +{ "type": "Feature", "properties": { "id": 214.0, "POBLADO": "San Rafael de Olivenza", "IGN": "San Rafael de Olivenza", "PROVINCIA": "Badajoz", "ANO": 1954.0, "coord_X": -7.05355, "coord_Y": 38.719404 }, "geometry": { "type": "Point", "coordinates": [ -7.05354984, 38.719403899079012 ] } }, +{ "type": "Feature", "properties": { "id": 215.0, "POBLADO": "Sancho Abarca", "IGN": "Sancho Abarca", "PROVINCIA": "Zaragoza", "ANO": 1954.0, "coord_X": -1.270818, "coord_Y": 41.985304 }, "geometry": { "type": "Point", "coordinates": [ -1.27081765, 41.985304359061821 ] } }, +{ "type": "Feature", "properties": { "id": 216.0, "POBLADO": "Sanjuanejo", "IGN": "Sanjuanejo", "PROVINCIA": "Salamanca", "ANO": 1955.0, "coord_X": -6.491456, "coord_Y": 40.570321 }, "geometry": { "type": "Point", "coordinates": [ -6.49145565, 40.570321369067777 ] } }, +{ "type": "Feature", "properties": { "id": 217.0, "POBLADO": "Santa Anastasia", "IGN": "Santa Anastasia", "PROVINCIA": "Zaragoza", "ANO": 1953.0, "coord_X": -1.230395, "coord_Y": 42.13951 }, "geometry": { "type": "Point", "coordinates": [ -1.23039538, 42.139510379061306 ] } }, +{ "type": "Feature", "properties": { "id": 218.0, "POBLADO": "Santa Inés", "IGN": "Santa Inés", "PROVINCIA": "Salamanca", "ANO": 1956.0, "coord_X": -5.52516, "coord_Y": 40.70965 }, "geometry": { "type": "Point", "coordinates": [ -5.52515999, 40.709650039067093 ] } }, +{ "type": "Feature", "properties": { "id": 219.0, "POBLADO": "Santa María de las Lomas", "IGN": "Santa María de las Lomas", "PROVINCIA": "Cáceres", "ANO": 1957.0, "coord_X": -5.571618, "coord_Y": 40.010978 }, "geometry": { "type": "Point", "coordinates": [ -5.57161813, 40.010977549070766 ] } }, +{ "type": "Feature", "properties": { "id": 220.0, "POBLADO": "Santa Quiteria", "IGN": "Santa Quiteria", "PROVINCIA": "Ciudad Real", "ANO": 1954.0, "coord_X": -4.367051, "coord_Y": 39.257502 }, "geometry": { "type": "Point", "coordinates": [ -4.3670505, 39.257502359075332 ] } }, +{ "type": "Feature", "properties": { "id": 221.0, "POBLADO": "Santa Rosalía", "IGN": "Málaga", "PROVINCIA": "Málaga", "ANO": 1965.0, "coord_X": -4.419975, "coord_Y": 36.720343 }, "geometry": { "type": "Point", "coordinates": [ -4.41997511, 36.720342669095452 ] } }, +{ "type": "Feature", "properties": { "id": 222.0, "POBLADO": "Santo Tomé", "IGN": "Santo Tomé", "PROVINCIA": "Jaén", "ANO": 1954.0, "coord_X": -3.101891, "coord_Y": 38.028592 }, "geometry": { "type": "Point", "coordinates": [ -3.10189147, 38.028592029084173 ] } }, +{ "type": "Feature", "properties": { "id": 223.0, "POBLADO": "Setefilla", "IGN": "Setefilla", "PROVINCIA": "Sevilla", "ANO": 1965.0, "coord_X": -5.496797, "coord_Y": 37.702981 }, "geometry": { "type": "Point", "coordinates": [ -5.49679674, 37.702980569086812 ] } }, +{ "type": "Feature", "properties": { "id": 224.0, "POBLADO": "Sobradiel", "IGN": "Sobradiel", "PROVINCIA": "Zaragoza", "ANO": 1946.0, "coord_X": -1.035028, "coord_Y": 41.739592 }, "geometry": { "type": "Point", "coordinates": [ -1.03502791, 41.739592299062686 ] } }, +{ "type": "Feature", "properties": { "id": 225.0, "POBLADO": "Sodeto", "IGN": "Sodeto", "PROVINCIA": "Huesca", "ANO": 1956.0, "coord_X": -0.253096, "coord_Y": 41.89025 }, "geometry": { "type": "Point", "coordinates": [ -0.25309629, 41.890249819062149 ] } }, +{ "type": "Feature", "properties": { "id": 226.0, "POBLADO": "Solana de Torralba", "IGN": "Solana de Torralba", "PROVINCIA": "Jaén", "ANO": 1954.0, "coord_X": -3.17202, "coord_Y": 37.987828 }, "geometry": { "type": "Point", "coordinates": [ -3.17202003, 37.98782809908451 ] } }, +{ "type": "Feature", "properties": { "id": 227.0, "POBLADO": "Solanillo", "IGN": "El Solanillo", "PROVINCIA": "Almería", "ANO": 1968.0, "coord_X": -2.657633, "coord_Y": 36.734844 }, "geometry": { "type": "Point", "coordinates": [ -2.65763286, 36.734843999095325 ] } }, +{ "type": "Feature", "properties": { "id": 228.0, "POBLADO": "Sotogordo", "IGN": "Sotogordo", "PROVINCIA": "Jaén", "ANO": 1956.0, "coord_X": -3.598275, "coord_Y": 37.95187 }, "geometry": { "type": "Point", "coordinates": [ -3.5982754, 37.951869849084801 ] } }, +{ "type": "Feature", "properties": { "id": 229.0, "POBLADO": "Suchs", "IGN": "Sucs", "PROVINCIA": "Lleida", "ANO": 1945.0, "coord_X": 0.411815, "coord_Y": 41.701722 }, "geometry": { "type": "Point", "coordinates": [ 0.41181488, 41.701721759062835 ] } }, +{ "type": "Feature", "properties": { "id": 230.0, "POBLADO": "Tahivilla", "IGN": "Tahivilla", "PROVINCIA": "Cádiz", "ANO": 1947.0, "coord_X": -5.756815, "coord_Y": 36.184504 }, "geometry": { "type": "Point", "coordinates": [ -5.75681512, 36.184503569100627 ] } }, +{ "type": "Feature", "properties": { "id": 231.0, "POBLADO": "Talavera la Nueva", "IGN": "Talavera la Nueva", "PROVINCIA": "Toledo", "ANO": 1952.0, "coord_X": -4.892009, "coord_Y": 39.934879 }, "geometry": { "type": "Point", "coordinates": [ -4.89200918, 39.93487919907119 ] } }, +{ "type": "Feature", "properties": { "id": 232.0, "POBLADO": "Tietar del Caudillo", "IGN": "Tiétar", "PROVINCIA": "Cáceres", "ANO": 1957.0, "coord_X": -5.478809, "coord_Y": 40.029333 }, "geometry": { "type": "Point", "coordinates": [ -5.47880913, 40.029332939070663 ] } }, +{ "type": "Feature", "properties": { "id": 233.0, "POBLADO": "Torre de la Reina", "IGN": "Torre de la Reina", "PROVINCIA": "Sevilla", "ANO": 1952.0, "coord_X": -6.02641, "coord_Y": 37.512094 }, "geometry": { "type": "Point", "coordinates": [ -6.02640987, 37.512093879088411 ] } }, +{ "type": "Feature", "properties": { "id": 234.0, "POBLADO": "Torrecera", "IGN": "Torrecera", "PROVINCIA": "Cádiz", "ANO": 1945.0, "coord_X": -5.942476, "coord_Y": 36.609046 }, "geometry": { "type": "Point", "coordinates": [ -5.94247607, 36.609046339096501 ] } }, +{ "type": "Feature", "properties": { "id": 235.0, "POBLADO": "Torrefresneda", "IGN": "Torrefresneda", "PROVINCIA": "Badajoz", "ANO": 1964.0, "coord_X": -6.110625, "coord_Y": 38.984664 }, "geometry": { "type": "Point", "coordinates": [ -6.11062501, 38.984663929077165 ] } }, +{ "type": "Feature", "properties": { "id": 236.0, "POBLADO": "Trajano", "IGN": "Trajano", "PROVINCIA": "Sevilla", "ANO": 1964.0, "coord_X": -5.908278, "coord_Y": 37.069558 }, "geometry": { "type": "Point", "coordinates": [ -5.90827835, 37.069558269092262 ] } }, +{ "type": "Feature", "properties": { "id": 237.0, "POBLADO": "Troya", "IGN": "El Palmar de Troya", "PROVINCIA": "Sevilla", "ANO": 1947.0, "coord_X": -5.80556, "coord_Y": 37.06212 }, "geometry": { "type": "Point", "coordinates": [ -5.80555992, 37.062120489092322 ] } }, +{ "type": "Feature", "properties": { "id": 238.0, "POBLADO": "Umbría de Fresnedas", "IGN": "Umbría de Fresnedas", "PROVINCIA": "Ciudad Real", "ANO": 1961.0, "coord_X": -3.661897, "coord_Y": 38.585426 }, "geometry": { "type": "Point", "coordinates": [ -3.66189721, 38.585425629079978 ] } }, +{ "type": "Feature", "properties": { "id": 239.0, "POBLADO": "Vadehornillo", "IGN": "Valdehornillos", "PROVINCIA": "Badajoz", "ANO": 1962.0, "coord_X": -5.976022, "coord_Y": 39.058587 }, "geometry": { "type": "Point", "coordinates": [ -5.97602186, 39.058587019076661 ] } }, +{ "type": "Feature", "properties": { "id": 240.0, "POBLADO": "Vados de Torralba", "IGN": "Vados de Torralba", "PROVINCIA": "Jaén", "ANO": 1956.0, "coord_X": -3.640154, "coord_Y": 37.943051 }, "geometry": { "type": "Point", "coordinates": [ -3.64015389, 37.943051309084865 ] } }, +{ "type": "Feature", "properties": { "id": 241.0, "POBLADO": "Valareña", "IGN": "Valareña", "PROVINCIA": "Zaragoza", "ANO": 1954.0, "coord_X": -1.309728, "coord_Y": 42.134033 }, "geometry": { "type": "Point", "coordinates": [ -1.30972756, 42.134033439061326 ] } }, +{ "type": "Feature", "properties": { "id": 242.0, "POBLADO": "Valdebotoa", "IGN": "Valdebótoa", "PROVINCIA": "Badajoz", "ANO": 1957.0, "coord_X": -6.923778, "coord_Y": 38.966302 }, "geometry": { "type": "Point", "coordinates": [ -6.92377768, 38.966301719077286 ] } }, +{ "type": "Feature", "properties": { "id": 243.0, "POBLADO": "Valdecazorla", "IGN": "Valdecazorla", "PROVINCIA": "Jaén", "ANO": 1954.0, "coord_X": -3.157134, "coord_Y": 37.970859 }, "geometry": { "type": "Point", "coordinates": [ -3.1571337, 37.970858929084642 ] } }, +{ "type": "Feature", "properties": { "id": 244.0, "POBLADO": "Valdecín", "IGN": "Valdencín", "PROVINCIA": "Cáceres", "ANO": 1964.0, "coord_X": -6.409303, "coord_Y": 39.915448 }, "geometry": { "type": "Point", "coordinates": [ -6.40930271, 39.915448329071303 ] } }, +{ "type": "Feature", "properties": { "id": 245.0, "POBLADO": "Valdeínigos", "IGN": "Valdeíñigos", "PROVINCIA": "Cáceres", "ANO": 1950.0, "coord_X": -5.857266, "coord_Y": 39.961496 }, "geometry": { "type": "Point", "coordinates": [ -5.85726577, 39.961495899071046 ] } }, +{ "type": "Feature", "properties": { "id": 246.0, "POBLADO": "Valdelacalzada", "IGN": "Valdelacalzada", "PROVINCIA": "Badajoz", "ANO": 1947.0, "coord_X": -6.700343, "coord_Y": 38.889581 }, "geometry": { "type": "Point", "coordinates": [ -6.70034284, 38.889580689077803 ] } }, +{ "type": "Feature", "properties": { "id": 247.0, "POBLADO": "Valderrosas", "IGN": "Valderrosas", "PROVINCIA": "Cáceres", "ANO": 1968.0, "coord_X": -6.212866, "coord_Y": 40.057087 }, "geometry": { "type": "Point", "coordinates": [ -6.21286592, 40.057087359070508 ] } }, +{ "type": "Feature", "properties": { "id": 248.0, "POBLADO": "Valdesalor", "IGN": "Valdesalor", "PROVINCIA": "Cáceres", "ANO": 1954.0, "coord_X": -6.348637, "coord_Y": 39.377621 }, "geometry": { "type": "Point", "coordinates": [ -6.34863659, 39.377620799074577 ] } }, +{ "type": "Feature", "properties": { "id": 249.0, "POBLADO": "Valdivia", "IGN": "Valdivia", "PROVINCIA": "Badajoz", "ANO": 1956.0, "coord_X": -5.710467, "coord_Y": 39.033803 }, "geometry": { "type": "Point", "coordinates": [ -5.71046689, 39.033802879076831 ] } }, +{ "type": "Feature", "properties": { "id": 250.0, "POBLADO": "Valfonda de Santa Ana", "IGN": "Valfonda de Santa Ana", "PROVINCIA": "Huesca", "ANO": 1957.0, "coord_X": -0.469207, "coord_Y": 41.951057 }, "geometry": { "type": "Point", "coordinates": [ -0.46920739, 41.951057109061935 ] } }, +{ "type": "Feature", "properties": { "id": 251.0, "POBLADO": "Valmuel del Caudillo", "IGN": "Valmuel", "PROVINCIA": "Teruel", "ANO": 1952.0, "coord_X": -0.215541, "coord_Y": 41.126526 }, "geometry": { "type": "Point", "coordinates": [ -0.21554115, 41.126526489065171 ] } }, +{ "type": "Feature", "properties": { "id": 252.0, "POBLADO": "Valrío", "IGN": "Valrío", "PROVINCIA": "Cáceres", "ANO": 1965.0, "coord_X": -6.370583, "coord_Y": 40.010062 }, "geometry": { "type": "Point", "coordinates": [ -6.37058281, 40.010061939070773 ] } }, +{ "type": "Feature", "properties": { "id": 253.0, "POBLADO": "Valsalada", "IGN": "Valsalada", "PROVINCIA": "Huesca", "ANO": 1954.0, "coord_X": -0.648891, "coord_Y": 42.048091 }, "geometry": { "type": "Point", "coordinates": [ -0.64889105, 42.04809077906161 ] } }, +{ "type": "Feature", "properties": { "id": 254.0, "POBLADO": "Vega de Pumar", "IGN": "A Veiga do Pumar", "PROVINCIA": "Lugo", "ANO": 1958.0, "coord_X": -7.471286, "coord_Y": 43.21168 }, "geometry": { "type": "Point", "coordinates": [ -7.4712861, 43.211680269058498 ] } }, +{ "type": "Feature", "properties": { "id": 255.0, "POBLADO": "Vegas Altas", "IGN": "Vegas Altas", "PROVINCIA": "Badajoz", "ANO": 1957.0, "coord_X": -5.563752, "coord_Y": 39.129197 }, "geometry": { "type": "Point", "coordinates": [ -5.56375152, 39.129197029076188 ] } }, +{ "type": "Feature", "properties": { "id": 256.0, "POBLADO": "Vegas de Almenara", "IGN": "Vegas de Almenara", "PROVINCIA": "Sevilla", "ANO": 1963.0, "coord_X": -5.367135, "coord_Y": 37.70926 }, "geometry": { "type": "Point", "coordinates": [ -5.3671351, 37.709260229086766 ] } }, +{ "type": "Feature", "properties": { "id": 257.0, "POBLADO": "Vegas de Triana", "IGN": "Vegas de Triana", "PROVINCIA": "Jaén", "ANO": 1957.0, "coord_X": -4.056206, "coord_Y": 38.017146 }, "geometry": { "type": "Point", "coordinates": [ -4.05620566, 38.017145779084274 ] } }, +{ "type": "Feature", "properties": { "id": 258.0, "POBLADO": "Vegaviana", "IGN": "Vegaviana", "PROVINCIA": "Cáceres", "ANO": 1954.0, "coord_X": -6.717864, "coord_Y": 40.040855 }, "geometry": { "type": "Point", "coordinates": [ -6.7178638, 40.040855019070598 ] } }, +{ "type": "Feature", "properties": { "id": 259.0, "POBLADO": "Vencillón", "IGN": "Vencillón", "PROVINCIA": "Huesca", "ANO": 1961.0, "coord_X": 0.306134, "coord_Y": 41.705741 }, "geometry": { "type": "Point", "coordinates": [ 0.30613405, 41.705740649062811 ] } }, +{ "type": "Feature", "properties": { "id": 260.0, "POBLADO": "Veracruz", "IGN": "Veracruz", "PROVINCIA": "Jaén", "ANO": 1954.0, "coord_X": -3.148252, "coord_Y": 38.026931 }, "geometry": { "type": "Point", "coordinates": [ -3.14825218, 38.026930709084212 ] } }, +{ "type": "Feature", "properties": { "id": 261.0, "POBLADO": "Vetaherrado", "IGN": "Vetaherrado", "PROVINCIA": "Sevilla", "ANO": 1964.0, "coord_X": -5.950149, "coord_Y": 37.047348 }, "geometry": { "type": "Point", "coordinates": [ -5.95014915, 37.047348059092457 ] } }, +{ "type": "Feature", "properties": { "id": 262.0, "POBLADO": "Viar del Caudillo", "IGN": "El Viar", "PROVINCIA": "Sevilla", "ANO": 1952.0, "coord_X": -5.915901, "coord_Y": 37.57397 }, "geometry": { "type": "Point", "coordinates": [ -5.91590125, 37.573969979087892 ] } }, +{ "type": "Feature", "properties": { "id": 263.0, "POBLADO": "Villafranca de Guadiana", "IGN": "Villafranco del Guadiana", "PROVINCIA": "Badajoz", "ANO": 1955.0, "coord_X": -6.859287, "coord_Y": 38.884946 }, "geometry": { "type": "Point", "coordinates": [ -6.8592875, 38.884946419077842 ] } }, +{ "type": "Feature", "properties": { "id": 264.0, "POBLADO": "Villafranca del Delta", "IGN": "El Poblenou del Delta", "PROVINCIA": "Tarragona", "ANO": 1951.0, "coord_X": 0.686753, "coord_Y": 40.645219 }, "geometry": { "type": "Point", "coordinates": [ 0.68675292, 40.64521856906741 ] } }, +{ "type": "Feature", "properties": { "id": 265.0, "POBLADO": "Villafranco de Guadalhorce", "IGN": "Villafranco del Guadalhorce", "PROVINCIA": "Málaga", "ANO": 1962.0, "coord_X": -4.698407, "coord_Y": 36.701419 }, "geometry": { "type": "Point", "coordinates": [ -4.69840692, 36.701418719095628 ] } }, +{ "type": "Feature", "properties": { "id": 266.0, "POBLADO": "Villalba de Calatrava", "IGN": "Villalba de Calatrava", "PROVINCIA": "Ciudad Real", "ANO": 1955.0, "coord_X": -3.625171, "coord_Y": 38.634768 }, "geometry": { "type": "Point", "coordinates": [ -3.62517083, 38.634768479079604 ] } }, +{ "type": "Feature", "properties": { "id": 267.0, "POBLADO": "Villanueva de Franco", "IGN": "Consolación", "PROVINCIA": "Ciudad Real", "ANO": 1960.0, "coord_X": -3.387793, "coord_Y": 38.887065 }, "geometry": { "type": "Point", "coordinates": [ -3.38779264, 38.887064609077839 ] } }, +{ "type": "Feature", "properties": { "id": 268.0, "POBLADO": "Villoldo", "IGN": "Villoldo", "PROVINCIA": "Palencia", "ANO": 1968.0, "coord_X": -4.598242, "coord_Y": 42.244029 }, "geometry": { "type": "Point", "coordinates": [ -4.59824238, 42.244028999060966 ] } }, +{ "type": "Feature", "properties": { "id": 269.0, "POBLADO": "Vivares", "IGN": "Vivares", "PROVINCIA": "Badajoz", "ANO": 1962.0, "coord_X": -5.896304, "coord_Y": 39.087081 }, "geometry": { "type": "Point", "coordinates": [ -5.89630446, 39.087081369076479 ] } }, +{ "type": "Feature", "properties": { "id": 270.0, "POBLADO": "Viviendas aisladas, zona Orellana", "IGN": "Orellana la Vieja", "PROVINCIA": "Badajoz", "ANO": 1962.0, "coord_X": -5.533418, "coord_Y": 39.004639 }, "geometry": { "type": "Point", "coordinates": [ -5.53341769, 39.004639339077016 ] } }, +{ "type": "Feature", "properties": { "id": 271.0, "POBLADO": "Viviendas diseminadas, Canal del Lobón", "IGN": "Lobón", "PROVINCIA": "Badajoz", "ANO": 1960.0, "coord_X": -6.623489, "coord_Y": 38.850686 }, "geometry": { "type": "Point", "coordinates": [ -6.62348869, 38.850686449078083 ] } }, +{ "type": "Feature", "properties": { "id": 272.0, "POBLADO": "Yelbes", "IGN": "Yelbes", "PROVINCIA": "Badajoz", "ANO": 1964.0, "coord_X": -6.022149, "coord_Y": 38.969294 }, "geometry": { "type": "Point", "coordinates": [ -6.0221493, 38.969293649077258 ] } }, +{ "type": "Feature", "properties": { "id": 273.0, "POBLADO": "Zalea", "IGN": "Zalea", "PROVINCIA": "Málaga", "ANO": 1962.0, "coord_X": -4.744989, "coord_Y": 36.767446 }, "geometry": { "type": "Point", "coordinates": [ -4.74498918, 36.767446449095011 ] } }, +{ "type": "Feature", "properties": { "id": 274.0, "POBLADO": "Zurbarán", "IGN": "Zurbarán", "PROVINCIA": "Badajoz", "ANO": 1957.0, "coord_X": -5.723001, "coord_Y": 39.065412 }, "geometry": { "type": "Point", "coordinates": [ -5.72300112, 39.065412119076612 ] } } +] +} diff --git a/docs/colonizacion-leaflet/data/ZonasRiego.geojson b/docs/colonizacion-leaflet/data/ZonasRiego.geojson new file mode 100644 index 0000000..7a891c2 --- /dev/null +++ b/docs/colonizacion-leaflet/data/ZonasRiego.geojson @@ -0,0 +1,361 @@ +{ +"type": "FeatureCollection", + +"features": [ +{ "type": "Feature", "properties": { "id": null, "Nombre": "El Bierzo", "Tipo": "A", "EstadoMapa": "B", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En ejecucion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.755246478302258, 42.531145942689967 ], [ -6.75668860738866, 42.544439742906441 ], [ -6.748084125821044, 42.551392467436557 ], [ -6.739602354320389, 42.571205190890531 ], [ -6.73416296978685, 42.588059217785414 ], [ -6.731096956260454, 42.601500330782017 ], [ -6.733881208569503, 42.615703502117697 ], [ -6.736894853070155, 42.633710808771568 ], [ -6.733941810003696, 42.64905411501659 ], [ -6.722545190139871, 42.652760788231028 ], [ -6.713270955262465, 42.648774008756909 ], [ -6.69901384739349, 42.647806487731373 ], [ -6.689350838110128, 42.648118519851749 ], [ -6.677082756763294, 42.648037027279891 ], [ -6.660416737069038, 42.650000885669542 ], [ -6.645042803977181, 42.640962371737075 ], [ -6.637229573750039, 42.639781626062337 ], [ -6.61339529353357, 42.640536864885505 ], [ -6.579198111857082, 42.64065883685474 ], [ -6.566232235462501, 42.639634294458197 ], [ -6.553721196874581, 42.635258837234268 ], [ -6.545450475951562, 42.625985942481307 ], [ -6.544347143941442, 42.61792006036292 ], [ -6.55011084032519, 42.605829513892694 ], [ -6.558339028997672, 42.591756162306147 ], [ -6.569002158515086, 42.575223923469842 ], [ -6.574703238905291, 42.562181129280759 ], [ -6.580892137406078, 42.557699356794359 ], [ -6.584081637115931, 42.557123035114934 ], [ -6.607815061977899, 42.543988917578403 ], [ -6.632117877103309, 42.540837807540555 ], [ -6.652087589137487, 42.52971983709196 ], [ -6.665927433847241, 42.524036132384779 ], [ -6.687731203667449, 42.522382675087364 ], [ -6.7147329759372, 42.521509393141621 ], [ -6.727372287609833, 42.528245488510052 ], [ -6.73452974219416, 42.529441548065762 ], [ -6.755246478302258, 42.531145942689967 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Laguna de Antela", "Tipo": "A", "EstadoMapa": "B", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En ejecucion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -7.787240612345451, 42.083365913244712 ], [ -7.780835070261505, 42.091732815255611 ], [ -7.759691738054479, 42.108335858742976 ], [ -7.744030875108933, 42.121373008987277 ], [ -7.726591852193788, 42.127811477064704 ], [ -7.711204634036124, 42.136068606142238 ], [ -7.709357482350455, 42.145673206290596 ], [ -7.715560990881586, 42.151611420408997 ], [ -7.72751087422175, 42.157312110888938 ], [ -7.736058507022199, 42.168869474037905 ], [ -7.727439025815412, 42.173513634073679 ], [ -7.69668372091002, 42.17335040165009 ], [ -7.683009483384051, 42.196302876650215 ], [ -7.659268991474539, 42.195842417901467 ], [ -7.658449418515992, 42.167289841001534 ], [ -7.646746986912642, 42.164906859819396 ], [ -7.641291002432445, 42.160363854579401 ], [ -7.636022557408468, 42.149619336333892 ], [ -7.649125764440393, 42.13622425303172 ], [ -7.66105209809989, 42.12430491949398 ], [ -7.677509667513755, 42.113152206746264 ], [ -7.69353424646123, 42.104873503812932 ], [ -7.707214734289751, 42.099547562947713 ], [ -7.722700031958145, 42.092716277171412 ], [ -7.733470771204471, 42.082742907064095 ], [ -7.750614562377542, 42.081080027045168 ], [ -7.787240612345451, 42.083365913244712 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Alto Carrion", "Tipo": "A", "EstadoMapa": "A", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "Delimitada" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.796293848495871, 42.608185248037465 ], [ -4.774604977383755, 42.571353690654654 ], [ -4.769903288524343, 42.541881161398436 ], [ -4.752489338894871, 42.518321926732881 ], [ -4.733564479426323, 42.486205022694747 ], [ -4.709254205174727, 42.444634303011412 ], [ -4.690246692435944, 42.407745468595088 ], [ -4.672875692816684, 42.383219686820354 ], [ -4.660556518016437, 42.354805626642587 ], [ -4.655043353767208, 42.340588707645473 ], [ -4.645680882979566, 42.326426806525483 ], [ -4.641432642337137, 42.311237869233096 ], [ -4.651701861457318, 42.311090377896498 ], [ -4.671259009332921, 42.322244314486099 ], [ -4.682991513748897, 42.328744458087144 ], [ -4.696164189754449, 42.340940744326929 ], [ -4.717048754087279, 42.353020215058592 ], [ -4.737836214328358, 42.361284886234486 ], [ -4.746150896701964, 42.383079874432838 ], [ -4.760579279845242, 42.393343239588013 ], [ -4.767968717003833, 42.427540925172956 ], [ -4.783221823948204, 42.466381249422909 ], [ -4.796525061338148, 42.481422796398853 ], [ -4.80476764749401, 42.499401812161217 ], [ -4.804220153103261, 42.525143552412864 ], [ -4.80230187553147, 42.548047543037754 ], [ -4.802932755609771, 42.569958258927429 ], [ -4.803619294078192, 42.593774150478808 ], [ -4.796293848495871, 42.608185248037465 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Bajo Carrion", "Tipo": "A", "EstadoMapa": "A", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "Delimitada" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.605174879921512, 42.324618338432039 ], [ -4.596793015863688, 42.323305718558586 ], [ -4.591273087973022, 42.308132583220278 ], [ -4.583795116150474, 42.291556518989253 ], [ -4.577675458014487, 42.277820602827447 ], [ -4.57161771521592, 42.266466289426624 ], [ -4.557796420468794, 42.252357974846973 ], [ -4.538945004410843, 42.242128085871045 ], [ -4.525961011862644, 42.235629670454486 ], [ -4.521324545402592, 42.229495902678764 ], [ -4.521828234673923, 42.223770411040888 ], [ -4.537841057528588, 42.223080233014628 ], [ -4.540918437186877, 42.217796682745984 ], [ -4.54068679180781, 42.208268434546447 ], [ -4.532858732223744, 42.202654503909564 ], [ -4.514265133327079, 42.202424938266994 ], [ -4.507800816403957, 42.200127257619052 ], [ -4.509853391873405, 42.178654580581835 ], [ -4.508895698379698, 42.165323170093913 ], [ -4.515208645712394, 42.161427371465678 ], [ -4.52463085810681, 42.153677357256178 ], [ -4.534027767469338, 42.144973757328692 ], [ -4.539697007488807, 42.14108521437489 ], [ -4.548554429824313, 42.136676822750715 ], [ -4.563499195378824, 42.145528992141053 ], [ -4.574249726299164, 42.165874540007721 ], [ -4.581697511715412, 42.181975462551364 ], [ -4.590335002913347, 42.194246811037175 ], [ -4.604803211232276, 42.208818866714772 ], [ -4.61272313662246, 42.217762528007199 ], [ -4.619363363401391, 42.22672370028733 ], [ -4.62743455540099, 42.241382938909062 ], [ -4.629725859147804, 42.255647295498257 ], [ -4.627973642802162, 42.262344061476988 ], [ -4.623075170934665, 42.271468183517882 ], [ -4.622763807103301, 42.284339742602825 ], [ -4.623045145639024, 42.295296646379633 ], [ -4.621413516261813, 42.306757159403475 ], [ -4.616510843668936, 42.315881008154449 ], [ -4.605174879921512, 42.324618338432039 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "La Nava de Campos", "Tipo": "A", "EstadoMapa": "C", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.687517834703982, 42.07705138700998 ], [ -4.680603330382398, 42.08168034250658 ], [ -4.662088874177597, 42.083141492902058 ], [ -4.654408447084061, 42.083014214362692 ], [ -4.647681150014311, 42.082634449202793 ], [ -4.644397429960985, 42.079345530466533 ], [ -4.642042521974529, 42.074851785000241 ], [ -4.636920860197626, 42.07468668244362 ], [ -4.635389543274349, 42.077329689637892 ], [ -4.635524144075918, 42.082570107585617 ], [ -4.632412042809256, 42.085950459895535 ], [ -4.626065146796682, 42.087946892954946 ], [ -4.62454523225289, 42.091066166081525 ], [ -4.617780880063974, 42.089255446800053 ], [ -4.609013878139511, 42.084136396264391 ], [ -4.601539252583511, 42.079475210886187 ], [ -4.590542755589865, 42.074624119069675 ], [ -4.584734301644224, 42.072559892608396 ], [ -4.580761706992531, 42.067134044141021 ], [ -4.578956616109425, 42.058818770960542 ], [ -4.57869697359478, 42.048337595499149 ], [ -4.578970394989834, 42.033559840257681 ], [ -4.582023823968195, 42.027798811409653 ], [ -4.58991023086733, 42.023638876019845 ], [ -4.598482239918725, 42.021375177161602 ], [ -4.611224469619987, 42.019767235469082 ], [ -4.620452176632319, 42.018207561086371 ], [ -4.624706014631646, 42.00956895013254 ], [ -4.636192020600766, 42.008929182257802 ], [ -4.651817446223568, 42.007752176942759 ], [ -4.667122853197792, 42.006577693842651 ], [ -4.677699731076293, 42.007853297450147 ], [ -4.684419247218775, 42.008231446362764 ], [ -4.69279890285319, 42.010967624405616 ], [ -4.699288201289871, 42.014684353034205 ], [ -4.704576899050784, 42.021278023189303 ], [ -4.705719905495146, 42.028171427006605 ], [ -4.706793060315309, 42.032444672245568 ], [ -4.712978656479737, 42.036641697367699 ], [ -4.715963276829889, 42.040648008829422 ], [ -4.717689304911353, 42.04538795160942 ], [ -4.717798421837204, 42.049437217936209 ], [ -4.713139149068744, 42.054510928130455 ], [ -4.704944051520312, 42.05892217887218 ], [ -4.694848895168603, 42.064075791225349 ], [ -4.690110890787065, 42.066290273035307 ], [ -4.688926941747211, 42.069882024302984 ], [ -4.687517834703982, 42.07705138700998 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Babilafuente", "Tipo": "A", "EstadoMapa": "C", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.637832332344408, 40.955133550064375 ], [ -5.617770359539178, 40.956544342882445 ], [ -5.612568124056819, 40.968101267846905 ], [ -5.603331744710863, 40.973076528152909 ], [ -5.589620984783465, 40.97624523895071 ], [ -5.57393111067486, 40.977073458762106 ], [ -5.555080533313022, 40.977493060342937 ], [ -5.5401460352268, 40.981636271124962 ], [ -5.533634782886778, 40.992265313647501 ], [ -5.528843414848483, 40.998566659927995 ], [ -5.520799027879169, 41.002079312935436 ], [ -5.508891514451015, 41.003292500990149 ], [ -5.496911558971111, 41.002599541544519 ], [ -5.498886154954105, 40.988258053936846 ], [ -5.493804371273924, 40.986938297044453 ], [ -5.483263197233862, 40.990978976448069 ], [ -5.465142380854185, 40.994227884389531 ], [ -5.459371844303209, 40.995911076805449 ], [ -5.454562830085771, 40.997313522265941 ], [ -5.453669193643273, 40.990183186436084 ], [ -5.431565398795737, 40.987792060495757 ], [ -5.42629272392713, 40.981230444822721 ], [ -5.425384974019417, 40.973623519925219 ], [ -5.429015450273182, 40.969734021010112 ], [ -5.435211286869111, 40.967220101980274 ], [ -5.439346296230084, 40.959983221997113 ], [ -5.439083176406298, 40.952839370799332 ], [ -5.43377640819924, 40.950100924184802 ], [ -5.427548944407701, 40.946886758133338 ], [ -5.41985479371961, 40.942758917770902 ], [ -5.416557991593275, 40.938538426821282 ], [ -5.415145668727021, 40.934278358387068 ], [ -5.460344077816147, 40.932845635954749 ], [ -5.460538314998365, 40.9323584193938 ], [ -5.463793329035619, 40.924192627620748 ], [ -5.463978799697066, 40.91227292742807 ], [ -5.464252743638453, 40.902734468284088 ], [ -5.462882082995749, 40.897807153399995 ], [ -5.461353326888902, 40.892310541736627 ], [ -5.459152953386457, 40.883778137206377 ], [ -5.45895894493191, 40.878539322218188 ], [ -5.458853143668406, 40.875681784437553 ], [ -5.464950789899032, 40.870785232805552 ], [ -5.47296502241436, 40.866800527281463 ], [ -5.477178899520976, 40.861943729711292 ], [ -5.481303264949639, 40.854705542133161 ], [ -5.482415432188329, 40.850868536344251 ], [ -5.491035523613533, 40.84639290675107 ], [ -5.497916256286005, 40.845767396992301 ], [ -5.504259401043322, 40.84753631609928 ], [ -5.507574813338808, 40.852230568501433 ], [ -5.509762126236045, 40.860285701109802 ], [ -5.513759973762659, 40.866394790649601 ], [ -5.514856080558513, 40.878763258524849 ], [ -5.517262015014078, 40.892532978040236 ], [ -5.520834016458939, 40.903893978063337 ], [ -5.524280454609002, 40.911921204376398 ], [ -5.528983425206694, 40.919920745189913 ], [ -5.536808839835453, 40.927374758412256 ], [ -5.548312227445251, 40.932363822721349 ], [ -5.557878232338083, 40.935964872141327 ], [ -5.574279146590332, 40.937506137288757 ], [ -5.593746024371233, 40.93706960130929 ], [ -5.606876821610666, 40.935343427719744 ], [ -5.610663177119506, 40.935734327124578 ], [ -5.620841926063997, 40.938839606542892 ], [ -5.627215909963402, 40.941077551856324 ], [ -5.63553112719396, 40.944700610542974 ], [ -5.640078994959272, 40.948409442488519 ], [ -5.637832332344408, 40.955133550064375 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Borbollon", "Tipo": "A", "EstadoMapa": "C", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.771401696668687, 40.022409780934758 ], [ -6.768622341042029, 40.02821937621345 ], [ -6.756044749932549, 40.036253734134242 ], [ -6.745269023977832, 40.043275265378526 ], [ -6.740218826791514, 40.05297039940919 ], [ -6.729954094422506, 40.058067667381806 ], [ -6.725442102400475, 40.06631506239755 ], [ -6.72005058054893, 40.069824680553488 ], [ -6.703691961958402, 40.077021817277689 ], [ -6.690375319784216, 40.083166487009869 ], [ -6.674757731579093, 40.092718911515917 ], [ -6.664041246967228, 40.101160936691684 ], [ -6.651751597371731, 40.103455948277592 ], [ -6.635022173185284, 40.103982884957446 ], [ -6.631861898361361, 40.114567258115244 ], [ -6.627309201340843, 40.122335651358341 ], [ -6.618960530568778, 40.128792925655368 ], [ -6.609093208309243, 40.130054450536299 ], [ -6.600733153823827, 40.124595854341308 ], [ -6.59765912632469, 40.125168111030931 ], [ -6.589131729606062, 40.128292633569252 ], [ -6.579213756538681, 40.12859998005289 ], [ -6.569121197605353, 40.125575659609282 ], [ -6.559699014508372, 40.123483016853825 ], [ -6.552459135053431, 40.115603365678254 ], [ -6.551368495033843, 40.106581404220478 ], [ -6.551889365253447, 40.09274391769825 ], [ -6.55439243325626, 40.081228551760624 ], [ -6.552435511336817, 40.067467125714394 ], [ -6.548770200365103, 40.056617677152367 ], [ -6.55471508279237, 40.051669147883075 ], [ -6.571408323052119, 40.050678529346023 ], [ -6.575443825271902, 40.044834661733915 ], [ -6.576109558012, 40.033852194532372 ], [ -6.587176966340902, 40.032079853372927 ], [ -6.620108968568992, 40.033437363128883 ], [ -6.626816853567485, 40.031320927725808 ], [ -6.627726664862985, 40.025096609729033 ], [ -6.632349443818218, 40.018755807119206 ], [ -6.645269039343917, 40.016919793023767 ], [ -6.666978415277239, 40.017187153326994 ], [ -6.679922082307529, 40.015823106478464 ], [ -6.690313073362264, 40.013109255173553 ], [ -6.705163031802557, 40.012634777368717 ], [ -6.720631363283498, 40.012138511228251 ], [ -6.730015916492686, 40.013742784679323 ], [ -6.737107797284402, 40.018756481535767 ], [ -6.75214085089991, 40.021606151449582 ], [ -6.762634001775411, 40.020788850703241 ], [ -6.771296776370528, 40.020506852410335 ], [ -6.771401696668687, 40.022409780934758 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Gabriel y Galan", "Tipo": "A", "EstadoMapa": "B", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En ejecucion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.616804885482099, 39.959190668412845 ], [ -6.620615307797122, 39.960977983986922 ], [ -6.622178815939613, 39.967124925625818 ], [ -6.618820215722053, 39.973902413097704 ], [ -6.608113956237534, 39.982338871496438 ], [ -6.600398083586777, 39.988774971780472 ], [ -6.590280965068616, 39.996714890653699 ], [ -6.581423905310673, 40.005091569622344 ], [ -6.570064512654798, 40.013068196028534 ], [ -6.559049081536027, 40.015790480428983 ], [ -6.545384491583144, 40.015256648190899 ], [ -6.537166895747149, 40.012171814546647 ], [ -6.523405017486764, 40.009731899154716 ], [ -6.514097933954028, 40.009538226045031 ], [ -6.505156434999291, 40.016481908730661 ], [ -6.50131108775998, 40.026130530900737 ], [ -6.496202228664898, 40.035340594305261 ], [ -6.491492496351912, 40.04024889489633 ], [ -6.478089260059153, 40.0449420028961 ], [ -6.470562329404558, 40.043261522441405 ], [ -6.467602887621468, 40.033817959243287 ], [ -6.464025341795216, 40.024392800960612 ], [ -6.457354221443007, 40.015059954503059 ], [ -6.453448502481845, 40.011363619441887 ], [ -6.44775851387914, 40.009150155051891 ], [ -6.437808497479955, 40.00849285509414 ], [ -6.424311955423762, 40.011275996293627 ], [ -6.419050757213084, 40.017627567208514 ], [ -6.414431398522306, 40.024436592959638 ], [ -6.403383235433441, 40.026668459238401 ], [ -6.39733432367094, 40.029705886345546 ], [ -6.402618601214394, 40.03622333574193 ], [ -6.409118607318927, 40.042228102509483 ], [ -6.413190261917458, 40.049257365594329 ], [ -6.415952764562198, 40.054895268409396 ], [ -6.420073601975184, 40.062876042177081 ], [ -6.414665608947384, 40.066372068095284 ], [ -6.402277043201951, 40.066736976092479 ], [ -6.340833948540942, 40.066144045257687 ], [ -6.318005735213494, 40.068707324095207 ], [ -6.313326734013907, 40.074560887174272 ], [ -6.306811148051859, 40.080943390046272 ], [ -6.290999018325724, 40.087590314737518 ], [ -6.276997283266155, 40.093230591629798 ], [ -6.258586254145376, 40.097563569312129 ], [ -6.249379795053302, 40.099728992464172 ], [ -6.239688460423236, 40.104767040688337 ], [ -6.225498569335599, 40.106593373961132 ], [ -6.224451234329927, 40.097566583425611 ], [ -6.230334031411221, 40.090729671053509 ], [ -6.231742622421636, 40.081157719918743 ], [ -6.219236873160532, 40.079123130190567 ], [ -6.193986187082883, 40.083159244803781 ], [ -6.178382407229657, 40.081205684742812 ], [ -6.163222687855241, 40.075424772333342 ], [ -6.147533556598934, 40.071562789271248 ], [ -6.133857766794187, 40.070980631848954 ], [ -6.127325052041031, 40.077353657988013 ], [ -6.122183034334226, 40.087025290075431 ], [ -6.111091796031243, 40.088753912876292 ], [ -6.089311851331702, 40.087430814255988 ], [ -6.088325975064197, 40.079354206480474 ], [ -6.103278598699562, 40.067038182037706 ], [ -6.109019899957701, 40.056874617352243 ], [ -6.118606432748224, 40.049467092793435 ], [ -6.139718593123082, 40.036503693596551 ], [ -6.160866635271326, 40.024488805250655 ], [ -6.180172002665046, 40.012997382038598 ], [ -6.189700245862446, 40.004632396667851 ], [ -6.194296971199867, 39.996879442497196 ], [ -6.220440571718055, 39.986145832203782 ], [ -6.238003702857584, 39.977553191218625 ], [ -6.237329246967179, 39.963272938767361 ], [ -6.242907494758704, 39.950247652721394 ], [ -6.256220264528448, 39.94367782844099 ], [ -6.268452412405807, 39.940473449400365 ], [ -6.281620342927322, 39.943914166452515 ], [ -6.294629501865779, 39.944021446363855 ], [ -6.299805905413566, 39.935771301580502 ], [ -6.295157761040257, 39.929230760610075 ], [ -6.282701398214956, 39.927677932971186 ], [ -6.280573707991837, 39.922018585064507 ], [ -6.284078053744316, 39.917629555815189 ], [ -6.296212769080056, 39.912518520438233 ], [ -6.311390006004614, 39.906366024786777 ], [ -6.324023428656682, 39.898854685414882 ], [ -6.334754183472636, 39.890443511696972 ], [ -6.343057370017209, 39.883054707715445 ], [ -6.346076956126126, 39.881537635621456 ], [ -6.358665334349029, 39.885939684388219 ], [ -6.364143683365399, 39.896743231031486 ], [ -6.368842466157494, 39.904232752385965 ], [ -6.375326314041533, 39.910240173133808 ], [ -6.385856360650268, 39.910409470211057 ], [ -6.390471755123338, 39.903601677316772 ], [ -6.401953879304522, 39.89802212570077 ], [ -6.414241080471705, 39.896230735262769 ], [ -6.426004585097217, 39.896360035438448 ], [ -6.430638616890397, 39.902419000613364 ], [ -6.426359762834485, 39.915891129906981 ], [ -6.420511046761862, 39.922736744541709 ], [ -6.412259411603111, 39.931082769262517 ], [ -6.410877853801529, 39.940655950472795 ], [ -6.413064172068977, 39.9472642643467 ], [ -6.423837309747152, 39.95218908239336 ], [ -6.438083882426218, 39.952243583494344 ], [ -6.45401769006734, 39.948909672368153 ], [ -6.468833531314838, 39.947990168353286 ], [ -6.482132163155616, 39.953787042328642 ], [ -6.488582051938851, 39.958835674081342 ], [ -6.509607421891942, 39.958200273966817 ], [ -6.518093826807175, 39.954606430663915 ], [ -6.522771686692559, 39.949221454504311 ], [ -6.526903981688665, 39.94528275384797 ], [ -6.541074578943002, 39.943897039050057 ], [ -6.560239541122449, 39.943309358537221 ], [ -6.570180442294323, 39.943956494825748 ], [ -6.57614127600048, 39.951398288578112 ], [ -6.580817057017685, 39.957926287669899 ], [ -6.594345413370527, 39.956077268477351 ], [ -6.604113207309979, 39.953390585379417 ], [ -6.612819157735044, 39.954072459596716 ], [ -6.616804885482099, 39.959190668412845 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Rosarito", "Tipo": "A", "EstadoMapa": "C", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.75190184809521, 39.968674436544411 ], [ -5.746789347668249, 39.980235965223585 ], [ -5.740227454687867, 39.986588157486239 ], [ -5.726758867590321, 39.99071942575948 ], [ -5.71069879878917, 39.992049767965682 ], [ -5.69655174567576, 39.994763390595054 ], [ -5.687995146833642, 39.997822355299469 ], [ -5.678310975499561, 40.003766837407767 ], [ -5.659048521551587, 40.018511036540794 ], [ -5.644660653096006, 40.031234137620196 ], [ -5.635605899160898, 40.037637397533516 ], [ -5.625801787973296, 40.040720207955651 ], [ -5.609709133296351, 40.041560702590978 ], [ -5.597315905911809, 40.04183935779848 ], [ -5.585560183240575, 40.042579132679933 ], [ -5.582093830387832, 40.049330012469056 ], [ -5.572410843238211, 40.05574239242538 ], [ -5.561468445894714, 40.061705160884678 ], [ -5.548468984014066, 40.062468706150092 ], [ -5.536708933313953, 40.063203643671351 ], [ -5.531465102540238, 40.072375383412783 ], [ -5.526822356587896, 40.081057086381968 ], [ -5.517398614995568, 40.077925610256038 ], [ -5.506203037243514, 40.07721514359509 ], [ -5.490684786744678, 40.077073350547884 ], [ -5.479524066153217, 40.077312916510934 ], [ -5.476648320747468, 40.083571377062405 ], [ -5.463212114019414, 40.089578261071345 ], [ -5.459025332432518, 40.093957438057537 ], [ -5.439246650038203, 40.09628262492317 ], [ -5.428184005362751, 40.099375317352553 ], [ -5.414689654740268, 40.103947769714395 ], [ -5.404882034983495, 40.107488750170035 ], [ -5.362159224080439, 40.110751879288983 ], [ -5.343579731796575, 40.112082901598271 ], [ -5.324999371786082, 40.113410960865643 ], [ -5.31993865656236, 40.110652339943478 ], [ -5.321556856847308, 40.103469509159247 ], [ -5.329410105954142, 40.097114749427313 ], [ -5.341652501934067, 40.092100847606552 ], [ -5.355901505813284, 40.091335072433886 ], [ -5.367669244310125, 40.090618315066727 ], [ -5.371861855687567, 40.086242276533156 ], [ -5.371547637673764, 40.077191576138979 ], [ -5.363974656538876, 40.073532907810076 ], [ -5.359634209642596, 40.073621446016574 ], [ -5.353190806895655, 40.084716512828585 ], [ -5.329052658203414, 40.08663468988189 ], [ -5.314723455158657, 40.085015281947889 ], [ -5.312049222299139, 40.079348377425184 ], [ -5.319916893007012, 40.073470663113184 ], [ -5.32460207480411, 40.065272879011403 ], [ -5.328601350098336, 40.055181917005626 ], [ -5.330201371896574, 40.047522595468081 ], [ -5.33803133131926, 40.040691031768048 ], [ -5.34339719931957, 40.034385526587933 ], [ -5.358873581239989, 40.033594639105509 ], [ -5.376927532037596, 40.035608975923353 ], [ -5.385653300276919, 40.036859635834148 ], [ -5.401849505521009, 40.038908321821971 ], [ -5.417409995839265, 40.040491311185072 ], [ -5.428565230696584, 40.040257906693064 ], [ -5.435314431410632, 40.038209406894985 ], [ -5.440068254877843, 40.032389052704495 ], [ -5.440433122654857, 40.025231001376547 ], [ -5.43888847178254, 40.016683093466185 ], [ -5.436156214007098, 40.009590213714958 ], [ -5.431667843241448, 40.005394296204635 ], [ -5.421588762009034, 40.000838519382413 ], [ -5.409686469855413, 39.997273181491629 ], [ -5.405836553385584, 39.993539644931865 ], [ -5.409234301499356, 39.984411812325369 ], [ -5.412731766157068, 39.978141975961648 ], [ -5.413015694062823, 39.968602136016699 ], [ -5.427789466060577, 39.965910004779516 ], [ -5.461354868412629, 39.969015311086629 ], [ -5.475662206604495, 39.970617225295186 ], [ -5.485051927511074, 39.973276339874332 ], [ -5.4914332783972, 39.978382879614557 ], [ -5.490987200233105, 39.98315938188253 ], [ -5.481820077148673, 39.986692985711557 ], [ -5.47131040752685, 39.987394370537501 ], [ -5.465788695467913, 39.988942116781793 ], [ -5.462932096936515, 39.995676576265865 ], [ -5.470466863248287, 39.998376266434022 ], [ -5.475455938045807, 39.999223131156569 ], [ -5.48366272122008, 40.003337657730576 ], [ -5.483820723641282, 40.024785281450598 ], [ -5.495094385502959, 40.027879756239415 ], [ -5.508175478026093, 40.029503929236839 ], [ -5.523700404858064, 40.030120012750906 ], [ -5.531117902025589, 40.02948144201401 ], [ -5.540234859375713, 40.024514967947361 ], [ -5.543775070913044, 40.019670411215863 ], [ -5.543545032729693, 40.013478556441257 ], [ -5.542129343259897, 40.008742783070829 ], [ -5.53706832017764, 40.005993641079826 ], [ -5.522770052247882, 40.004875902072477 ], [ -5.518416957189781, 40.004493949209127 ], [ -5.516383884060533, 39.999771259140978 ], [ -5.522454350357341, 39.996302401331825 ], [ -5.531018807249692, 39.99325544673777 ], [ -5.541546142140994, 39.99302493296841 ], [ -5.54839330927844, 39.993827861447635 ], [ -5.559151854769599, 39.999787568723541 ], [ -5.564231070787577, 40.003012024467743 ], [ -5.565487569802698, 40.003460883871611 ], [ -5.571823956737453, 40.007133828696482 ], [ -5.578178947294351, 40.011282687181776 ], [ -5.586554941746107, 40.019676207583437 ], [ -5.593567586272303, 40.024762865659618 ], [ -5.604791253235961, 40.02641767618077 ], [ -5.618420642424328, 40.02611030100244 ], [ -5.628223062101955, 40.023028165627416 ], [ -5.634762348309502, 40.015729382271161 ], [ -5.641974724506242, 40.009844919743273 ], [ -5.651663049542436, 40.003903352358179 ], [ -5.663734034869584, 39.995522816963096 ], [ -5.672743534026711, 39.988165083758787 ], [ -5.681862900271914, 39.98366418570577 ], [ -5.690981044608637, 39.979162605752201 ], [ -5.701411037831679, 39.976536437871722 ], [ -5.709458303070288, 39.976348479507415 ], [ -5.723152244240779, 39.977934049165093 ], [ -5.731875480224701, 39.979158660324281 ], [ -5.739808651923358, 39.976111230901708 ], [ -5.743951046363752, 39.971246427796942 ], [ -5.75190184809521, 39.968674436544411 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Alberche", "Tipo": "A", "EstadoMapa": "C", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.96605945421682, 39.862396158214992 ], [ -4.966545527333061, 39.868585394932104 ], [ -4.972220101582316, 39.872302840513569 ], [ -4.978190810029714, 39.875538221372516 ], [ -4.981667647274165, 39.878100849900065 ], [ -4.981866622090013, 39.885009993672959 ], [ -4.979013888690813, 39.893401443983343 ], [ -4.975150375874394, 39.89894968759009 ], [ -4.971850290943762, 39.902581315046582 ], [ -4.962692473953527, 39.907027265247613 ], [ -4.953802208496907, 39.910037808036464 ], [ -4.947742921987766, 39.914668681886617 ], [ -4.942611079652677, 39.919283701846453 ], [ -4.935023141525002, 39.92465461434336 ], [ -4.925597218839886, 39.930770673279774 ], [ -4.919527540236207, 39.935161892362558 ], [ -4.911936031435362, 39.940531363564084 ], [ -4.900259867368974, 39.943822115797239 ], [ -4.894549553747772, 39.950113050247175 ], [ -4.886367973001875, 39.956682319543219 ], [ -4.875095034561475, 39.963539439679572 ], [ -4.862497075739577, 39.967318050590016 ], [ -4.846427175784824, 39.968767034198805 ], [ -4.834187217017225, 39.974443785190601 ], [ -4.82597784552794, 39.980294170393144 ], [ -4.818392876527772, 39.986372544178487 ], [ -4.786080316500171, 39.994979512301718 ], [ -4.766487029109525, 40.004337734348383 ], [ -4.756056419765149, 40.008548491708297 ], [ -4.740958182878506, 40.012113455109755 ], [ -4.727329657944206, 40.012555811718059 ], [ -4.717675595121575, 40.010792422643924 ], [ -4.716996131689489, 40.008418842181605 ], [ -4.718905676795617, 40.007372015082254 ], [ -4.728614512886207, 40.002048587259488 ], [ -4.740248862116355, 39.996392029438653 ], [ -4.747775204595614, 39.987697598214012 ], [ -4.750981792813003, 39.979783128608318 ], [ -4.752656260346659, 39.976794571190091 ], [ -4.755426430983823, 39.971849817639651 ], [ -4.761163721756322, 39.96604198870083 ], [ -4.774950548671322, 39.960110872694912 ], [ -4.794833577497119, 39.950508391810239 ], [ -4.80780479471013, 39.949114961506041 ], [ -4.821735752099624, 39.948896825440997 ], [ -4.836247464848692, 39.947237625426816 ], [ -4.844464885398454, 39.94186311639087 ], [ -4.849483221243886, 39.9327252807498 ], [ -4.851772947269801, 39.925776134050103 ], [ -4.856254013557634, 39.919745328756491 ], [ -4.890530480399246, 39.905366207920856 ], [ -4.901134318676408, 39.897088385704471 ], [ -4.908353249847232, 39.88958046207479 ], [ -4.911293942652149, 39.884049619830037 ], [ -4.91195034616069, 39.874265812425257 ], [ -4.914620698172552, 39.870169531512659 ], [ -4.923810249944662, 39.866918672020418 ], [ -4.928623783459092, 39.862071396342031 ], [ -4.930943459377478, 39.856550379270885 ], [ -4.933907763330739, 39.851972028872282 ], [ -4.939115836735129, 39.85021649551669 ], [ -4.947455058295499, 39.849838382479597 ], [ -4.957964661870538, 39.849661409809961 ], [ -4.961378373806132, 39.850080451377906 ], [ -4.964194287757287, 39.851224614817369 ], [ -4.96605945421682, 39.862396158214992 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Montijo", "Tipo": "A", "EstadoMapa": "C", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -7.06339659789958, 38.82392605623366 ], [ -7.069031836830372, 38.826589229366995 ], [ -7.066235367251874, 38.830976220876977 ], [ -7.064128021438149, 38.836768956666027 ], [ -7.059614557369625, 38.843122051141336 ], [ -7.05261311072109, 38.848608259363438 ], [ -7.040108623231455, 38.853808248615522 ], [ -7.028711463736945, 38.857062228988049 ], [ -7.014378304619526, 38.862322671781364 ], [ -7.013563278552735, 38.86949990429703 ], [ -7.013329900113705, 38.876180498034145 ], [ -7.009578816013666, 38.885365178829367 ], [ -7.004502417565437, 38.892688835650567 ], [ -6.99696327312198, 38.899620140313637 ], [ -6.987965123729056, 38.902311382987826 ], [ -6.973513439472558, 38.905664577734385 ], [ -6.961416256724909, 38.907506156695085 ], [ -6.958080678136136, 38.91333886342467 ], [ -6.952388060570767, 38.920681280182585 ], [ -6.949818748972382, 38.929347481449327 ], [ -6.949076255053866, 38.937951743040927 ], [ -6.946426834035049, 38.945190739263161 ], [ -6.940783461006635, 38.953484199468505 ], [ -6.937072305603616, 38.963618601490602 ], [ -6.933811488159237, 38.970877989291687 ], [ -6.930497376229426, 38.977185856295982 ], [ -6.921823613030991, 38.997019465624255 ], [ -6.919805661640864, 39.004713259799225 ], [ -6.914554570744356, 39.009179397018244 ], [ -6.901880483618655, 39.011987718688182 ], [ -6.894885312444902, 39.00697900604591 ], [ -6.889328971407177, 38.994772507831037 ], [ -6.888703199856594, 38.983354480514173 ], [ -6.887921484638137, 38.969081902972839 ], [ -6.887218414870023, 38.956236541972153 ], [ -6.884766167888324, 38.94487934697235 ], [ -6.88232926229535, 38.944960551159468 ], [ -6.867785297945272, 38.946874010714922 ], [ -6.842298964613114, 38.949623560407908 ], [ -6.824096613223463, 38.951652138069676 ], [ -6.766716349690187, 38.951614231538592 ], [ -6.759454249581157, 38.952801983890907 ], [ -6.757368981241048, 38.959542165069934 ], [ -6.75279507566783, 38.965409201407269 ], [ -6.745222880029835, 38.972325744286877 ], [ -6.738693064983659, 38.975871898332251 ], [ -6.730233684000139, 38.97757291777274 ], [ -6.718576126910959, 38.976515578571735 ], [ -6.710427300966822, 38.972485540844239 ], [ -6.702328985734126, 38.969406597268829 ], [ -6.687987632104258, 38.963664929466987 ], [ -6.666019798995053, 38.96388136205362 ], [ -6.646002307437796, 38.966415897017541 ], [ -6.629006863272847, 38.968376291254017 ], [ -6.617424255250654, 38.968736372215673 ], [ -6.601501641264046, 38.967799527679361 ], [ -6.582627180763969, 38.968857895291372 ], [ -6.575061150632639, 38.976240089202953 ], [ -6.568737045505564, 38.984060443441038 ], [ -6.563583493556692, 38.990891363064996 ], [ -6.556384588553826, 38.993494577917339 ], [ -6.553611482737648, 38.986905946176591 ], [ -6.556888823244682, 38.979179413631449 ], [ -6.563823564926541, 38.971341016137096 ], [ -6.57378087495505, 38.962932926783722 ], [ -6.582195180585894, 38.960291338811636 ], [ -6.597802771237451, 38.955044057591607 ], [ -6.612237381624351, 38.950784379732028 ], [ -6.619211680201461, 38.94389488013951 ], [ -6.616386745208221, 38.936356075231984 ], [ -6.607005191575694, 38.931880168490487 ], [ -6.600502537907464, 38.923978006360116 ], [ -6.598674801682092, 38.924034437104027 ], [ -6.587708276826951, 38.924372422054397 ], [ -6.588797748360562, 38.933872061926209 ], [ -6.591202607321436, 38.945237791826585 ], [ -6.592172798442859, 38.952357756592903 ], [ -6.577818903527935, 38.946125997833967 ], [ -6.572094695616731, 38.941534950752278 ], [ -6.567852668649254, 38.942141518631949 ], [ -6.556583083651293, 38.948682484205982 ], [ -6.551406844184331, 38.955036897432912 ], [ -6.536659219599495, 38.95310196833212 ], [ -6.520763931106046, 38.952629816611875 ], [ -6.513122165408565, 38.958580356580519 ], [ -6.504728586357013, 38.961693022833039 ], [ -6.495795624388684, 38.953857928294688 ], [ -6.494085134978569, 38.943899187188677 ], [ -6.484522926089714, 38.935605344044632 ], [ -6.465723408396505, 38.938072387376664 ], [ -6.461079435650085, 38.942977062106365 ], [ -6.458425563890136, 38.951159238285037 ], [ -6.450824644134988, 38.958057894324192 ], [ -6.440793869573869, 38.952634325003892 ], [ -6.432409406592698, 38.943348006929078 ], [ -6.427074405610856, 38.933971445769956 ], [ -6.423408665862647, 38.921208873970627 ], [ -6.425777260273488, 38.919709280254608 ], [ -6.440733989921319, 38.913548800272245 ], [ -6.455263651281306, 38.911212479326224 ], [ -6.470123016118293, 38.903144474802694 ], [ -6.47392265494494, 38.893497896054932 ], [ -6.481984217222086, 38.883724040069161 ], [ -6.492336776691546, 38.883414509776941 ], [ -6.502712575545979, 38.883580031295452 ], [ -6.522808087639008, 38.882974776667787 ], [ -6.549601160600871, 38.882162403632869 ], [ -6.564024662425656, 38.877909216212593 ], [ -6.580009854185237, 38.868363053624229 ], [ -6.595013255607775, 38.863611629678942 ], [ -6.604144182446173, 38.863329843092238 ], [ -6.608477500566187, 38.864625842174974 ], [ -6.616023645360875, 38.869158725286098 ], [ -6.625397131240636, 38.873634311723691 ], [ -6.635819446490954, 38.87473983575871 ], [ -6.651721212877489, 38.875672977098425 ], [ -6.676705970575521, 38.875364629777337 ], [ -6.690756995675291, 38.875874101042335 ], [ -6.701254345615996, 38.878401303864351 ], [ -6.708347255460533, 38.885802329207692 ], [ -6.721754500121527, 38.897291327872431 ], [ -6.738845223801484, 38.90913726806037 ], [ -6.756858307137978, 38.915231179388662 ], [ -6.772437882597795, 38.921401015959901 ], [ -6.78525426207828, 38.921462197874817 ], [ -6.805354101880635, 38.920807797165423 ], [ -6.825985576809846, 38.918702579831525 ], [ -6.842987156147507, 38.917190070079592 ], [ -6.856282263631181, 38.914844498436011 ], [ -6.86602600685974, 38.914521761086668 ], [ -6.878762561346083, 38.913145411479043 ], [ -6.901563425775208, 38.906188402835113 ], [ -6.918402352851809, 38.901810642591478 ], [ -6.928594880990569, 38.898607881323215 ], [ -6.944715880114763, 38.892344077964566 ], [ -6.959722362341565, 38.888022412098792 ], [ -6.971022001764037, 38.882871920439506 ], [ -6.977477844135314, 38.878362315504056 ], [ -6.98604769474803, 38.868060733527656 ], [ -6.991546492693786, 38.857387103641209 ], [ -6.995036936900242, 38.85440788652447 ], [ -7.004717365789218, 38.853122612164455 ], [ -7.015005712611449, 38.851815607737059 ], [ -7.022117860746504, 38.848234236514529 ], [ -7.034811258624108, 38.846365909963438 ], [ -7.045706110329141, 38.845035226785676 ], [ -7.053545799913649, 38.832847785294568 ], [ -7.06339659789958, 38.82392605623366 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Lobon", "Tipo": "A", "EstadoMapa": "C", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.944534101693328, 38.878051646950951 ], [ -6.94733760048081, 38.884629437443444 ], [ -6.941593206682109, 38.891019836440229 ], [ -6.928809877941215, 38.891451322985297 ], [ -6.902816177323759, 38.895660746525088 ], [ -6.885342718331927, 38.899580762743682 ], [ -6.862309706781961, 38.902252616324517 ], [ -6.844729115776229, 38.904263614189595 ], [ -6.831486695349367, 38.907559369536678 ], [ -6.834127530054381, 38.911285599418434 ], [ -6.8251718838946, 38.914916225142356 ], [ -6.81004831755704, 38.917318027523088 ], [ -6.79421299670756, 38.917834502565078 ], [ -6.784467982210055, 38.918151268573155 ], [ -6.774038016144069, 38.917059480387181 ], [ -6.764015997917548, 38.912140463094303 ], [ -6.750241052466099, 38.905434768060772 ], [ -6.741365097519372, 38.899046936937843 ], [ -6.733099615323915, 38.892638853104877 ], [ -6.724152149053946, 38.884821997827487 ], [ -6.716523472099746, 38.878868978906958 ], [ -6.708336859715135, 38.873886471856622 ], [ -6.698399329520449, 38.870388850792693 ], [ -6.682474057061878, 38.868986178112031 ], [ -6.670299554775584, 38.869369946852018 ], [ -6.653839214002415, 38.869410136496796 ], [ -6.635528134329884, 38.869029042999635 ], [ -6.623232035267062, 38.867028386842222 ], [ -6.608748993933107, 38.857944206847655 ], [ -6.595894693267381, 38.856911202628787 ], [ -6.579066557167211, 38.861718723614068 ], [ -6.570221576740587, 38.867709752230823 ], [ -6.555966741361482, 38.875295185512456 ], [ -6.543860463913686, 38.877093656606007 ], [ -6.524375963312953, 38.877684059530296 ], [ -6.510956588998402, 38.877612116257886 ], [ -6.487162185009799, 38.877372602496344 ], [ -6.472547917926256, 38.877808616116823 ], [ -6.468301963094271, 38.890805144833976 ], [ -6.462041987202449, 38.90004794425645 ], [ -6.450814424452767, 38.907530832954421 ], [ -6.438181982229319, 38.911240694771308 ], [ -6.42173224884124, 38.911724536775246 ], [ -6.418388805572945, 38.905625781379847 ], [ -6.418084105815595, 38.886567567400142 ], [ -6.420489532574777, 38.873150030887658 ], [ -6.42348019704262, 38.859238585921858 ], [ -6.434026110982289, 38.850348401125494 ], [ -6.447302922762217, 38.847573452444855 ], [ -6.454962340194249, 38.842103425795116 ], [ -6.465517220702499, 38.8460804727818 ], [ -6.472467381374099, 38.851117242434178 ], [ -6.477244211519052, 38.849068261305817 ], [ -6.476919457100358, 38.842404490780602 ], [ -6.484199732656151, 38.841710624173594 ], [ -6.488692771194883, 38.846343094849338 ], [ -6.492976650126759, 38.846691585174462 ], [ -6.500795709373106, 38.84455052537357 ], [ -6.508473765853675, 38.851946616954642 ], [ -6.524464157733064, 38.854801293998619 ], [ -6.550052938696402, 38.854502033407137 ], [ -6.57477001770908, 38.848980557372087 ], [ -6.601965174144067, 38.844330721077057 ], [ -6.622607683407458, 38.842738199409496 ], [ -6.631566107277942, 38.839123054560446 ], [ -6.634220822931687, 38.831413853314075 ], [ -6.635561362481129, 38.821838918872629 ], [ -6.636511454858153, 38.816566064883901 ], [ -6.645076237820558, 38.817252125269853 ], [ -6.661331175607632, 38.825322973964262 ], [ -6.671260677142878, 38.828824171788533 ], [ -6.687711440517043, 38.828781977282887 ], [ -6.69306367549133, 38.826229410552102 ], [ -6.696171751779861, 38.81564464322949 ], [ -6.702739163882404, 38.813053147826913 ], [ -6.710670816060925, 38.813277812824573 ], [ -6.716441991234803, 38.818813920120455 ], [ -6.721171084039761, 38.827719506077536 ], [ -6.726286215830585, 38.832322711994841 ], [ -6.736628535092464, 38.831991892371384 ], [ -6.739421052195773, 38.827135947551717 ], [ -6.740373478531449, 38.81042277971784 ], [ -6.747147409973634, 38.800195843847469 ], [ -6.757925288718402, 38.785073200615891 ], [ -6.762820852882224, 38.773952589555222 ], [ -6.770522230954686, 38.769890860924306 ], [ -6.775103427534435, 38.775939145167094 ], [ -6.777580638126626, 38.788251729913682 ], [ -6.777601433539441, 38.800167143617124 ], [ -6.774913076125002, 38.806927157568936 ], [ -6.773239507930216, 38.809841152887195 ], [ -6.770374573550381, 38.813270276443376 ], [ -6.767660015652965, 38.819554338085844 ], [ -6.767729830815704, 38.832421448833685 ], [ -6.766940140491388, 38.840549879347279 ], [ -6.763057687725944, 38.847824837745208 ], [ -6.761508280591291, 38.853117885380065 ], [ -6.763785948417322, 38.861623966404522 ], [ -6.783614412205063, 38.867655325687473 ], [ -6.808264526482359, 38.87257260291635 ], [ -6.843822567384189, 38.876172263583072 ], [ -6.872001622657644, 38.878576358069644 ], [ -6.885573809503341, 38.881461262841611 ], [ -6.908094647258414, 38.880708589425133 ], [ -6.931700630772332, 38.877531863583187 ], [ -6.944534101693328, 38.878051646950951 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Peñarroya", "Tipo": "A", "EstadoMapa": "C", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.106564609692761, 39.189788288974775 ], [ -3.056317998211259, 39.187916067613365 ], [ -3.033033847650536, 39.186971324051719 ], [ -2.996271041171121, 39.178392898908875 ], [ -2.998722748177788, 39.116403894538642 ], [ -3.053769841495312, 39.060123943746795 ], [ -3.07824738104826, 39.071554381741791 ], [ -3.095397399589825, 39.087754320199309 ], [ -3.112571954703157, 39.114442184623847 ], [ -3.108956707394603, 39.151639131782837 ], [ -3.106564609692761, 39.189788288974775 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Guadalmena", "Tipo": "A", "EstadoMapa": "A", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "Delimitada" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.031401492808861, 38.263267891318918 ], [ -3.017490106639194, 38.26708607768041 ], [ -3.007811528143326, 38.267564032001445 ], [ -3.001157532572162, 38.2742410344256 ], [ -2.988451876187181, 38.281871031781918 ], [ -2.974536025531491, 38.281868836866103 ], [ -2.968483594297152, 38.286636461952284 ], [ -2.967871999834253, 38.301420465087077 ], [ -2.966050400189632, 38.314296455872544 ], [ -2.963018054850099, 38.325741296311236 ], [ -2.939405816873966, 38.3276390981625 ], [ -2.920630093134065, 38.334781478367091 ], [ -2.892159296927487, 38.343819945825551 ], [ -2.867321284975898, 38.349517323750355 ], [ -2.843692736330787, 38.354257244240017 ], [ -2.827947320649352, 38.353758295077697 ], [ -2.832809921761978, 38.346134870419661 ], [ -2.848567623572264, 38.339956521747304 ], [ -2.870379870363909, 38.332352179375889 ], [ -2.889770331580319, 38.321880079657568 ], [ -2.907946463234892, 38.309973084103952 ], [ -2.923090798482286, 38.298061296614378 ], [ -2.927943485015458, 38.28661856773742 ], [ -2.928575658980224, 38.258958154596939 ], [ -2.93281265890076, 38.255622275619089 ], [ -2.946724888766007, 38.253721768544821 ], [ -2.965476501770578, 38.248005836623321 ], [ -2.979992348398353, 38.241809343961251 ], [ -2.991482853046948, 38.232272473505375 ], [ -3.008411443778905, 38.224164942154751 ], [ -3.016270813698363, 38.224641030234416 ], [ -3.023531097337003, 38.241808690432968 ], [ -3.031401492808861, 38.263267891318918 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Guadalen", "Tipo": "A", "EstadoMapa": "B", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En ejecucion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2.987364246594173, 37.569801525886781 ], [ -2.996951989569121, 37.568371259936825 ], [ -3.000547323530336, 37.571233103290496 ], [ -3.001146645735487, 37.576479738384059 ], [ -3.000547407323301, 37.582680310485237 ], [ -2.993954314475959, 37.587926786122921 ], [ -2.981964961972062, 37.59555701535691 ], [ -2.973569304842125, 37.605571699747841 ], [ -2.969967791587467, 37.616541014522902 ], [ -2.969963378205374, 37.627511169255087 ], [ -2.971759389738796, 37.635619975734485 ], [ -2.972358794757075, 37.636574042003183 ], [ -2.977755125200085, 37.641821763885211 ], [ -2.989750963485068, 37.644208223889279 ], [ -3.004747045671323, 37.650409070019307 ], [ -3.010748569575146, 37.669487085431115 ], [ -3.009550402854661, 37.684272913406531 ], [ -3.009552421700643, 37.700012515012318 ], [ -3.006551961081608, 37.710505764368641 ], [ -2.99814675775096, 37.716229402764085 ], [ -2.983135268964463, 37.721951676432724 ], [ -2.966921320044925, 37.725763882404593 ], [ -2.953708583742083, 37.729098117759285 ], [ -2.945898813797767, 37.733387382013504 ], [ -2.931480879273993, 37.738626377169915 ], [ -2.928482527163259, 37.733855056560195 ], [ -2.929101718887321, 37.714300277705519 ], [ -2.93151689185319, 37.699516058528687 ], [ -2.928528349158378, 37.686159475563571 ], [ -2.916538416723617, 37.674227637922066 ], [ -2.90395296478354, 37.661817115782441 ], [ -2.890775325451989, 37.647019875364997 ], [ -2.884198458612145, 37.633181716524952 ], [ -2.884242096441597, 37.605040924616745 ], [ -2.888455057105845, 37.594074788923535 ], [ -2.90704253998377, 37.589798201137782 ], [ -2.923229008378565, 37.586948043187746 ], [ -2.946008069285375, 37.582667964025219 ], [ -2.971182273292705, 37.576953193503648 ], [ -2.987364246594173, 37.569801525886781 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Cacin", "Tipo": "A", "EstadoMapa": "C", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.018450625001648, 37.203394510868037 ], [ -4.013135582121392, 37.207255904872504 ], [ -4.007160315052664, 37.206352909750031 ], [ -3.994626466285828, 37.205504866452344 ], [ -3.982136133920393, 37.207993979264138 ], [ -3.97203011797801, 37.210462235391013 ], [ -3.959483820611682, 37.208656619680056 ], [ -3.948053066349794, 37.200640014641799 ], [ -3.935450063843619, 37.19406248577171 ], [ -3.921084046916116, 37.189405242328924 ], [ -3.917501469361881, 37.188956060509291 ], [ -3.916905338151917, 37.188960675796338 ], [ -3.916309206806147, 37.188965288084439 ], [ -3.911540151161691, 37.189002078427151 ], [ -3.900270235120737, 37.193858077238218 ], [ -3.89316672471845, 37.198204685310948 ], [ -3.879531386247789, 37.204984457140291 ], [ -3.854450570482715, 37.201829151670893 ], [ -3.834188749884776, 37.202927537955105 ], [ -3.818110432186018, 37.204947608906096 ], [ -3.804982273979308, 37.204083583294647 ], [ -3.790602165556884, 37.197502642167272 ], [ -3.780998788463884, 37.191365528164681 ], [ -3.769012462781821, 37.185243112878133 ], [ -3.755864417981823, 37.181988812245578 ], [ -3.740919929961289, 37.17779031576049 ], [ -3.737324965736434, 37.175904787038917 ], [ -3.731891448823903, 37.168783637769849 ], [ -3.729402020856896, 37.157828220637512 ], [ -3.736460465510763, 37.148244757641926 ], [ -3.762672471758922, 37.147601993014803 ], [ -3.774613374641896, 37.149909500907711 ], [ -3.777607257652378, 37.151320863837157 ], [ -3.79787134551117, 37.151663163429184 ], [ -3.817534559820716, 37.151529155022551 ], [ -3.850912824821946, 37.152248180116985 ], [ -3.864037854482287, 37.153584176507948 ], [ -3.888468088394282, 37.153403543915495 ], [ -3.915894615273341, 37.154625709792683 ], [ -3.925469082144171, 37.157890215124489 ], [ -3.944555159407753, 37.159170574551091 ], [ -3.957664762566694, 37.159065356801513 ], [ -3.964803303496966, 37.158053488230593 ], [ -3.979042885902696, 37.153166880930108 ], [ -3.986199143390124, 37.153584526840604 ], [ -4.001886093260102, 37.168239347981235 ], [ -4.006805596638666, 37.179645157606025 ], [ -4.014104759245133, 37.190553407536818 ], [ -4.018450625001648, 37.203394510868037 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Bembezar", "Tipo": "A", "EstadoMapa": "B", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En ejecucion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.593665510031427, 37.618076527510361 ], [ -5.588237532082012, 37.634408279930163 ], [ -5.578365230013991, 37.643684503286842 ], [ -5.568309863035839, 37.647718689951191 ], [ -5.557817626895015, 37.656529901943173 ], [ -5.547840829292775, 37.66294486768787 ], [ -5.539676861372309, 37.669796801822088 ], [ -5.53530310022632, 37.682288793054106 ], [ -5.52425101441743, 37.692539661580092 ], [ -5.514914518800227, 37.700368719698872 ], [ -5.503921142173547, 37.71252384102187 ], [ -5.491612606563789, 37.721367901284147 ], [ -5.482125853235915, 37.724906032340691 ], [ -5.471958975109556, 37.72607347005647 ], [ -5.453376791874123, 37.726938728404491 ], [ -5.446761718320335, 37.726599448117348 ], [ -5.432853766294025, 37.723549536860823 ], [ -5.404656929494324, 37.724128386838878 ], [ -5.385519795880284, 37.726424804708799 ], [ -5.371963767185017, 37.734328108341927 ], [ -5.355792830128693, 37.735606274373119 ], [ -5.343881850714653, 37.738704961548258 ], [ -5.329614188451611, 37.743279642234825 ], [ -5.316559897952624, 37.748305612886284 ], [ -5.3065196831693, 37.753748031363152 ], [ -5.298982354133622, 37.762478771160175 ], [ -5.292629296906686, 37.770709138803234 ], [ -5.283243348181514, 37.77804429915475 ], [ -5.273298866958326, 37.786820076599099 ], [ -5.264465876064778, 37.792712528669703 ], [ -5.257433289801779, 37.798569828545745 ], [ -5.254032508778614, 37.805310961202345 ], [ -5.248430715022586, 37.818770028579593 ], [ -5.245042711978804, 37.825987514974152 ], [ -5.239750496532573, 37.829903163700983 ], [ -5.222954698966412, 37.831175233255529 ], [ -5.215029140243734, 37.827509767819073 ], [ -5.212970272247303, 37.818965044361398 ], [ -5.21264294449272, 37.808003446804783 ], [ -5.211285142133053, 37.802783501636789 ], [ -5.207596029444594, 37.799991563447762 ], [ -5.196268566361985, 37.803064545150129 ], [ -5.176530331008037, 37.806292215373219 ], [ -5.150741361414363, 37.808196677439653 ], [ -5.138153522800589, 37.809379658006009 ], [ -5.125537880526137, 37.809608066118052 ], [ -5.114574786639467, 37.804559921063337 ], [ -5.111476196721478, 37.801277451758075 ], [ -5.118493752708347, 37.794475272162153 ], [ -5.123135030841857, 37.788669280187925 ], [ -5.128839895742416, 37.778075212928286 ], [ -5.132755671989154, 37.767990147532778 ], [ -5.135552039788694, 37.760786459525967 ], [ -5.141894646049562, 37.751610807236396 ], [ -5.153064905523861, 37.743300431934941 ], [ -5.164288181916314, 37.736895514719585 ], [ -5.173150945557727, 37.731963707011595 ], [ -5.184454764275504, 37.728416614664539 ], [ -5.198856313103802, 37.728148743559643 ], [ -5.207582720654392, 37.738953460254599 ], [ -5.20962411652932, 37.747021876952608 ], [ -5.210895461750114, 37.749382341470906 ], [ -5.210952210789978, 37.751288729160329 ], [ -5.213395789463852, 37.752673431463244 ], [ -5.223071122667876, 37.754875554460078 ], [ -5.227730278409609, 37.750018920171527 ], [ -5.228058888547083, 37.740952325276531 ], [ -5.232602333592721, 37.73228279143931 ], [ -5.236673805584688, 37.727913809667314 ], [ -5.243159207544348, 37.72397562378962 ], [ -5.256901449351158, 37.72180576600163 ], [ -5.274300890164342, 37.721471222985613 ], [ -5.283300487688629, 37.721297176874678 ], [ -5.293485236501781, 37.72062252271904 ], [ -5.302922200274486, 37.715193028421126 ], [ -5.308714190531168, 37.70840368428766 ], [ -5.312661302034207, 37.700219705694181 ], [ -5.318540368149841, 37.69628933016358 ], [ -5.326277551838716, 37.694229436833261 ], [ -5.334148805793148, 37.696458095196064 ], [ -5.340895946366248, 37.701092832195044 ], [ -5.352921684041751, 37.701807056924913 ], [ -5.360597884445014, 37.697838714751924 ], [ -5.362815294782891, 37.69207202888817 ], [ -5.366155952627159, 37.683898484439815 ], [ -5.371954901319753, 37.677582822845849 ], [ -5.377920252945785, 37.676508923711722 ], [ -5.382762542936947, 37.677841699917195 ], [ -5.388957075599908, 37.683915403178354 ], [ -5.395075956206095, 37.687606039846287 ], [ -5.403363335236176, 37.684099381239619 ], [ -5.406745372583904, 37.677354452470823 ], [ -5.408389938886084, 37.672552346719122 ], [ -5.405745563686523, 37.664976711012365 ], [ -5.40024289423394, 37.661750907530603 ], [ -5.3910677268711, 37.656215109477166 ], [ -5.390945413071228, 37.652402754654801 ], [ -5.394403843351221, 37.648040878889383 ], [ -5.403808730886284, 37.642127261044706 ], [ -5.409755322532083, 37.640575317607144 ], [ -5.417545756046781, 37.640415846223561 ], [ -5.419973733627614, 37.641319745329504 ], [ -5.426798337041036, 37.648332257411298 ], [ -5.435500234629723, 37.657689833272158 ], [ -5.446445703024653, 37.662231694241477 ], [ -5.451256763646334, 37.662608601932696 ], [ -5.458813370054948, 37.655298509912797 ], [ -5.464806980630784, 37.655173352035163 ], [ -5.473939710170687, 37.659273677840297 ], [ -5.481370400756547, 37.66627019099672 ], [ -5.485094223458056, 37.670006505285244 ], [ -5.494669723379078, 37.669327397062823 ], [ -5.498138619135544, 37.665439180693113 ], [ -5.501527161993709, 37.659168350408535 ], [ -5.510405358394938, 37.65564171729914 ], [ -5.529551764437843, 37.654278760994714 ], [ -5.537164479591469, 37.648869914963122 ], [ -5.546541213836004, 37.642468818669855 ], [ -5.552936815228662, 37.636608419805057 ], [ -5.555687710822156, 37.629396214332722 ], [ -5.559069850652502, 37.623123930250919 ], [ -5.566061864414413, 37.617249898147918 ], [ -5.57200265468361, 37.615689957008357 ], [ -5.582119526738119, 37.613561516337043 ], [ -5.583883442955628, 37.612569202784798 ], [ -5.588658599906426, 37.611987642239946 ], [ -5.593665510031427, 37.618076527510361 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Viar", "Tipo": "A", "EstadoMapa": "C", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.025827135550874, 37.447097754819971 ], [ -6.031916694398768, 37.449802363118856 ], [ -6.034797743640935, 37.454496363907353 ], [ -6.034884432662398, 37.456639741160338 ], [ -6.031848475524592, 37.46291615653756 ], [ -6.027790674092979, 37.466119501252237 ], [ -6.025563729580015, 37.470229406572507 ], [ -6.021061164374555, 37.47725833986194 ], [ -6.022766546240137, 37.482459496578734 ], [ -6.02441452795589, 37.486231690022151 ], [ -6.026631588478359, 37.489274064306144 ], [ -6.030671044684226, 37.492984812037051 ], [ -6.037246932931942, 37.500206155494226 ], [ -6.040111132445903, 37.50442359214366 ], [ -6.043573560732119, 37.508625523997893 ], [ -6.044394129602331, 37.514087522299533 ], [ -6.042764843819778, 37.518182317259637 ], [ -6.038415369271942, 37.521631971606062 ], [ -6.036486597369652, 37.525734396350565 ], [ -6.036679855374232, 37.530497390643717 ], [ -6.039005235283816, 37.536159073584301 ], [ -6.040896379144131, 37.538494324668079 ], [ -6.044410454744123, 37.551277160407167 ], [ -6.041593651525559, 37.555640974758703 ], [ -6.029348306682383, 37.556432878773514 ], [ -6.022448757555689, 37.556133067537168 ], [ -6.013639183375891, 37.553020875313969 ], [ -6.003633815892199, 37.549938461592966 ], [ -6.000025223122673, 37.549553485463164 ], [ -5.992129935655252, 37.554283605272992 ], [ -5.99118109434876, 37.56050607119613 ], [ -5.981218264000654, 37.566003096530835 ], [ -5.968400141498249, 37.567518376156194 ], [ -5.955571988150377, 37.568794117704222 ], [ -5.951151904978511, 37.569998994139425 ], [ -5.947867610403819, 37.570894133951441 ], [ -5.943230140413615, 37.574824381079189 ], [ -5.938685873737272, 37.581136153302673 ], [ -5.935955338016017, 37.587879424072646 ], [ -5.935134175760699, 37.589068660378452 ], [ -5.932270260709053, 37.593215959276414 ], [ -5.927873909789665, 37.595709217454989 ], [ -5.919857251524869, 37.597576803809957 ], [ -5.917284214120232, 37.600739723805468 ], [ -5.914822581171542, 37.606760671089006 ], [ -5.91136945224153, 37.610422025999846 ], [ -5.907205817963338, 37.61123996729193 ], [ -5.901433956756201, 37.60923650600666 ], [ -5.895943288056329, 37.60674904238482 ], [ -5.888822685990064, 37.608592534533223 ], [ -5.881701706752179, 37.610435610387022 ], [ -5.876114107795185, 37.613194487276175 ], [ -5.869618654079756, 37.615736798391723 ], [ -5.862533010105984, 37.618531492947824 ], [ -5.852443215151462, 37.621160080791824 ], [ -5.849585211180408, 37.62480527804815 ], [ -5.849022676164202, 37.625772496270471 ], [ -5.846554741561723, 37.631792254511467 ], [ -5.842706920899799, 37.640944520160076 ], [ -5.840011103315278, 37.648876886500517 ], [ -5.83440092102556, 37.651157574279274 ], [ -5.827965219771232, 37.647497653834712 ], [ -5.82553419048442, 37.638734909549029 ], [ -5.824229596738353, 37.628037860834198 ], [ -5.823623521498803, 37.619946532355357 ], [ -5.82511356411834, 37.611804988296022 ], [ -5.828372570447792, 37.602905784572172 ], [ -5.840728976143392, 37.596887004188609 ], [ -5.851940606154876, 37.5923250835422 ], [ -5.861917057089908, 37.586838469100393 ], [ -5.867103453744652, 37.581467567379242 ], [ -5.869867561677606, 37.575440189077014 ], [ -5.872014471873611, 37.568950965150997 ], [ -5.874796098461676, 37.563399862150476 ], [ -5.877724022864677, 37.561659628488862 ], [ -5.883708076196028, 37.561513498093369 ], [ -5.888587324196274, 37.563778178294619 ], [ -5.892109020486302, 37.569652021442415 ], [ -5.898738289110072, 37.570681319289079 ], [ -5.907286319009889, 37.567133279136584 ], [ -5.909000801513298, 37.557316424771066 ], [ -5.909049784125914, 37.550878288350532 ], [ -5.906733545276647, 37.545213658111372 ], [ -5.904445422797291, 37.540263496419534 ], [ -5.902083722231447, 37.533407845792219 ], [ -5.908000599229043, 37.531593333087713 ], [ -5.915366115247756, 37.528550719071191 ], [ -5.918208144438925, 37.52466598624963 ], [ -5.920994130509692, 37.519352144485808 ], [ -5.926994273186511, 37.512051326026359 ], [ -5.937636480997091, 37.508687642746004 ], [ -5.945419193068082, 37.508732068748117 ], [ -5.949174166766942, 37.509430136468644 ], [ -5.954463536781725, 37.510413228153787 ], [ -5.960527824266257, 37.512406884773732 ], [ -5.963640205406942, 37.515428003524356 ], [ -5.969377782051508, 37.516714188530429 ], [ -5.977740258554329, 37.516265068843303 ], [ -5.980943868695581, 37.514038569891021 ], [ -5.982334458306367, 37.511381014061975 ], [ -5.98307959615484, 37.507547749412289 ], [ -5.983518068246046, 37.507107335422845 ], [ -5.986244702193143, 37.504368478673342 ], [ -5.989670457387375, 37.500228916620955 ], [ -5.994021124945558, 37.496781006207904 ], [ -6.001630650094662, 37.492534906027458 ], [ -6.001074254874032, 37.486112212190569 ], [ -5.999678635462121, 37.481141248890523 ], [ -5.992961299828878, 37.477735719906903 ], [ -5.991210590489392, 37.471343224815406 ], [ -5.992419587231859, 37.464160505490604 ], [ -5.99442551279711, 37.461964022265455 ], [ -6.001519847246724, 37.459876661229792 ], [ -6.006532022168152, 37.458080320166943 ], [ -6.008384600672401, 37.452073077706814 ], [ -6.008165048991313, 37.446595417852897 ], [ -6.009833164254558, 37.443453679758235 ], [ -6.015835782793543, 37.444015734450581 ], [ -6.025827135550874, 37.447097754819971 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Guadalcacin", "Tipo": "A", "EstadoMapa": "C", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.045184072576818, 36.776668109235864 ], [ -6.030990884374106, 36.777507752051612 ], [ -6.016778581499177, 36.777869343960489 ], [ -6.007746733017457, 36.774283497444905 ], [ -5.993885870798747, 36.768434442825232 ], [ -5.98361649035882, 36.763447329136824 ], [ -5.980952881395978, 36.755884580353758 ], [ -5.96972251839142, 36.756642497407853 ], [ -5.962300909619265, 36.763980417945874 ], [ -5.953437537018345, 36.764677810287921 ], [ -5.943927152937293, 36.763960010555564 ], [ -5.938434368429583, 36.759804230348664 ], [ -5.936959345216536, 36.752211017003141 ], [ -5.936541444785899, 36.741253685372335 ], [ -5.942187917835204, 36.733961285600444 ], [ -5.961317139811825, 36.722995683520843 ], [ -5.98082764864437, 36.722031402432428 ], [ -6.003906548302985, 36.721450688769359 ], [ -6.0145022269325, 36.71975203816995 ], [ -6.025595600808078, 36.715655563090323 ], [ -6.036002279252013, 36.70919138225333 ], [ -6.053034863868001, 36.690635355759092 ], [ -6.061567031567633, 36.681832907384184 ], [ -6.066662701710404, 36.675979556987116 ], [ -6.071185234544181, 36.670617637234983 ], [ -6.070938947686076, 36.664425044277607 ], [ -6.068365628061166, 36.659246158161245 ], [ -6.053433688941173, 36.655815490754392 ], [ -6.040332820607802, 36.653766690893974 ], [ -6.031943533379483, 36.651119637798743 ], [ -6.018103833981754, 36.645272373538916 ], [ -6.006021011112449, 36.638902238112962 ], [ -5.989377227694907, 36.636937148823755 ], [ -5.978681948807192, 36.635774711464791 ], [ -5.970887568436255, 36.633108365815538 ], [ -5.958383240767593, 36.631035502229459 ], [ -5.952563269023043, 36.633564297496619 ], [ -5.943377466556175, 36.640944691791645 ], [ -5.937037446281378, 36.645393049280024 ], [ -5.928995174125056, 36.65179042957859 ], [ -5.921596940268844, 36.659602061929462 ], [ -5.915917440499563, 36.665940565774136 ], [ -5.911437851306518, 36.672726320073743 ], [ -5.909377324266516, 36.680883373288083 ], [ -5.908966569824718, 36.701398448166437 ], [ -5.907478972616968, 36.709064585846086 ], [ -5.90690521824925, 36.709555469597355 ], [ -5.900485894697845, 36.712096484262226 ], [ -5.889834476586822, 36.712355749432284 ], [ -5.884940033591962, 36.708182797818246 ], [ -5.884654898300139, 36.700559899509848 ], [ -5.883493404015822, 36.685328405953506 ], [ -5.882203560098224, 36.682498470307308 ], [ -5.874620175722623, 36.685543125762123 ], [ -5.867680863117747, 36.690002383345011 ], [ -5.861923991524257, 36.694432808626779 ], [ -5.853746923590859, 36.697490445091233 ], [ -5.847379396114399, 36.701457966783934 ], [ -5.84158537034797, 36.70493459053106 ], [ -5.835093969334573, 36.705566348617971 ], [ -5.827401502814768, 36.705749437515799 ], [ -5.821397023206514, 36.703507650187781 ], [ -5.814296392783442, 36.703675847942712 ], [ -5.814644181395842, 36.713205048124173 ], [ -5.814852933039062, 36.718922559532579 ], [ -5.812050174725229, 36.723280695888214 ], [ -5.806235514441772, 36.726279262177655 ], [ -5.798558094022724, 36.726937038571393 ], [ -5.790202337514248, 36.725225870907728 ], [ -5.787087766012815, 36.721007034734811 ], [ -5.788673762678619, 36.715724247138581 ], [ -5.795568345250999, 36.709839922701626 ], [ -5.799399465756959, 36.70116610210853 ], [ -5.802115710028139, 36.694425923201401 ], [ -5.810277390169209, 36.690895300178354 ], [ -5.813653414613269, 36.686046779832218 ], [ -5.814645459630952, 36.680777713152246 ], [ -5.812070999960804, 36.675116101564875 ], [ -5.805322081409831, 36.668599154930881 ], [ -5.796938101522176, 36.665935245125532 ], [ -5.789111684081867, 36.662303911244166 ], [ -5.788331086982875, 36.657076550154464 ], [ -5.795949997365299, 36.654990303233767 ], [ -5.813794671357711, 36.657431013247432 ], [ -5.825117701712306, 36.659547137404488 ], [ -5.838162932526716, 36.660190495295673 ], [ -5.842893931105983, 36.660077575816842 ], [ -5.852929619853138, 36.659360550927317 ], [ -5.859902477203734, 36.655855107831854 ], [ -5.86381222633666, 36.649561795717297 ], [ -5.867147804747315, 36.643759063313027 ], [ -5.87238038764277, 36.641248563179708 ], [ -5.877074621724518, 36.64018145604733 ], [ -5.879782174500894, 36.63343983013759 ], [ -5.880538560838585, 36.621976686779647 ], [ -5.881672934396693, 36.604781944991728 ], [ -5.883770424231679, 36.59757812176683 ], [ -5.891900272549699, 36.593566017843102 ], [ -5.902231795044008, 36.585207925131911 ], [ -5.910824776950534, 36.577845205275615 ], [ -5.914852199281249, 36.57488550801137 ], [ -5.912435723194175, 36.542040680858136 ], [ -5.924906652480346, 36.543642671152895 ], [ -5.93281653529213, 36.549647502401058 ], [ -5.940155178912248, 36.556142742646585 ], [ -5.948513132315051, 36.558320497499132 ], [ -5.960305688528033, 36.557551176573078 ], [ -5.968591298814477, 36.557821855270156 ], [ -5.975787304037533, 36.560503481845991 ], [ -5.980067607324628, 36.564211360137236 ], [ -5.985547863627746, 36.56836586272702 ], [ -5.992818983784541, 36.57295197050486 ], [ -5.999980277750122, 36.574679239385887 ], [ -6.027149186960167, 36.573991811587668 ], [ -6.049020514214648, 36.573910766195667 ], [ -6.056201701460463, 36.57611095764851 ], [ -6.055968121265134, 36.585177086495101 ], [ -6.054365137319564, 36.589509852195292 ], [ -6.055866176603627, 36.597577766508422 ], [ -6.064325651335706, 36.6021288315278 ], [ -6.080315338322402, 36.602669928170492 ], [ -6.089082350054125, 36.600058573460366 ], [ -6.102022199294815, 36.598291628394939 ], [ -6.116791112701945, 36.597905941973629 ], [ -6.12992234050379, 36.600899352492853 ], [ -6.134937859166488, 36.607919961048474 ], [ -6.134942683405853, 36.608039043348661 ], [ -6.134948015492844, 36.608170660624253 ], [ -6.135208060203231, 36.614588565336255 ], [ -6.133095377674858, 36.62084306839845 ], [ -6.126177623650186, 36.625316483450227 ], [ -6.124444987385408, 36.627080353737057 ], [ -6.119926931818378, 36.631679379048151 ], [ -6.11594345387557, 36.635598436063447 ], [ -6.107879525790803, 36.641054506852058 ], [ -6.099070496272323, 36.64271473593984 ], [ -6.098212080810881, 36.636061320532299 ], [ -6.092168164015585, 36.632880604921162 ], [ -6.086371923239961, 36.635892097848313 ], [ -6.087343494749598, 36.6454037344052 ], [ -6.090642081089338, 36.653901251343264 ], [ -6.09321665671356, 36.659079597504153 ], [ -6.095734315170704, 36.662828840221003 ], [ -6.104260810321934, 36.668805594340363 ], [ -6.109183010960593, 36.673445440847857 ], [ -6.11599528236675, 36.680896593331539 ], [ -6.119240998338218, 36.687964061351835 ], [ -6.119664748204082, 36.698443308862927 ], [ -6.11999234132289, 36.706540893664339 ], [ -6.106942600839076, 36.720710730005649 ], [ -6.094288612689275, 36.730100552236095 ], [ -6.079951210266619, 36.741916882797071 ], [ -6.066831310186115, 36.754653826764589 ], [ -6.064672029115741, 36.759954730160317 ], [ -6.06020105778012, 36.766745648157141 ], [ -6.045184072576818, 36.776668109235864 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Bajo Guadalquivir", "Tipo": "A", "EstadoMapa": "B", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En ejecucion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.213737990005118, 36.880943615483432 ], [ -6.214337564039397, 36.89523172111285 ], [ -6.206235258007183, 36.900218973156271 ], [ -6.199397637960181, 36.907078853737382 ], [ -6.188091533782044, 36.920733866015695 ], [ -6.175713571633876, 36.937277434586854 ], [ -6.170570503990989, 36.956487526059441 ], [ -6.165346203304438, 36.973792320593489 ], [ -6.163721807191967, 36.991954537511695 ], [ -6.155960818056918, 37.005512088799861 ], [ -6.146891281908572, 37.016243029079426 ], [ -6.137662377089104, 37.023163021869649 ], [ -6.124828268846353, 37.029223779856423 ], [ -6.102602388364884, 37.038390270477052 ], [ -6.094709937347267, 37.049086576241926 ], [ -6.086969874152816, 37.063592957813718 ], [ -6.082678061135801, 37.075148302295887 ], [ -6.079651303939114, 37.088577894008921 ], [ -6.08487157627222, 37.099885676255276 ], [ -6.091089193763489, 37.106399014951933 ], [ -6.097774065325996, 37.124343297091151 ], [ -6.096093964541169, 37.141552479765792 ], [ -6.095642455648486, 37.159683123806239 ], [ -6.086896317033357, 37.178983941194907 ], [ -6.08517460265141, 37.195240391891609 ], [ -6.065933878073182, 37.22053458319099 ], [ -6.060517296294028, 37.234025522483037 ], [ -6.06124996573871, 37.25212536438071 ], [ -6.058445889948541, 37.271270282975301 ], [ -6.047140681560141, 37.286820005526657 ], [ -6.036755122856152, 37.295669745200868 ], [ -6.027483251680035, 37.302582851867427 ], [ -6.014822075966221, 37.314349846611719 ], [ -6.002194915919687, 37.327068299157624 ], [ -5.995567223313805, 37.34058719111416 ], [ -5.987554957311978, 37.349372611982261 ], [ -5.974541198086024, 37.352561733761441 ], [ -5.953097351857777, 37.354053113839086 ], [ -5.946011266740551, 37.35613722603847 ], [ -5.941497861999083, 37.362925090242889 ], [ -5.941907385211244, 37.373404870255648 ], [ -5.941197694478192, 37.385819762761201 ], [ -5.936868256223518, 37.397371043771308 ], [ -5.93481464988067, 37.406004760657048 ], [ -5.936269423164543, 37.412644022418576 ], [ -5.937014182237659, 37.431698080273307 ], [ -5.937461374335024, 37.443130479346834 ], [ -5.934547228942149, 37.460368193597006 ], [ -5.92304122141118, 37.472097119098514 ], [ -5.908018958398391, 37.4858188937649 ], [ -5.895382840197027, 37.499480314540946 ], [ -5.880276825642977, 37.511293478948147 ], [ -5.866143398165582, 37.517359356411703 ], [ -5.861608579725291, 37.492674885911867 ], [ -5.861026722785447, 37.477430784502495 ], [ -5.86250866425083, 37.453553864239495 ], [ -5.861491818842183, 37.426876499992389 ], [ -5.871588473505351, 37.409465874965669 ], [ -5.880997529689169, 37.405422211031343 ], [ -5.89757099408281, 37.401202310181617 ], [ -5.902200842320609, 37.397274108080161 ], [ -5.894669095260512, 37.387922468564113 ], [ -5.884751484566953, 37.37862857353111 ], [ -5.87573895255125, 37.36168257645398 ], [ -5.872806524044528, 37.347449126964143 ], [ -5.881014632472375, 37.343434747310347 ], [ -5.898014392333838, 37.350648359853579 ], [ -5.91595261483441, 37.351160816729809 ], [ -5.935943547569066, 37.343036827474833 ], [ -5.949740647427733, 37.329342419002813 ], [ -5.958387872955578, 37.306239066428347 ], [ -5.970607113221647, 37.283045442185525 ], [ -5.981439418058394, 37.255117397467231 ], [ -5.973464046759393, 37.234338021069206 ], [ -5.964451448746812, 37.217398545256891 ], [ -5.953321156053989, 37.207186686670155 ], [ -5.939811955826145, 37.197032818309907 ], [ -5.936128255493845, 37.19426328388802 ], [ -5.920278794316299, 37.185118761439469 ], [ -5.888917853040017, 37.175397874930503 ], [ -5.868279496213321, 37.165409247925716 ], [ -5.858216499640786, 37.15134741235471 ], [ -5.850547527254551, 37.105755451163056 ], [ -5.852249547277838, 37.103464060316234 ], [ -5.858480774423316, 37.095073776439669 ], [ -5.864105045606573, 37.086354795710179 ], [ -5.862449619029419, 37.073996869412923 ], [ -5.861475519702716, 37.065949485153823 ], [ -5.860723250937243, 37.059733224203427 ], [ -5.868722430501433, 37.050956699834586 ], [ -5.883274542229872, 37.026761465610825 ], [ -5.893246584779806, 37.007444805676371 ], [ -5.905054463118164, 37.005248765542326 ], [ -5.934900748714282, 37.008328590733299 ], [ -5.953761321346942, 37.004045604962556 ], [ -5.975960159867624, 36.9939539062661 ], [ -5.995590848633031, 36.979154695675568 ], [ -6.013838711010762, 36.959619162775084 ], [ -6.029195398739138, 36.95757622155751 ], [ -6.031570628233869, 36.957260052648998 ], [ -6.063393205462048, 36.950720691050023 ], [ -6.088088622254998, 36.944358587664347 ], [ -6.098345621987, 36.933601070580352 ], [ -6.107219816430443, 36.918110690400027 ], [ -6.110275763922185, 36.905633233465927 ], [ -6.127602116126544, 36.893734217336451 ], [ -6.151008879655866, 36.885486087378112 ], [ -6.169858931148998, 36.883293721168691 ], [ -6.182908207511477, 36.881774203887865 ], [ -6.213737990005118, 36.880943615483432 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Vegas Altas", "Tipo": "A", "EstadoMapa": "C", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.089825166420857, 38.059831611682277 ], [ -3.078967756981025, 38.060077870901594 ], [ -3.06358662645675, 38.060802589056905 ], [ -3.056347717586433, 38.060329354393261 ], [ -3.054232793582788, 38.055322606465658 ], [ -3.053625450995178, 38.049599745307056 ], [ -3.057541064883629, 38.043636284143304 ], [ -3.06446948230431, 38.035763354928996 ], [ -3.066274418989875, 38.031231517951625 ], [ -3.071395954303934, 38.027413078264949 ], [ -3.081941257419289, 38.021921501285846 ], [ -3.089775371013427, 38.019054196031291 ], [ -3.102738385879051, 38.019997446307563 ], [ -3.111782620339928, 38.020704592483547 ], [ -3.120222580577382, 38.020457800851339 ], [ -3.124138082376359, 38.01854600928695 ], [ -3.124130842671318, 38.01425363769215 ], [ -3.120505669153936, 38.009249628632865 ], [ -3.120497472861557, 38.004241852849653 ], [ -3.123506809020021, 38.001615604260607 ], [ -3.134051466787751, 37.999934794891928 ], [ -3.138563279074455, 37.995398707104016 ], [ -3.140656246877029, 37.986811428590528 ], [ -3.144565687120418, 37.982991220614423 ], [ -3.15088244679674, 37.977975482363718 ], [ -3.150571437693179, 37.973206538747505 ], [ -3.147248677509022, 37.968679866158837 ], [ -3.14543096199481, 37.963435842187096 ], [ -3.146927491726494, 37.958664628528716 ], [ -3.152948757129566, 37.957464615651823 ], [ -3.160470522441286, 37.953877578366381 ], [ -3.166483640167009, 37.949338330611511 ], [ -3.170389759844745, 37.945517247616777 ], [ -3.176406716390718, 37.943123697455057 ], [ -3.187849995546337, 37.943344453191401 ], [ -3.194176731071297, 37.944526523829971 ], [ -3.202019127686775, 37.949282682561588 ], [ -3.210156228353138, 37.95141464126511 ], [ -3.217980653032723, 37.949492661940582 ], [ -3.22549842567986, 37.945901474057777 ], [ -3.228498683579657, 37.942318664003082 ], [ -3.238728232945551, 37.939675203941249 ], [ -3.245648154396201, 37.937991683288637 ], [ -3.253763934810148, 37.933920499012039 ], [ -3.262184119649493, 37.931040418255577 ], [ -3.279343405770981, 37.930523999355692 ], [ -3.297711511498525, 37.931194368353665 ], [ -3.322389985481842, 37.928983131991721 ], [ -3.332320732998028, 37.928001633889771 ], [ -3.342261159011711, 37.929165483593096 ], [ -3.344081980073527, 37.932260258653614 ], [ -3.340195482275597, 37.938233256394092 ], [ -3.330890267576026, 37.944698419333093 ], [ -3.324878246486955, 37.947099848477386 ], [ -3.315546087730561, 37.947840648697351 ], [ -3.309211169149819, 37.945234323587314 ], [ -3.303482855759211, 37.94357996368884 ], [ -3.298059765791464, 37.942878422688963 ], [ -3.290831956498703, 37.94265804183253 ], [ -3.288121887551434, 37.94266470910793 ], [ -3.282412492398164, 37.945778633320081 ], [ -3.275192444264513, 37.947703483867613 ], [ -3.269764080697932, 37.945569844465524 ], [ -3.263435216142634, 37.944153376872109 ], [ -3.26042396041859, 37.944160080212271 ], [ -3.258622221286917, 37.945594861953815 ], [ -3.261647911927196, 37.949642125709723 ], [ -3.26136112622055, 37.953696713509885 ], [ -3.257460968947735, 37.957997728193639 ], [ -3.250835769634931, 37.958250507546836 ], [ -3.245404946116204, 37.955400350691235 ], [ -3.237564490580621, 37.952316363565345 ], [ -3.238491870422289, 37.959706982868092 ], [ -3.23519171323625, 37.963767571989365 ], [ -3.224049974214593, 37.964743188122938 ], [ -3.215614683085441, 37.964282016009705 ], [ -3.210485964693687, 37.961429694894832 ], [ -3.204454085508767, 37.958578721355941 ], [ -3.199931127964532, 37.956678753103155 ], [ -3.19179807886946, 37.956215357446844 ], [ -3.190603233965984, 37.960032782349636 ], [ -3.19452627595707, 37.962887971680999 ], [ -3.196345561315016, 37.967415829803116 ], [ -3.196362075319597, 37.973615948690394 ], [ -3.194264028691908, 37.977673370674886 ], [ -3.190956304251618, 37.980063455347178 ], [ -3.186443834333601, 37.982693828751366 ], [ -3.180727615147735, 37.986041283753025 ], [ -3.179838272487093, 37.99200430876293 ], [ -3.181360739118392, 37.998440558895219 ], [ -3.182881104891516, 38.003922921902578 ], [ -3.18017518049923, 38.006550222645856 ], [ -3.176260636153233, 38.007986949424172 ], [ -3.173553763885523, 38.010375632165726 ], [ -3.16965482610065, 38.018727613176488 ], [ -3.165136016723572, 38.019926372477563 ], [ -3.15699771722445, 38.020175985337289 ], [ -3.155491532892491, 38.020654917239284 ], [ -3.151876708715897, 38.021851968017671 ], [ -3.145549185454359, 38.023290761865773 ], [ -3.142536981724688, 38.024486777719908 ], [ -3.141036100005148, 38.027827098630965 ], [ -3.141350858106533, 38.034742201823683 ], [ -3.139852435631279, 38.039513286429496 ], [ -3.131115643119068, 38.043577250738387 ], [ -3.118454256640882, 38.045498404927606 ], [ -3.106995631502046, 38.045509392138904 ], [ -3.095841030355285, 38.047426729791404 ], [ -3.094032945464487, 38.048382047099068 ], [ -3.09343559490006, 38.052913342810534 ], [ -3.093441658341347, 38.05768261780873 ], [ -3.093444387357043, 38.059828790291881 ], [ -3.089825166420857, 38.059831611682277 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Guadalen Bajo", "Tipo": "A", "EstadoMapa": "C", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.551554499806256, 38.137263609685625 ], [ -3.561248374109323, 38.141509935200631 ], [ -3.561881481700031, 38.14532223219075 ], [ -3.559498750548585, 38.149625842888028 ], [ -3.557090347924199, 38.150591120770095 ], [ -3.551058296467244, 38.151573406463484 ], [ -3.536563926579018, 38.151640516095988 ], [ -3.51844589752769, 38.151721887985133 ], [ -3.509370272184989, 38.149377018507742 ], [ -3.50512969550347, 38.147487667674753 ], [ -3.500265909314467, 38.142739319195783 ], [ -3.500204049678646, 38.133678159061837 ], [ -3.500148725107438, 38.125570793306665 ], [ -3.504302607164338, 38.11506083043195 ], [ -3.50970880110056, 38.111222149764906 ], [ -3.523595047212937, 38.111638006504592 ], [ -3.528461683548916, 38.116862320991096 ], [ -3.532780779497374, 38.129719590653558 ], [ -3.540082036361047, 38.137316917397833 ], [ -3.540685850979283, 38.137314139660454 ], [ -3.551554499806256, 38.137263609685625 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Vegas Altas", "Tipo": "A", "EstadoMapa": "C", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.508135918275605, 37.927373801267059 ], [ -3.512736108528384, 37.939515647605873 ], [ -3.51123227162623, 37.939760657495796 ], [ -3.509726777522947, 37.939767188928371 ], [ -3.506414688787408, 37.939781490281632 ], [ -3.502498775449748, 37.939559812119484 ], [ -3.497677983158586, 37.939103367722367 ], [ -3.492556153257179, 37.938647986139735 ], [ -3.484421883413228, 37.937966355063253 ], [ -3.475080326871236, 37.936812107999728 ], [ -3.470860524010313, 37.936113668772087 ], [ -3.467846642995969, 37.935648756436429 ], [ -3.465126368241546, 37.933990271389469 ], [ -3.462687856842092, 37.929230541393096 ], [ -3.461163203553943, 37.926136450708782 ], [ -3.454828025604509, 37.92401489888281 ], [ -3.448205206053689, 37.924040308954766 ], [ -3.441886270043291, 37.924541140921903 ], [ -3.43918967678518, 37.926697444009115 ], [ -3.439830129963194, 37.933133672660261 ], [ -3.43412513129968, 37.935777998316517 ], [ -3.430795093364935, 37.932690161574307 ], [ -3.428347764736246, 37.926022004455561 ], [ -3.427114613785625, 37.921018663036513 ], [ -3.422266837846811, 37.915551392341726 ], [ -3.422242302501374, 37.911259052171104 ], [ -3.41861154839528, 37.907933463988172 ], [ -3.412899721994814, 37.909145982726528 ], [ -3.406593613516771, 37.911791089606368 ], [ -3.401795943162181, 37.915146123352855 ], [ -3.39699655481235, 37.918262498158924 ], [ -3.391891935862647, 37.920664288853011 ], [ -3.38889925746284, 37.924012769946422 ], [ -3.38863461643988, 37.930929213563203 ], [ -3.382641686394689, 37.936433610218963 ], [ -3.372693651978898, 37.934080861833827 ], [ -3.366960066285238, 37.931475735338779 ], [ -3.356719041924153, 37.930553353490588 ], [ -3.354292192897795, 37.926745195659002 ], [ -3.352759591895635, 37.921026560744274 ], [ -3.355152913184846, 37.917919272590368 ], [ -3.363882369356619, 37.917892605833217 ], [ -3.369289916260736, 37.915729545810734 ], [ -3.373193361781834, 37.913809484695882 ], [ -3.379800614888951, 37.910926725351814 ], [ -3.382791947269362, 37.907340004070818 ], [ -3.387287775759219, 37.903748264475304 ], [ -3.392696130767968, 37.902061062637792 ], [ -3.402323927723303, 37.901551610283448 ], [ -3.411950255547874, 37.900802906963982 ], [ -3.422480566441552, 37.900288644307622 ], [ -3.430902756735471, 37.899542707405587 ], [ -3.435720579650418, 37.900001909114593 ], [ -3.444476516768277, 37.904738541366754 ], [ -3.449608776990451, 37.907342200070147 ], [ -3.456832036171185, 37.907314385722984 ], [ -3.46616206442609, 37.907277802806931 ], [ -3.477905987205321, 37.90818457569366 ], [ -3.47913152350242, 37.911518143920588 ], [ -3.481568939433601, 37.916039083028146 ], [ -3.486711136333359, 37.919833410021447 ], [ -3.49093173603397, 37.920769748885405 ], [ -3.496354941879795, 37.921462402566007 ], [ -3.50147721931022, 37.922156088663343 ], [ -3.508135918275605, 37.927373801267059 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Vegas Medias", "Tipo": "A", "EstadoMapa": "C", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.650565160927112, 37.930726504840734 ], [ -3.653948583091552, 37.938815565236439 ], [ -3.653924088406737, 37.939241009573287 ], [ -3.653687627034068, 37.943347848098888 ], [ -3.650417501037854, 37.948135265364719 ], [ -3.646871549825877, 37.950576147767542 ], [ -3.646226806171943, 37.951019933205963 ], [ -3.641724260908346, 37.9527138302821 ], [ -3.634201785831664, 37.953470015000512 ], [ -3.628180846845457, 37.95374078201877 ], [ -3.62308144163586, 37.956152546156972 ], [ -3.614975965240112, 37.959295235554031 ], [ -3.609564699962972, 37.960515721221164 ], [ -3.603263356767313, 37.963409778091844 ], [ -3.594851172144497, 37.966075725835736 ], [ -3.582200670445674, 37.966139014683634 ], [ -3.574661298548686, 37.964983762344175 ], [ -3.566508776355015, 37.962400190374375 ], [ -3.557473113223671, 37.962443355003444 ], [ -3.544521962755996, 37.962504014153893 ], [ -3.534878683311893, 37.961832858283884 ], [ -3.527012009219025, 37.956860586933715 ], [ -3.523046097908425, 37.94972431259373 ], [ -3.521804438743884, 37.944483573271562 ], [ -3.522978488431418, 37.940185968884791 ], [ -3.526275282620251, 37.938025072816274 ], [ -3.526538949161899, 37.932777631177942 ], [ -3.529845578407526, 37.932047389172226 ], [ -3.536470767635911, 37.932255837971162 ], [ -3.544904154379224, 37.932694020706258 ], [ -3.553045496942043, 37.93432530293417 ], [ -3.560287570555732, 37.936437237842547 ], [ -3.568738092909632, 37.939019821933087 ], [ -3.578085037062555, 37.940643532439061 ], [ -3.590731176549035, 37.940580721967585 ], [ -3.599457200762748, 37.939821192693529 ], [ -3.605162349893259, 37.937884264490421 ], [ -3.610560200891428, 37.935233258151058 ], [ -3.615971590641548, 37.934251192782227 ], [ -3.621065716777647, 37.931362828925749 ], [ -3.626464536230058, 37.928949554183475 ], [ -3.633990744978372, 37.928909246297358 ], [ -3.643028406218742, 37.929575603924448 ], [ -3.650565160927112, 37.930726504840734 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Vegas Medias", "Tipo": "A", "EstadoMapa": "C", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.856190258993614, 38.034094188666749 ], [ -3.846515988433242, 38.031779659379524 ], [ -3.838634674452806, 38.028020800905878 ], [ -3.821743369567971, 38.027186236594666 ], [ -3.812097364030257, 38.027253259527591 ], [ -3.801193635153612, 38.022558876019531 ], [ -3.792687084314894, 38.016416574736738 ], [ -3.787798397661513, 38.010249463047955 ], [ -3.785898537440559, 38.0016775945383 ], [ -3.784611897452856, 37.994055436074397 ], [ -3.782773662503058, 37.991206151509068 ], [ -3.777922757310609, 37.988376801590043 ], [ -3.770089427342049, 37.988428352855564 ], [ -3.759870407743352, 37.990879436070124 ], [ -3.741242973982152, 37.996244468968676 ], [ -3.729844923777366, 38.001561912497756 ], [ -3.717842492869556, 38.006881943911985 ], [ -3.704628212524832, 38.011731097316193 ], [ -3.689612693116369, 38.017543191655655 ], [ -3.668574809365116, 38.024341615692478 ], [ -3.65412281108194, 38.026330597079706 ], [ -3.638447634692876, 38.026416759645244 ], [ -3.625204236875486, 38.028872543920336 ], [ -3.618584204250724, 38.030338330292601 ], [ -3.610750103449097, 38.030856210462922 ], [ -3.605315860478493, 38.029930466751601 ], [ -3.604066933115357, 38.024690726621365 ], [ -3.609461268849842, 38.020847495400552 ], [ -3.614839103710087, 38.015096403829041 ], [ -3.61902663238577, 38.011259035474517 ], [ -3.631061586442227, 38.008810441224568 ], [ -3.638860073008404, 38.004476008724026 ], [ -3.65087637089824, 38.000117790977349 ], [ -3.662929867603953, 38.000050462456045 ], [ -3.670734213204863, 37.996667736499354 ], [ -3.676708079678331, 37.990910414255445 ], [ -3.680284025850003, 37.986597456847925 ], [ -3.697065476960413, 37.976960686837735 ], [ -3.705472807257169, 37.974049008525071 ], [ -3.711483550046851, 37.972582028141417 ], [ -3.711455933010794, 37.969720639463972 ], [ -3.704176782413187, 37.964518248585208 ], [ -3.699768789424818, 37.962517613068229 ], [ -3.696916685208675, 37.961222994577533 ], [ -3.692655424798296, 37.956478887462985 ], [ -3.695006262190403, 37.950264961834094 ], [ -3.69838615645447, 37.951008031906454 ], [ -3.707681209512223, 37.95305096996838 ], [ -3.723406039580929, 37.959632306869416 ], [ -3.734319299587842, 37.966718582736746 ], [ -3.746439548950538, 37.973796175963081 ], [ -3.76151550142475, 37.975130313860355 ], [ -3.771159789650957, 37.975544404789481 ], [ -3.780854700950707, 37.980726603620944 ], [ -3.791704806911322, 37.981130994318079 ], [ -3.796457814133979, 37.974898904739142 ], [ -3.80491814582465, 37.97722592947391 ], [ -3.814647240082024, 37.985266628565888 ], [ -3.824405148558128, 37.995690905433449 ], [ -3.834714465681074, 38.001341229445778 ], [ -3.843189930507074, 38.004619203121827 ], [ -3.84924979191294, 38.007437111816493 ], [ -3.85293787222142, 38.01361036388866 ], [ -3.857268278618621, 38.023117234699669 ], [ -3.856190258993614, 38.034094188666749 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Rumblar", "Tipo": "A", "EstadoMapa": "C", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.113471230620548, 38.061507152848016 ], [ -4.109289098583716, 38.064169681671729 ], [ -4.104805087422291, 38.066834900502613 ], [ -4.099394578684517, 38.068077902401235 ], [ -4.093064930709545, 38.068375396274376 ], [ -4.090957395621119, 38.068633432097968 ], [ -4.087338391199595, 38.068666970986328 ], [ -4.083417796306751, 38.068703179065039 ], [ -4.078862507219318, 38.066599004526672 ], [ -4.074910612502653, 38.064489134056508 ], [ -4.066740564141638, 38.06265594307721 ], [ -4.065832421072499, 38.062425728341147 ], [ -4.062508357282488, 38.061978917965156 ], [ -4.058546866198854, 38.059153215989994 ], [ -4.053088246536093, 38.057056163320311 ], [ -4.044943270198201, 38.056890402847174 ], [ -4.040426920612436, 38.05740737680636 ], [ -4.034389353423523, 38.056983756726488 ], [ -4.028030295867394, 38.05513190990488 ], [ -4.016843813270548, 38.053083122481645 ], [ -4.009639913753089, 38.055529773349875 ], [ -4.003327148900359, 38.057014560179823 ], [ -3.995486986325106, 38.057081223812837 ], [ -3.988836940445628, 38.055945081090648 ], [ -3.978578169238184, 38.055554027230116 ], [ -3.968627312982044, 38.055636451687818 ], [ -3.960805920302912, 38.057131381439305 ], [ -3.954793530438777, 38.058611110724165 ], [ -3.952381088117974, 38.058630682973195 ], [ -3.942131239377611, 38.058951744375172 ], [ -3.92583806135579, 38.058365845100418 ], [ -3.921908847719755, 38.057681360011642 ], [ -3.914041735388924, 38.055596691858888 ], [ -3.901666606727692, 38.054738445840862 ], [ -3.894733993220467, 38.055029878325783 ], [ -3.89023680153097, 38.057210138403541 ], [ -3.884544565163992, 38.060353054330911 ], [ -3.878265778175719, 38.064930821139356 ], [ -3.87439906128307, 38.069490331896716 ], [ -3.869035024893072, 38.075014622335004 ], [ -3.863069681785072, 38.080781540736687 ], [ -3.858888364433094, 38.08438902195185 ], [ -3.853488810297378, 38.087051383106143 ], [ -3.847172778160927, 38.08876628202092 ], [ -3.836931682798169, 38.09027040687544 ], [ -3.832406255829304, 38.090302551215061 ], [ -3.829642485602864, 38.086029876203114 ], [ -3.833809104173394, 38.080992792735842 ], [ -3.837374601545266, 38.076198301567693 ], [ -3.841249447310306, 38.072116858126122 ], [ -3.842702833757713, 38.067337301129491 ], [ -3.845069005631245, 38.063266536356899 ], [ -3.852572609972251, 38.060112400174262 ], [ -3.858872124922309, 38.057205048113019 ], [ -3.864542803619679, 38.052155868014403 ], [ -3.866002726329497, 38.048091340994098 ], [ -3.869257411271059, 38.042821246704527 ], [ -3.874061526051119, 38.041116419632822 ], [ -3.881297280777101, 38.041062397467186 ], [ -3.885526743627014, 38.041745987149099 ], [ -3.887709159322673, 38.047690965791361 ], [ -3.888312191327124, 38.047686410291291 ], [ -3.893461142540813, 38.04955504585083 ], [ -3.897691200010395, 38.050238189368685 ], [ -3.904002704363231, 38.048520620125949 ], [ -3.908179768315671, 38.044911565286647 ], [ -3.908120865848056, 38.040142874175103 ], [ -3.907748741277208, 38.034422767696547 ], [ -3.908014876441116, 38.031559220205928 ], [ -3.909498530954191, 38.029640089814443 ], [ -3.912495184778042, 38.028186122953848 ], [ -3.915790178753384, 38.026491298638362 ], [ -3.919678917141483, 38.024076365808526 ], [ -3.92328394485216, 38.023094280045378 ], [ -3.929936101824615, 38.024711057650123 ], [ -3.9380774233379, 38.024884839524304 ], [ -3.943484600991553, 38.023410827822389 ], [ -3.947968909731044, 38.020513267596691 ], [ -3.950955170728133, 38.018343034936912 ], [ -3.95423954491404, 38.01593184994541 ], [ -3.96054984986775, 38.014449723319352 ], [ -3.968385551458386, 38.014385450722187 ], [ -3.970517168820002, 38.016037077173941 ], [ -3.973298958743159, 38.021260140803975 ], [ -3.976049516364213, 38.024098822681324 ], [ -3.982404625823007, 38.02595354652216 ], [ -3.987227321462393, 38.025913149458226 ], [ -3.990215827334607, 38.023980364085588 ], [ -3.993816640834651, 38.022757698868702 ], [ -3.997449656060555, 38.023919216430514 ], [ -3.999611353403684, 38.027716160022287 ], [ -3.999656716852574, 38.031054162308507 ], [ -4.008136185850537, 38.033843227085505 ], [ -4.012625084899598, 38.03142008789343 ], [ -4.013791403007215, 38.028548563977139 ], [ -4.014354802941081, 38.025682230988572 ], [ -4.016133651783212, 38.02352076448129 ], [ -4.01733597739468, 38.023271910785098 ], [ -4.020350021223496, 38.023245791891114 ], [ -4.024328027052934, 38.027503409303257 ], [ -4.024351268415838, 38.029172397999076 ], [ -4.027432157197427, 38.033914627805459 ], [ -4.031973935215027, 38.035305579746634 ], [ -4.036800531649198, 38.035501566505062 ], [ -4.042809295482628, 38.034017687302608 ], [ -4.045193756548053, 38.032088869358539 ], [ -4.047303821967262, 38.032070090719039 ], [ -4.05305161500759, 38.033449476918769 ], [ -4.056703184581288, 38.035801261561282 ], [ -4.064959782470926, 38.043834214081606 ], [ -4.069222170730534, 38.0466569737087 ], [ -4.074382434866832, 38.048994463836806 ], [ -4.083455667460078, 38.050818813610448 ], [ -4.088893457340239, 38.051483925848991 ], [ -4.096119096857236, 38.050701405058788 ], [ -4.103043066382125, 38.049921272073931 ], [ -4.104550593077888, 38.049907115472394 ], [ -4.109058776801254, 38.048910851625294 ], [ -4.111201720647597, 38.051036693333749 ], [ -4.109148725539905, 38.054871336979858 ], [ -4.108868786170552, 38.056304697653864 ], [ -4.111317091041485, 38.058666105158942 ], [ -4.113471230620548, 38.061507152848016 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Vegas Bajas", "Tipo": "A", "EstadoMapa": "C", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.20171776130974, 38.017239720102559 ], [ -4.196273876046182, 38.016102971532789 ], [ -4.188137220783303, 38.016185477542948 ], [ -4.18152646907098, 38.017444362492647 ], [ -4.173439048957524, 38.020625250715952 ], [ -4.168598062155396, 38.019481200726098 ], [ -4.167038253917506, 38.01615834463594 ], [ -4.167508598285992, 38.007807793898984 ], [ -4.172547591749092, 38.002511666616435 ], [ -4.18994993526309, 37.997806227811587 ], [ -4.198690998206598, 37.997955903452052 ], [ -4.205686847356279, 38.001938090292953 ], [ -4.205757130651867, 38.006229528141453 ], [ -4.210335658542758, 38.009759283670924 ], [ -4.210997157318215, 38.013329265259323 ], [ -4.207733234060137, 38.016462723513428 ], [ -4.20171776130974, 38.017239720102559 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Vegas Bajas", "Tipo": "A", "EstadoMapa": "C", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.178685163660647, 38.047041019349294 ], [ -4.16606811160393, 38.050028289797268 ], [ -4.156084860424759, 38.047980832206484 ], [ -4.148569900451917, 38.049485220886105 ], [ -4.132877197690226, 38.048683703791831 ], [ -4.129502108155158, 38.044900933805103 ], [ -4.12943251526836, 38.04037098932335 ], [ -4.130311249717054, 38.038693369167646 ], [ -4.132700865024544, 38.037239647291621 ], [ -4.135035188556909, 38.032209607670246 ], [ -4.138931616682523, 38.030741201697666 ], [ -4.145250355348295, 38.029964455339957 ], [ -4.154835858602485, 38.026055431069807 ], [ -4.161169059052566, 38.02623150309919 ], [ -4.173850742405081, 38.027536282199655 ], [ -4.181107448901856, 38.028894318028584 ], [ -4.185110302195146, 38.03409999203199 ], [ -4.185496291166919, 38.03934205318631 ], [ -4.187973404190247, 38.043370732529908 ], [ -4.187977256802989, 38.043609145688755 ], [ -4.187119044519903, 38.046479240652751 ], [ -4.178685163660647, 38.047041019349294 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Vegas Bajas", "Tipo": "A", "EstadoMapa": "C", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.08034944240719, 38.044647598350778 ], [ -4.073681917615845, 38.042324144525899 ], [ -4.067617743658114, 38.039994830975182 ], [ -4.062593551891901, 38.036582758767736 ], [ -4.058283975172219, 38.030421802406131 ], [ -4.054158287452799, 38.026524355749096 ], [ -4.04347157938122, 38.027573513844608 ], [ -4.039876448231658, 38.029155329149894 ], [ -4.0364234783015, 38.030139642804713 ], [ -4.031290789806378, 38.029588640323283 ], [ -4.028686961614839, 38.026630754852263 ], [ -4.026686154951548, 38.023667544746466 ], [ -4.024228442957867, 38.020350595090136 ], [ -4.021648402223981, 38.019061532862288 ], [ -4.014557580202247, 38.018526792100332 ], [ -4.011253806751369, 38.019389851402551 ], [ -4.007967918215178, 38.02156417541979 ], [ -4.00757132893816, 38.025621333089738 ], [ -4.003633412900112, 38.024224276785432 ], [ -4.001623936276453, 38.020545337171505 ], [ -4.000397285857, 38.019005812433313 ], [ -3.997503387155715, 38.0167650601757 ], [ -3.993724868459011, 38.015962456184695 ], [ -3.990869812681375, 38.01658269346467 ], [ -3.984277721123229, 38.019499546043143 ], [ -3.980370738219047, 38.020366787556739 ], [ -3.976254437914528, 38.016824181378162 ], [ -3.97560900263093, 38.013610365561576 ], [ -3.97600256428273, 38.009195637366169 ], [ -3.977634660105788, 38.00727441914001 ], [ -3.984565532725024, 38.007216591397814 ], [ -3.990608404676741, 38.008358125774933 ], [ -4.003325025445417, 38.012661761296151 ], [ -4.016886295782333, 38.012545261623508 ], [ -4.024430256780305, 38.013195146691565 ], [ -4.036501520170372, 38.014281637133131 ], [ -4.047404962396173, 38.018000309715184 ], [ -4.060991091738325, 38.019547684216846 ], [ -4.069163120433402, 38.021858209233478 ], [ -4.078534269509285, 38.023680257921072 ], [ -4.087331244499376, 38.027414506091738 ], [ -4.096146867930131, 38.032340186362624 ], [ -4.099246735240308, 38.038034143024809 ], [ -4.090245425455612, 38.040979419676759 ], [ -4.08034944240719, 38.044647598350778 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Vegas Bajas", "Tipo": "A", "EstadoMapa": "C", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.958010071478931, 38.004574445529144 ], [ -3.958827065329593, 38.00945617318142 ], [ -3.957491134681909, 38.011017034558677 ], [ -3.954651408188098, 38.012828557161846 ], [ -3.949698837573137, 38.014418637878123 ], [ -3.944596888754028, 38.016128939652212 ], [ -3.940713972240296, 38.018902333722856 ], [ -3.933361574813817, 38.021464735462928 ], [ -3.9270200518858, 38.020561074652221 ], [ -3.91993412454929, 38.020378271460181 ], [ -3.914825117757023, 38.021610424189745 ], [ -3.903539903092287, 38.023128438946166 ], [ -3.900104268596597, 38.025658601678764 ], [ -3.900301669399703, 38.029472418677827 ], [ -3.900851661439486, 38.037456541465858 ], [ -3.898956215199475, 38.042717116940999 ], [ -3.895341179776893, 38.042983163496046 ], [ -3.889555053194769, 38.038257936933867 ], [ -3.886445435797151, 38.030412312619752 ], [ -3.885459302548818, 38.023623682778478 ], [ -3.884941218137855, 38.018143037083526 ], [ -3.88939298369844, 38.012386438929866 ], [ -3.893293444197905, 38.010926119299768 ], [ -3.90273817452467, 38.006919420409019 ], [ -3.906914449604492, 38.003429632431398 ], [ -3.912750535785577, 38.000165283804236 ], [ -3.932471775905224, 37.998818267203731 ], [ -3.947076170361815, 37.997986182290489 ], [ -3.954026309764633, 37.999479983084569 ], [ -3.958010071478931, 38.004574445529144 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Llanos de Villamartin", "Tipo": "A", "EstadoMapa": "B", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En ejecucion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.67367337365485, 36.807065245578883 ], [ -5.672094463294576, 36.812823333379697 ], [ -5.670366255913553, 36.814292824782527 ], [ -5.662250865109187, 36.819720614377303 ], [ -5.655764212904336, 36.820819531291811 ], [ -5.640403006865048, 36.82259251140632 ], [ -5.633470064014304, 36.827992095681438 ], [ -5.633780645935722, 36.83704601015657 ], [ -5.632987308249994, 36.848508800027261 ], [ -5.631322926273427, 36.851883860913183 ], [ -5.625393384448884, 36.852015057410583 ], [ -5.601065706956556, 36.852073342185406 ], [ -5.594062855021409, 36.855564678351143 ], [ -5.593727678330551, 36.863202184864235 ], [ -5.593969474403395, 36.870350197986163 ], [ -5.589433804313088, 36.876648692168537 ], [ -5.588649863213596, 36.888587926314308 ], [ -5.590784168947585, 36.89903284722395 ], [ -5.579558866508449, 36.900707903523262 ], [ -5.57176521946254, 36.898492533760951 ], [ -5.569168082409508, 36.891872338440656 ], [ -5.568864510966713, 36.882818042462155 ], [ -5.56381585569778, 36.873866258567531 ], [ -5.553027935639505, 36.870760411607769 ], [ -5.543814677058329, 36.861420262015443 ], [ -5.547262285505672, 36.858008139186595 ], [ -5.555310814006183, 36.850205018752796 ], [ -5.561547174746193, 36.841486674256892 ], [ -5.561726592788936, 36.829083622742424 ], [ -5.565748865444189, 36.825181703376174 ], [ -5.570172134625953, 36.815548277960346 ], [ -5.577156631881066, 36.811581884276698 ], [ -5.587712233713048, 36.808014278528645 ], [ -5.595815921977987, 36.802114875946621 ], [ -5.603999068503738, 36.798597643725458 ], [ -5.606191573791397, 36.793303804661988 ], [ -5.607005005530902, 36.782317499552079 ], [ -5.610284663932413, 36.774138397823137 ], [ -5.616687189645553, 36.770659421404865 ], [ -5.628055380742856, 36.773746890937531 ], [ -5.638435816372885, 36.782577823896958 ], [ -5.646383128051723, 36.789554451059068 ], [ -5.659055508883263, 36.795948014440896 ], [ -5.67367337365485, 36.807065245578883 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Guadalhorce", "Tipo": "A", "EstadoMapa": "B", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En ejecucion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.446508628632558, 36.680944728264862 ], [ -4.44679704437931, 36.664723363320014 ], [ -4.449613686645181, 36.657057161605003 ], [ -4.46129822848859, 36.648805414216483 ], [ -4.477095251118607, 36.639070614363042 ], [ -4.485095908592075, 36.624184231308028 ], [ -4.494580377427682, 36.625019607526276 ], [ -4.507661296965835, 36.628193740012847 ], [ -4.517812928396776, 36.63283476798405 ], [ -4.523335292401108, 36.642781139480114 ], [ -4.533518133049464, 36.648851365422423 ], [ -4.546509185584687, 36.647252401862779 ], [ -4.563555293982674, 36.641305941577926 ], [ -4.583033767126534, 36.638663688567142 ], [ -4.59607108582043, 36.639443671432005 ], [ -4.605696899906491, 36.646946095311222 ], [ -4.612315729702101, 36.652103528484766 ], [ -4.621914676173854, 36.658173998041391 ], [ -4.627361806580756, 36.66382350194182 ], [ -4.633431917005205, 36.670895149765563 ], [ -4.63123529935406, 36.679033989943882 ], [ -4.623649438009847, 36.684384510287117 ], [ -4.617748887956505, 36.685418808436097 ], [ -4.598832423578309, 36.687105323095736 ], [ -4.590010116908822, 36.690085398514043 ], [ -4.592535921117596, 36.697683395398371 ], [ -4.599701155152915, 36.700449220019912 ], [ -4.610952568849044, 36.700297471858605 ], [ -4.628687599381511, 36.69862517224184 ], [ -4.641633917331229, 36.69463146943086 ], [ -4.647473746085229, 36.690734935497915 ], [ -4.660968736924952, 36.684823630506052 ], [ -4.662009157879238, 36.678131372558475 ], [ -4.656507386264741, 36.670099355622618 ], [ -4.657425337485128, 36.657685027384588 ], [ -4.660904638881836, 36.65429766657946 ], [ -4.667342550386573, 36.650868818444359 ], [ -4.680258077742272, 36.645917461558611 ], [ -4.688532005837277, 36.645323455408963 ], [ -4.69805205746083, 36.647573001797895 ], [ -4.70879831174943, 36.651712110990928 ], [ -4.718890268795426, 36.652997805271632 ], [ -4.720264833062078, 36.661563575165857 ], [ -4.716883237591379, 36.66924403840504 ], [ -4.718109465144029, 36.671134261882329 ], [ -4.720044477278995, 36.678260986221474 ], [ -4.709473305104402, 36.682229073469259 ], [ -4.689355275800214, 36.682993243673415 ], [ -4.693624913624629, 36.688656321266635 ], [ -4.705518798629891, 36.690871393480975 ], [ -4.714368158521376, 36.689313341329019 ], [ -4.729105564044446, 36.686238324337921 ], [ -4.735532189442224, 36.682328995075316 ], [ -4.740160761786015, 36.677491668210273 ], [ -4.745305282161031, 36.669307769936076 ], [ -4.749900088636251, 36.663039637298731 ], [ -4.751008165785056, 36.659684512947443 ], [ -4.756074600971361, 36.648162465299777 ], [ -4.770123336289795, 36.641276803524129 ], [ -4.788443140293875, 36.640049150721396 ], [ -4.800509434022622, 36.64988378865786 ], [ -4.795394219629697, 36.659023516965632 ], [ -4.789005762937854, 36.66436638128566 ], [ -4.800384126900728, 36.669918537362726 ], [ -4.812791304082759, 36.668776326247396 ], [ -4.817024119357181, 36.672527566828208 ], [ -4.81900192252466, 36.681082825951364 ], [ -4.818020047225171, 36.689683276891145 ], [ -4.808089474881309, 36.695558173363018 ], [ -4.791062880576081, 36.702016221215885 ], [ -4.778704917203539, 36.705540348838348 ], [ -4.762145940409787, 36.706740620502018 ], [ -4.747460137171694, 36.712203860087108 ], [ -4.735690640939263, 36.715714912174718 ], [ -4.735851613219022, 36.722867162019085 ], [ -4.736529830308143, 36.72667304838162 ], [ -4.744392080913999, 36.733712624075608 ], [ -4.760517300753143, 36.739198759306234 ], [ -4.76827357824223, 36.741468578988133 ], [ -4.771246761958095, 36.741901320001197 ], [ -4.784291592236754, 36.742183358583226 ], [ -4.794955574580839, 36.742022942518147 ], [ -4.806882608723632, 36.745181157017313 ], [ -4.807710016784382, 36.755184865380471 ], [ -4.803137153614241, 36.7624087512743 ], [ -4.788377563289743, 36.765016415148189 ], [ -4.774231522342635, 36.76856703950746 ], [ -4.768304989814272, 36.768655300033082 ], [ -4.758757127575075, 36.76593506156388 ], [ -4.75833873702641, 36.773572733400954 ], [ -4.759687653102972, 36.780707291346594 ], [ -4.766921075122095, 36.785846668421527 ], [ -4.780698590917791, 36.79184170015705 ], [ -4.792655136272902, 36.795954718046112 ], [ -4.797005685094279, 36.804474377666089 ], [ -4.79058348285465, 36.808863937796318 ], [ -4.778746354704727, 36.809995555561052 ], [ -4.755049134652228, 36.81130167277221 ], [ -4.746067649118167, 36.807618194735007 ], [ -4.743155360763316, 36.783812575711039 ], [ -4.735320170681617, 36.778203542673197 ], [ -4.734953196426981, 36.788225237043562 ], [ -4.728021483071707, 36.79643463049635 ], [ -4.72130183447983, 36.814179909211099 ], [ -4.717150687224393, 36.814239940275058 ], [ -4.709441381195996, 36.814351042314712 ], [ -4.695770175303347, 36.813115926659115 ], [ -4.693303555644226, 36.808858358747777 ], [ -4.694342408111238, 36.80216598079442 ], [ -4.698927868814343, 36.794945998495116 ], [ -4.706370839543616, 36.782915167479352 ], [ -4.709133542170799, 36.77381304969223 ], [ -4.708339775401357, 36.764761995287557 ], [ -4.703938046519223, 36.75337779201066 ], [ -4.696119294527352, 36.748242818076605 ], [ -4.695526774240093, 36.748251264313602 ], [ -4.693770177990285, 36.749230234907138 ], [ -4.677958778076836, 36.758039846919928 ], [ -4.671450500302421, 36.758608448996533 ], [ -4.660701273485517, 36.754943197367773 ], [ -4.659985382558424, 36.749229475467516 ], [ -4.656307136012775, 36.743557021081564 ], [ -4.648625068791161, 36.744617675798146 ], [ -4.648727103208839, 36.749386034849195 ], [ -4.645988540821162, 36.759917448895173 ], [ -4.634647652358362, 36.756258015633243 ], [ -4.634455414378161, 36.747198076459135 ], [ -4.630025269707547, 36.733903443959299 ], [ -4.623538657009429, 36.735423069322444 ], [ -4.621289246816341, 36.74117749905831 ], [ -4.614299241993726, 36.746996304101337 ], [ -4.60907596626836, 36.752313841441868 ], [ -4.603299061310619, 36.75954653380672 ], [ -4.595150315396134, 36.76681078047487 ], [ -4.583830250966723, 36.764100168936622 ], [ -4.582419537894542, 36.753148383582065 ], [ -4.581601790644772, 36.742188677555035 ], [ -4.575074446828136, 36.741798285830015 ], [ -4.568644224357629, 36.746176083634936 ], [ -4.563350039407654, 36.748153701005414 ], [ -4.5592986372281, 36.752976700048265 ], [ -4.558899062967515, 36.762521586695328 ], [ -4.553030051889068, 36.765460250449379 ], [ -4.547619116937983, 36.761714910983947 ], [ -4.543919714412936, 36.754608231664115 ], [ -4.543996184978655, 36.758423107635615 ], [ -4.529198974510561, 36.759568212130048 ], [ -4.517317625345182, 36.758289397382278 ], [ -4.517204906874955, 36.752567010934222 ], [ -4.523046102637841, 36.748199505693378 ], [ -4.530607409903321, 36.740947688182658 ], [ -4.530446438071752, 36.732840998819462 ], [ -4.528546176641624, 36.726664599628471 ], [ -4.527191380511995, 36.71809622527195 ], [ -4.521145741519223, 36.711972807539354 ], [ -4.503969166818717, 36.712191101012671 ], [ -4.490938539095176, 36.712355050447137 ], [ -4.464867915040871, 36.712201791702704 ], [ -4.456521544978318, 36.709442270842516 ], [ -4.448678503626183, 36.701906098063205 ], [ -4.449621167591033, 36.689015782967481 ], [ -4.446508628632558, 36.680944728264862 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Motril y Salobreña", "Tipo": "A", "EstadoMapa": "B", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En ejecucion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.604325009137699, 36.753312301265844 ], [ -3.597541254443654, 36.757639793515267 ], [ -3.591034862031481, 36.7595803936442 ], [ -3.584247993843956, 36.763668631304107 ], [ -3.577176465930418, 36.769427451583603 ], [ -3.571286257649707, 36.774703158101801 ], [ -3.565398746794521, 36.780455583206155 ], [ -3.556227925669215, 36.783360966367425 ], [ -3.550004589193065, 36.783866928550232 ], [ -3.542270019353602, 36.780324751849911 ], [ -3.541641775899215, 36.77531884776085 ], [ -3.540683663434039, 36.765544173789479 ], [ -3.540938229195416, 36.759580184251931 ], [ -3.540911433827013, 36.755764090216893 ], [ -3.537630994667383, 36.752916793770048 ], [ -3.526648057328234, 36.750580771614693 ], [ -3.517157269173549, 36.749668341528832 ], [ -3.508549542778041, 36.747797326006392 ], [ -3.496964684628671, 36.743791525733762 ], [ -3.490121055237047, 36.739526644326226 ], [ -3.485030653586643, 36.731199475492915 ], [ -3.484982655539038, 36.723567181612388 ], [ -3.488787506623358, 36.716157635498519 ], [ -3.49379638370239, 36.711843679372741 ], [ -3.503556710405833, 36.709417634784828 ], [ -3.519260065590952, 36.709827205437719 ], [ -3.525795007906133, 36.712422191833618 ], [ -3.531787207007836, 36.722174697116692 ], [ -3.541919276860624, 36.730477014100295 ], [ -3.551721344760801, 36.733771180713212 ], [ -3.556515846905059, 36.741142795638602 ], [ -3.557444567099177, 36.74662426751572 ], [ -3.558973127475047, 36.753056964300463 ], [ -3.563174954314629, 36.760192549839815 ], [ -3.569676829292627, 36.757537952770626 ], [ -3.571107613805446, 36.750614208608923 ], [ -3.573427223061192, 36.74368616063024 ], [ -3.579605898601235, 36.737693384538048 ], [ -3.589961167947709, 36.735495877344412 ], [ -3.602414275877535, 36.736387548106258 ], [ -3.605401905975098, 36.739473063212046 ], [ -3.606930554295483, 36.745428109638219 ], [ -3.604325009137699, 36.753312301265844 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Motril y Salobreña", "Tipo": "A", "EstadoMapa": "B", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En ejecucion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.480879771902107, 36.683274574778096 ], [ -3.482692325582006, 36.688991648321007 ], [ -3.482122356133516, 36.692571709296892 ], [ -3.48126804970687, 36.698061047586101 ], [ -3.477453018911316, 36.703800802079726 ], [ -3.471836703931396, 36.70573132424957 ], [ -3.449922168350601, 36.706770228369614 ], [ -3.43482155409032, 36.708018923507097 ], [ -3.425924200854925, 36.706142955375014 ], [ -3.423225522702067, 36.700189658631288 ], [ -3.423777333454575, 36.692793665325333 ], [ -3.427595836539646, 36.687055597205244 ], [ -3.436469458784484, 36.685115261720938 ], [ -3.459572530609805, 36.685743887966474 ], [ -3.480879771902107, 36.683274574778096 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Zujar", "Tipo": "A", "EstadoMapa": "B", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En ejecucion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.270744351654706, 38.825723283342391 ], [ -6.263702039127711, 38.831640824780024 ], [ -6.244267551238872, 38.833136143636203 ], [ -6.239484382028315, 38.835175824976503 ], [ -6.235961569127, 38.838133770773162 ], [ -6.232524720643144, 38.842996034709266 ], [ -6.224604079841872, 38.856562815594899 ], [ -6.210461629932063, 38.867440253752108 ], [ -6.210504504039949, 38.868392476827609 ], [ -6.207278759160575, 38.878015229239864 ], [ -6.200397106053364, 38.887738253865216 ], [ -6.190948559471429, 38.894670926715179 ], [ -6.183014733143033, 38.908235356988335 ], [ -6.183696092109401, 38.923471204833604 ], [ -6.177941253747068, 38.931255387219593 ], [ -6.160034528725269, 38.940322642501215 ], [ -6.147925490819941, 38.942556975439125 ], [ -6.139431847238874, 38.943739367437509 ], [ -6.135815610952728, 38.944790080560558 ], [ -6.115126754843319, 38.946298025743602 ], [ -6.110248824726152, 38.94642823648568 ], [ -6.088132323407098, 38.94320237631149 ], [ -6.067113791287441, 38.937083140913288 ], [ -6.055342835196946, 38.939925373926492 ], [ -6.053823196761656, 38.940292206338214 ], [ -6.030734535428573, 38.942801395957808 ], [ -6.013176993480514, 38.931815182774194 ], [ -6.009478660255437, 38.930957240328581 ], [ -6.004641518003338, 38.932035393231025 ], [ -6.002242981656851, 38.933050596891952 ], [ -5.991628941972027, 38.941904274350748 ], [ -5.987190806761282, 38.952505840830675 ], [ -5.986051077468392, 38.954441903096544 ], [ -5.971732283058509, 38.962435191695135 ], [ -5.952609069982811, 38.972455394423001 ], [ -5.933244351268141, 38.976757935918364 ], [ -5.925504150428443, 38.979580615379795 ], [ -5.916395913922272, 38.982901257966788 ], [ -5.904465198978391, 38.989873209423642 ], [ -5.892493296996965, 38.995891536300796 ], [ -5.868119837579729, 38.997447170939111 ], [ -5.84889533316671, 39.005546180744645 ], [ -5.829894271195589, 39.019357372173104 ], [ -5.817759369542479, 39.021558259303681 ], [ -5.797000418038167, 39.022058226937489 ], [ -5.797000418038167, 39.022058226937489 ], [ -5.775905460229952, 39.013981312555671 ], [ -5.758774066775019, 39.013434527722332 ], [ -5.755110995116825, 39.013521157976164 ], [ -5.748895125473395, 39.010807487039322 ], [ -5.748545312471274, 39.010252225771119 ], [ -5.74238524980672, 39.000472616240259 ], [ -5.731214590869152, 38.995967466441037 ], [ -5.715126133735209, 38.990622368435091 ], [ -5.699257229255496, 38.990990818323809 ], [ -5.689635940622815, 38.995027085273009 ], [ -5.685885363017223, 38.996816191669836 ], [ -5.681234378040397, 38.999034524499059 ], [ -5.658394653314515, 39.009092384921132 ], [ -5.647986489225187, 38.992166464113055 ], [ -5.639989040416208, 38.974231471184119 ], [ -5.647169855015917, 38.970254720036394 ], [ -5.661707399218479, 38.967063349270113 ], [ -5.686113518296412, 38.966503754548356 ], [ -5.689774377501371, 38.96641937570449 ], [ -5.693543532697964, 38.969192835268792 ], [ -5.707221075565131, 38.975550490261092 ], [ -5.723086428759456, 38.97518107958701 ], [ -5.744575060154952, 38.96228209822138 ], [ -5.770086617717347, 38.958818482706 ], [ -5.779996142276668, 38.962396565270694 ], [ -5.802220951075496, 38.968538901641288 ], [ -5.805806341712891, 38.966545754728969 ], [ -5.825025906111953, 38.958454016292308 ], [ -5.831125924482941, 38.958306084638259 ], [ -5.852056730248151, 38.962563357553826 ], [ -5.856898631111212, 38.961491377019676 ], [ -5.864026872088553, 38.95654923795059 ], [ -5.865967624103313, 38.944106607222615 ], [ -5.862991476033062, 38.930831266984477 ], [ -5.854986703038557, 38.913865140755057 ], [ -5.860891393530306, 38.908953161909842 ], [ -5.882796745261277, 38.907460437719344 ], [ -5.909732667008219, 38.909652056048195 ], [ -5.917875957115478, 38.899914108909755 ], [ -5.929281761341831, 38.88055919780814 ], [ -5.938284419976693, 38.862217196156372 ], [ -5.946615340897285, 38.857239856468823 ], [ -5.957420659514201, 38.853152706409915 ], [ -5.975969505195474, 38.859355305461037 ], [ -5.984035487818684, 38.877264803258903 ], [ -5.999297927874108, 38.892128526810666 ], [ -6.027367614158803, 38.892356929583407 ], [ -6.046947321245055, 38.893754046874875 ], [ -6.075263707858941, 38.899684997011519 ], [ -6.097117661795841, 38.897199964430889 ], [ -6.111367114794606, 38.888239988905362 ], [ -6.116668297036112, 38.869983499886679 ], [ -6.134522064565815, 38.85997102380027 ], [ -6.179585969586082, 38.858751702306648 ], [ -6.198517192866914, 38.845839977834913 ], [ -6.214449381269867, 38.820613615853354 ], [ -6.226849416653661, 38.798343085552801 ], [ -6.25070916526502, 38.787193620550788 ], [ -6.265525676187945, 38.79154708836311 ], [ -6.263657474884069, 38.803993536002501 ], [ -6.258224367755813, 38.818446321484537 ], [ -6.270744351654706, 38.825723283342391 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Orellana", "Tipo": "A", "EstadoMapa": "B", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En ejecucion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.910211018177631, 38.995927313248671 ], [ -5.925504150428443, 38.979580615379795 ], [ -5.933244351268141, 38.976757935918364 ], [ -5.952609069982811, 38.972455394423001 ], [ -5.971732283058509, 38.962435191695135 ], [ -5.986051077468392, 38.954441903096544 ], [ -5.987190806761282, 38.952505840830675 ], [ -5.991628941972027, 38.941904274350748 ], [ -6.002242981656851, 38.933050596891952 ], [ -6.004641518003338, 38.932035393231025 ], [ -6.009478660255437, 38.930957240328581 ], [ -6.013176993480514, 38.931815182774194 ], [ -6.030734535428573, 38.942801395957808 ], [ -6.053823196761656, 38.940292206338214 ], [ -6.055342835196946, 38.939925373926492 ], [ -6.060104791399399, 38.944417946976252 ], [ -6.076856436642553, 38.950651089092389 ], [ -6.092204797234786, 38.952628624250508 ], [ -6.11295879333092, 38.952553104164664 ], [ -6.131862174199771, 38.952046898664271 ], [ -6.138632773745928, 38.953294956262766 ], [ -6.140735610528742, 38.959435474997669 ], [ -6.137349829053495, 38.965723771909019 ], [ -6.139053447682422, 38.976642074636111 ], [ -6.133415716017334, 38.987281196444755 ], [ -6.132047593206126, 38.9978054076254 ], [ -6.127122516738837, 39.010808590292669 ], [ -6.113821504768263, 39.014024919356359 ], [ -6.105110225593021, 39.010443703936268 ], [ -6.093535285045554, 39.011228203893381 ], [ -6.084794724619611, 39.020993968565101 ], [ -6.084474275939536, 39.027676315013977 ], [ -6.079962961014235, 39.03637631241314 ], [ -6.074188059452125, 39.044156074837439 ], [ -6.065824985427242, 39.048666753819802 ], [ -6.057152606897192, 39.046034373326791 ], [ -6.054320144253438, 39.037051228469764 ], [ -6.046891125483702, 39.034862166621451 ], [ -6.039911802688956, 39.04314846913578 ], [ -6.041442277494372, 39.064560343917435 ], [ -6.043725005149107, 39.07498825925714 ], [ -6.041182086750288, 39.086972300191825 ], [ -6.036641591201423, 39.095194733858001 ], [ -6.034117391931503, 39.107654832606357 ], [ -6.031796730003068, 39.12487660821651 ], [ -6.025887394728326, 39.129797332702218 ], [ -6.016411847964806, 39.122892573092642 ], [ -6.0141920218718, 39.113892639591462 ], [ -6.01217322510858, 39.123955686276808 ], [ -6.011397072779902, 39.134463271202549 ], [ -6.005056388482594, 39.143684458477239 ], [ -5.994049284118784, 39.143967986519897 ], [ -5.990218900669563, 39.140252757453254 ], [ -5.984393615119153, 39.132774877428929 ], [ -5.976835832064207, 39.127724519327394 ], [ -5.970361693290146, 39.119309055269071 ], [ -5.967225168165181, 39.117482164991436 ], [ -5.965391277931411, 39.117528870231887 ], [ -5.96125184723082, 39.120971157801485 ], [ -5.959285151948839, 39.132462182775292 ], [ -5.945774007354276, 39.131374585986229 ], [ -5.924886605783803, 39.129517467614384 ], [ -5.917372521905199, 39.125415509769894 ], [ -5.915263304783469, 39.118794326261948 ], [ -5.912879835112047, 39.105505941370858 ], [ -5.909706146247611, 39.102724966075485 ], [ -5.90475784955474, 39.10141831273399 ], [ -5.895901952099595, 39.109266270904691 ], [ -5.890120249195062, 39.117514050274899 ], [ -5.881775055258024, 39.122964704523163 ], [ -5.869129120489728, 39.12804407840202 ], [ -5.862763865808498, 39.12200336631026 ], [ -5.858960651127661, 39.118759746953735 ], [ -5.85894138803244, 39.118283500634519 ], [ -5.853400661584959, 39.117465924310082 ], [ -5.849101949887593, 39.117094429551237 ], [ -5.843275730929077, 39.12438759641168 ], [ -5.848531876483042, 39.133316838397782 ], [ -5.848227620295213, 39.140951781619471 ], [ -5.846469706610434, 39.142901635568208 ], [ -5.841157065232924, 39.14779855364938 ], [ -5.83175302095747, 39.157561988211036 ], [ -5.826052491258543, 39.163078987268001 ], [ -5.8246792390544, 39.164407861912636 ], [ -5.811580554928137, 39.173782550748072 ], [ -5.804488500686263, 39.180699858739636 ], [ -5.801557064972477, 39.183558558777158 ], [ -5.784271658553507, 39.180159429575944 ], [ -5.781748770926946, 39.178312844879713 ], [ -5.775310975949766, 39.170362187310012 ], [ -5.772246091637034, 39.154703316326106 ], [ -5.765069447956363, 39.143432535385699 ], [ -5.75587638195529, 39.14317370465168 ], [ -5.735895286183635, 39.148888796656259 ], [ -5.723789996710368, 39.152509638838552 ], [ -5.709866386517244, 39.156648287279594 ], [ -5.689968124466734, 39.164737287306039 ], [ -5.687575133290954, 39.166222730104344 ], [ -5.681007456287063, 39.170664695782875 ], [ -5.670119236550037, 39.174251987036492 ], [ -5.656008550122823, 39.173621227616245 ], [ -5.642260242670465, 39.166306259793132 ], [ -5.636486312606479, 39.159286105855074 ], [ -5.635209303417761, 39.157884803905191 ], [ -5.625154451364436, 39.150960845437204 ], [ -5.614089720856405, 39.149779504832246 ], [ -5.600019140772435, 39.150094460585791 ], [ -5.595544155148177, 39.144950146802749 ], [ -5.609926257162067, 39.136524217841554 ], [ -5.623940949678051, 39.134779141378829 ], [ -5.641856019378759, 39.139141551557195 ], [ -5.656210545543258, 39.146442832193692 ], [ -5.671539198990605, 39.147045701512837 ], [ -5.673986025604876, 39.146989550521084 ], [ -5.683125369844794, 39.145825897507642 ], [ -5.685535905205313, 39.144816876559119 ], [ -5.695589035748494, 39.13552674317949 ], [ -5.703175277315802, 39.125816302906316 ], [ -5.711927507178389, 39.114648046732356 ], [ -5.7173386195911, 39.112138294670629 ], [ -5.727487438671525, 39.110841719667306 ], [ -5.735606189482396, 39.109803832036235 ], [ -5.749556074426645, 39.106615042022987 ], [ -5.759818314756126, 39.103035281584141 ], [ -5.769356346505672, 39.096611476207137 ], [ -5.776984378931683, 39.088325533434286 ], [ -5.786575117951432, 39.083329272895128 ], [ -5.791182162913438, 39.076068089171947 ], [ -5.793269270666345, 39.066960250051707 ], [ -5.796728090555674, 39.061633281783102 ], [ -5.803146467549181, 39.053851422676303 ], [ -5.809695647696655, 39.049403159594583 ], [ -5.826987713260546, 39.053752238061236 ], [ -5.832007543761624, 39.056967433349421 ], [ -5.847316865707758, 39.057547823293064 ], [ -5.866844366907181, 39.056592328958615 ], [ -5.87478505777846, 39.056396704097729 ], [ -5.895637930340341, 39.043008953240061 ], [ -5.913034668256335, 39.034947892365707 ], [ -5.922983108717399, 39.024210989850104 ], [ -5.927592018088769, 39.017421246976255 ], [ -5.917472146819547, 39.009094016331929 ], [ -5.911919994953498, 39.007802680581769 ], [ -5.909361317833434, 39.005006239188731 ], [ -5.909679800882938, 39.001603476547075 ], [ -5.910211018177631, 38.995927313248671 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Orellana", "Tipo": "A", "EstadoMapa": "C", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.727487438671525, 39.110841719667306 ], [ -5.707118812364572, 39.100934653506776 ], [ -5.706179535120807, 39.092375277511699 ], [ -5.706044026724459, 39.072832326680896 ], [ -5.704385353166741, 39.061429187806212 ], [ -5.689613877999486, 39.058910618840081 ], [ -5.676910101924949, 39.062540278628838 ], [ -5.668607671921908, 39.069405025949862 ], [ -5.661472118904603, 39.074812333604356 ], [ -5.653867204444494, 39.084043809825353 ], [ -5.648058455081626, 39.092280516300235 ], [ -5.640972398658738, 39.099115685279116 ], [ -5.636401493165571, 39.107800495995242 ], [ -5.63175858726384, 39.114579804836119 ], [ -5.624491929936198, 39.116650690760402 ], [ -5.61710138498631, 39.11538673740715 ], [ -5.61016427244925, 39.109821494228321 ], [ -5.604398375312091, 39.102799422565539 ], [ -5.602860164747344, 39.094252453886234 ], [ -5.600728674490619, 39.086195435981232 ], [ -5.594441876914904, 39.081568155019006 ], [ -5.58778853611549, 39.083623073190438 ], [ -5.586879535929344, 39.092224634461857 ], [ -5.583246658701154, 39.093258718988764 ], [ -5.575386601372546, 39.095816431905313 ], [ -5.574371985874933, 39.101559775471415 ], [ -5.57657048606157, 39.111522776843564 ], [ -5.576952450243793, 39.122002654952595 ], [ -5.569210217951183, 39.127894567453382 ], [ -5.559579981406237, 39.132397248289386 ], [ -5.548010368658567, 39.134081122903027 ], [ -5.531461385010622, 39.133488448076385 ], [ -5.529626408282626, 39.133528310488089 ], [ -5.505092147560803, 39.132151519158469 ], [ -5.492842078493061, 39.131937560824689 ], [ -5.489364246791027, 39.120093229605068 ], [ -5.495362142500835, 39.116627676912138 ], [ -5.506268288480699, 39.113533085369411 ], [ -5.519619291385749, 39.110384633213414 ], [ -5.529928912377702, 39.107777487947416 ], [ -5.53948949264623, 39.101371798248834 ], [ -5.548368383544521, 39.093073264543264 ], [ -5.553612222539349, 39.085807275513453 ], [ -5.557055910949944, 39.079534061729056 ], [ -5.565508814869676, 39.076487799082777 ], [ -5.575044618431467, 39.069603044154306 ], [ -5.582762862734505, 39.063234561197696 ], [ -5.587966244741235, 39.055014465588471 ], [ -5.592155776847438, 39.052537637506511 ], [ -5.597462069606917, 39.047175309121251 ], [ -5.605368473802967, 39.046045356972527 ], [ -5.60931428847481, 39.053584993266426 ], [ -5.61730914392884, 39.054835959571122 ], [ -5.617920081668974, 39.054822238240767 ], [ -5.617902481595732, 39.054345890612275 ], [ -5.625092474052917, 39.050370227724656 ], [ -5.622349250434953, 39.042327347571103 ], [ -5.625262255978078, 39.038447827626705 ], [ -5.63334408197641, 39.042079465661246 ], [ -5.639540952350894, 39.044323007762543 ], [ -5.648685652126402, 39.043638815376205 ], [ -5.665070347409952, 39.040404886956559 ], [ -5.676567376727571, 39.037281005936535 ], [ -5.680680580698388, 39.032895828608027 ], [ -5.677447134336565, 39.028202748082805 ], [ -5.664622783651092, 39.02849660619794 ], [ -5.649408842789848, 39.030273614207928 ], [ -5.632361826570048, 39.032090051226703 ], [ -5.612277549478648, 39.034448850505669 ], [ -5.596955959073616, 39.033360966044242 ], [ -5.588807321218201, 39.027821258645616 ], [ -5.583050611066931, 39.020797744036933 ], [ -5.581534620899222, 39.012726603166598 ], [ -5.584223315043488, 39.002655315176483 ], [ -5.589648332753465, 39.000627953355966 ], [ -5.597602032043668, 39.000927774884374 ], [ -5.604003916967107, 39.008889676763388 ], [ -5.61157589649402, 39.015394757156351 ], [ -5.626441809801396, 39.020781730682877 ], [ -5.65327394604603, 39.019220633938595 ], [ -5.673226540960405, 39.013520653001642 ], [ -5.686491996768852, 39.012845390008827 ], [ -5.690303846545681, 39.012651071186689 ], [ -5.702863988295906, 39.014478955501247 ], [ -5.704436895680004, 39.014707758665764 ], [ -5.713294222566761, 39.022606481978364 ], [ -5.729780608563474, 39.022221574925155 ], [ -5.74626667816031, 39.021834341175222 ], [ -5.764602723544082, 39.021877645638305 ], [ -5.77700071858728, 39.026350263240772 ], [ -5.798672624751102, 39.033459606977658 ], [ -5.82552234919217, 39.032335077448373 ], [ -5.845424720278194, 39.025653463522957 ], [ -5.857843613477269, 39.015338399924396 ], [ -5.865909307550486, 39.003222243069153 ], [ -5.894024527895893, 39.00348110872519 ], [ -5.909679800882938, 39.001603476547075 ], [ -5.909361317833434, 39.005006239188731 ], [ -5.911919994953498, 39.007802680581769 ], [ -5.917472146819547, 39.009094016331929 ], [ -5.927592018088769, 39.017421246976255 ], [ -5.922983108717399, 39.024210989850104 ], [ -5.913034668256335, 39.034947892365707 ], [ -5.895637930340341, 39.043008953240061 ], [ -5.87478505777846, 39.056396704097729 ], [ -5.866844366907181, 39.056592328958615 ], [ -5.847316865707758, 39.057547823293064 ], [ -5.832007543761624, 39.056967433349421 ], [ -5.826987713260546, 39.053752238061236 ], [ -5.809695647696655, 39.049403159594583 ], [ -5.803146467549181, 39.053851422676303 ], [ -5.796728090555674, 39.061633281783102 ], [ -5.793269270666345, 39.066960250051707 ], [ -5.791182162913438, 39.076068089171947 ], [ -5.786575117951432, 39.083329272895128 ], [ -5.776984378931683, 39.088325533434286 ], [ -5.769356346505672, 39.096611476207137 ], [ -5.759818314756126, 39.103035281584141 ], [ -5.749556074426645, 39.106615042022987 ], [ -5.735606189482396, 39.109803832036235 ], [ -5.727487438671525, 39.110841719667306 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "La Mancha", "Tipo": "C", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas subterraneas", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.269987734674416, 39.142794264194372 ], [ -3.26821770566031, 39.160441337657552 ], [ -3.262160126261712, 39.178574892115485 ], [ -3.243770977491566, 39.175753799497208 ], [ -3.234576948896971, 39.174342162723335 ], [ -3.223568151495988, 39.180085832188063 ], [ -3.214420311613731, 39.193931238472977 ], [ -3.206476535936009, 39.201574932799467 ], [ -3.191151552628447, 39.200170582172845 ], [ -3.172739717292298, 39.189232139726258 ], [ -3.166590950329385, 39.180181220026327 ], [ -3.174521336246194, 39.166341358984916 ], [ -3.181844794516283, 39.155839741233407 ], [ -3.190995417927174, 39.142473634389667 ], [ -3.207507364328915, 39.1352928231005 ], [ -3.225255550545414, 39.132875679902469 ], [ -3.248527621698526, 39.134735740795804 ], [ -3.259560590765265, 39.138049566389292 ], [ -3.269987734674416, 39.142794264194372 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "La Mancha", "Tipo": "C", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas subterraneas", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.369764622200202, 39.136321547558325 ], [ -3.340368756594433, 39.134980578962853 ], [ -3.322589281714462, 39.12978591603553 ], [ -3.317670136108697, 39.125031035356976 ], [ -3.322566958672707, 39.114619328670081 ], [ -3.323732956225044, 39.112139683887506 ], [ -3.326749234082674, 39.10259445732882 ], [ -3.33651823745238, 39.097798258929096 ], [ -3.34041084125143, 39.097786958836991 ], [ -3.354876349428345, 39.097743827121505 ], [ -3.363241261851163, 39.097252346271702 ], [ -3.363441003087505, 39.097240603048355 ], [ -3.368338932605722, 39.097702073407739 ], [ -3.369729420688156, 39.135368564677314 ], [ -3.369764622200202, 39.136321547558325 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "La Mancha", "Tipo": "C", "EstadoMapa": "B", "D_Tipo": "Regados del I.N.C. con aguas subterraneas", "D_Estado": "En ejecucion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.322566958672707, 39.114619328670081 ], [ -3.304744613291307, 39.108852982428168 ], [ -3.288798598311329, 39.100787274687953 ], [ -3.279022165533751, 39.104625812501688 ], [ -3.26561363350268, 39.119439194348175 ], [ -3.246002269128002, 39.11280646094059 ], [ -3.249013972314267, 39.098971667036267 ], [ -3.250817733608197, 39.0899077969964 ], [ -3.263046357279599, 39.087496637414887 ], [ -3.270956662559254, 39.076034287671298 ], [ -3.290509293184347, 39.070265091593349 ], [ -3.313724410851097, 39.063529132027362 ], [ -3.330329892880471, 39.083033856060013 ], [ -3.34041084125143, 39.097786958836991 ], [ -3.33651823745238, 39.097798258929096 ], [ -3.326749234082674, 39.10259445732882 ], [ -3.323732956225044, 39.112139683887506 ], [ -3.322566958672707, 39.114619328670081 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "La Mancha", "Tipo": "C", "EstadoMapa": "A", "D_Tipo": "Regados del I.N.C. con aguas subterraneas", "D_Estado": "Delimitada" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.404562342777429, 39.225373872423141 ], [ -3.118937733445917, 39.259870669420259 ], [ -3.124196662340474, 39.111569331053332 ], [ -3.233576747454636, 39.057041363743188 ], [ -3.26296139161432, 39.064608331005047 ], [ -3.306886940298001, 39.038274519550136 ], [ -3.364228586794714, 39.01235982669418 ], [ -3.362185429221547, 39.091045573291026 ], [ -3.363241261851163, 39.097252346271702 ], [ -3.354876349428345, 39.097743827121505 ], [ -3.34041084125143, 39.097786958836991 ], [ -3.330329892880471, 39.083033856060013 ], [ -3.313724410851097, 39.063529132027362 ], [ -3.290509293184347, 39.070265091593349 ], [ -3.270956662559254, 39.076034287671298 ], [ -3.263046357279599, 39.087496637414887 ], [ -3.250817733608197, 39.0899077969964 ], [ -3.249013972314267, 39.098971667036267 ], [ -3.246002269128002, 39.11280646094059 ], [ -3.26561363350268, 39.119439194348175 ], [ -3.279022165533751, 39.104625812501688 ], [ -3.288798598311329, 39.100787274687953 ], [ -3.304744613291307, 39.108852982428168 ], [ -3.322566958672707, 39.114619328670081 ], [ -3.317670136108697, 39.125031035356976 ], [ -3.322589281714462, 39.12978591603553 ], [ -3.340368756594433, 39.134980578962853 ], [ -3.369764622200202, 39.136321547558325 ], [ -3.369729420688156, 39.135368564677314 ], [ -3.393916871054763, 39.185356482676909 ], [ -3.404562342777429, 39.225373872423141 ] ], [ [ -3.269987734674416, 39.142794264194372 ], [ -3.259560590765265, 39.138049566389292 ], [ -3.248527621698526, 39.134735740795804 ], [ -3.225255550545414, 39.132875679902469 ], [ -3.207507364328915, 39.1352928231005 ], [ -3.190995417927174, 39.142473634389667 ], [ -3.181844794516283, 39.155839741233407 ], [ -3.174521336246194, 39.166341358984916 ], [ -3.166590950329385, 39.180181220026327 ], [ -3.172739717292298, 39.189232139726258 ], [ -3.191151552628447, 39.200170582172845 ], [ -3.206476535936009, 39.201574932799467 ], [ -3.214420311613731, 39.193931238472977 ], [ -3.223568151495988, 39.180085832188063 ], [ -3.234576948896971, 39.174342162723335 ], [ -3.243770977491566, 39.175753799497208 ], [ -3.262160126261712, 39.178574892115485 ], [ -3.26821770566031, 39.160441337657552 ], [ -3.269987734674416, 39.142794264194372 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Villalazan", "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.739984426500991, 41.498927102220478 ], [ -5.733531412161447, 41.496221298445214 ], [ -5.720133268683327, 41.494156286457176 ], [ -5.709407788861872, 41.495362784300539 ], [ -5.690567530595727, 41.499618011520703 ], [ -5.681779756088334, 41.5017297167092 ], [ -5.671646315966721, 41.501965719423403 ], [ -5.650590283245054, 41.498640591908256 ], [ -5.631436115246574, 41.495268058728342 ], [ -5.625257021847605, 41.499222021554367 ], [ -5.614643482506997, 41.503276618312412 ], [ -5.605680532376522, 41.501097247779221 ], [ -5.599656269368126, 41.493131734117085 ], [ -5.599275352377421, 41.483608655901115 ], [ -5.600179877955385, 41.474533079111737 ], [ -5.6055153748217, 41.465357139890088 ], [ -5.615989420523421, 41.457970476316987 ], [ -5.622663870960372, 41.450669610172042 ], [ -5.636911067099026, 41.442718325734141 ], [ -5.645214635253224, 41.444433908352153 ], [ -5.642857452107761, 41.448777389718494 ], [ -5.637412739543525, 41.455098039307032 ], [ -5.631314756634172, 41.460956802299393 ], [ -5.627786260612998, 41.467709703785786 ], [ -5.628055655331142, 41.47437572722302 ], [ -5.633351846169607, 41.479973524183315 ], [ -5.642945826834753, 41.482136244615717 ], [ -5.651176937879118, 41.481946688505602 ], [ -5.65865797148144, 41.478914399956636 ], [ -5.671679582091675, 41.471940323104441 ], [ -5.684124332107775, 41.466407997962477 ], [ -5.698584225790499, 41.463686532795549 ], [ -5.712370187902867, 41.460025994537318 ], [ -5.732683206535965, 41.460974630423756 ], [ -5.759918216174954, 41.460800516848167 ], [ -5.768981404013402, 41.46534832915026 ], [ -5.768100583385063, 41.474424521054317 ], [ -5.759992490433279, 41.477478969037989 ], [ -5.760295745981183, 41.484620347384762 ], [ -5.766768884775718, 41.487800742360683 ], [ -5.767767068406429, 41.496355082474402 ], [ -5.739984426500991, 41.498927102220478 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Torme el", "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.705520744523432, 40.679982395562703 ], [ -5.707590008746429, 40.684700167207644 ], [ -5.696975235508051, 40.685425425673387 ], [ -5.697128925783542, 40.689234887106927 ], [ -5.707388756947013, 40.695190772399698 ], [ -5.708968152601338, 40.70325641134955 ], [ -5.693836091096793, 40.7007509772058 ], [ -5.684866042615592, 40.695717140469803 ], [ -5.677186665936312, 40.691605912356131 ], [ -5.673585412935531, 40.695502487688721 ], [ -5.668770419067587, 40.700380301581987 ], [ -5.658550907762903, 40.695373296012598 ], [ -5.65132872307277, 40.686960084168781 ], [ -5.64803109337575, 40.682746105195498 ], [ -5.64615448131297, 40.682789161018697 ], [ -5.640656273802784, 40.686251579499682 ], [ -5.636615327988134, 40.694923429607151 ], [ -5.638699116159891, 40.700118768148158 ], [ -5.650700750009064, 40.702703436503946 ], [ -5.652311383866582, 40.711722447012612 ], [ -5.643644300753572, 40.714304561844941 ], [ -5.632397982029922, 40.715038380712926 ], [ -5.621758523197451, 40.71528067810295 ], [ -5.616900953763754, 40.719204051196314 ], [ -5.615891690137328, 40.72542318752236 ], [ -5.605857809730951, 40.725173659928188 ], [ -5.592086693780971, 40.725483932317786 ], [ -5.587245060158502, 40.729882345985509 ], [ -5.583636461302984, 40.733776311552894 ], [ -5.578185986543735, 40.738664619546483 ], [ -5.56958565430314, 40.743146251526852 ], [ -5.560856188474907, 40.744293664176823 ], [ -5.544947846335655, 40.737972844680762 ], [ -5.536464566807253, 40.729103579275041 ], [ -5.529444194900782, 40.720180113894571 ], [ -5.527249485982638, 40.717389858232494 ], [ -5.532184611354444, 40.71537508059216 ], [ -5.542144567180404, 40.71372611460324 ], [ -5.547850126802213, 40.715506799680576 ], [ -5.553130348609789, 40.722539630760181 ], [ -5.558873442042041, 40.72527220324428 ], [ -5.569368414651625, 40.72122582542751 ], [ -5.575499181930294, 40.717752653530198 ], [ -5.57216792246999, 40.712583970263978 ], [ -5.56379417397832, 40.70657407734614 ], [ -5.56350182803422, 40.69895435807971 ], [ -5.569576005815802, 40.69405284576974 ], [ -5.575243819241776, 40.694879750231649 ], [ -5.582255140911462, 40.698059500933837 ], [ -5.589708301143443, 40.696462528183147 ], [ -5.589431553749906, 40.689319174882904 ], [ -5.586578973793984, 40.680327033022174 ], [ -5.588842018606657, 40.678038401742455 ], [ -5.591398781029466, 40.675452496882485 ], [ -5.595977656807356, 40.664386875549347 ], [ -5.605395562826357, 40.665127887948167 ], [ -5.611909760869512, 40.671653549253676 ], [ -5.626388510711033, 40.67370807318315 ], [ -5.635107428313449, 40.672556005425413 ], [ -5.644945071756819, 40.668041188398739 ], [ -5.652242187063932, 40.662630691254272 ], [ -5.657018041169023, 40.656801184749462 ], [ -5.661395058191545, 40.65670031460791 ], [ -5.672802292451379, 40.660249729973316 ], [ -5.685027134833836, 40.668545319434656 ], [ -5.705520744523432, 40.679982395562703 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Zalamea", "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.696800962166231, 38.651600573475783 ], [ -5.696283033357691, 38.670206230640481 ], [ -5.702038272569887, 38.677701488771696 ], [ -5.70239681150195, 38.687228396649886 ], [ -5.702004210551301, 38.692958587852466 ], [ -5.69721335337926, 38.694976302353147 ], [ -5.683841092530787, 38.695284186243079 ], [ -5.673849497304495, 38.688361807588151 ], [ -5.672208425166907, 38.676957044478847 ], [ -5.675140386952755, 38.674029395581329 ], [ -5.67921998721789, 38.652958372214059 ], [ -5.696800962166231, 38.651600573475783 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Ardila", "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.773458359025467, 38.280508143784353 ], [ -6.775110033662437, 38.289034947102813 ], [ -6.769170794561521, 38.291132855449128 ], [ -6.760162885343016, 38.292375666850894 ], [ -6.746274912191398, 38.292820607456591 ], [ -6.728110940068304, 38.292446706476788 ], [ -6.724127613924916, 38.297340132663287 ], [ -6.725340785043724, 38.309218379034526 ], [ -6.726798509987636, 38.325855526458405 ], [ -6.727628535686304, 38.342035927386291 ], [ -6.718564679210646, 38.342324093357277 ], [ -6.708073508453264, 38.338366701557668 ], [ -6.699951790000866, 38.333380160838125 ], [ -6.695891833992135, 38.336845078712173 ], [ -6.695820277545778, 38.347334178661157 ], [ -6.696957634302368, 38.357785105151748 ], [ -6.700634744479244, 38.370539120250854 ], [ -6.70484500760293, 38.381846092565283 ], [ -6.707871671556582, 38.393667043354647 ], [ -6.699575867001041, 38.397266225696164 ], [ -6.679450335181056, 38.394563852834793 ], [ -6.674734879190788, 38.385178477410584 ], [ -6.671374376703113, 38.378610453993808 ], [ -6.661897011895787, 38.370803759687021 ], [ -6.65172144328481, 38.361111311780611 ], [ -6.651099141770842, 38.34873705005058 ], [ -6.656418557795696, 38.346187683991552 ], [ -6.675468024570612, 38.339871226445197 ], [ -6.687795215662413, 38.332333555955472 ], [ -6.683494600277474, 38.319121940714325 ], [ -6.684922135876236, 38.299533259822581 ], [ -6.691976038345312, 38.295497748693151 ], [ -6.699560410367165, 38.290015044630678 ], [ -6.710138316261125, 38.283960433264618 ], [ -6.71631828824695, 38.274707744152451 ], [ -6.733197325219241, 38.273694495707566 ], [ -6.74597245397383, 38.275193449475239 ], [ -6.760004527455541, 38.277604002972161 ], [ -6.773458359025467, 38.280508143784353 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Ardila", "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.751999375798115, 38.403700893358042 ], [ -6.713221107675104, 38.403507539284725 ], [ -6.713694655071696, 38.377275659039498 ], [ -6.72578564734831, 38.376891490355895 ], [ -6.735000749984994, 38.379457865888575 ], [ -6.740131662864406, 38.385014060812821 ], [ -6.748434204523902, 38.393328486271074 ], [ -6.750975964103056, 38.395630389950725 ], [ -6.751999375798115, 38.403700893358042 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Arroyo Salado de Moron", "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.852249547277838, 37.103464060316234 ], [ -5.833200008599813, 37.103548910373284 ], [ -5.83295143926056, 37.096879017796212 ], [ -5.812694249945359, 37.096407918113442 ], [ -5.799451502221336, 37.092429883355948 ], [ -5.799818213936925, 37.08622217147721 ], [ -5.814055390195957, 37.084931244216349 ], [ -5.821032407324087, 37.080473728054649 ], [ -5.821938938048476, 37.072822575079144 ], [ -5.821238387973238, 37.069978162169306 ], [ -5.792122336965446, 37.071144504931027 ], [ -5.782661337642287, 37.072797567090163 ], [ -5.770070729942821, 37.070231379353345 ], [ -5.765545124577905, 37.060323105066935 ], [ -5.764570044969916, 37.049855021621362 ], [ -5.768067315233397, 37.047865989366507 ], [ -5.77913166679893, 37.057621069674965 ], [ -5.788136006100948, 37.0597938852396 ], [ -5.789045749863793, 37.052142833720829 ], [ -5.789430777857014, 37.046411532888811 ], [ -5.795374598047341, 37.046271528706406 ], [ -5.797157736090539, 37.046229469473744 ], [ -5.809361553370621, 37.054524215848794 ], [ -5.82067343347236, 37.054732436286322 ], [ -5.829625290743872, 37.055472782086085 ], [ -5.839908309584008, 37.059995340014211 ], [ -5.848355543839758, 37.063130572395423 ], [ -5.859758060100742, 37.065717073660402 ], [ -5.861475519702716, 37.065949485153823 ], [ -5.862449619029419, 37.073996869412923 ], [ -5.864105045606573, 37.086354795710179 ], [ -5.858480774423316, 37.095073776439669 ], [ -5.852249547277838, 37.103464060316234 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Bajo Guadalete", "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.211712918808487, 36.619463076302999 ], [ -6.124444987385408, 36.627080353737057 ], [ -6.126177623650186, 36.625316483450227 ], [ -6.133095377674858, 36.62084306839845 ], [ -6.135208060203231, 36.614588565336255 ], [ -6.134948015492844, 36.608170660624253 ], [ -6.135252713159601, 36.607831592173611 ], [ -6.138909344480446, 36.603762202470911 ], [ -6.146928503118536, 36.597351640142513 ], [ -6.150046515036694, 36.586778792308863 ], [ -6.149697840732327, 36.578204953017099 ], [ -6.1529117885716, 36.570013679652355 ], [ -6.160868153587982, 36.562173404182843 ], [ -6.171911277476879, 36.557588314843024 ], [ -6.179864467795294, 36.556236085216916 ], [ -6.181889577073316, 36.555891677589287 ], [ -6.186710606771049, 36.558146962227497 ], [ -6.185311271924777, 36.567244221445065 ], [ -6.183872536768091, 36.575388849964291 ], [ -6.184146626381656, 36.582057175406973 ], [ -6.188160767590618, 36.59339372512148 ], [ -6.200171077830731, 36.597839821039457 ], [ -6.208539585388309, 36.599998733208224 ], [ -6.214053783610576, 36.604618270525947 ], [ -6.211712918808487, 36.619463076302999 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Bajo Guadalete", "Tipo": "B", "EstadoMapa": "B", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En ejecucion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.134937859166473, 36.607919961048445 ], [ -6.134812438886248, 36.60482382021722 ], [ -6.132927462422048, 36.598436125041992 ], [ -6.13285829117858, 36.593073514266855 ], [ -6.130355850109353, 36.589682247146612 ], [ -6.109093740986313, 36.575576404270556 ], [ -6.098220280961056, 36.569780006542189 ], [ -6.094920157954271, 36.564858935114586 ], [ -6.093535067815762, 36.556073275699056 ], [ -6.094497330698209, 36.550564555872931 ], [ -6.10139637876498, 36.542040351825015 ], [ -6.109898480836407, 36.536692642274865 ], [ -6.117966279291419, 36.53159413392887 ], [ -6.130268731286935, 36.525311030364023 ], [ -6.137373390841264, 36.522024705616957 ], [ -6.148719432674354, 36.521367803479599 ], [ -6.167058916480934, 36.52922644146566 ], [ -6.173862797225694, 36.536674776018437 ], [ -6.179864467795294, 36.556236085216916 ], [ -6.171911277476879, 36.557588314843024 ], [ -6.160868153587982, 36.562173404182843 ], [ -6.1529117885716, 36.570013679652355 ], [ -6.149697840732327, 36.578204953017099 ], [ -6.150046515036694, 36.586778792308863 ], [ -6.146928503118536, 36.597351640142513 ], [ -6.138909344480446, 36.603762202470911 ], [ -6.135252713159601, 36.607831592173611 ], [ -6.134942683405853, 36.608039043348661 ], [ -6.134937859166488, 36.607919961048474 ], [ -6.134937859166473, 36.607919961048445 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.732871173033832, 36.816567569317229 ], [ -5.729891238593322, 36.832849783228191 ], [ -5.721964322774976, 36.843522888336544 ], [ -5.719405398763938, 36.855026461468711 ], [ -5.707105053257804, 36.859599301388094 ], [ -5.704447538413199, 36.851552966734488 ], [ -5.693708094641051, 36.849889483260561 ], [ -5.68692697497818, 36.859580599039511 ], [ -5.680110879063636, 36.868318380582508 ], [ -5.669647318183765, 36.857585838457325 ], [ -5.67754981063398, 36.845962889253428 ], [ -5.688463997222707, 36.835701959607462 ], [ -5.700661267735435, 36.828272169435103 ], [ -5.704944708537953, 36.831989741195251 ], [ -5.712953709707333, 36.84039088380969 ], [ -5.716901069293021, 36.834578178424621 ], [ -5.721018485525877, 36.816839575270301 ], [ -5.732871173033832, 36.816567569317229 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.205400649457076, 37.375375606135549 ], [ -3.205824613643407, 37.388393045592466 ], [ -3.20605313909428, 37.395407700516969 ], [ -3.160973197099807, 37.397276156966775 ], [ -3.158230235666743, 37.397389288611045 ], [ -3.161776350906497, 37.378305219502472 ], [ -3.205400649457076, 37.375375606135549 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Salor", "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.373299032325263, 39.383966206648815 ], [ -6.293578421838592, 39.386729279748472 ], [ -6.29323017342614, 39.383656948958453 ], [ -6.291478608068754, 39.368198817819206 ], [ -6.295925132259664, 39.36724275407591 ], [ -6.317010707033841, 39.362706428258718 ], [ -6.332273157875795, 39.360839935508153 ], [ -6.334522021463524, 39.356485488980454 ], [ -6.370766030325605, 39.356870183420604 ], [ -6.373299032325263, 39.383966206648815 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Tierra Llana de Lugo", "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -7.563556497167935, 43.158857209278359 ], [ -7.552347054153362, 43.183125125217899 ], [ -7.543365513942384, 43.184912120204345 ], [ -7.527786297387088, 43.18553102020568 ], [ -7.504171566410848, 43.183130199508497 ], [ -7.499347917159641, 43.179509105035322 ], [ -7.50541896446393, 43.173552777948018 ], [ -7.508542887667512, 43.162948435492289 ], [ -7.495550096084055, 43.154408917193436 ], [ -7.479629919448326, 43.150270481316269 ], [ -7.472586416129611, 43.142923985113256 ], [ -7.485004397897946, 43.134814315423824 ], [ -7.494120214148696, 43.134932320312622 ], [ -7.508300955284708, 43.141995905354896 ], [ -7.523993060313571, 43.151856290868146 ], [ -7.534901550952929, 43.158569705784515 ], [ -7.551537089211274, 43.145997531892831 ], [ -7.563556497167935, 43.158857209278359 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.716438742908604, 38.617201356185774 ], [ -3.707765965862008, 38.617136832587988 ], [ -3.681181884560686, 38.616935046221748 ], [ -3.686529354282455, 38.604028162384516 ], [ -3.699212135708225, 38.595846180369549 ], [ -3.707069061888181, 38.591507088607372 ], [ -3.709158944039446, 38.592039807289808 ], [ -3.716206444929442, 38.593835906576658 ], [ -3.721100626344406, 38.597143981836822 ], [ -3.716438742908604, 38.617201356185774 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Viar", "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.951151904978511, 37.569998994139425 ], [ -5.962702569731517, 37.571118442809563 ], [ -5.970728411849556, 37.577114993046649 ], [ -5.969796552332297, 37.583813678499006 ], [ -5.971334736087097, 37.592357345916042 ], [ -5.983107781609218, 37.602072891384879 ], [ -5.981444942343802, 37.605452537612159 ], [ -5.973119989806435, 37.607093142083329 ], [ -5.973328755336877, 37.612332668238949 ], [ -5.967587409418203, 37.618675706681593 ], [ -5.953064849942486, 37.615225948230311 ], [ -5.95207030018523, 37.605238023817869 ], [ -5.942021418270504, 37.593569098130054 ], [ -5.935134175760699, 37.589068660378452 ], [ -5.935955338016017, 37.587879424072646 ], [ -5.938685873737272, 37.581136153302673 ], [ -5.943230140413615, 37.574824381079189 ], [ -5.947867610403819, 37.570894133951441 ], [ -5.951151904978511, 37.569998994139425 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Viar", "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.949174166766942, 37.509430136468644 ], [ -5.946161141601401, 37.500965413301813 ], [ -5.949410929564588, 37.49230169489438 ], [ -5.953464221956581, 37.48886268517478 ], [ -5.97113326517849, 37.481743969840821 ], [ -5.980753540504624, 37.482931859420759 ], [ -5.982812071459572, 37.489555136176634 ], [ -5.97962313901454, 37.499648587905902 ], [ -5.983518068246046, 37.507107335422845 ], [ -5.98307959615484, 37.507547749412289 ], [ -5.982334458306367, 37.511381014061975 ], [ -5.980943868695581, 37.514038569891021 ], [ -5.977740258554329, 37.516265068843303 ], [ -5.969377782051508, 37.516714188530429 ], [ -5.963640205406942, 37.515428003524356 ], [ -5.960527824266257, 37.512406884773732 ], [ -5.954463536781725, 37.510413228153787 ], [ -5.949174166766942, 37.509430136468644 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.793801093472391, 37.571902172933058 ], [ -5.769490428110337, 37.578674144636771 ], [ -5.757623861714698, 37.581813109413972 ], [ -5.744982505680448, 37.580200674748212 ], [ -5.737641875406797, 37.576079837738369 ], [ -5.738030994903644, 37.570348888635806 ], [ -5.753505365374679, 37.567604581002946 ], [ -5.762975955573311, 37.564522199724109 ], [ -5.772445724477815, 37.561439087267139 ], [ -5.780859567503945, 37.562194701658633 ], [ -5.784011552290012, 37.566411760541769 ], [ -5.791880912615355, 37.568609887787915 ], [ -5.793801093472391, 37.571902172933058 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Bembezar", "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.549363595791522, 37.624168645452066 ], [ -5.545009982302193, 37.637137417684727 ], [ -5.53987708120217, 37.644877566146029 ], [ -5.527422164505414, 37.648959962524351 ], [ -5.524847493470057, 37.643769859962163 ], [ -5.524557063805139, 37.635192901403592 ], [ -5.524170015766472, 37.623756934241079 ], [ -5.528040657658766, 37.614137133448864 ], [ -5.538191203974805, 37.612965417726016 ], [ -5.53964863772323, 37.62056353359656 ], [ -5.549363595791522, 37.624168645452066 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Maruanas-Charco Rianez", "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.45928607477781, 38.018020827995734 ], [ -4.450820534548298, 38.016694921787014 ], [ -4.449549475909771, 38.013372341172335 ], [ -4.441612534881501, 38.008224086765424 ], [ -4.440851294067103, 38.000126195294108 ], [ -4.44000635212644, 37.987737242796854 ], [ -4.444139181085912, 37.983394491260803 ], [ -4.456205707883989, 37.984199485296578 ], [ -4.461712349648519, 37.988423229733996 ], [ -4.468434039908884, 37.9931084360637 ], [ -4.476964068385075, 37.997770546942306 ], [ -4.478991841735334, 38.008713610430405 ], [ -4.474304874773519, 38.015448980112374 ], [ -4.45928607477781, 38.018020827995734 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Maruanas-Charco Rianez", "Tipo": "B", "EstadoMapa": "B", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En ejecucion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.516628043122489, 37.933838680375246 ], [ -4.491345446302661, 37.934161889800514 ], [ -4.48070126250098, 37.943834304646494 ], [ -4.468565250638017, 37.939217445728261 ], [ -4.453947644468737, 37.930814811344909 ], [ -4.45738992801818, 37.922188011889418 ], [ -4.47772023702522, 37.915257835984093 ], [ -4.490710058809869, 37.90269458431731 ], [ -4.506315695848159, 37.900588265372335 ], [ -4.511402344173717, 37.91387622136709 ], [ -4.516628043122489, 37.933838680375246 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Vegas Medias", "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.653924088406737, 37.939241009573287 ], [ -3.655003446542692, 37.938928930326526 ], [ -3.674896984221699, 37.941201153633081 ], [ -3.692409717106604, 37.946345613620579 ], [ -3.69838615645447, 37.951008031906454 ], [ -3.695006262190403, 37.950264961834094 ], [ -3.692655424798296, 37.956478887462985 ], [ -3.696916685208675, 37.961222994577533 ], [ -3.699768789424818, 37.962517613068229 ], [ -3.687743034528716, 37.962588532550512 ], [ -3.673888624648517, 37.962668712112979 ], [ -3.665429657543454, 37.959855297134347 ], [ -3.655164359187416, 37.957051343392955 ], [ -3.646871549825877, 37.950576147767542 ], [ -3.650417501037854, 37.948135265364719 ], [ -3.653687627034068, 37.943347848098888 ], [ -3.653924088406737, 37.939241009573287 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Guadalen Bajo", "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.537012140358307, 38.109789003524163 ], [ -3.529148283917513, 38.107440087994448 ], [ -3.524241343292929, 38.096492934966214 ], [ -3.525366372666863, 38.085041820597311 ], [ -3.531986334227486, 38.082627435438944 ], [ -3.545870808784682, 38.083517605250584 ], [ -3.555564438693912, 38.088718301696865 ], [ -3.555007904674868, 38.094920888379029 ], [ -3.550223097903113, 38.100666422690509 ], [ -3.543619797352754, 38.105466348719922 ], [ -3.537012140358307, 38.109789003524163 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Zujar", "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.748545312471274, 39.010252225771119 ], [ -5.740957844176834, 39.01492744695566 ], [ -5.727043636745612, 39.01859092989914 ], [ -5.71590740935817, 39.015037014280892 ], [ -5.707843024447096, 39.011887445302087 ], [ -5.702863988295906, 39.014478955501247 ], [ -5.690303846545681, 39.012651071186689 ], [ -5.686491996768852, 39.012845390008827 ], [ -5.686276102727605, 39.00714225059123 ], [ -5.685885363017223, 38.996816191669836 ], [ -5.689635940622815, 38.995027085273009 ], [ -5.699257229255496, 38.990990818323809 ], [ -5.715126133735209, 38.990622368435091 ], [ -5.731214590869152, 38.995967466441037 ], [ -5.74238524980672, 39.000472616240259 ], [ -5.748545312471274, 39.010252225771119 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Alberche", "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.718905676795617, 40.007372015082254 ], [ -4.716486566850935, 40.006638652956546 ], [ -4.707036590640565, 40.00058076230345 ], [ -4.706179666086987, 39.991058746114653 ], [ -4.714091065585685, 39.98522119807312 ], [ -4.731924454628634, 39.979711976991219 ], [ -4.752656260346659, 39.976794571190091 ], [ -4.750981792813003, 39.979783128608318 ], [ -4.747775204595614, 39.987697598214012 ], [ -4.740248862116355, 39.996392029438653 ], [ -4.728614512886207, 40.002048587259488 ], [ -4.718905676795617, 40.007372015082254 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Peraleda de la Mata", "Tipo": "B", "EstadoMapa": "A", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "Delimitada" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.459721970449757, 39.832595107370622 ], [ -5.463287971921858, 39.84586706527196 ], [ -5.467029868790796, 39.84674090566044 ], [ -5.480642272488394, 39.846927149222658 ], [ -5.497996972992261, 39.847984617514641 ], [ -5.505054450670368, 39.854982818406491 ], [ -5.500814748594777, 39.857457847140253 ], [ -5.484745292959331, 39.857803384703693 ], [ -5.481878192612372, 39.864061894873423 ], [ -5.486807356631074, 39.880640705364577 ], [ -5.477052261217581, 39.884663169681801 ], [ -5.470250870285383, 39.884808319061953 ], [ -5.443044815558722, 39.885384932348593 ], [ -5.408434480017639, 39.886585939407105 ], [ -5.399445183330655, 39.877238303187397 ], [ -5.399063247072846, 39.866282014355853 ], [ -5.396358394619578, 39.859664090405545 ], [ -5.391584876283764, 39.846891605187494 ], [ -5.399569146024378, 39.845296517720804 ], [ -5.418693148550437, 39.843945736304221 ], [ -5.424020208315332, 39.837160620491517 ], [ -5.439950659923347, 39.833012847332135 ], [ -5.459721970449757, 39.832595107370622 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "B", "EstadoMapa": "B", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En ejecucion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.884969819240482, 39.961980732492293 ], [ -5.867862399594488, 39.967648892183227 ], [ -5.863709377815425, 39.972041642014645 ], [ -5.861392771450355, 39.975912224944224 ], [ -5.852806920729096, 39.978030688724182 ], [ -5.840849313991157, 39.973557929040268 ], [ -5.837340893190965, 39.963633896979211 ], [ -5.843891388550495, 39.957276567406055 ], [ -5.856865727777562, 39.956480636755614 ], [ -5.870577977751279, 39.958524967166944 ], [ -5.884969819240482, 39.961980732492293 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Vegas de Pueblanueva", "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.741060338227932, 39.961220880411908 ], [ -4.737561808865405, 39.969854576476592 ], [ -4.733262348243928, 39.971349159190886 ], [ -4.719040357432142, 39.972514466207279 ], [ -4.704127376498451, 39.970827790087647 ], [ -4.682799207787875, 39.960174549729885 ], [ -4.67098608223714, 39.958438529184001 ], [ -4.65476965397803, 39.953903829237206 ], [ -4.653267193078555, 39.94296030254219 ], [ -4.644610450063605, 39.943560193349377 ], [ -4.635345714997082, 39.944644756562305 ], [ -4.62093593303662, 39.937696072812855 ], [ -4.615106168830321, 39.926812416094066 ], [ -4.601398844916026, 39.923188652331312 ], [ -4.582177112601301, 39.922022361504794 ], [ -4.572794146086992, 39.917859352198356 ], [ -4.554020801672911, 39.909054380040651 ], [ -4.550157115105461, 39.902431670962123 ], [ -4.550722202371614, 39.900040386309669 ], [ -4.553165100280827, 39.898577450245163 ], [ -4.558034384679221, 39.897351557557101 ], [ -4.561165987244795, 39.896563013915639 ], [ -4.569275114560861, 39.899314013979385 ], [ -4.585517247595659, 39.905767457607986 ], [ -4.589738931511858, 39.900942208299917 ], [ -4.589441589472111, 39.888074182829868 ], [ -4.600885987624086, 39.874567876887895 ], [ -4.608286334165611, 39.873511984146951 ], [ -4.611501760315419, 39.878711538811231 ], [ -4.608709612956846, 39.89162240867428 ], [ -4.603982221707987, 39.901222777996516 ], [ -4.608581311449804, 39.912600887276035 ], [ -4.611237188644545, 39.913841567931804 ], [ -4.620475032726166, 39.918156148812166 ], [ -4.623716092667183, 39.924308432695504 ], [ -4.631978047055413, 39.933250477080691 ], [ -4.645024133028777, 39.934973024599991 ], [ -4.658586353518101, 39.932396066955086 ], [ -4.741060338227932, 39.961220880411908 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Vegas de Pueblanueva", "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.434181624553841, 39.832411358043089 ], [ -4.431248829133422, 39.840075666202736 ], [ -4.423868694607192, 39.842073518092782 ], [ -4.410314545744734, 39.844622892139583 ], [ -4.397271412853208, 39.841920216179773 ], [ -4.390924723131437, 39.833891635089174 ], [ -4.39453779748398, 39.829080684168957 ], [ -4.39250994824824, 39.820523408673665 ], [ -4.394847524687856, 39.8138207121861 ], [ -4.406649048996425, 39.816538763775235 ], [ -4.423543887778298, 39.826344566935312 ], [ -4.434181624553841, 39.832411358043089 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Vegas Puebla de Don Rodrigo", "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.615980522909916, 39.087680166822658 ], [ -4.598019271772273, 39.105092741231587 ], [ -4.587007317832319, 39.105243196235307 ], [ -4.58449616338006, 39.102416531344772 ], [ -4.578038523653465, 39.087246351234079 ], [ -4.569201118226932, 39.07496865889911 ], [ -4.568778932363847, 39.055902002617223 ], [ -4.574828949039211, 39.052959592401763 ], [ -4.582441573840294, 39.065253543130183 ], [ -4.615980522909916, 39.087680166822658 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Santaella", "Tipo": "B", "EstadoMapa": "B", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En ejecucion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.906731701860744, 37.498247421529953 ], [ -4.919894798063738, 37.498034151939287 ], [ -4.929664224850265, 37.505505356336364 ], [ -4.943100363992774, 37.515776838653785 ], [ -4.948185537204308, 37.52713863257263 ], [ -4.940003538252689, 37.534903761108801 ], [ -4.927005921123698, 37.541793245443714 ], [ -4.909508060350499, 37.560199806974431 ], [ -4.890249303587091, 37.556694614571839 ], [ -4.89465338043476, 37.541363150869984 ], [ -4.907629764052523, 37.533523738796106 ], [ -4.919259726602123, 37.519981996513991 ], [ -4.905971475778125, 37.515428229222785 ], [ -4.87834625570801, 37.512055692771298 ], [ -4.875785398287489, 37.505419721665298 ], [ -4.906731701860744, 37.498247421529953 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Agueda", "Tipo": "B", "EstadoMapa": "B", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En ejecucion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.544143150258361, 40.589232493807465 ], [ -6.550636454707221, 40.593798613720779 ], [ -6.548593162248798, 40.602439890128551 ], [ -6.551266677231381, 40.605693660456005 ], [ -6.559559241018783, 40.608774108980398 ], [ -6.559415240986823, 40.617833505615117 ], [ -6.543830457169284, 40.618789947232074 ], [ -6.533962172897116, 40.609561138278849 ], [ -6.52924097207343, 40.603033569657619 ], [ -6.532455289100252, 40.600057373821691 ], [ -6.543048503138753, 40.590246508152561 ], [ -6.544143150258361, 40.589232493807465 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Agueda", "Tipo": "B", "EstadoMapa": "B", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En ejecucion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.494913174043756, 40.580249530917335 ], [ -6.495776027063461, 40.596801662245362 ], [ -6.496327423160244, 40.607371881641768 ], [ -6.483271721703843, 40.596805427586069 ], [ -6.472067982832695, 40.585705131367298 ], [ -6.470474938336206, 40.579080870695414 ], [ -6.471673860061348, 40.578091631659369 ], [ -6.474357398717753, 40.578010854460537 ], [ -6.481034994195023, 40.577809580745011 ], [ -6.494913174043756, 40.580249530917335 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Agueda", "Tipo": "A", "EstadoMapa": "B", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En ejecucion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.532455289100252, 40.600057373821691 ], [ -6.495776027063461, 40.596801662245362 ], [ -6.494913174043756, 40.580249530917335 ], [ -6.481034994195023, 40.577809580745011 ], [ -6.474357398717753, 40.578010854460537 ], [ -6.461344757267531, 40.571729758357137 ], [ -6.463605252349147, 40.554981393902814 ], [ -6.462648217298453, 40.536423199881817 ], [ -6.471109499563291, 40.530926551442285 ], [ -6.475294409294909, 40.53937917526185 ], [ -6.47893060409284, 40.549277929551955 ], [ -6.489480275340465, 40.559920853033852 ], [ -6.497363759034698, 40.567307520715552 ], [ -6.508968256576826, 40.574103934066329 ], [ -6.521723281101028, 40.578957707186873 ], [ -6.534454999645741, 40.583334176775374 ], [ -6.541546075258664, 40.587405932224385 ], [ -6.543048503138753, 40.590246508152561 ], [ -6.532455289100252, 40.600057373821691 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "A", "EstadoMapa": "A", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "Delimitada" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.121929154026214, 42.784397288546472 ], [ -4.133676506491083, 42.789999941505997 ], [ -4.122152937341562, 42.796784866961474 ], [ -4.115683277159403, 42.796848089241266 ], [ -4.10403783644148, 42.796960968443202 ], [ -4.080730171364254, 42.796230271872972 ], [ -4.066513187989182, 42.797316635877308 ], [ -4.058846879875653, 42.803106141890432 ], [ -4.053880825470146, 42.815541711832942 ], [ -4.053945562287103, 42.819353342720618 ], [ -4.050352667723788, 42.836541350642854 ], [ -4.04832708496162, 42.869916702207618 ], [ -4.048762826694286, 42.895644960375449 ], [ -4.034729581852778, 42.909115273954946 ], [ -4.023948997692179, 42.884433055871995 ], [ -4.02088610395698, 42.855868942731426 ], [ -4.017904470775839, 42.832069160321581 ], [ -4.013693332541729, 42.812092327547894 ], [ -4.009701934396268, 42.805456181031083 ], [ -4.005773142532006, 42.802631578775788 ], [ -3.990167895806005, 42.798002285082895 ], [ -3.963023074384465, 42.800139924173571 ], [ -3.942462592146561, 42.809841611917918 ], [ -3.929633989184296, 42.817570966104419 ], [ -3.919447890319916, 42.829089919735218 ], [ -3.920968985586048, 42.844326599145631 ], [ -3.92233487702185, 42.849080878188659 ], [ -3.923743595750007, 42.856693951605351 ], [ -3.935602356658105, 42.869940382176289 ], [ -3.942166986260538, 42.875604847051072 ], [ -3.950013962739952, 42.880305245256189 ], [ -3.955314562569489, 42.887885520715933 ], [ -3.967156324848274, 42.899222645755763 ], [ -3.968616562100098, 42.909693789220917 ], [ -3.945296660701763, 42.910841780586246 ], [ -3.917860317748409, 42.896769372380653 ], [ -3.903644914311197, 42.899741607117541 ], [ -3.863689541039866, 42.916251811564848 ], [ -3.837810493182717, 42.920256320812072 ], [ -3.840209521660533, 42.905943052912356 ], [ -3.860817971701871, 42.896259467577671 ], [ -3.878719927880544, 42.878968570785958 ], [ -3.877235204706852, 42.865637234811487 ], [ -3.862719694860535, 42.846686446916955 ], [ -3.839189009564068, 42.830659353383751 ], [ -3.840367564231249, 42.822073171010445 ], [ -3.855810310676124, 42.815287362755548 ], [ -3.885445842063653, 42.805531409279929 ], [ -3.898112197184295, 42.786371488292268 ], [ -3.924969807558756, 42.765190230088677 ], [ -3.96765003895945, 42.764837535384032 ], [ -4.00778921803377, 42.767350520133093 ], [ -4.040123111772171, 42.76706139395526 ], [ -4.073749846906316, 42.766751020665318 ], [ -4.121929154026214, 42.784397288546472 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Campo de Nijar", "Tipo": "C", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas subterraneas", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2.178369600809754, 36.927908585983843 ], [ -2.161530863176695, 36.94639407921111 ], [ -2.136556388165855, 36.947646127181365 ], [ -2.111014655579984, 36.946503663060845 ], [ -2.104567320949845, 36.938823193273642 ], [ -2.116671135408554, 36.919833702090173 ], [ -2.12098265962165, 36.906509552307071 ], [ -2.140079569831203, 36.898540210463295 ], [ -2.155021107161897, 36.890061279827265 ], [ -2.159355579940421, 36.873873733040703 ], [ -2.181301677181344, 36.875934986947549 ], [ -2.196224309228017, 36.868404685215062 ], [ -2.214033833297456, 36.868523798051449 ], [ -2.220457385332565, 36.879060352478767 ], [ -2.217259852173651, 36.901458797342343 ], [ -2.199931978351037, 36.911360541694968 ], [ -2.182036159988257, 36.918393770557302 ], [ -2.174298297389415, 36.919771254590167 ], [ -2.178369600809754, 36.927908585983843 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "El Saltador", "Tipo": "C", "EstadoMapa": "B", "D_Tipo": "Regados del I.N.C. con aguas subterraneas", "D_Estado": "En ejecucion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -1.985760082478961, 37.426294014781796 ], [ -1.931846674715253, 37.432496506235161 ], [ -1.893671364226177, 37.425467959106967 ], [ -1.887917407892077, 37.41015136740463 ], [ -1.893008885158762, 37.389213013619873 ], [ -1.913453924378484, 37.380817381950202 ], [ -1.930200773707884, 37.380016153880241 ], [ -1.944383053049574, 37.391590671102698 ], [ -1.96113207768084, 37.39078509505481 ], [ -1.988677876939313, 37.387208206450815 ], [ -1.993293497982837, 37.39964861277447 ], [ -1.99071045553096, 37.413935425410031 ], [ -1.985760082478961, 37.426294014781796 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Los Guiraos", "Tipo": "C", "EstadoMapa": "B", "D_Tipo": "Regados del I.N.C. con aguas subterraneas", "D_Estado": "En ejecucion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -1.812688294747286, 37.327383196164376 ], [ -1.821003993744935, 37.330328119604161 ], [ -1.820825069771214, 37.341773364174813 ], [ -1.807639555714068, 37.344502940142569 ], [ -1.802861116160961, 37.344454675954701 ], [ -1.80072974517577, 37.328216495433999 ], [ -1.812688294747286, 37.327383196164376 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "C", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas subterraneas", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2.744007911025468, 36.750636029340349 ], [ -2.784299226318021, 36.757394338505925 ], [ -2.792593947342821, 36.759317214412249 ], [ -2.798435160889038, 36.792719405646665 ], [ -2.769956906867197, 36.795529911729055 ], [ -2.745089309065906, 36.782122398188932 ], [ -2.71430108382701, 36.768695600522634 ], [ -2.744007911025468, 36.750636029340349 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "C", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas subterraneas", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2.659772729377187, 36.763781863458519 ], [ -2.619338436856858, 36.787510800753722 ], [ -2.606232325573798, 36.798916785201669 ], [ -2.602614233852901, 36.810353376357277 ], [ -2.596596681605054, 36.826551960270322 ], [ -2.575272331562391, 36.819799363943268 ], [ -2.581304211342494, 36.801693798807548 ], [ -2.598002910940997, 36.784578445655292 ], [ -2.608794099844299, 36.761717049121252 ], [ -2.626617232180901, 36.754141833170046 ], [ -2.659772729377187, 36.763781863458519 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Saladares", "Tipo": "C", "EstadoMapa": "B", "D_Tipo": "Regados del I.N.C. con aguas subterraneas", "D_Estado": "En ejecucion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -0.889160303161275, 38.159049307851753 ], [ -0.896952476716515, 38.16109652878847 ], [ -0.896115901540898, 38.169187861096539 ], [ -0.88740268152647, 38.178091355575653 ], [ -0.867818318910722, 38.186797176850824 ], [ -0.855615970599747, 38.190866405091114 ], [ -0.845069410395321, 38.20020996145135 ], [ -0.820898180787755, 38.200240451964866 ], [ -0.808805503901715, 38.200492112614747 ], [ -0.799401125020237, 38.191733138541544 ], [ -0.806861730852734, 38.184720282238082 ], [ -0.816089405711925, 38.179170326497648 ], [ -0.828249321681196, 38.176534933841893 ], [ -0.833234468081077, 38.171381857172072 ], [ -0.838359697242229, 38.161462753209356 ], [ -0.863163637427009, 38.160009512852454 ], [ -0.889160303161275, 38.159049307851753 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Jumilla", "Tipo": "C", "EstadoMapa": "B", "D_Tipo": "Regados del I.N.C. con aguas subterraneas", "D_Estado": "En ejecucion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -1.363801952364487, 38.484689821783697 ], [ -1.331382132823602, 38.469926929803542 ], [ -1.296438774886197, 38.459886929175575 ], [ -1.285909858470773, 38.443520517178584 ], [ -1.312734449143273, 38.437234074142062 ], [ -1.328734127879513, 38.426972705780443 ], [ -1.339620103135766, 38.428081193551698 ], [ -1.356307140965255, 38.440714655623395 ], [ -1.364663605324213, 38.446553832404533 ], [ -1.363106561360565, 38.461791319871871 ], [ -1.363801952364487, 38.484689821783697 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "LLanos de Albacete", "Tipo": "C", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas subterraneas", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -1.920802130098955, 38.926040154159999 ], [ -1.921871277033955, 38.936063646490567 ], [ -1.916958689923596, 38.93792551739628 ], [ -1.910243610990093, 38.93786301298497 ], [ -1.909095743365301, 38.933083910797272 ], [ -1.909801053696064, 38.926891601997823 ], [ -1.920802130098955, 38.926040154159999 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "LLanos de Albacete", "Tipo": "C", "EstadoMapa": "B", "D_Tipo": "Regados del I.N.C. con aguas subterraneas", "D_Estado": "En ejecucion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -1.945396594833236, 38.87285865334178 ], [ -1.944116822545009, 38.87480295680632 ], [ -1.940404025526947, 38.880442955216353 ], [ -1.931924500458974, 38.91708250103239 ], [ -1.931872106359294, 38.917897930999651 ], [ -1.931128213144361, 38.929473042363441 ], [ -1.930906293719337, 38.944253004253767 ], [ -1.918420572558265, 38.962257763805781 ], [ -1.8879244722757, 38.959586951393632 ], [ -1.888386235847, 38.930027489882306 ], [ -1.919874277669801, 38.866426400757916 ], [ -1.930256066308563, 38.865568276267005 ], [ -1.939403776344874, 38.865651714733339 ], [ -1.945396594833236, 38.87285865334178 ] ], [ [ -1.920802130098955, 38.926040154159999 ], [ -1.909801053696064, 38.926891601997823 ], [ -1.909095743365301, 38.933083910797272 ], [ -1.910243610990093, 38.93786301298497 ], [ -1.916958689923596, 38.93792551739628 ], [ -1.921871277033955, 38.936063646490567 ], [ -1.920802130098955, 38.926040154159999 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "LLanos de Albacete", "Tipo": "C", "EstadoMapa": "A", "D_Tipo": "Regados del I.N.C. con aguas subterraneas", "D_Estado": "Delimitada" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -1.944116822545009, 38.87480295680632 ], [ -1.984756215006101, 38.893234954158252 ], [ -1.971600394496583, 38.916961935818307 ], [ -1.931872106359294, 38.917897930999651 ], [ -1.931924500458974, 38.91708250103239 ], [ -1.940404025526947, 38.880442955216353 ], [ -1.944116822545009, 38.87480295680632 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Hellin", "Tipo": "A", "EstadoMapa": "C", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -1.720908447964406, 38.497718282129043 ], [ -1.711252461996554, 38.494751226742039 ], [ -1.688797559787757, 38.494978824670071 ], [ -1.688132132397216, 38.494052235577321 ], [ -1.684655011214147, 38.48921000141322 ], [ -1.687826397780047, 38.481615744688369 ], [ -1.690971230960113, 38.47545168818403 ], [ -1.700658022811259, 38.476513282417542 ], [ -1.710900682250069, 38.480441392641488 ], [ -1.722905290315904, 38.487725899916782 ], [ -1.720908447964406, 38.497718282129043 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Hellin", "Tipo": "A", "EstadoMapa": "B", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En ejecucion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -1.688132132397216, 38.494052235577321 ], [ -1.688132132397215, 38.494052235577321 ], [ -1.668795576622348, 38.493799434215461 ], [ -1.645136732214289, 38.493528103436979 ], [ -1.637928971675825, 38.489629596050449 ], [ -1.639348390814096, 38.478678257923065 ], [ -1.645440241974648, 38.477318282188619 ], [ -1.659486864180239, 38.472234389087099 ], [ -1.654936358621489, 38.455968817477768 ], [ -1.659822217384177, 38.454117353942252 ], [ -1.670164468903669, 38.452327752256743 ], [ -1.688396544590034, 38.450148967097711 ], [ -1.695860721438154, 38.439741201506756 ], [ -1.703673045387824, 38.443642852526658 ], [ -1.711401418289756, 38.452311745518116 ], [ -1.720976024038492, 38.459569697665444 ], [ -1.737372940284476, 38.458316976916699 ], [ -1.745037476955415, 38.435986449675731 ], [ -1.747462179570517, 38.436012396108666 ], [ -1.755817706663472, 38.443731359058759 ], [ -1.767084829105178, 38.458633460303965 ], [ -1.765701432663023, 38.468633152845399 ], [ -1.752310206607346, 38.471352487604456 ], [ -1.741900756233435, 38.476963555165852 ], [ -1.742300119053635, 38.488889521620614 ], [ -1.75257153990957, 38.491383712034086 ], [ -1.753169963075513, 38.49186695154485 ], [ -1.773189355080965, 38.492078377380814 ], [ -1.769961501070387, 38.503489329174997 ], [ -1.759015548631418, 38.504804438678896 ], [ -1.737172497747062, 38.504570914896753 ], [ -1.723234186272048, 38.503466041262307 ], [ -1.720908447964406, 38.497718282129043 ], [ -1.722905290315904, 38.487725899916782 ], [ -1.710900682250069, 38.480441392641488 ], [ -1.700658022811259, 38.476513282417542 ], [ -1.690971230960113, 38.47545168818403 ], [ -1.687826397780047, 38.481615744688369 ], [ -1.684655011214147, 38.48921000141322 ], [ -1.688132132397216, 38.494052235577321 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Tuola", "Tipo": "C", "EstadoMapa": "A", "D_Tipo": "Regados del I.N.C. con aguas subterraneas", "D_Estado": "Delimitada" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2.479525167233443, 37.374647210006209 ], [ -2.480681004029947, 37.380376025824766 ], [ -2.471060936483326, 37.388442001754932 ], [ -2.460871731767395, 37.392211798503006 ], [ -2.450716320658522, 37.391211108483006 ], [ -2.448982329939168, 37.383094441023623 ], [ -2.449045138647446, 37.374509145025492 ], [ -2.456855805348355, 37.368821538914858 ], [ -2.467622751190893, 37.367439558266256 ], [ -2.472403484277597, 37.36746098049705 ], [ -2.479525167233443, 37.374647210006209 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Larva", "Tipo": "C", "EstadoMapa": "A", "D_Tipo": "Regados del I.N.C. con aguas subterraneas", "D_Estado": "Delimitada" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.215123687714355, 37.743815711498677 ], [ -3.210386197207227, 37.767671845530543 ], [ -3.210402413877074, 37.773395222107908 ], [ -3.205009109516842, 37.778651179015149 ], [ -3.19297853865818, 37.773901994489627 ], [ -3.201295068968864, 37.738593656653201 ], [ -3.215123687714355, 37.743815711498677 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Salinas", "Tipo": "C", "EstadoMapa": "A", "D_Tipo": "Regados del I.N.C. con aguas subterraneas", "D_Estado": "Delimitada" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -0.827702564324321, 38.498858765422348 ], [ -0.807632694715596, 38.520417975180635 ], [ -0.786700835508497, 38.490461767140786 ], [ -0.784596675706411, 38.47993210556551 ], [ -0.797098664616528, 38.467770842981373 ], [ -0.810520271501062, 38.465161684079703 ], [ -0.821401823334176, 38.466318272679779 ], [ -0.825592211405394, 38.488329671389849 ], [ -0.827702564324321, 38.498858765422348 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Delta Derecho del Ebro", "Tipo": "A", "EstadoMapa": "C", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 0.608116936175518, 40.620132933094077 ], [ 0.588811889242995, 40.621688361465921 ], [ 0.595464662298411, 40.629106340391914 ], [ 0.601248125826954, 40.630852473552309 ], [ 0.612633247146645, 40.634288711981164 ], [ 0.624782193957402, 40.639149793821879 ], [ 0.633887437178964, 40.645535223480259 ], [ 0.63614907472272, 40.652612465336595 ], [ 0.649656222395125, 40.659334285941483 ], [ 0.6655346835185, 40.663596300001402 ], [ 0.680554550041454, 40.66359442705884 ], [ 0.701637120339999, 40.660060185357203 ], [ 0.707981116696216, 40.650325107580876 ], [ 0.709186761078819, 40.644455660354623 ], [ 0.709459220075971, 40.643129127814703 ], [ 0.702924386194218, 40.638096948241582 ], [ 0.686451853248781, 40.634335603541352 ], [ 0.666780665894687, 40.629243915769699 ], [ 0.654032422818299, 40.624882838590125 ], [ 0.644407548904751, 40.620421678468851 ], [ 0.634391946674891, 40.620261140532371 ], [ 0.608116936175518, 40.620132933094077 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Delta Derecho del Ebro", "Tipo": "A", "EstadoMapa": "A", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "Delimitada" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 0.601248125826954, 40.630852473552309 ], [ 0.583777884157282, 40.632806079813022 ], [ 0.582655208384031, 40.658575900783347 ], [ 0.580690357176814, 40.691996942139873 ], [ 0.596306603913524, 40.702948580870668 ], [ 0.642930122020964, 40.708156731981603 ], [ 0.660800050470555, 40.71426256050588 ], [ 0.700812902625339, 40.712984972655299 ], [ 0.738162766477904, 40.708920508091111 ], [ 0.760023570083582, 40.696772193811142 ], [ 0.776165428620581, 40.694338362453621 ], [ 0.810074743966253, 40.696081951744794 ], [ 0.832463134143084, 40.69343361087229 ], [ 0.830395048199097, 40.679205819454523 ], [ 0.782264378866937, 40.669357558850244 ], [ 0.751316446732969, 40.653212519615238 ], [ 0.734758249910561, 40.648031284035866 ], [ 0.709186761078819, 40.644455660354623 ], [ 0.707981116696216, 40.650325107580876 ], [ 0.701637120339999, 40.660060185357203 ], [ 0.680554550041454, 40.66359442705884 ], [ 0.6655346835185, 40.663596300001402 ], [ 0.649656222395125, 40.659334285941483 ], [ 0.63614907472272, 40.652612465336595 ], [ 0.633887437178964, 40.645535223480259 ], [ 0.624782193957402, 40.639149793821879 ], [ 0.612633247146645, 40.634288711981164 ], [ 0.601248125826954, 40.630852473552309 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Delta Derecho del Ebro", "Tipo": "A", "EstadoMapa": "A", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "Delimitada" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 0.588884330995973, 40.727961450073494 ], [ 0.546926837489375, 40.763573116110543 ], [ 0.524003171061373, 40.780479675929712 ], [ 0.502069702954945, 40.792585952478575 ], [ 0.50041626694055, 40.808839610404107 ], [ 0.536825000926572, 40.785805754034421 ], [ 0.57420455500733, 40.757964788716734 ], [ 0.601323023791229, 40.749495609473463 ], [ 0.622644502584942, 40.749780597797965 ], [ 0.657207997829143, 40.762985945245575 ], [ 0.691310057521973, 40.767617458643244 ], [ 0.711014133065002, 40.761265972189449 ], [ 0.728158806856212, 40.754040851474379 ], [ 0.763027230146938, 40.750048318902031 ], [ 0.773747271471952, 40.740166744163595 ], [ 0.781693359037292, 40.725609712023015 ], [ 0.793981649296591, 40.721393469579603 ], [ 0.793981649296591, 40.721393469579603 ], [ 0.78979822911731, 40.713906247154291 ], [ 0.750109642616722, 40.720922940241799 ], [ 0.726829124082176, 40.730256017777315 ], [ 0.690769859690865, 40.735228733765112 ], [ 0.655381681788243, 40.729684526240412 ], [ 0.634954813107761, 40.722705429428714 ], [ 0.611037811662869, 40.720597694352868 ], [ 0.588884330995973, 40.727961450073494 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Valmuel", "Tipo": "A", "EstadoMapa": "C", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -0.280475939292693, 41.085374163680818 ], [ -0.28771409701448, 41.093170573869351 ], [ -0.286849455154481, 41.098869456722255 ], [ -0.282070186161359, 41.10781220608775 ], [ -0.271033052593003, 41.115653361792319 ], [ -0.268709737144911, 41.126083508378819 ], [ -0.260107613489019, 41.135887711918329 ], [ -0.244773846744386, 41.140764314146622 ], [ -0.241185467900029, 41.151163542759996 ], [ -0.234405773277096, 41.162439194033702 ], [ -0.216952042777621, 41.172503601683296 ], [ -0.201626975019982, 41.176897949007682 ], [ -0.200996839631657, 41.176882625442133 ], [ -0.187093216098368, 41.177496827436983 ], [ -0.1704078467419, 41.169462305232699 ], [ -0.163908789048903, 41.159293872761282 ], [ -0.156925901862809, 41.145776965347849 ], [ -0.151287556730408, 41.130386535106318 ], [ -0.160917412631729, 41.126335091345048 ], [ -0.1669529529638, 41.117905058823247 ], [ -0.171200731632089, 41.107047785431384 ], [ -0.189231891342118, 41.09795745896907 ], [ -0.202792470098064, 41.090185528345714 ], [ -0.21407437750052, 41.076637632939956 ], [ -0.222923106779058, 41.075898188104574 ], [ -0.252376117618833, 41.079464402591192 ], [ -0.280475939292693, 41.085374163680818 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Aragon \/ Cataluña", "Tipo": "A", "EstadoMapa": "C", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 0.468916887010916, 41.688550483437012 ], [ 0.461662778814088, 41.685038049934533 ], [ 0.440203093234953, 41.674642223285105 ], [ 0.414573049691381, 41.658728838701201 ], [ 0.406859320335926, 41.657051872926601 ], [ 0.385972784807694, 41.658622834747177 ], [ 0.378035671831326, 41.652661702919588 ], [ 0.373122695662918, 41.643751990991035 ], [ 0.356704365104714, 41.645662767409455 ], [ 0.355905363443195, 41.654740298576883 ], [ 0.347023169617467, 41.654999575880929 ], [ 0.331382859256641, 41.660507214181585 ], [ 0.330797338642019, 41.660713343048755 ], [ 0.330702897312001, 41.671199876682614 ], [ 0.331976270039981, 41.683552847346213 ], [ 0.335715674430895, 41.68742396334266 ], [ 0.338693002292242, 41.690505722195361 ], [ 0.347142911445643, 41.694071929164224 ], [ 0.357448755227425, 41.696630171085353 ], [ 0.36087099738694, 41.701295352817269 ], [ 0.365737531640356, 41.709253809494811 ], [ 0.368043956539895, 41.710717866871974 ], [ 0.373631061277256, 41.714263929591588 ], [ 0.379035488067366, 41.72029985737781 ], [ 0.387791731634535, 41.72957234093662 ], [ 0.397469552856492, 41.732145449446399 ], [ 0.409638475431363, 41.733690698964438 ], [ 0.423460517249151, 41.730420079541595 ], [ 0.437839968997552, 41.725701525360563 ], [ 0.449549734813242, 41.718678814507818 ], [ 0.459935974162122, 41.710741772059734 ], [ 0.464503844363993, 41.70107345976438 ], [ 0.468916887010916, 41.688550483437012 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Aragon \/ Cataluña", "Tipo": "A", "EstadoMapa": "B", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En ejecucion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 0.461662778814088, 41.685038049934533 ], [ 0.46182944237527, 41.674945144578899 ], [ 0.462992792209449, 41.661090733179954 ], [ 0.476924476453605, 41.660193106541399 ], [ 0.510832015265523, 41.664402925273869 ], [ 0.532167996219857, 41.659459691478595 ], [ 0.540501254684898, 41.649195967456855 ], [ 0.544053602375197, 41.632884507253699 ], [ 0.546754128912057, 41.624223653380056 ], [ 0.537097049059574, 41.610225775923034 ], [ 0.519942779992019, 41.598363210987159 ], [ 0.501547222084724, 41.610362352021411 ], [ 0.464881568101324, 41.61338075366654 ], [ 0.424840034721132, 41.612675913327237 ], [ 0.408438703169221, 41.602680164899837 ], [ 0.379254106806067, 41.60306616594039 ], [ 0.353386347757081, 41.606207152677165 ], [ 0.32488181677811, 41.607512530586455 ], [ 0.325980701560717, 41.616534956420814 ], [ 0.329325587443107, 41.632163796254375 ], [ 0.336429479568103, 41.646730254215107 ], [ 0.331382859256641, 41.660507214181585 ], [ 0.347023169617467, 41.654999575880929 ], [ 0.355905363443195, 41.654740298576883 ], [ 0.356704365104714, 41.645662767409455 ], [ 0.373122695662918, 41.643751990991035 ], [ 0.378035671831326, 41.652661702919588 ], [ 0.385972784807694, 41.658622834747177 ], [ 0.406859320335926, 41.657051872926601 ], [ 0.414573049691381, 41.658728838701201 ], [ 0.440203093234953, 41.674642223285105 ], [ 0.461662778814088, 41.685038049934533 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Aragon \/ Cataluña", "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 0.335715674430895, 41.68742396334266 ], [ 0.332300235989727, 41.702128290104504 ], [ 0.328617462748124, 41.717007684944853 ], [ 0.325224502294246, 41.725207091731725 ], [ 0.317970295342655, 41.732565013447157 ], [ 0.323371321075263, 41.738603682505619 ], [ 0.340597834229089, 41.739533188877857 ], [ 0.355060407577803, 41.736252150942128 ], [ 0.362434807021442, 41.73127104354851 ], [ 0.366383739495444, 41.721624675243262 ], [ 0.364641469301966, 41.712621664454986 ], [ 0.368043956539895, 41.710717866871974 ], [ 0.365737531640356, 41.709253809494811 ], [ 0.36087099738694, 41.701295352817269 ], [ 0.357448755227425, 41.696630171085353 ], [ 0.347142911445643, 41.694071929164224 ], [ 0.338693002292242, 41.690505722195361 ], [ 0.335715674430895, 41.68742396334266 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Aragon \/ Cataluña", "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 0.350378011760455, 41.425208544933191 ], [ 0.350456067644193, 41.439026154903907 ], [ 0.351867806455762, 41.441844268999745 ], [ 0.361138730316714, 41.449674762568719 ], [ 0.366033626636386, 41.458585847063375 ], [ 0.371454889237333, 41.453184909534272 ], [ 0.378362484881547, 41.452028936389858 ], [ 0.391060873445013, 41.452607976158717 ], [ 0.396059449477247, 41.463420852683193 ], [ 0.41630808662263, 41.450907019186097 ], [ 0.40435188927418, 41.440301370222102 ], [ 0.389362409317436, 41.432166659973859 ], [ 0.350378011760455, 41.425208544933191 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Monegros", "Tipo": "A", "EstadoMapa": "C", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -0.785074877446051, 41.829200982151697 ], [ -0.776741013547928, 41.849056097995906 ], [ -0.778223197620859, 41.86147574322019 ], [ -0.779755323254301, 41.872466593687484 ], [ -0.775941525305403, 41.890502542284437 ], [ -0.775851481056791, 41.911469952238164 ], [ -0.776613985358467, 41.926258410102278 ], [ -0.781825379153098, 41.941609477660855 ], [ -0.784618955751255, 41.953101088532392 ], [ -0.782225853889378, 41.9668753294346 ], [ -0.775985339848885, 41.981051546825199 ], [ -0.77362228838072, 41.993872989888096 ], [ -0.76873733314618, 42.005692211210331 ], [ -0.760841130782247, 42.012210270418755 ], [ -0.750909833183348, 42.02202383153746 ], [ -0.742337305546812, 42.02948044444836 ], [ -0.737545006590464, 42.038440694691218 ], [ -0.722511509487177, 42.047674421432781 ], [ -0.713863816856864, 42.05703358677458 ], [ -0.701983661192427, 42.067280476695203 ], [ -0.688924964832094, 42.074643023656904 ], [ -0.680716986159941, 42.089250577799319 ], [ -0.66331550154128, 42.092709816069544 ], [ -0.658577467308604, 42.064972993413761 ], [ -0.646540787024328, 42.061867327323959 ], [ -0.62193878748667, 42.052781922064945 ], [ -0.605063643705743, 42.042423170490018 ], [ -0.587393148333883, 42.036334220205063 ], [ -0.565948582546315, 42.02873287199759 ], [ -0.555328659841515, 42.022311826830951 ], [ -0.545715756339142, 42.006380237242382 ], [ -0.534647113718805, 41.995182121202348 ], [ -0.506575907539724, 41.994319786013669 ], [ -0.482325692352497, 41.993569287142648 ], [ -0.480073282427844, 41.985894960950169 ], [ -0.475494706896677, 41.972450759002882 ], [ -0.467445337504926, 41.966078140658212 ], [ -0.451180559589771, 41.957616529147494 ], [ -0.43354898394309, 41.951504834366936 ], [ -0.408248526422175, 41.945694023963945 ], [ -0.372867330918373, 41.936787953110532 ], [ -0.357260568388001, 41.928328144234783 ], [ -0.355064551865706, 41.919699573890469 ], [ -0.352487606961929, 41.904866952739681 ], [ -0.346311686981386, 41.899958748790894 ], [ -0.339000706946901, 41.891688012431707 ], [ -0.330915682049291, 41.886734699206819 ], [ -0.317217809089726, 41.87879041226045 ], [ -0.296657361193946, 41.867347165455321 ], [ -0.280380260502195, 41.860290829501764 ], [ -0.258809303149974, 41.857871419318947 ], [ -0.250220581832639, 41.850041092684208 ], [ -0.248637032596362, 41.842378270377537 ], [ -0.242083978662035, 41.831736787380862 ], [ -0.231119077178399, 41.82003547379901 ], [ -0.205932019123166, 41.813229908710269 ], [ -0.202715074567543, 41.79933146326033 ], [ -0.210229792065108, 41.787600442022182 ], [ -0.230112707940813, 41.784269461135075 ], [ -0.253316260001281, 41.777678600839877 ], [ -0.283035691686072, 41.767424908268858 ], [ -0.304956473096541, 41.760793143503605 ], [ -0.324290081916258, 41.755050017278464 ], [ -0.335670503119971, 41.741494292892156 ], [ -0.346524591353402, 41.745279653308629 ], [ -0.348843828820617, 41.746088298582421 ], [ -0.350794223726962, 41.747965993092166 ], [ -0.366599155476482, 41.763176678974311 ], [ -0.369791977074654, 41.778499933630776 ], [ -0.367642857006428, 41.799896028122987 ], [ -0.371804852348271, 41.807139826575565 ], [ -0.383046160465229, 41.812638828982827 ], [ -0.390141654595062, 41.826144109552764 ], [ -0.382289466150336, 41.831207486669776 ], [ -0.381959402362094, 41.839301494589904 ], [ -0.384754828243804, 41.84889642955126 ], [ -0.389519790868824, 41.857106421933416 ], [ -0.396216116448482, 41.864883486410804 ], [ -0.408993631951581, 41.864219531390347 ], [ -0.423236138326861, 41.858821440200636 ], [ -0.436763365771416, 41.855311837980764 ], [ -0.45137373130846, 41.856590309891871 ], [ -0.452552977262858, 41.858999300283465 ], [ -0.455675581665542, 41.876701349338013 ], [ -0.482921495825238, 41.881114616178785 ], [ -0.484590019203501, 41.887346501479357 ], [ -0.490719791257269, 41.893675987904111 ], [ -0.500619107970483, 41.901516988501129 ], [ -0.507315083915343, 41.909764164763736 ], [ -0.507470568771745, 41.922158118776807 ], [ -0.510250903038306, 41.932702794832217 ], [ -0.522127125803953, 41.939155136913463 ], [ -0.534024133798525, 41.945130141594554 ], [ -0.543317000581838, 41.952477871250089 ], [ -0.548000097207567, 41.963538906390205 ], [ -0.557333608229086, 41.969933252688342 ], [ -0.559175069587218, 41.971878676613052 ], [ -0.573525782296724, 41.980761126990117 ], [ -0.5925459797154, 41.984497715554049 ], [ -0.610434522949079, 41.984395114072761 ], [ -0.629776347234514, 41.979554142859286 ], [ -0.638904822036459, 41.974500176842874 ], [ -0.656344793182608, 41.969138975210292 ], [ -0.67883458548919, 41.96530705393819 ], [ -0.694303295193056, 41.961329841568954 ], [ -0.700336987844922, 41.953349314410112 ], [ -0.71046926548278, 41.937825233868672 ], [ -0.71797789870079, 41.924154332159191 ], [ -0.725584698794287, 41.907625424978676 ], [ -0.731275304959864, 41.891058094696398 ], [ -0.735034358307891, 41.87492890253651 ], [ -0.740149322025859, 41.856443372665538 ], [ -0.742713735815494, 41.837907428806723 ], [ -0.746852335835536, 41.828933794846847 ], [ -0.755363224727354, 41.822428440797822 ], [ -0.774480780261764, 41.822324032323507 ], [ -0.785074877446051, 41.829200982151697 ] ], [ [ -0.690684132137511, 41.990803993730921 ], [ -0.67453493065412, 41.995719997637579 ], [ -0.661917344168119, 42.008807260844442 ], [ -0.653659866294202, 42.024841695073562 ], [ -0.650508672356048, 42.040980173787254 ], [ -0.657737103510293, 42.053041925146672 ], [ -0.676680046645703, 42.059622401063216 ], [ -0.69405453430859, 42.056637085737677 ], [ -0.707747813815905, 42.049286596998378 ], [ -0.715202934216547, 42.037521336730435 ], [ -0.715076087070521, 42.023221996691653 ], [ -0.705872753710399, 42.012553986163866 ], [ -0.694653889161637, 42.004704123155257 ], [ -0.698206936204292, 41.994767658947964 ], [ -0.690684132137511, 41.990803993730921 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Flumen \/ Cinca", "Tipo": "A", "EstadoMapa": "B", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En ejecucion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -0.506575907539724, 41.994319786013669 ], [ -0.499731246676718, 42.005863806490183 ], [ -0.491602496354252, 42.017600194916682 ], [ -0.478868489887639, 42.032570710225933 ], [ -0.468967278104008, 42.040454033996909 ], [ -0.453877055567744, 42.050127610189733 ], [ -0.441548295319187, 42.054618759077549 ], [ -0.414038978363773, 42.054954922245948 ], [ -0.38018047212272, 42.054186530009687 ], [ -0.371570854314939, 42.04588825778221 ], [ -0.364496656393138, 42.031429519166878 ], [ -0.361019811975133, 42.022771724881515 ], [ -0.349501643972871, 42.0077331699692 ], [ -0.334479767972149, 42.000236870161601 ], [ -0.309110169969903, 41.995832179789808 ], [ -0.290327922245669, 41.986812207269793 ], [ -0.282640294013565, 41.972333940767356 ], [ -0.274631194314064, 41.965472283185889 ], [ -0.263842311402659, 41.949012841793376 ], [ -0.261137371359404, 41.922738092927325 ], [ -0.24970422824081, 41.921511510921121 ], [ -0.236935094310189, 41.921681272695487 ], [ -0.229182926149106, 41.923877070382154 ], [ -0.220176003901983, 41.925565398017845 ], [ -0.203914257306983, 41.918022038289067 ], [ -0.187447280081492, 41.915236828771903 ], [ -0.188920229509196, 41.92528041398171 ], [ -0.200302526579713, 41.942237860080972 ], [ -0.211281369830947, 41.953942362002635 ], [ -0.214589154281305, 41.96593636241402 ], [ -0.197116585543465, 41.971229321449265 ], [ -0.18184910599868, 41.96990218007096 ], [ -0.169877097467427, 41.966271640218622 ], [ -0.166514460176459, 41.955704674516731 ], [ -0.15412024960223, 41.947296635652698 ], [ -0.13573556451524, 41.94445638129703 ], [ -0.13154692691091, 41.9524529538837 ], [ -0.148318416575847, 41.962878486102831 ], [ -0.157377061482465, 41.974540337488008 ], [ -0.140365267598453, 41.983648334717969 ], [ -0.127284252933374, 41.990469579569435 ], [ -0.113031909760273, 41.994877135985305 ], [ -0.098150656875598, 41.984970837695215 ], [ -0.087565546648503, 41.978984093068554 ], [ -0.08456363625176, 41.960799339128442 ], [ -0.098258750679015, 41.954475016397062 ], [ -0.090033978496323, 41.952837052748556 ], [ -0.077237395416582, 41.953464809648708 ], [ -0.066659409189689, 41.947476332457946 ], [ -0.063161822556124, 41.940238745102576 ], [ -0.063114446657765, 41.927370937165946 ], [ -0.054872256359442, 41.926206563370513 ], [ -0.049487921598718, 41.932263236371632 ], [ -0.040123425662966, 41.941552794869736 ], [ -0.028187655100649, 41.937431902130811 ], [ -0.031179398276773, 41.927978582506015 ], [ -0.044564620601769, 41.914504515591915 ], [ -0.061745044817798, 41.901602622024321 ], [ -0.073648507527142, 41.89237597405311 ], [ -0.069118321500589, 41.879870207359978 ], [ -0.060659910979177, 41.869646419398869 ], [ -0.059931955498756, 41.857714152144233 ], [ -0.064868027119593, 41.847356507648122 ], [ -0.06216451531943, 41.836803313624372 ], [ -0.054657740958833, 41.833751622769249 ], [ -0.038636744816237, 41.835722059994239 ], [ -0.022044671788762, 41.836245797734456 ], [ -0.005038111101087, 41.83199087430534 ], [ 0.009007365494696, 41.832576549116737 ], [ 0.027799694382912, 41.839230404268655 ], [ 0.035932595559798, 41.849499439094728 ], [ 0.031492465425508, 41.863436507775447 ], [ 0.024435825984696, 41.876012771664989 ], [ 0.021243157964695, 41.889439994696389 ], [ 0.026031869469745, 41.909804949798762 ], [ 0.032346914694681, 41.935371194612856 ], [ 0.025006162415731, 41.955579505568721 ], [ 0.024091277497573, 41.96322818833292 ], [ 0.013474861333022, 41.968272943048163 ], [ -0.004618436305306, 41.977324503282318 ], [ -0.007629289883418, 41.981215374073315 ], [ -0.012086500438072, 41.995151083800039 ], [ -0.023476639889901, 42.011172885475183 ], [ -0.018037264889198, 42.018179589188854 ], [ 0.006732740039651, 42.028493084483024 ], [ 0.021692236908245, 42.020475386460831 ], [ 0.046243277877859, 42.012677903960984 ], [ 0.057957840830757, 42.003788586651503 ], [ 0.070922207881286, 41.994388091312793 ], [ 0.088624179887923, 41.990577016090704 ], [ 0.107483819760651, 41.984349205313798 ], [ 0.123290371160484, 41.98106066298552 ], [ 0.124938689038175, 41.988640221599312 ], [ 0.110684588148212, 41.997605247621657 ], [ 0.101031838308864, 42.009303352818954 ], [ 0.113597223910196, 42.018016905726689 ], [ 0.106333058301936, 42.026314874130584 ], [ 0.095236843915715, 42.034715886502035 ], [ 0.084753119504108, 42.042622829533066 ], [ 0.071896261072101, 42.05440463928808 ], [ 0.047355673387499, 42.062683914672604 ], [ 0.029925552037688, 42.072676391701819 ], [ 0.034098600161136, 42.079713952434119 ], [ 0.048495302640246, 42.086479967273441 ], [ 0.072727661419788, 42.084880033693501 ], [ 0.089954197193531, 42.083940528313221 ], [ 0.107470273096683, 42.075842725357049 ], [ 0.115714124686298, 42.06132326485892 ], [ 0.128229255776235, 42.055740725252676 ], [ 0.13574549797245, 42.065542410471672 ], [ 0.143240612945177, 42.074867632254474 ], [ 0.161408814997046, 42.080086347801561 ], [ 0.181472515012463, 42.084773048541336 ], [ 0.190517030323621, 42.099293794243756 ], [ 0.198096075185516, 42.11004252562276 ], [ 0.206437009763552, 42.123151999258873 ], [ 0.214190380575585, 42.137230331601643 ], [ 0.230730170319068, 42.147725158649408 ], [ 0.233912161060608, 42.134769530542727 ], [ 0.233112790183484, 42.119067076206669 ], [ 0.233567792722366, 42.102852690758532 ], [ 0.231322575500533, 42.083855310303981 ], [ 0.224356008409012, 42.07261501992464 ], [ 0.216307203836846, 42.065216797771257 ], [ 0.206743591509513, 42.053095162542164 ], [ 0.19782208239717, 42.040954780223466 ], [ 0.186561133250258, 42.020301278869496 ], [ 0.176939196746898, 42.006749052331308 ], [ 0.172707796872921, 41.985899070415257 ], [ 0.175399903694557, 41.975817506000681 ], [ 0.181137205733269, 41.962792285715821 ], [ 0.181253551210057, 41.952305453271784 ], [ 0.179267101428895, 41.925198397000926 ], [ 0.173178334082636, 41.892486372714849 ], [ 0.163979561018037, 41.88702205132514 ], [ 0.148980914111178, 41.880286713347857 ], [ 0.138302681544241, 41.870572079976604 ], [ 0.131317183838769, 41.845030008122812 ], [ 0.132771024646803, 41.82259307996997 ], [ 0.132432294070625, 41.80258771490837 ], [ 0.128325427671345, 41.783638147954967 ], [ 0.12676397440662, 41.764619061036811 ], [ 0.125746841080835, 41.743678910501686 ], [ 0.127863078606113, 41.738637825923249 ], [ 0.13201927892531, 41.728735110684255 ], [ 0.142642255743921, 41.71176577483741 ], [ 0.154599602589567, 41.696188434015959 ], [ 0.168007873345449, 41.684382184376787 ], [ 0.184209273233871, 41.664872252345667 ], [ 0.190108976152235, 41.655654150962235 ], [ 0.197651339771918, 41.641148024273605 ], [ 0.207821972632181, 41.628474193834123 ], [ 0.227358333622324, 41.612677380036509 ], [ 0.204999142559088, 41.609967728941726 ], [ 0.189898035433068, 41.612770899447611 ], [ 0.175803599013783, 41.623169012051605 ], [ 0.166354915374868, 41.637726331508262 ], [ 0.153566778617397, 41.649038810771835 ], [ 0.13261632471852, 41.662479036767763 ], [ 0.113607395660047, 41.676815934784834 ], [ 0.099372416159858, 41.684825826882722 ], [ 0.067989149834349, 41.693293464838987 ], [ 0.039727805141013, 41.700716844191014 ], [ 0.003615701812408, 41.703573426637526 ], [ -0.040253604177237, 41.703759551184426 ], [ -0.066230742070858, 41.705855894084827 ], [ -0.085922134204007, 41.706357336054488 ], [ -0.107669183553981, 41.703571298063196 ], [ -0.120585812994305, 41.699130353212524 ], [ -0.140276099037448, 41.69962241711201 ], [ -0.153341797784671, 41.706142333750925 ], [ -0.159106995887142, 41.719628759437825 ], [ -0.174219411213019, 41.73763433910387 ], [ -0.184295717061608, 41.754561418571335 ], [ -0.202608375640486, 41.75786843324007 ], [ -0.222564497467147, 41.75263424143369 ], [ -0.246311415353718, 41.747964092054538 ], [ -0.259349954727453, 41.740651083470098 ], [ -0.270781327810917, 41.726149932790662 ], [ -0.286474723679828, 41.716037455708395 ], [ -0.311613879464142, 41.723300671359333 ], [ -0.346524591353402, 41.745279653308629 ], [ -0.335670503119971, 41.741494292892156 ], [ -0.324290081916258, 41.755050017278464 ], [ -0.304956473096541, 41.760793143503605 ], [ -0.283035691686072, 41.767424908268858 ], [ -0.253316260001281, 41.777678600839877 ], [ -0.230112707940813, 41.784269461135075 ], [ -0.210229792065108, 41.787600442022182 ], [ -0.202715074567543, 41.79933146326033 ], [ -0.205932019123166, 41.813229908710269 ], [ -0.231119077178399, 41.82003547379901 ], [ -0.242083978662035, 41.831736787380862 ], [ -0.248637032596362, 41.842378270377537 ], [ -0.250220581832639, 41.850041092684208 ], [ -0.258809303149974, 41.857871419318947 ], [ -0.280380260502195, 41.860290829501764 ], [ -0.296657361193946, 41.867347165455321 ], [ -0.317217809089726, 41.87879041226045 ], [ -0.330915682049291, 41.886734699206819 ], [ -0.339000706946901, 41.891688012431707 ], [ -0.346311686981386, 41.899958748790894 ], [ -0.352487606961929, 41.904866952739681 ], [ -0.355064551865706, 41.919699573890469 ], [ -0.357260568388001, 41.928328144234783 ], [ -0.372867330918373, 41.936787953110532 ], [ -0.408248526422175, 41.945694023963945 ], [ -0.43354898394309, 41.951504834366936 ], [ -0.451180559589771, 41.957616529147494 ], [ -0.467445337504926, 41.966078140658212 ], [ -0.475494706896677, 41.972450759002882 ], [ -0.480073282427844, 41.985894960950169 ], [ -0.482325692352497, 41.993569287142648 ], [ -0.506575907539724, 41.994319786013669 ] ] ], [ [ [ -0.350794223726962, 41.747965993092166 ], [ -0.350794223726975, 41.74796599309218 ], [ -0.350794223726973, 41.74796599309218 ], [ -0.350794223726962, 41.747965993092166 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Flumen \/ Cinca", "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -1.090572297016316, 41.755574019968584 ], [ -1.078541980489129, 41.753467022214856 ], [ -1.066698365347889, 41.745166205267438 ], [ -1.057157530045568, 41.74500521948147 ], [ -1.039290187512395, 41.746607972030596 ], [ -1.019185360069433, 41.738160953106402 ], [ -1.009954736283149, 41.727992968474737 ], [ -1.00335854208639, 41.715010503104928 ], [ -1.004303809003749, 41.705018469595608 ], [ -1.020991265634663, 41.70006462466165 ], [ -1.032577295944163, 41.695497681025195 ], [ -1.040507700620473, 41.685624706192193 ], [ -1.050039663989486, 41.685786887858882 ], [ -1.054200756290455, 41.695389366973949 ], [ -1.058320026816548, 41.706420765961639 ], [ -1.067526918410405, 41.717537705102551 ], [ -1.080029946096008, 41.724896284576793 ], [ -1.093723192238658, 41.735132831539829 ], [ -1.106840708984621, 41.743451882870183 ], [ -1.100283502957945, 41.750015932901647 ], [ -1.090572297016316, 41.755574019968584 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Flumen \/ Cinca", "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -0.749716961579, 41.601182890544891 ], [ -0.737076704106674, 41.599504886185414 ], [ -0.728945280631627, 41.596008327038383 ], [ -0.727392908303852, 41.585969209949305 ], [ -0.737725603004946, 41.580930567854622 ], [ -0.751878838040365, 41.575489191016686 ], [ -0.761359924123686, 41.576627458002328 ], [ -0.766674430726318, 41.588169112517264 ], [ -0.763107663648169, 41.599537969945843 ], [ -0.749716961579, 41.601182890544891 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Flumen \/ Cinca", "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -0.96793242117196, 41.68865326598975 ], [ -0.956539378271013, 41.687021395166838 ], [ -0.958746930906287, 41.677528765148864 ], [ -0.966581143537097, 41.670995368888079 ], [ -0.979877597988142, 41.67265971885098 ], [ -0.984573568812749, 41.685133661628562 ], [ -0.96793242117196, 41.68865326598975 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Cinca", "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 0.127863078606113, 41.738637825923249 ], [ 0.130380147469677, 41.747364990520389 ], [ 0.135556781264107, 41.74912986969742 ], [ 0.143136334722183, 41.747969490221379 ], [ 0.153071012071262, 41.742931612094786 ], [ 0.152698194582326, 41.735317186463348 ], [ 0.143570830535708, 41.730802077205531 ], [ 0.139666114575538, 41.729002767508234 ], [ 0.132227548971443, 41.733018316651027 ], [ 0.127863078606113, 41.738637825923249 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Cinca", "Tipo": "B", "EstadoMapa": "B", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En ejecucion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 0.158092916692075, 41.780440219471515 ], [ 0.159192088054101, 41.80280726571079 ], [ 0.173867444866657, 41.803355411452308 ], [ 0.179191293696709, 41.795106923720276 ], [ 0.182676961317179, 41.788338792115226 ], [ 0.190730561924674, 41.783826335457093 ], [ 0.182276494739618, 41.780248760362397 ], [ 0.171869134280536, 41.775771474322326 ], [ 0.165511642982647, 41.775946994626928 ], [ 0.158092916692075, 41.780440219471515 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Cinca", "Tipo": "B", "EstadoMapa": "B", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En ejecucion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 0.185902566096816, 41.776335860143256 ], [ 0.207517506445713, 41.775733817447758 ], [ 0.201251186768978, 41.76494841652864 ], [ 0.190351147427915, 41.763345764248122 ], [ 0.178321431610824, 41.764632590858284 ], [ 0.178085469721696, 41.772740280463012 ], [ 0.185902566096816, 41.776335860143256 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Cinca", "Tipo": "B", "EstadoMapa": "B", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En ejecucion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 0.148402955758146, 41.758070788757394 ], [ 0.148139901910089, 41.765702652288994 ], [ 0.152280337654159, 41.772260572511648 ], [ 0.164358985849663, 41.771928198529018 ], [ 0.163820642167792, 41.760982632242765 ], [ 0.148402955758146, 41.758070788757394 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Baroenas", "Tipo": "A", "EstadoMapa": "C", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -1.351417879740749, 42.512835209518549 ], [ -1.360914318107614, 42.519166512249626 ], [ -1.358001623295265, 42.531991433426548 ], [ -1.351422948960342, 42.537138908074908 ], [ -1.319165484163295, 42.538576344282944 ], [ -1.304865618975108, 42.543131043667152 ], [ -1.296154390400727, 42.555391819584329 ], [ -1.293148616235947, 42.571072812497938 ], [ -1.287165914195093, 42.577655024046045 ], [ -1.278063862202667, 42.580377777058004 ], [ -1.272683832311457, 42.588397878859709 ], [ -1.261473468996516, 42.597282437706646 ], [ -1.236410101208244, 42.594040077313608 ], [ -1.213256214289944, 42.59177510383433 ], [ -1.205711761531666, 42.58498569690353 ], [ -1.194590536594906, 42.56813224402935 ], [ -1.193741572672262, 42.552869723168378 ], [ -1.194852600708706, 42.53668498701424 ], [ -1.204745791749845, 42.528739306335908 ], [ -1.224295313802558, 42.520942828392542 ], [ -1.2462555939579, 42.518898396457189 ], [ -1.323514600336618, 42.520531522419951 ], [ -1.351417879740749, 42.512835209518549 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Baroenas", "Tipo": "A", "EstadoMapa": "C", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -1.42523250297676, 42.446203904487135 ], [ -1.405718367400315, 42.454511961237685 ], [ -1.365054429505341, 42.459181033512934 ], [ -1.357151834839259, 42.441435751886281 ], [ -1.350377100919052, 42.429901266494582 ], [ -1.345470910042918, 42.420776105184942 ], [ -1.336103979027094, 42.410156399011932 ], [ -1.328554508198679, 42.4038513929966 ], [ -1.314605110995352, 42.396498852105076 ], [ -1.303872016484941, 42.389192255395209 ], [ -1.299181354444151, 42.3724434401542 ], [ -1.295045143815222, 42.359038516519583 ], [ -1.290203886242154, 42.348005675551917 ], [ -1.287251673967865, 42.338430519771329 ], [ -1.287062157503915, 42.321748259056108 ], [ -1.287449765165726, 42.307457361198772 ], [ -1.285180120249412, 42.296462618626961 ], [ -1.276417864461888, 42.288229741062921 ], [ -1.276049118605088, 42.278216470337348 ], [ -1.281491558406093, 42.266860750822069 ], [ -1.290022327871789, 42.259839890759039 ], [ -1.297281583885281, 42.252322945778403 ], [ -1.305974342618505, 42.239107966067785 ], [ -1.310075095557279, 42.229637215394071 ], [ -1.30981542543137, 42.21533647315254 ], [ -1.307082022995124, 42.197663249371018 ], [ -1.293730750731167, 42.193652862018062 ], [ -1.283837904420152, 42.203989680886039 ], [ -1.272595239769068, 42.216688110693831 ], [ -1.25382716304087, 42.22307574017254 ], [ -1.18912511572513, 42.221119104441179 ], [ -1.168183564526431, 42.213638072020736 ], [ -1.163747355503542, 42.189739034559686 ], [ -1.163183485089956, 42.164948701301093 ], [ -1.167685022500323, 42.142145566531234 ], [ -1.169280812654832, 42.131210013206733 ], [ -1.160638682375266, 42.120110707167129 ], [ -1.161595274562224, 42.109164974340338 ], [ -1.172405593374849, 42.08932178962506 ], [ -1.188656691825095, 42.070202195344919 ], [ -1.19358688908237, 42.064398960454561 ], [ -1.211660720177896, 42.058486648047648 ], [ -1.219771057999814, 42.065761380524528 ], [ -1.23659714092036, 42.081748144148271 ], [ -1.250298940310988, 42.09530195946607 ], [ -1.264802227182744, 42.103147395669296 ], [ -1.28173953346419, 42.115793197258313 ], [ -1.294306125893568, 42.124559020297376 ], [ -1.312084863710661, 42.130064283448448 ], [ -1.326628913052291, 42.136949365098943 ], [ -1.340349329667732, 42.150969244880322 ], [ -1.350122249052728, 42.169219877061522 ], [ -1.350895466796617, 42.188770290943445 ], [ -1.350548551524353, 42.20210917480648 ], [ -1.362870867150892, 42.221348375705844 ], [ -1.36753170563095, 42.239524273617519 ], [ -1.369458034079073, 42.264332956737135 ], [ -1.362119425115978, 42.275189276966152 ], [ -1.363143378918009, 42.285211673977429 ], [ -1.381431738151355, 42.297861874966991 ], [ -1.408023272089168, 42.312530988974679 ], [ -1.430704099132876, 42.329999817507591 ], [ -1.436805926792003, 42.342950248152242 ], [ -1.443098367793782, 42.348278012084933 ], [ -1.460964723539045, 42.353284845561376 ], [ -1.49194296696903, 42.347501311347486 ], [ -1.517811826612164, 42.34021375604307 ], [ -1.533556167022038, 42.326119427827649 ], [ -1.558269120842049, 42.312612578385973 ], [ -1.573280466254085, 42.30183941220313 ], [ -1.588747533917913, 42.299171450863547 ], [ -1.611136505365096, 42.302780789365421 ], [ -1.625080283018983, 42.311050436298196 ], [ -1.625390339644169, 42.326304176200317 ], [ -1.625245074825082, 42.3329743069879 ], [ -1.634794579664665, 42.336900917349809 ], [ -1.639757356093336, 42.34506145650267 ], [ -1.623659475057667, 42.346775565828736 ], [ -1.60764490580215, 42.344675937620963 ], [ -1.592231154954941, 42.34448769516591 ], [ -1.587362065479065, 42.361107392470693 ], [ -1.571879685592027, 42.363774909491482 ], [ -1.564257372018102, 42.359867226383173 ], [ -1.551975508530899, 42.363048651780652 ], [ -1.53644704206358, 42.367617023627304 ], [ -1.524162337669266, 42.370795419660631 ], [ -1.512575161290792, 42.371598763193667 ], [ -1.486359147965414, 42.366013460154178 ], [ -1.474530351066854, 42.376817443890516 ], [ -1.447485567442221, 42.378837104840535 ], [ -1.426103248938953, 42.385693809801886 ], [ -1.430793086173861, 42.403867139731204 ], [ -1.42523250297676, 42.446203904487135 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Baroenas", "Tipo": "A", "EstadoMapa": "B", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En ejecucion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -1.188656691825095, 42.070202195344919 ], [ -1.187221205871127, 42.063345412420588 ], [ -1.191286719085738, 42.055307833128374 ], [ -1.209983900880543, 42.049882167158756 ], [ -1.215936179988622, 42.042826252249512 ], [ -1.228916187322488, 42.035878704466427 ], [ -1.257606759584671, 42.038700839309342 ], [ -1.263202464832658, 42.044504590395285 ], [ -1.261991799931378, 42.065455574197337 ], [ -1.263023614862938, 42.07452611026455 ], [ -1.274811003916176, 42.088048024824928 ], [ -1.295495170001368, 42.104084110827749 ], [ -1.316930518504534, 42.116314907246007 ], [ -1.33340425975926, 42.122750859969905 ], [ -1.347738518189701, 42.137731941485256 ], [ -1.372042236840593, 42.163814259033323 ], [ -1.383820614846349, 42.179231051095478 ], [ -1.3774103002306, 42.204398635905285 ], [ -1.369458034079073, 42.264332956737135 ], [ -1.36753170563095, 42.239524273617519 ], [ -1.362870867150892, 42.221348375705844 ], [ -1.350548551524353, 42.20210917480648 ], [ -1.350895466796617, 42.188770290943445 ], [ -1.350122249052728, 42.169219877061522 ], [ -1.340349329667732, 42.150969244880322 ], [ -1.326628913052291, 42.136949365098943 ], [ -1.312084863710661, 42.130064283448448 ], [ -1.294306125893568, 42.124559020297376 ], [ -1.28173953346419, 42.115793197258313 ], [ -1.264802227182744, 42.103147395669296 ], [ -1.250298940310988, 42.09530195946607 ], [ -1.23659714092036, 42.081748144148271 ], [ -1.219771057999814, 42.065761380524528 ], [ -1.211660720177896, 42.058486648047648 ], [ -1.19358688908237, 42.064398960454561 ], [ -1.188656691825095, 42.070202195344919 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Baroenas", "Tipo": "A", "EstadoMapa": "B", "D_Tipo": "Zonas regables de colonizacion del plan nacional de obras hidraulicas", "D_Estado": "En ejecucion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -1.241149357051713, 42.032730837316215 ], [ -1.227078629210588, 42.032990871076386 ], [ -1.225906682754968, 42.029160147868296 ], [ -1.225105933556361, 42.011990994049512 ], [ -1.226886291961109, 41.993908540151907 ], [ -1.234970602435448, 41.978782607849446 ], [ -1.250866880379869, 41.958056387749835 ], [ -1.264084248352857, 41.94157663387945 ], [ -1.270354868058979, 41.922131314348434 ], [ -1.278304125003387, 41.911289331058803 ], [ -1.304491199789909, 41.910249325962731 ], [ -1.331154032811579, 41.915405901172377 ], [ -1.345565919202239, 41.925622848413511 ], [ -1.36438789795414, 41.938283842183509 ], [ -1.366709153494824, 41.94737203934563 ], [ -1.35929826047052, 41.962517086104199 ], [ -1.351429633369726, 41.970506273899197 ], [ -1.339975698330957, 41.968911432939429 ], [ -1.32024881465396, 41.966241505830936 ], [ -1.313815148385164, 41.968053502206331 ], [ -1.31611757119228, 41.977618964551198 ], [ -1.311472154804379, 41.984222866523638 ], [ -1.293453771587471, 41.989198751550532 ], [ -1.280554345227531, 41.993772020667528 ], [ -1.268201310463707, 42.001688133318524 ], [ -1.251908330076985, 42.01335557130799 ], [ -1.241149357051713, 42.032730837316215 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -1.584078415093144, 42.106102434373959 ], [ -1.591671925673024, 42.110008529804276 ], [ -1.588562605996785, 42.134752368529661 ], [ -1.606339568937063, 42.141641787040463 ], [ -1.604619659217201, 42.161637067211451 ], [ -1.553649911660256, 42.149567925231892 ], [ -1.558944858653888, 42.142009358280397 ], [ -1.561979923960845, 42.12107807523455 ], [ -1.584078415093144, 42.106102434373959 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -1.23536986118712, 41.825327997389358 ], [ -1.236395186413281, 41.834398990399663 ], [ -1.230557176432394, 41.838121906305773 ], [ -1.217697497620387, 41.842212335279257 ], [ -1.205102586008575, 41.836773655667315 ], [ -1.209840548100849, 41.826839213529304 ], [ -1.23536986118712, 41.825327997389358 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2.020046347227617, 41.428619669061867 ], [ -2.003509609298907, 41.433244025944553 ], [ -2.001409678637393, 41.425547935961291 ], [ -1.997514168391176, 41.411266418090896 ], [ -1.99801153842225, 41.40732474692571 ], [ -1.998955860714242, 41.399839538076485 ], [ -2.015354908797914, 41.403794200344691 ], [ -2.015998571600174, 41.407201319240393 ], [ -2.019211930896975, 41.424205558230739 ], [ -2.020046347227617, 41.428619669061867 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Barranco de la Hiedra", "Tipo": "C", "EstadoMapa": "B", "D_Tipo": "Regados del I.N.C. con aguas subterraneas", "D_Estado": "En ejecucion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 0.096395415517602, 38.804379164205486 ], [ 0.099418291716512, 38.803595431513997 ], [ 0.133895611576327, 38.794649933585184 ], [ 0.137356935297818, 38.793751180850713 ], [ 0.170211138032425, 38.792863588716919 ], [ 0.142562353197592, 38.773589223429525 ], [ 0.108375452633242, 38.771644075745115 ], [ 0.080395274019581, 38.772385605895259 ], [ 0.069446228791868, 38.77267394959005 ], [ 0.060610015189635, 38.793881624998029 ], [ 0.096395415517602, 38.804379164205486 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Tierra Llana de Lugo", "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -7.468346241164537, 43.254093775708782 ], [ -7.47176972903091, 43.229662840720422 ], [ -7.460125667191201, 43.212967539965597 ], [ -7.475121683532047, 43.204281757917187 ], [ -7.492459639168962, 43.209794188704031 ], [ -7.500812825285579, 43.217087743414751 ], [ -7.489715387994599, 43.22562365636999 ], [ -7.496136810358362, 43.242045256675858 ], [ -7.516736491262994, 43.24742539875772 ], [ -7.531264506611227, 43.25875983619936 ], [ -7.529335252780938, 43.267888125367229 ], [ -7.514227096577206, 43.275156277518875 ], [ -7.497939060374813, 43.275322822004675 ], [ -7.47819059915586, 43.272764382995483 ], [ -7.468496888110662, 43.265045288499486 ], [ -7.459872526530369, 43.263000493765965 ], [ -7.457401545774914, 43.255950856415033 ], [ -7.468346241164537, 43.254093775708782 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.52516925307629, 41.732962936424293 ], [ -5.527642220421329, 41.731967712141831 ], [ -5.533937674700004, 41.72943378727885 ], [ -5.53554485269133, 41.721773165224619 ], [ -5.543107330060034, 41.724005821268619 ], [ -5.544555521431557, 41.724433292552355 ], [ -5.553044477689725, 41.7299637310186 ], [ -5.552056089060777, 41.737134257983215 ], [ -5.543569756038415, 41.747807092786616 ], [ -5.525130814464715, 41.748214057899879 ], [ -5.52516925307629, 41.732962936424293 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.145147208314819, 41.727345667998122 ], [ -5.14730510127067, 41.726980216639859 ], [ -5.15463638114092, 41.725738291182289 ], [ -5.154779680413134, 41.730024881328518 ], [ -5.154494173985519, 41.740515128619016 ], [ -5.148929710310799, 41.745385233307289 ], [ -5.147419858763392, 41.745581718169205 ], [ -5.131821300392754, 41.747610413825861 ], [ -5.115504091893575, 41.754584338369519 ], [ -5.102782424657211, 41.75481796814362 ], [ -5.102983034621468, 41.74146986239289 ], [ -5.145147208314819, 41.727345667998122 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.264581223495723, 41.627456567819415 ], [ -4.272978233503189, 41.6345131680376 ], [ -4.268064984682606, 41.643146622478561 ], [ -4.262384840274539, 41.645115627373841 ], [ -4.258636677132893, 41.645156735674668 ], [ -4.249679171043586, 41.645254482628943 ], [ -4.241352103831947, 41.643354751789147 ], [ -4.23372422926775, 41.641613902969112 ], [ -4.222780736660536, 41.634104931588617 ], [ -4.227118543365543, 41.628339254969781 ], [ -4.264581223495723, 41.627456567819415 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Benamargosa", "Tipo": "C", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas subterraneas", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.184920553160016, 36.798197489410832 ], [ -4.176866165939445, 36.814495485701457 ], [ -4.157870412824822, 36.813727980323804 ], [ -4.150080785431595, 36.808556563386844 ], [ -4.146372713387627, 36.79857532341061 ], [ -4.143759420454829, 36.782382373137615 ], [ -4.159789895471133, 36.783658152586987 ], [ -4.184920553160016, 36.798197489410832 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "LLanos de antequera", "Tipo": "C", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas subterraneas", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.559378535918078, 37.070519094939399 ], [ -4.555720507837799, 37.066274504287364 ], [ -4.55643318559422, 37.04289408696858 ], [ -4.562751626132849, 37.031840900282852 ], [ -4.580584303538831, 37.03112768774632 ], [ -4.607347584692926, 37.030768090808039 ], [ -4.624081297312592, 37.034355847345729 ], [ -4.625484310066563, 37.0443527331933 ], [ -4.611944237594954, 37.051214916107142 ], [ -4.60140650905794, 37.059465940853009 ], [ -4.594396724308711, 37.065760832876926 ], [ -4.583884841026138, 37.075440845326931 ], [ -4.574412679832788, 37.077951775511984 ], [ -4.559378535918078, 37.070519094939399 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Puente Genil", "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.725681910084845, 37.368924622587421 ], [ -4.720805016945935, 37.364703357121101 ], [ -4.723074366762814, 37.359424113193697 ], [ -4.728937785769815, 37.354569260892916 ], [ -4.742674292365285, 37.354367632848955 ], [ -4.749896465731257, 37.356645612033795 ], [ -4.755957857765264, 37.360371161764952 ], [ -4.756733014501458, 37.367990441619128 ], [ -4.755107644282159, 37.375168441033381 ], [ -4.751556524659476, 37.376651874375405 ], [ -4.740183646582019, 37.375865962544907 ], [ -4.725681910084845, 37.368924622587421 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.941733379600618, 37.842945026673355 ], [ -4.913568207221245, 37.846744367888228 ], [ -4.921192459380022, 37.816099911531772 ], [ -4.92984058775482, 37.825019203980624 ], [ -4.940243909917311, 37.832001401682476 ], [ -4.941733379600618, 37.842945026673355 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Vegas Bajas", "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.214958803277167, 38.025091791978028 ], [ -4.214273383359937, 38.020091374056079 ], [ -4.219975712191904, 38.018601627178143 ], [ -4.231118191892297, 38.018008574573621 ], [ -4.23808157191941, 38.019843068693284 ], [ -4.239974155368177, 38.024830611098842 ], [ -4.239206549393987, 38.032946057891479 ], [ -4.233820959404464, 38.035387221112181 ], [ -4.214958803277167, 38.025091791978028 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -1.028260481034436, 38.005773937669169 ], [ -1.030325622301742, 38.018683856714176 ], [ -1.03074948398645, 38.025367030091623 ], [ -1.024595821075985, 38.030032381121401 ], [ -1.012492336724959, 38.03173576807886 ], [ -1.003504986373233, 38.029676000856952 ], [ -1.003763749233974, 38.020143193299468 ], [ -1.014083704381973, 38.017456842013544 ], [ -1.014083704381973, 38.017456842013544 ], [ -1.01436670504255, 38.006970663451483 ], [ -1.028260481034436, 38.005773937669169 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Mazarron", "Tipo": "C", "EstadoMapa": "A", "D_Tipo": "Regados del I.N.C. con aguas subterraneas", "D_Estado": "Delimitada" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -1.300585508510982, 37.563650311704642 ], [ -1.312818595463212, 37.579087057321559 ], [ -1.326404520479855, 37.587864956900233 ], [ -1.324307769500422, 37.601188761985135 ], [ -1.311060196469927, 37.603861343851918 ], [ -1.281697632554782, 37.603437370653069 ], [ -1.262600047650068, 37.599819333484149 ], [ -1.260525198816648, 37.585958403599989 ], [ -1.255333788473454, 37.577297393493538 ], [ -1.256754143480118, 37.567780179538829 ], [ -1.257541913699715, 37.559684327662275 ], [ -1.275475200388553, 37.561378445049144 ], [ -1.300585508510982, 37.563650311704642 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.595433458850466, 40.059300613261108 ], [ -3.589832832571957, 40.060656186770288 ], [ -3.571284429321779, 40.065143322791286 ], [ -3.552673695986586, 40.065710359980393 ], [ -3.539229623819, 40.066052945741205 ], [ -3.529719125806819, 40.066294350996195 ], [ -3.530919415381791, 40.06104449736106 ], [ -3.548185066921187, 40.04761479605569 ], [ -3.554939091949562, 40.039000941280456 ], [ -3.571041687365137, 40.036062132775399 ], [ -3.57852462247645, 40.040792626897904 ], [ -3.57925382747226, 40.053661519798723 ], [ -3.595433458850466, 40.059300613261108 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.569360714738377, 40.576693039394428 ], [ -3.546853956211098, 40.576801776995147 ], [ -3.544827598742576, 40.558219331753136 ], [ -3.545833929529604, 40.555650590686625 ], [ -3.551561957808714, 40.541025462366413 ], [ -3.556949413847415, 40.54575981067191 ], [ -3.566670972818848, 40.554300502581974 ], [ -3.569360714738377, 40.576693039394428 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.500029845419548, 40.164161298342144 ], [ -3.486379603296116, 40.167079956497453 ], [ -3.48271187083433, 40.175676836567185 ], [ -3.472767873114424, 40.175717869078817 ], [ -3.472714947765261, 40.168090056561127 ], [ -3.485082468778748, 40.159457360593358 ], [ -3.49874868480584, 40.158922548493656 ], [ -3.500029845419548, 40.164161298342144 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.384321850132739, 40.031587475155341 ], [ -3.38995521652826, 40.040627167219057 ], [ -3.390610864366873, 40.046822880409394 ], [ -3.388790488078134, 40.053980443003454 ], [ -3.378871997772014, 40.055443588621806 ], [ -3.372018923949178, 40.050221407027664 ], [ -3.370685231967976, 40.033062193365829 ], [ -3.384321850132739, 40.031587475155341 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2.81104575758634, 39.879503725041523 ], [ -2.794348592908929, 39.875661095331992 ], [ -2.812020118517602, 39.866933512071498 ], [ -2.830902376957513, 39.85760253052608 ], [ -2.836491631914896, 39.848551713799516 ], [ -2.839386080336038, 39.84438663196206 ], [ -2.846420442552018, 39.834261837842405 ], [ -2.852594559973149, 39.83903766578716 ], [ -2.850092671451159, 39.851907552095795 ], [ -2.835833318886205, 39.865238090692735 ], [ -2.822189734103847, 39.877614231107643 ], [ -2.81104575758634, 39.879503725041523 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.54674550201672, 41.627392901090971 ], [ -3.546926355169577, 41.630115839006891 ], [ -3.547473484876541, 41.638351944894069 ], [ -3.535437509388892, 41.642698311756675 ], [ -3.522132897902029, 41.647525816592434 ], [ -3.512597614242171, 41.647092104799754 ], [ -3.502375192060267, 41.639987782046568 ], [ -3.490270807362328, 41.635750367952745 ], [ -3.468669861565174, 41.635840467471589 ], [ -3.439457851074675, 41.637862382338824 ], [ -3.43935427993349, 41.622610555885657 ], [ -3.445054655193516, 41.620205465159245 ], [ -3.449053359083724, 41.620269920458426 ], [ -3.492699579800848, 41.620964401577105 ], [ -3.522556558813457, 41.62130919129681 ], [ -3.54674550201672, 41.627392901090971 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.61567209817822, 41.660885079521563 ], [ -3.600418770720084, 41.660965772973803 ], [ -3.571784888864268, 41.657298758255038 ], [ -3.562156703138741, 41.646383782481202 ], [ -3.577334368312647, 41.638205845937954 ], [ -3.603409715205375, 41.640931701771869 ], [ -3.61175503250076, 41.649943543806884 ], [ -3.618776869529456, 41.65324235707493 ], [ -3.61567209817822, 41.660885079521563 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 0.166548753883003, 41.622233202563315 ], [ 0.174680454246931, 41.606759172879215 ], [ 0.168717295293628, 41.601681819174445 ], [ 0.157636696693059, 41.595791851217967 ], [ 0.158888345072855, 41.582414033926341 ], [ 0.169901593546982, 41.574009270188213 ], [ 0.18729554308488, 41.566379687820152 ], [ 0.185326329340621, 41.552137804953162 ], [ 0.177164000595237, 41.540926613790859 ], [ 0.165645868685274, 41.538861825204471 ], [ 0.122594632701495, 41.540516614243515 ], [ 0.096147611759443, 41.544568302692156 ], [ 0.061433700994756, 41.561701551660072 ], [ 0.050087684189774, 41.576776623537448 ], [ 0.063961674404241, 41.588321287889841 ], [ 0.086445244009144, 41.593914547426174 ], [ 0.116403532604185, 41.596441484526459 ], [ 0.119062594004807, 41.612095497880048 ], [ 0.126176427347868, 41.614761384163174 ], [ 0.145433351487422, 41.619001084237048 ], [ 0.166548753883003, 41.622233202563315 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -0.903086847713524, 41.834991343908584 ], [ -0.881558751955293, 41.830783499194681 ], [ -0.881904299356396, 41.820305097249523 ], [ -0.891037410331031, 41.813801071642658 ], [ -0.902870500305177, 41.802579817334298 ], [ -0.923117555054846, 41.80676047961849 ], [ -0.926752863257138, 41.81254517591703 ], [ -0.922655693362054, 41.821049615301519 ], [ -0.915917325752793, 41.832365470471565 ], [ -0.903086847713524, 41.834991343908584 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -1.199740280027787, 41.755192283396433 ], [ -1.162367821475914, 41.748881306405949 ], [ -1.147196707573547, 41.745301422336688 ], [ -1.148633155341196, 41.739605436800915 ], [ -1.161476216629415, 41.735522350384244 ], [ -1.179418855200641, 41.731042155997692 ], [ -1.190176716700227, 41.733118542341856 ], [ -1.195051128916558, 41.740820795255864 ], [ -1.199740280027787, 41.755192283396433 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -1.147164233032042, 41.680007004188774 ], [ -1.126885410571708, 41.677771786008684 ], [ -1.102991692939684, 41.668800970703579 ], [ -1.084172419194755, 41.660386521671654 ], [ -1.08641665542652, 41.64898551708464 ], [ -1.103844431465041, 41.63974240241879 ], [ -1.114227290204413, 41.632287625111381 ], [ -1.123268871981994, 41.627193010150833 ], [ -1.132737681592442, 41.629253672307392 ], [ -1.139320046742409, 41.621258172026714 ], [ -1.162053640674616, 41.625913449056441 ], [ -1.1721181759911, 41.629410209399509 ], [ -1.170282205426386, 41.649398358086202 ], [ -1.166755133084361, 41.661733809944138 ], [ -1.161279767028406, 41.675467764377494 ], [ -1.156655158188256, 41.681589469814057 ], [ -1.147164233032042, 41.680007004188774 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -0.909076178714842, 41.394725030197691 ], [ -0.887892961316157, 41.384329123975895 ], [ -0.883235060928457, 41.371851560114052 ], [ -0.879551318098224, 41.348906234448222 ], [ -0.882697221528584, 41.329899548839229 ], [ -0.889462493154221, 41.316201957069943 ], [ -0.909018044584017, 41.317512250892499 ], [ -0.933207667272005, 41.33224788211367 ], [ -0.94417867964919, 41.34531313677185 ], [ -0.955094351546883, 41.360282826030343 ], [ -0.957206057795455, 41.373665610493227 ], [ -0.959393019360723, 41.384666591729342 ], [ -0.945765784767533, 41.395386162933995 ], [ -0.929815061984468, 41.399389696688417 ], [ -0.909076178714842, 41.394725030197691 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2.001409678637393, 41.425547935961291 ], [ -1.993355233498829, 41.434585539730669 ], [ -1.982854047116822, 41.437829650571551 ], [ -1.979158742465821, 41.431123952176065 ], [ -1.982771780194279, 41.422814739244444 ], [ -1.98767964538556, 41.412610230739098 ], [ -1.993774678739379, 41.407420631715425 ], [ -1.99801153842225, 41.40732474692571 ], [ -1.997514168391176, 41.411266418090896 ], [ -2.001409678637393, 41.425547935961291 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2.015998571600174, 41.407201319240393 ], [ -2.022897195864002, 41.40743332767893 ], [ -2.030162787487215, 41.408448090099924 ], [ -2.034175150727984, 41.415393169005696 ], [ -2.044548009053036, 41.420484531777163 ], [ -2.050451879104422, 41.428159691394448 ], [ -2.043061274782516, 41.435486399040457 ], [ -2.03237662309444, 41.429915645847402 ], [ -2.019211930896975, 41.424205558230739 ], [ -2.015998571600174, 41.407201319240393 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -1.985973522148546, 40.579008459627929 ], [ -1.980187995949557, 40.58944511596404 ], [ -1.97319373932209, 40.597010474098305 ], [ -1.958164257348674, 40.598306000521589 ], [ -1.938274931959894, 40.590497564912575 ], [ -1.924123666906699, 40.57606539037107 ], [ -1.9232020216963, 40.555558323327205 ], [ -1.918409836400391, 40.542642384152387 ], [ -1.926013895498039, 40.536039369525298 ], [ -1.939735431026684, 40.537596242916536 ], [ -1.950980890612247, 40.537698896973595 ], [ -1.959520878620379, 40.551124041839365 ], [ -1.964321572139657, 40.564038361937591 ], [ -1.985973522148546, 40.579008459627929 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -1.371032539070571, 39.341034790526145 ], [ -1.353299128599907, 39.337924485047829 ], [ -1.343568649729318, 39.333972109904188 ], [ -1.326338431593158, 39.335632703917931 ], [ -1.310392394580314, 39.334925480869629 ], [ -1.305586027559334, 39.330564553967001 ], [ -1.297723498946324, 39.325681982451229 ], [ -1.278782033423668, 39.322065897368795 ], [ -1.284005489271881, 39.309269910241156 ], [ -1.296345107559705, 39.306590490170905 ], [ -1.312909457635671, 39.306831775136665 ], [ -1.323384467203184, 39.305076001859781 ], [ -1.335198869874948, 39.298570585783246 ], [ -1.344912789464222, 39.303000196342218 ], [ -1.363852931009142, 39.306605490266861 ], [ -1.363530886986782, 39.32042777050718 ], [ -1.365138705623806, 39.330462866345897 ], [ -1.371768018360674, 39.335800449340852 ], [ -1.371032539070571, 39.341034790526145 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -1.4567038790694, 38.849183760998073 ], [ -1.455826244511625, 38.861569624128435 ], [ -1.452168070295795, 38.861521189917646 ], [ -1.452653753124947, 38.867249523770823 ], [ -1.451888883278909, 38.87439174830088 ], [ -1.450638217877661, 38.875805630086234 ], [ -1.443940647711586, 38.875239736421491 ], [ -1.438598415935032, 38.868492886580874 ], [ -1.439974219998067, 38.861358915411458 ], [ -1.441349725483387, 38.854224913939497 ], [ -1.44395445753847, 38.846630445942473 ], [ -1.4567038790694, 38.849183760998073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -1.47034976688844, 38.838396277485899 ], [ -1.455101963535023, 38.838672398810196 ], [ -1.457208391022086, 38.825825904549625 ], [ -1.458146814535275, 38.810579784155699 ], [ -1.457092842724623, 38.802936598417141 ], [ -1.463225789142811, 38.801110119268962 ], [ -1.469256424320737, 38.804050277586605 ], [ -1.468909419330093, 38.82025793259546 ], [ -1.47034976688844, 38.838396277485899 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -1.401554600858447, 38.888494945769345 ], [ -1.403128110583078, 38.899960161052519 ], [ -1.401737065837801, 38.907570231793734 ], [ -1.398001611217566, 38.910856755050325 ], [ -1.379752894450681, 38.908220778739221 ], [ -1.351678789991511, 38.908304521500277 ], [ -1.350870136746235, 38.916875787926145 ], [ -1.331955979981544, 38.916607007698708 ], [ -1.315561460836672, 38.913033853619673 ], [ -1.320023188557574, 38.904992308672149 ], [ -1.33110417377444, 38.900859925504179 ], [ -1.33509812282828, 38.886612460204283 ], [ -1.329776712376034, 38.879384190037015 ], [ -1.326285606487449, 38.872181929918732 ], [ -1.330222949549426, 38.860317845841678 ], [ -1.331044335244021, 38.851270022822064 ], [ -1.322790243691075, 38.839231268771286 ], [ -1.332641862699793, 38.835080953980601 ], [ -1.341096478498038, 38.838539103111188 ], [ -1.345806628500772, 38.845758231574258 ], [ -1.351072259311537, 38.855369116560979 ], [ -1.354444237116624, 38.867814005854846 ], [ -1.354603237786262, 38.887365819968721 ], [ -1.401554600858447, 38.888494945769345 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -0.454743049601778, 38.63139798688271 ], [ -0.448246931489578, 38.643175783490037 ], [ -0.446710582924995, 38.652200960274342 ], [ -0.435673068596859, 38.654820010999828 ], [ -0.432924534696327, 38.646654540040529 ], [ -0.435660272091728, 38.638132644682905 ], [ -0.439643895856895, 38.628684448746434 ], [ -0.442107102133501, 38.627784809256063 ], [ -0.450036138253459, 38.627004443923219 ], [ -0.454743049601778, 38.63139798688271 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 0.099418291716512, 38.803595431513997 ], [ 0.098674974931428, 38.807774865756663 ], [ 0.087844157336126, 38.81092217820818 ], [ 0.094239442778398, 38.817903563084244 ], [ 0.097282711639596, 38.817822846510197 ], [ 0.104524428770799, 38.816200310733755 ], [ 0.115417479465981, 38.814479928239166 ], [ 0.127589653539959, 38.814154404651219 ], [ 0.133108829497673, 38.814959809320946 ], [ 0.146581958355408, 38.816504214215769 ], [ 0.156214519412843, 38.81386058291411 ], [ 0.155941113461832, 38.807670744583653 ], [ 0.145428338052057, 38.804140818901843 ], [ 0.139071378274011, 38.798114683907535 ], [ 0.133895611576327, 38.794649933585184 ], [ 0.099418291716512, 38.803595431513997 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -1.035668533972121, 38.470943027876672 ], [ -1.052972606474994, 38.470278350658532 ], [ -1.062937619721009, 38.471874104824508 ], [ -1.065279896778149, 38.475012234235216 ], [ -1.062870743680593, 38.485701111847987 ], [ -1.062551563280809, 38.497616594466898 ], [ -1.059075134782751, 38.50280414114328 ], [ -1.054107424058707, 38.507013139741012 ], [ -1.047874439228066, 38.513108139394468 ], [ -1.040136666670528, 38.51870077946171 ], [ -1.032752968193897, 38.522391536986099 ], [ -1.026343712062767, 38.523714124329963 ], [ -1.01835209915942, 38.527393705770415 ], [ -1.010603981203472, 38.533222578984194 ], [ -0.998165273310398, 38.533010497205311 ], [ -0.989083770359958, 38.532139586674312 ], [ -0.983189284447438, 38.52583947088452 ], [ -0.982208860583172, 38.51747816856448 ], [ -0.983338271304528, 38.509630038726186 ], [ -0.99285912659466, 38.505502242514929 ], [ -1.009881459124204, 38.5043623727965 ], [ -1.017283986914669, 38.499958121119036 ], [ -1.024202872408047, 38.491015362741088 ], [ -1.035668533972121, 38.470943027876672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2.476802390095547, 38.651487120402571 ], [ -2.480382137988259, 38.66104057157996 ], [ -2.466308866465544, 38.672422176126915 ], [ -2.461943779572619, 38.686708353842072 ], [ -2.45458862773042, 38.693827356396802 ], [ -2.436943213301273, 38.693743727341946 ], [ -2.429105231797032, 38.684645172933877 ], [ -2.437693510100099, 38.6756262120443 ], [ -2.443242158156822, 38.666115298300653 ], [ -2.45788639693076, 38.659984728120023 ], [ -2.469512136617933, 38.650500537230656 ], [ -2.476802390095547, 38.651487120402571 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.800744731850118, 36.957506292043334 ], [ -3.801399056161395, 36.963225922352279 ], [ -3.794276340596613, 36.964227790736309 ], [ -3.778826927132073, 36.964807139391816 ], [ -3.769287712771255, 36.962007301279655 ], [ -3.768554321150128, 36.948178900341581 ], [ -3.768999984996025, 36.933388819951745 ], [ -3.771242066119374, 36.920018076487814 ], [ -3.778998718094092, 36.923306514305764 ], [ -3.786176621238087, 36.92802929284256 ], [ -3.79866293307242, 36.928900002955615 ], [ -3.808838530024104, 36.935986230113166 ], [ -3.804145292306987, 36.941742163631559 ], [ -3.792260919919265, 36.941822040063215 ], [ -3.789358711102792, 36.948519439785166 ], [ -3.801888402205454, 36.95320553721502 ], [ -3.800744731850118, 36.957506292043334 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.881265443009072, 37.033255710551906 ], [ -3.854483320816015, 37.032497616238345 ], [ -3.851975794509104, 37.021067725011434 ], [ -3.853026821752724, 37.008658234438904 ], [ -3.857109603867031, 37.001473843966913 ], [ -3.867813714804847, 37.001396061538543 ], [ -3.877399703733802, 37.007526554172955 ], [ -3.870917661849115, 37.012821270123048 ], [ -3.869193136539456, 37.018080881214338 ], [ -3.870420825771165, 37.021410859528707 ], [ -3.879954548134546, 37.022771534146592 ], [ -3.883540134974578, 37.024175878648528 ], [ -3.881265443009072, 37.033255710551906 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.980351279212353, 37.01196771103772 ], [ -3.965440624218327, 37.00875099235477 ], [ -3.962292712348477, 36.994943712366549 ], [ -3.962773084997867, 36.985876900784206 ], [ -3.975858915047554, 36.986247040101084 ], [ -3.981896227660446, 36.993352177289587 ], [ -3.981461020987103, 37.005757624119617 ], [ -3.980351279212353, 37.01196771103772 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.899056695663226, 37.028352285989016 ], [ -3.920420376612072, 37.023895540644645 ], [ -3.923521606900001, 37.034365313681235 ], [ -3.92543371609749, 37.044844264342984 ], [ -3.92195601046111, 37.052503222562358 ], [ -3.920904228382776, 37.063959196704701 ], [ -3.928745859477491, 37.072483890209199 ], [ -3.942559780816618, 37.082391694242745 ], [ -3.936140615466333, 37.092936296843163 ], [ -3.917632163842601, 37.08878806399931 ], [ -3.908633638071343, 37.083133473033435 ], [ -3.906076469649255, 37.068366316411137 ], [ -3.896514148562132, 37.065100034521315 ], [ -3.896418740296111, 37.0569918826519 ], [ -3.901644849416698, 37.045981433341375 ], [ -3.899056695663226, 37.028352285989016 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.008996689656558, 37.10903322422007 ], [ -3.998848314757247, 37.107211217192699 ], [ -3.998748115882572, 37.099580296104065 ], [ -4.001587071802885, 37.089062658737831 ], [ -4.00812309279676, 37.088053301278038 ], [ -4.014728880451131, 37.092289830742899 ], [ -4.019645117121253, 37.103695296351333 ], [ -4.008996689656558, 37.10903322422007 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.078487545470044, 37.465319318125808 ], [ -3.065330742804678, 37.474389859860224 ], [ -3.056348718979792, 37.467716827888069 ], [ -3.046169809945873, 37.45818172020671 ], [ -3.037788513054863, 37.449122135886086 ], [ -3.047953862676236, 37.441009829356346 ], [ -3.055131231103018, 37.439575765595031 ], [ -3.065909947637594, 37.452448638718735 ], [ -3.078487545470044, 37.465319318125808 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.205824613643407, 37.388393045592466 ], [ -3.209922108428227, 37.389319386821384 ], [ -3.218909711852366, 37.396457804804641 ], [ -3.223736416170398, 37.411235151065512 ], [ -3.159152485148379, 37.409431809183324 ], [ -3.160973197099807, 37.397276156966775 ], [ -3.20605313909428, 37.395407700516969 ], [ -3.205824613643407, 37.388393045592466 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.264655332667483, 37.314323097336654 ], [ -3.255114794463426, 37.318636930607838 ], [ -3.243179514799572, 37.321523979692813 ], [ -3.226449400595567, 37.319172245463605 ], [ -3.22344065926423, 37.311546170408128 ], [ -3.232370314606071, 37.302466205969644 ], [ -3.242505656582762, 37.297675990041505 ], [ -3.243729019941213, 37.306736249808424 ], [ -3.249126803997752, 37.313879820169539 ], [ -3.2574825418701, 37.312430973506586 ], [ -3.264655332667483, 37.314323097336654 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.387190899798246, 37.335926895447884 ], [ -3.356714507218949, 37.33363778726082 ], [ -3.35670774127438, 37.332206854932537 ], [ -3.362651197942661, 37.325987988909489 ], [ -3.375772272325496, 37.322131169004308 ], [ -3.391312998090108, 37.324465718550847 ], [ -3.387190899798246, 37.335926895447884 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.353774796397969, 37.34366327407394 ], [ -3.374696218891614, 37.345983776097363 ], [ -3.383665007654502, 37.347385977448283 ], [ -3.37893099630816, 37.356463901420945 ], [ -3.367603751525333, 37.361746446797035 ], [ -3.344916092079138, 37.366107617117578 ], [ -3.332356050821702, 37.363758666919715 ], [ -3.324575207638586, 37.360918380364012 ], [ -3.335903250911519, 37.355162963639643 ], [ -3.347244937349593, 37.352745300342079 ], [ -3.353774796397969, 37.34366327407394 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.295528872101151, 37.420617061163902 ], [ -3.287170998146877, 37.424453482164772 ], [ -3.272831332241901, 37.428303268626038 ], [ -3.269215442738581, 37.42067991215746 ], [ -3.278164769047631, 37.414935453107681 ], [ -3.286542038038661, 37.416346381308763 ], [ -3.295528872101151, 37.420617061163902 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.237314998346137, 37.54523833766963 ], [ -3.250496807981964, 37.546165046633611 ], [ -3.250507981023727, 37.549503799914149 ], [ -3.249934403202307, 37.557136498629831 ], [ -3.24156361334516, 37.562400561301864 ], [ -3.229005947707322, 37.57053402294305 ], [ -3.214632597825238, 37.573422828598609 ], [ -3.208019564779319, 37.565803198660319 ], [ -3.200222376817035, 37.562954876212466 ], [ -3.199054493790615, 37.574404056407786 ], [ -3.177509294756318, 37.586362571482063 ], [ -3.169733857202329, 37.593528488857494 ], [ -3.157739454809731, 37.590683336261264 ], [ -3.152313796198435, 37.575427549186692 ], [ -3.152283691329076, 37.560641603197347 ], [ -3.164250031362243, 37.552994073031122 ], [ -3.183431523170998, 37.557258545162263 ], [ -3.19060524955189, 37.551046596595064 ], [ -3.180407145187932, 37.545338994285636 ], [ -3.180984270140053, 37.536275694913812 ], [ -3.187557288284743, 37.530064830434455 ], [ -3.195343103416711, 37.530052208922392 ], [ -3.203745986767113, 37.536715587114671 ], [ -3.20496349352527, 37.543868017393685 ], [ -3.237314998346137, 37.54523833766963 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.377902605307915, 37.5086225095693 ], [ -3.369562740028131, 37.517234348681228 ], [ -3.354003006752957, 37.519189886134029 ], [ -3.345014204636689, 37.517785577183695 ], [ -3.339579589700833, 37.507784957595362 ], [ -3.3401480166055, 37.501105733131197 ], [ -3.354511578825187, 37.500109559433248 ], [ -3.368877091380446, 37.499588604424389 ], [ -3.376664410629098, 37.500517972107247 ], [ -3.377902605307915, 37.5086225095693 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.35627810414508, 37.493903621513894 ], [ -3.341913580619448, 37.494423039903502 ], [ -3.331739196670809, 37.494929020016968 ], [ -3.335884693014905, 37.484900897113569 ], [ -3.341232518049396, 37.47630006673694 ], [ -3.347793607988939, 37.471511206412238 ], [ -3.355589058842472, 37.474826815248157 ], [ -3.358617823847051, 37.482449221256097 ], [ -3.35627810414508, 37.493903621513894 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.505301632614737, 37.489067483629839 ], [ -3.511905333457096, 37.49190086840197 ], [ -3.513148186342055, 37.498573036567841 ], [ -3.507805675430084, 37.505273677027482 ], [ -3.488659973974642, 37.507262303912462 ], [ -3.470085030765814, 37.504952843718321 ], [ -3.461016678031921, 37.490679503672503 ], [ -3.471755080688144, 37.484913471957356 ], [ -3.491534699422098, 37.489125563791099 ], [ -3.505301632614737, 37.489067483629839 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.482107922424161, 37.51253587528236 ], [ -3.486354892085807, 37.521103876708494 ], [ -3.48703432923138, 37.533502205834772 ], [ -3.473307426933347, 37.541189474730636 ], [ -3.460091734721196, 37.535041146683731 ], [ -3.457637717601942, 37.525511346459844 ], [ -3.463549559777516, 37.513087133879658 ], [ -3.473099556286491, 37.508279587656745 ], [ -3.482107922424161, 37.51253587528236 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.502253649508622, 37.57016470526554 ], [ -3.51067840760782, 37.575375148287023 ], [ -3.498148135797891, 37.58353704521339 ], [ -3.480137941680492, 37.578842054803104 ], [ -3.476511856115245, 37.574087120614131 ], [ -3.486649335756777, 37.566414356144151 ], [ -3.502253649508622, 37.57016470526554 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.679584907467441, 37.301220155173937 ], [ -3.660533465427814, 37.307528767200665 ], [ -3.657485658281981, 37.300391030196494 ], [ -3.657369440040243, 37.28703619512207 ], [ -3.662053044197643, 37.276516480365629 ], [ -3.654783343771783, 37.264155347346417 ], [ -3.646339012493361, 37.253708090548308 ], [ -3.655214850381916, 37.245073575022303 ], [ -3.671877563090933, 37.240210349899982 ], [ -3.688045621732688, 37.246795295985656 ], [ -3.704782037361048, 37.250035748306942 ], [ -3.711421351235895, 37.258104756686443 ], [ -3.705556618414351, 37.269110450741685 ], [ -3.679584907467441, 37.301220155173937 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.231308829808933, 37.202326994532399 ], [ -4.223816202434107, 37.199900565880256 ], [ -4.225040024584863, 37.192614151088087 ], [ -4.22866904674278, 37.186614459887338 ], [ -4.238784375238383, 37.185435937174994 ], [ -4.245850515494816, 37.189177578926603 ], [ -4.248934939274847, 37.19546491634442 ], [ -4.245014928061419, 37.201825994998387 ], [ -4.231308829808933, 37.202326994532399 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.950019385983959, 37.570033711531323 ], [ -3.936844035124811, 37.570615960865425 ], [ -3.934933301382483, 37.561569033192228 ], [ -3.939666074458341, 37.556761939679063 ], [ -3.94438620592759, 37.551000852662519 ], [ -3.954599569374901, 37.553303475554408 ], [ -3.95893324128055, 37.564238231834139 ], [ -3.950019385983959, 37.570033711531323 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.857519182510671, 37.655162098376316 ], [ -3.844814278988533, 37.645714821724837 ], [ -3.847094228195407, 37.635205606234329 ], [ -3.853047498580573, 37.631347120357347 ], [ -3.868088827147353, 37.635529942887089 ], [ -3.874780456926758, 37.643588625025266 ], [ -3.857519182510671, 37.655162098376316 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.684572890822762, 37.831808272709694 ], [ -3.673680094023551, 37.824240070803441 ], [ -3.675436002464712, 37.818983687353658 ], [ -3.683799958994392, 37.813212159702665 ], [ -3.698833153453546, 37.813600870302608 ], [ -3.70670720576193, 37.819754092031509 ], [ -3.700794420032368, 37.830282053955997 ], [ -3.684572890822762, 37.831808272709694 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.603374358464905, 37.90331583682746 ], [ -3.588323258136012, 37.902915096796193 ], [ -3.588277702339708, 37.897192110203846 ], [ -3.594821215845795, 37.88762052530992 ], [ -3.60927138912703, 37.888500492507241 ], [ -3.617736004145713, 37.893225723695551 ], [ -3.612375049234045, 37.899930815175473 ], [ -3.603374358464905, 37.90331583682746 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.752422169020946, 37.940134774981722 ], [ -3.741597421736567, 37.941634281974203 ], [ -3.741487220620686, 37.930665633149545 ], [ -3.74501798841198, 37.922535544674254 ], [ -3.75875196025365, 37.911478426769456 ], [ -3.767785974299231, 37.911896766870896 ], [ -3.778701317970139, 37.919455908626595 ], [ -3.77697058143765, 37.926621268956993 ], [ -3.767974409170174, 37.930018819201514 ], [ -3.766242398719227, 37.937184022896034 ], [ -3.752422169020946, 37.940134774981722 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.420096320774351, 38.062930643553578 ], [ -3.402613557391865, 38.064899525222287 ], [ -3.401984233349839, 38.060132432143689 ], [ -3.404328780159945, 38.047724331301886 ], [ -3.410944103865014, 38.044362910960977 ], [ -3.427849236807201, 38.047641081706061 ], [ -3.432724469003593, 38.056207889190382 ], [ -3.420096320774351, 38.062930643553578 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.199198920138906, 37.750907793593846 ], [ -4.188442280989027, 37.754355248740588 ], [ -4.183554022602933, 37.749158247377267 ], [ -4.186374037451271, 37.737683630150393 ], [ -4.194680720655142, 37.731399660421367 ], [ -4.207273579153884, 37.730317493550452 ], [ -4.213370834810337, 37.735978010571671 ], [ -4.209931245394452, 37.746028831882406 ], [ -4.199198920138906, 37.750907793593846 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.305025234725374, 37.893812057208294 ], [ -4.294194772697469, 37.893931648964234 ], [ -4.284945556256684, 37.881156367308556 ], [ -4.284721916112472, 37.868282157454729 ], [ -4.291806550694404, 37.860574012859693 ], [ -4.30378457603074, 37.857580492882455 ], [ -4.309579190421842, 37.845116425402765 ], [ -4.315151833098184, 37.820254743805648 ], [ -4.329543731045525, 37.818185488618056 ], [ -4.339865343632893, 37.82379148880382 ], [ -4.332977985640508, 37.841992376323368 ], [ -4.324197807585662, 37.855445013824578 ], [ -4.315431447033348, 37.869850660325696 ], [ -4.308407508563501, 37.880897910517263 ], [ -4.305025234725374, 37.893812057208294 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.559876933961973, 37.70757887075888 ], [ -4.550885123174747, 37.708174425647343 ], [ -4.5505870882866, 37.693870972678667 ], [ -4.543278267886361, 37.688720823828142 ], [ -4.531898461886695, 37.689823060537002 ], [ -4.517382287652551, 37.684287793226723 ], [ -4.522460120188923, 37.668484110312548 ], [ -4.534879321472303, 37.659738626323673 ], [ -4.545987529816888, 37.645762956066825 ], [ -4.566334454761514, 37.643586839562921 ], [ -4.585663392824866, 37.650005372638397 ], [ -4.58708597636032, 37.660478340886918 ], [ -4.598116191832689, 37.671298364339037 ], [ -4.607949840514995, 37.682133631622705 ], [ -4.600366352812486, 37.692251930693267 ], [ -4.586688706827863, 37.698159733704017 ], [ -4.572348324085931, 37.701213338155291 ], [ -4.559876933961973, 37.70757887075888 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.522906036378978, 37.602186614512114 ], [ -4.507267011427037, 37.599525890163171 ], [ -4.507132341939477, 37.592850690815091 ], [ -4.511733072823566, 37.583253377963906 ], [ -4.521879399390823, 37.581215278299908 ], [ -4.533978974362297, 37.586781694891101 ], [ -4.531758293195894, 37.595395132373184 ], [ -4.522906036378978, 37.602186614512114 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.638211157877413, 37.639272037063186 ], [ -4.631016635948413, 37.639371742533925 ], [ -4.630250375805552, 37.631751733480371 ], [ -4.633607204540774, 37.620736290144286 ], [ -4.642482693107057, 37.615367006137014 ], [ -4.654659849491464, 37.623781266386537 ], [ -4.659057127512547, 37.632780822702166 ], [ -4.653252469616751, 37.641446722850191 ], [ -4.638211157877413, 37.639272037063186 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.561957539243996, 37.635060387389196 ], [ -4.561198378086389, 37.627439764216597 ], [ -4.561068722610912, 37.621241551138453 ], [ -4.556223652890028, 37.618920973005821 ], [ -4.554865956557025, 37.611308176170823 ], [ -4.565654071342037, 37.611165509302062 ], [ -4.586569957865575, 37.608024593779426 ], [ -4.588399419762798, 37.581292558005686 ], [ -4.593770901325546, 37.58026630091593 ], [ -4.607032646256637, 37.583901802565627 ], [ -4.607268499284632, 37.594867692737772 ], [ -4.620585183066342, 37.600885462412819 ], [ -4.615295134233789, 37.605727160769398 ], [ -4.600943019795324, 37.607353524552707 ], [ -4.594411821746097, 37.610303466153276 ], [ -4.593365802259764, 37.617471344688376 ], [ -4.603647417277521, 37.621624272584107 ], [ -4.59716612300723, 37.626958269323346 ], [ -4.577373890990422, 37.626747665955534 ], [ -4.574577818250122, 37.636323345933526 ], [ -4.561957539243996, 37.635060387389196 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.762609052649844, 37.599326203561652 ], [ -4.757535176760512, 37.587479199976649 ], [ -4.759063133706536, 37.576010629051034 ], [ -4.77877316992759, 37.57333065247294 ], [ -4.788539133139374, 37.580813560976956 ], [ -4.779826210337795, 37.592391056120682 ], [ -4.775813674600291, 37.600082013578366 ], [ -4.762609052649844, 37.599326203561652 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.742790096937201, 37.571959876504913 ], [ -4.736024316574016, 37.564429018316424 ], [ -4.73756632495441, 37.553437361407362 ], [ -4.745827458954128, 37.548069437456398 ], [ -4.755850042453099, 37.54124402139955 ], [ -4.767360758549071, 37.546795181314067 ], [ -4.76708851288176, 37.560629646762884 ], [ -4.758917321219735, 37.569812983789937 ], [ -4.742790096937201, 37.571959876504913 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.623754297685374, 37.553627071052652 ], [ -4.611065271092742, 37.548554813566547 ], [ -4.610281798101294, 37.539980931334185 ], [ -4.627645573305207, 37.539742816311261 ], [ -4.649179311491183, 37.538490131245688 ], [ -4.654127184704267, 37.545574681654067 ], [ -4.64830733361092, 37.553286773456009 ], [ -4.623754297685374, 37.553627071052652 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.94412398291435, 37.595521091561928 ], [ -4.938824078117495, 37.576055580135453 ], [ -4.941546398395384, 37.56551909607434 ], [ -4.948695324349413, 37.563970579111491 ], [ -4.968281123430315, 37.556969018663438 ], [ -4.980893163986752, 37.55818869802274 ], [ -4.983005478708146, 37.570075575852606 ], [ -4.974400062196415, 37.584526676635271 ], [ -4.978309538429976, 37.596383506186584 ], [ -4.971933537929152, 37.60459741451082 ], [ -4.957079552840024, 37.609613694433918 ], [ -4.949177941094387, 37.60545247644211 ], [ -4.94412398291435, 37.595521091561928 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.098191630073686, 37.532794190205813 ], [ -5.087989961710349, 37.532021304109534 ], [ -5.087258548339289, 37.527265354682875 ], [ -5.084413525368925, 37.511101383801986 ], [ -5.094585659026564, 37.510921363232839 ], [ -5.104262480492901, 37.493104400084249 ], [ -5.112173507883265, 37.497732052063256 ], [ -5.116670832348373, 37.508619943860403 ], [ -5.115144971016656, 37.518185035999743 ], [ -5.112435253816479, 37.528248177027457 ], [ -5.098191630073686, 37.532794190205813 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.220007419930763, 37.561563036418676 ], [ -5.215977383916824, 37.546855618015826 ], [ -5.220610563907083, 37.54152289233042 ], [ -5.235474625892024, 37.537904169682818 ], [ -5.250609457581653, 37.543339041393345 ], [ -5.247888732207665, 37.552451498415373 ], [ -5.246336169588752, 37.560587911638365 ], [ -5.233364087997527, 37.567510370059701 ], [ -5.220007419930763, 37.561563036418676 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.839377100011368, 37.111696496213774 ], [ -4.828020614052245, 37.109964435472016 ], [ -4.827883077487691, 37.104243296977259 ], [ -4.830080472551284, 37.096578374085624 ], [ -4.838789172430755, 37.087381778160541 ], [ -4.847132172670153, 37.087729024120335 ], [ -4.855089363385789, 37.096666591594243 ], [ -4.849999537631345, 37.107715683839118 ], [ -4.839377100011368, 37.111696496213774 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.259705062264352, 36.847372366134991 ], [ -5.263066790842228, 36.840631494722871 ], [ -5.27261165301546, 36.842357007640224 ], [ -5.279347375445702, 36.849381775824476 ], [ -5.268854922974012, 36.855782554244371 ], [ -5.261695026141966, 36.854488309604847 ], [ -5.259705062264352, 36.847372366134991 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.256207275622372, 36.829315810213352 ], [ -5.243671823101487, 36.826691595284451 ], [ -5.238706101303338, 36.81915444950068 ], [ -5.23251420549057, 36.810209332614697 ], [ -5.240646707446515, 36.804333206086369 ], [ -5.252034737262132, 36.808410321924583 ], [ -5.266727734786048, 36.803838732546218 ], [ -5.278794510477661, 36.810761845627404 ], [ -5.27310628025296, 36.818978433106068 ], [ -5.265059226701153, 36.827716659476167 ], [ -5.256207275622372, 36.829315810213352 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.277807548705274, 36.837488321574703 ], [ -5.267684292080174, 36.836251177913198 ], [ -5.268094247632642, 36.830043381190031 ], [ -5.273840221480119, 36.823733606228579 ], [ -5.281307179474493, 36.81548285749335 ], [ -5.297427411004525, 36.818987707221005 ], [ -5.298319740870956, 36.828985748673823 ], [ -5.286617311898758, 36.834457608380156 ], [ -5.277807548705274, 36.837488321574703 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.681635170972858, 36.89916167413805 ], [ -5.675441876458662, 36.908838894465177 ], [ -5.668599220798791, 36.899932261117115 ], [ -5.668151057034767, 36.887066666611254 ], [ -5.676849356506442, 36.88114838863028 ], [ -5.68884616082019, 36.884692357711053 ], [ -5.693400422710703, 36.89603412213571 ], [ -5.681635170972858, 36.89916167413805 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.698326196594645, 36.867309843406815 ], [ -5.712525307445705, 36.86603265339425 ], [ -5.728316375846499, 36.859471620820145 ], [ -5.731856234779026, 36.842222857998749 ], [ -5.736868851263888, 36.833046904765581 ], [ -5.739947119642689, 36.802932934901143 ], [ -5.745787201757078, 36.800413778447343 ], [ -5.764634451689696, 36.813329231604015 ], [ -5.75951316662449, 36.835861193210533 ], [ -5.751829469163673, 36.853206751640776 ], [ -5.743515368563224, 36.869612661361238 ], [ -5.734400687555504, 36.880314016885947 ], [ -5.719826196431499, 36.887801792869077 ], [ -5.701319612434651, 36.884886135172046 ], [ -5.698326196594645, 36.867309843406815 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.737143023531261, 36.957026484372363 ], [ -5.757682113959549, 36.949874842103654 ], [ -5.762706840513535, 36.957387763289873 ], [ -5.759574798761896, 36.969382197968777 ], [ -5.746517024609492, 36.986375388626847 ], [ -5.740125309416627, 37.007028278619153 ], [ -5.728143327821837, 37.021133514031014 ], [ -5.712133199793161, 37.022454488416692 ], [ -5.697652262960849, 37.016585547767221 ], [ -5.699556829853344, 37.003189965804246 ], [ -5.703583693745303, 36.982592987132428 ], [ -5.718024791686077, 36.970818215602534 ], [ -5.737143023531261, 36.957026484372363 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.778027748662094, 36.592700137714871 ], [ -5.75903413600254, 36.59075723452866 ], [ -5.757428310028705, 36.578872280649442 ], [ -5.773362615247405, 36.578025465471825 ], [ -5.78663392254147, 36.585345851540325 ], [ -5.778027748662094, 36.592700137714871 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.879727735776614, 36.544504730626997 ], [ -5.889210734240454, 36.545228905012188 ], [ -5.895346637137348, 36.551279287337799 ], [ -5.890316095687834, 36.559031377851909 ], [ -5.881026143406607, 36.563548254728566 ], [ -5.872987030211508, 36.569941754617972 ], [ -5.862628853480763, 36.561607390063017 ], [ -5.867627157873195, 36.552903442636705 ], [ -5.879727735776614, 36.544504730626997 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.137220722091213, 36.431833791091009 ], [ -5.130115190212115, 36.431006909371334 ], [ -5.135792583905008, 36.422797099553215 ], [ -5.148796286616192, 36.423517606828277 ], [ -5.156636261565954, 36.429576663925793 ], [ -5.137220722091213, 36.431833791091009 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.856039697102102, 36.366244220490024 ], [ -5.84153625573938, 36.356575649772608 ], [ -5.824938756494793, 36.354108168195452 ], [ -5.827019131273577, 36.346428660590441 ], [ -5.836911001841963, 36.342855816993278 ], [ -5.862737968620133, 36.339854989263351 ], [ -5.885741220902531, 36.340255068173086 ], [ -5.884879963164417, 36.348859806294662 ], [ -5.899869835038194, 36.355649920020454 ], [ -5.904400559297305, 36.36650805833348 ], [ -5.882532773717448, 36.365130565308569 ], [ -5.856039697102102, 36.366244220490024 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.065035781603989, 36.312897942296971 ], [ -6.057581312099971, 36.303074860263493 ], [ -6.06708260664087, 36.289955936678524 ], [ -6.076898965928203, 36.284934872375686 ], [ -6.092804569087227, 36.285001020835288 ], [ -6.099254235733916, 36.299139671300793 ], [ -6.090252039004005, 36.309863838930546 ], [ -6.065035781603989, 36.312897942296971 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.05936835915789, 36.22816101163847 ], [ -6.045016179482989, 36.222328132454514 ], [ -6.039869771827118, 36.211014169607338 ], [ -6.038030605385638, 36.193893476197999 ], [ -6.048147967947866, 36.181714206323143 ], [ -6.054357665455384, 36.190139485230915 ], [ -6.06490615335081, 36.204175712998008 ], [ -6.066639887757532, 36.218437329223555 ], [ -6.05936835915789, 36.22816101163847 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.741271879633023, 36.187233355565617 ], [ -5.728256402945368, 36.185146351590447 ], [ -5.723976395463402, 36.180474745578749 ], [ -5.720575729371856, 36.167198498585499 ], [ -5.721289628283363, 36.153828609764687 ], [ -5.729086552651035, 36.141251226659939 ], [ -5.739595386857064, 36.139103468193404 ], [ -5.756649141068357, 36.139188793591686 ], [ -5.767441507892974, 36.145139573852738 ], [ -5.769757432349285, 36.160824050010348 ], [ -5.760252420000496, 36.174874119156868 ], [ -5.765877371274645, 36.184282396507932 ], [ -5.756135084436702, 36.191660915713292 ], [ -5.741271879633023, 36.187233355565617 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.054626785450807, 36.878757883969556 ], [ -5.036281736637205, 36.880981516768387 ], [ -5.037719935346645, 36.868079515167693 ], [ -5.045102726726835, 36.855552249497201 ], [ -5.059404113128096, 36.857689925554972 ], [ -5.081457261255221, 36.861121125723407 ], [ -5.081045061557658, 36.867805443946672 ], [ -5.0687140685255, 36.872790163998012 ], [ -5.054626785450807, 36.878757883969556 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.973730715772248, 37.399977645620751 ], [ -4.954659477326544, 37.402202204886542 ], [ -4.952046650284207, 37.393661038944181 ], [ -4.95486066433009, 37.386937814838639 ], [ -4.964879929302887, 37.381525710822352 ], [ -4.977399729273186, 37.380363140680963 ], [ -4.985976582361583, 37.388326777771859 ], [ -4.980787974300688, 37.395567432555062 ], [ -4.973730715772248, 37.399977645620751 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.036348673363453, 37.416560740883909 ], [ -5.031425962763058, 37.4113995545368 ], [ -5.023747081155329, 37.414869610296726 ], [ -5.012264677951609, 37.410296659944258 ], [ -5.008958409836711, 37.398430323970558 ], [ -5.011843903876817, 37.394566014474478 ], [ -5.009250397345148, 37.386979659978849 ], [ -4.996376143745005, 37.374798232558511 ], [ -4.985423387418423, 37.367352158797338 ], [ -4.989987337933631, 37.359167997420172 ], [ -5.00184242387917, 37.355629530278712 ], [ -5.023416721961448, 37.358123746029868 ], [ -5.034943156214829, 37.364602595923898 ], [ -5.038849065269957, 37.376457891606307 ], [ -5.041626140592, 37.390717033990825 ], [ -5.051600335370189, 37.383867718162541 ], [ -5.060949301958872, 37.376074674488947 ], [ -5.072606558201571, 37.36537905578966 ], [ -5.089447298306594, 37.369374727685894 ], [ -5.083804724501849, 37.381396806381503 ], [ -5.070951896013543, 37.392114470086483 ], [ -5.071240587149339, 37.402601189824885 ], [ -5.063163168213905, 37.41323424600958 ], [ -5.036348673363453, 37.416560740883909 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.26785069801733, 37.460032668048321 ], [ -5.260135594864448, 37.462088065260815 ], [ -5.257543284039475, 37.455461331327903 ], [ -5.256061137940721, 37.445952049228531 ], [ -5.261665724459784, 37.433445992396678 ], [ -5.271084404406993, 37.42849651143402 ], [ -5.281639120074571, 37.421616840938071 ], [ -5.291403666412398, 37.428104181529534 ], [ -5.294726558365515, 37.439007879244159 ], [ -5.281152960904521, 37.444993299613422 ], [ -5.272914147294212, 37.449444016809018 ], [ -5.284504263360984, 37.456850474849503 ], [ -5.26785069801733, 37.460032668048321 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.299159179235086, 37.466580509701465 ], [ -5.294142669120515, 37.45904804558856 ], [ -5.298619102252382, 37.448946616596771 ], [ -5.307629740790993, 37.450201559318991 ], [ -5.31022621187344, 37.456827057895929 ], [ -5.308054682059728, 37.464022633203854 ], [ -5.299159179235086, 37.466580509701465 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.596717650032381, 37.334523910028615 ], [ -5.594101144148882, 37.327905356133037 ], [ -5.604841504863352, 37.327669235232108 ], [ -5.616940468509396, 37.332170618884071 ], [ -5.625626336770902, 37.341515110384556 ], [ -5.620022957346359, 37.35213018394299 ], [ -5.615678184143504, 37.364624565211123 ], [ -5.605328360499867, 37.376297613726322 ], [ -5.596717650032381, 37.334523910028615 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.575386742730773, 37.304471486106188 ], [ -5.570290079846794, 37.295045142686263 ], [ -5.572643368122445, 37.294040259080589 ], [ -5.588117819851734, 37.292748953355655 ], [ -5.600242987792651, 37.298205317684591 ], [ -5.59586468089862, 37.309746084836256 ], [ -5.575386742730773, 37.304471486106188 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.360800074797854, 37.429122252298527 ], [ -5.367046309997178, 37.437580956375243 ], [ -5.351686023839174, 37.443610199154982 ], [ -5.330138399235168, 37.443083454598877 ], [ -5.327422607223102, 37.432645751269938 ], [ -5.360800074797854, 37.429122252298527 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "B", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En ejecucion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.029195398739138, 36.95757622155751 ], [ -6.048500982843064, 36.942282937367963 ], [ -6.086628666053032, 36.915548646161959 ], [ -6.097451910221739, 36.88951809090532 ], [ -6.116567427542223, 36.863269263255674 ], [ -6.08398150509688, 36.849815151404499 ], [ -6.051092689560631, 36.858293987243258 ], [ -6.031859667127782, 36.852110862777899 ], [ -6.028774027784616, 36.83406976886657 ], [ -6.04498903766444, 36.824118484325084 ], [ -6.069608112860155, 36.816809217949164 ], [ -6.087611390423491, 36.82206466366857 ], [ -6.096520960268688, 36.837091312808042 ], [ -6.122827382971272, 36.842124492474902 ], [ -6.128054617836066, 36.824821215986496 ], [ -6.118985926679642, 36.805986566686826 ], [ -6.124328325809283, 36.791541361517972 ], [ -6.13634696378692, 36.766429719144668 ], [ -6.154666836246753, 36.750686452897341 ], [ -6.17735525302782, 36.754850429538998 ], [ -6.157933472850906, 36.772533701786593 ], [ -6.144814681781392, 36.799583812064171 ], [ -6.148198817491604, 36.82428904935459 ], [ -6.140722785807836, 36.844513550432509 ], [ -6.135575353456349, 36.86372249880187 ], [ -6.156082594146137, 36.871761955642675 ], [ -6.165764576249218, 36.876272377956525 ], [ -6.169858931148998, 36.883293721168691 ], [ -6.151008879655866, 36.885486087378112 ], [ -6.127602116126544, 36.893734217336451 ], [ -6.110275763922185, 36.905633233465927 ], [ -6.107219816430443, 36.918110690400027 ], [ -6.098345621987, 36.933601070580352 ], [ -6.088088622254998, 36.944358587664347 ], [ -6.063393205462048, 36.950720691050023 ], [ -6.031570628233869, 36.957260052648998 ], [ -6.029195398739138, 36.95757622155751 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "B", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En ejecucion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.275702728590618, 36.86566105496545 ], [ -6.261973951960234, 36.849827611634062 ], [ -6.228547061706661, 36.845019388188561 ], [ -6.207054513244121, 36.841787225898585 ], [ -6.191013742552635, 36.826961153440919 ], [ -6.182126974015662, 36.812894982629174 ], [ -6.169650755289154, 36.797970218580616 ], [ -6.198866382290192, 36.787650877208328 ], [ -6.214820094883954, 36.800571187714176 ], [ -6.22316614200241, 36.829907540647518 ], [ -6.23698358899175, 36.819995540386898 ], [ -6.240758012591449, 36.797005641805278 ], [ -6.24922663698818, 36.772933733598443 ], [ -6.24980705749446, 36.758613464912173 ], [ -6.261968088542991, 36.765909328280436 ], [ -6.284339983023742, 36.762432342900546 ], [ -6.301729342941596, 36.753368012766138 ], [ -6.31067061032122, 36.768377074275925 ], [ -6.311737091349525, 36.793141170784395 ], [ -6.316317669536448, 36.816853511599909 ], [ -6.309990138214022, 36.835148472429502 ], [ -6.29891905880994, 36.853575006222101 ], [ -6.294382795388382, 36.858468972180887 ], [ -6.287679469534199, 36.868190828355146 ], [ -6.275702728590618, 36.86566105496545 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.380291077786771, 36.707294378119187 ], [ -6.377549830729563, 36.698789889437521 ], [ -6.38068054706648, 36.689164949829632 ], [ -6.393814583699656, 36.691651672739923 ], [ -6.396809024995608, 36.705870080500624 ], [ -6.386456418012705, 36.712840524643369 ], [ -6.380291077786771, 36.707294378119187 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.299566426938277, 36.702886368847459 ], [ -6.293326501700176, 36.695430358823664 ], [ -6.29300119544367, 36.687810383777922 ], [ -6.301810399959759, 36.672308221236761 ], [ -6.318486985764368, 36.67470503619289 ], [ -6.323832076401391, 36.688860035671098 ], [ -6.320899239835281, 36.703246179656539 ], [ -6.299566426938277, 36.702886368847459 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.220637368201042, 36.627804793785785 ], [ -6.224024012301687, 36.623898510230717 ], [ -6.232455666126986, 36.627484412039578 ], [ -6.231552539120719, 36.634184459867186 ], [ -6.221073922010914, 36.638283117215479 ], [ -6.220637368201042, 36.627804793785785 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.201374272370867, 36.648351202727895 ], [ -6.211815801064168, 36.643301588061121 ], [ -6.221629862315646, 36.651619132017949 ], [ -6.207720194437936, 36.658670462303355 ], [ -6.201374272370867, 36.648351202727895 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.282283957862265, 36.658544155402979 ], [ -6.294065601684741, 36.65726492354883 ], [ -6.29435001365776, 36.663932429466918 ], [ -6.287621178574979, 36.672701203594848 ], [ -6.279141703212133, 36.668167096323899 ], [ -6.282283957862265, 36.658544155402979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.274653971925004, 37.448325763972463 ], [ -6.292572168278756, 37.44782740038746 ], [ -6.294101165386187, 37.455413071679125 ], [ -6.291143989320088, 37.469798652500103 ], [ -6.289339194251881, 37.483198506941434 ], [ -6.272649209879762, 37.484616033447644 ], [ -6.249899877167604, 37.484291120001487 ], [ -6.230284479065846, 37.47338698478891 ], [ -6.239515344247459, 37.465505585420949 ], [ -6.260898577939739, 37.46205617547831 ], [ -6.274653971925004, 37.448325763972463 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.06590009724084, 37.491121371695655 ], [ -6.061768838652227, 37.477878312541051 ], [ -6.071174928024511, 37.473819599160976 ], [ -6.087829135119263, 37.471477962972287 ], [ -6.107830579067961, 37.463324411051467 ], [ -6.109380970795699, 37.471865839564266 ], [ -6.107622417541216, 37.48716947034282 ], [ -6.088613965156567, 37.490529171221553 ], [ -6.06590009724084, 37.491121371695655 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.543648362653173, 37.319465384778375 ], [ -6.545450638149331, 37.307015973438475 ], [ -6.559619494189937, 37.303729644646424 ], [ -6.572124829058573, 37.315747635960655 ], [ -6.583487217620805, 37.328752340034384 ], [ -6.5854951064579, 37.345853991777737 ], [ -6.568102955840058, 37.356868788781249 ], [ -6.553340490692613, 37.347778910251876 ], [ -6.555321188559597, 37.339137974421213 ], [ -6.543648362653173, 37.319465384778375 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.485292647773405, 37.219175219615643 ], [ -6.4673449574674, 37.217795588530755 ], [ -6.466777856825141, 37.20541643961721 ], [ -6.469651096290576, 37.190075874458266 ], [ -6.48265606198599, 37.187786801746761 ], [ -6.492748389537884, 37.199885047918173 ], [ -6.497067301548053, 37.21596719424943 ], [ -6.485292647773405, 37.219175219615643 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.40259178742386, 37.262584784927625 ], [ -6.376251377372051, 37.260479121845123 ], [ -6.380633750838295, 37.251772075143741 ], [ -6.390971053474042, 37.242894305680608 ], [ -6.412411786195388, 37.242277672229591 ], [ -6.414334192904937, 37.258432217400077 ], [ -6.40259178742386, 37.262584784927625 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.32777721667105, 37.270435038778935 ], [ -6.315066230429023, 37.252674498156225 ], [ -6.316048721500676, 37.247879173213121 ], [ -6.326896453470595, 37.25043521423806 ], [ -6.345103956710084, 37.25755005596335 ], [ -6.346717265430342, 37.267039887026847 ], [ -6.32777721667105, 37.270435038778935 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.27604379200571, 37.288090122338851 ], [ -6.263423582266208, 37.272228483082294 ], [ -6.265148458232326, 37.256923780650439 ], [ -6.274350625608454, 37.249040844303998 ], [ -6.28384045407882, 37.247824194972978 ], [ -6.291444910172001, 37.258102019561711 ], [ -6.285041134900567, 37.275444192344665 ], [ -6.27604379200571, 37.288090122338851 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.906317054740942, 37.314706994959728 ], [ -6.90318581361903, 37.32339094583913 ], [ -6.861570422295027, 37.32666527203331 ], [ -6.853932356820724, 37.317380678313505 ], [ -6.872657483678848, 37.310094657068312 ], [ -6.894953125222069, 37.302688101819591 ], [ -6.907960213861756, 37.300351883283383 ], [ -6.906317054740942, 37.314706994959728 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.912764708255969, 37.185786203842071 ], [ -6.886886555401602, 37.19235970913477 ], [ -6.864573014250642, 37.198811228178357 ], [ -6.860615119094858, 37.191313196892303 ], [ -6.86415998073944, 37.16736222103097 ], [ -6.863286727615342, 37.150229328843878 ], [ -6.886269334255922, 37.157104073257692 ], [ -6.907269871483607, 37.171666875308446 ], [ -6.912764708255969, 37.185786203842071 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.825109328339891, 37.911477550592942 ], [ -5.819442463844128, 37.920672688794312 ], [ -5.800800867059514, 37.921118168327581 ], [ -5.790181661061149, 37.910881017190022 ], [ -5.779000091759595, 37.901609738430054 ], [ -5.779646709979224, 37.88681358850863 ], [ -5.783298046319416, 37.871946361809435 ], [ -5.806188375823027, 37.872832984759214 ], [ -5.821903935206245, 37.874841058209753 ], [ -5.81937161151984, 37.887298551520374 ], [ -5.824981535781698, 37.892408731825441 ], [ -5.825109328339891, 37.911477550592942 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.707765965862008, 38.617136832587988 ], [ -3.707765965862008, 38.617136832587988 ], [ -3.714019920081169, 38.633787491414132 ], [ -3.682325726634529, 38.62539290299128 ], [ -3.662715869610467, 38.608338112210177 ], [ -3.656699441769493, 38.615048291678271 ], [ -3.655492550324175, 38.616008809826283 ], [ -3.644680316778139, 38.63037513307777 ], [ -3.638795844215708, 38.652343602017034 ], [ -3.624292416555216, 38.662913103743072 ], [ -3.591418446908575, 38.659268956936124 ], [ -3.576715363124081, 38.645989899232859 ], [ -3.573029049156049, 38.641239265642021 ], [ -3.553440484366093, 38.624166034432911 ], [ -3.537528953509697, 38.609933886224937 ], [ -3.519289379153677, 38.609062492414296 ], [ -3.494940010645003, 38.603445462671885 ], [ -3.483879651802146, 38.585370264646471 ], [ -3.451029902470381, 38.578825118754125 ], [ -3.439990158825061, 38.56169935119425 ], [ -3.441187382807617, 38.558833542508673 ], [ -3.463051347589324, 38.558749101524242 ], [ -3.487363852934009, 38.561511707413061 ], [ -3.509268865966861, 38.567141050029605 ], [ -3.549393237518082, 38.571728420704666 ], [ -3.567638679085321, 38.574502646393434 ], [ -3.591952408201579, 38.576289730273537 ], [ -3.628300524735979, 38.564655147920931 ], [ -3.629373862424576, 38.548435435199266 ], [ -3.634039092364903, 38.526473679719487 ], [ -3.660775022756061, 38.529187151193412 ], [ -3.689977633619364, 38.535695049946355 ], [ -3.709480138416972, 38.54320858311339 ], [ -3.730230072003029, 38.553572342331485 ], [ -3.764327226964209, 38.561938484011868 ], [ -3.762099408419307, 38.581028071765168 ], [ -3.742866194583747, 38.601180495886567 ], [ -3.715949174181175, 38.583226982955537 ], [ -3.709158944039446, 38.592039807289808 ], [ -3.707069061888181, 38.591507088607372 ], [ -3.699212135708225, 38.595846180369549 ], [ -3.686529354282455, 38.604028162384516 ], [ -3.681181884560686, 38.616935046221748 ], [ -3.707765965862008, 38.617136832587988 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.812009554511122, 38.697048694627298 ], [ -3.821592133948084, 38.683629524682246 ], [ -3.837431223336768, 38.685424638328762 ], [ -3.854521833219711, 38.690069652664974 ], [ -3.882753877490127, 38.709888191230974 ], [ -3.859777198755687, 38.722457829646515 ], [ -3.828060378896422, 38.71696442169111 ], [ -3.812009554511122, 38.697048694627298 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.397411929014959, 38.550406408045298 ], [ -3.356047150609437, 38.536232926851909 ], [ -3.334127964693951, 38.522944674731868 ], [ -3.341340369678952, 38.507663433872729 ], [ -3.370476912934385, 38.508528665851607 ], [ -3.387547235561184, 38.522780065351 ], [ -3.405849318563073, 38.538932209895172 ], [ -3.397411929014959, 38.550406408045298 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.138704818996445, 38.547183654498447 ], [ -3.099861767544598, 38.562483621034474 ], [ -3.087707180714693, 38.556770715754503 ], [ -3.105908991634902, 38.544356587111096 ], [ -3.11561243612365, 38.536717193680623 ], [ -3.138704818996445, 38.547183654498447 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.159326702792341, 40.687511803381184 ], [ -3.163138845435111, 40.709911881404622 ], [ -3.156905591819033, 40.72326837985112 ], [ -3.156299082102291, 40.731849952250933 ], [ -3.146288106557662, 40.739013689153388 ], [ -3.126864833054225, 40.741896915895524 ], [ -3.110558813269614, 40.73571648897061 ], [ -3.09676100420794, 40.728578258855443 ], [ -3.091732866383453, 40.717618060586531 ], [ -3.096720293999867, 40.70045242920073 ], [ -3.10358454053987, 40.683761575465454 ], [ -3.159326702792341, 40.687511803381184 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.07297385080278, 40.751477707097138 ], [ -3.075494194895152, 40.76291703149095 ], [ -3.074255666274418, 40.776742280447657 ], [ -3.057318548051195, 40.770078069380368 ], [ -3.053546063385266, 40.75720883137857 ], [ -3.052909711089532, 40.745291460260773 ], [ -3.07297385080278, 40.751477707097138 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.151377854578442, 40.495404504207983 ], [ -3.154536251755999, 40.511132311037109 ], [ -3.143306544255359, 40.517344220466583 ], [ -3.125832897270239, 40.526422351919116 ], [ -3.118329211882248, 40.522616477675989 ], [ -3.112066204840986, 40.513088205321161 ], [ -3.107052529816577, 40.502604972533227 ], [ -3.111409237540463, 40.493543033408599 ], [ -3.128255586732829, 40.486374645325135 ], [ -3.151377854578442, 40.495404504207983 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.290182220944742, 40.390735218626858 ], [ -3.28202917563053, 40.37931372668772 ], [ -3.291361404191971, 40.374999962000011 ], [ -3.303207007922489, 40.375446248379824 ], [ -3.308239384944671, 40.385444404866611 ], [ -3.290182220944742, 40.390735218626858 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.06795559004204, 40.128391617097364 ], [ -3.045596980301017, 40.129356094425823 ], [ -3.027580288917463, 40.117442822883902 ], [ -3.033162490090211, 40.103615330587012 ], [ -3.049301536197974, 40.098841981988969 ], [ -3.059855082179006, 40.098360248778441 ], [ -3.069171680699304, 40.102645903333354 ], [ -3.075387605793892, 40.109316663390487 ], [ -3.06795559004204, 40.128391617097364 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2.873724496749136, 40.036327695813426 ], [ -2.870559210977714, 40.070174456671744 ], [ -2.868036480623387, 40.091149132563544 ], [ -2.855587217849081, 40.107344131008048 ], [ -2.841323208429865, 40.100174070368347 ], [ -2.83887923500978, 40.083484067379082 ], [ -2.839554740466004, 40.060123642968954 ], [ -2.844560725632908, 40.041536661959732 ], [ -2.853265357438203, 40.032012703437502 ], [ -2.873724496749136, 40.036327695813426 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.157842673467474, 40.054406053501367 ], [ -3.161024446348663, 40.088251814572402 ], [ -3.15793515573806, 40.094453959220097 ], [ -3.147990289543623, 40.08874596076862 ], [ -3.137405323888012, 40.072549097232219 ], [ -3.133653883200421, 40.058250592420734 ], [ -3.157842673467474, 40.054406053501367 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.17231652956786, 40.135434722053702 ], [ -3.171760210853602, 40.161180379547339 ], [ -3.168031892410872, 40.16118585003813 ], [ -3.154358144038638, 40.159774620162786 ], [ -3.151854593432038, 40.151673085356755 ], [ -3.153680890789563, 40.134984194447007 ], [ -3.17231652956786, 40.135434722053702 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.285242020784159, 40.105652652547093 ], [ -3.269755891461835, 40.11474817024628 ], [ -3.258573197983421, 40.113343400315905 ], [ -3.252309116297445, 40.098577680451314 ], [ -3.252261587748541, 40.085705254893981 ], [ -3.252210572628573, 40.071879284319614 ], [ -3.265840878440113, 40.066127662903348 ], [ -3.288793971644819, 40.064642433698893 ], [ -3.291916836965119, 40.069402228526201 ], [ -3.292614920508085, 40.087517392534679 ], [ -3.285242020784159, 40.105652652547093 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.205311012020429, 40.365649988875944 ], [ -3.189722849400719, 40.363292919610814 ], [ -3.192184664010519, 40.352323863907138 ], [ -3.200900084489131, 40.34944861843735 ], [ -3.214616047014095, 40.351807677894854 ], [ -3.214009494115461, 40.357052929876808 ], [ -3.205311012020429, 40.365649988875944 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.589832832571957, 40.060656186770288 ], [ -3.59499820170409, 40.062759353871307 ], [ -3.600919798407803, 40.065827723118822 ], [ -3.605936498996009, 40.071761073262614 ], [ -3.606985825977799, 40.085104793696154 ], [ -3.598700857844098, 40.095874937769814 ], [ -3.583818867598361, 40.097857929259199 ], [ -3.561181857896205, 40.100591976784642 ], [ -3.548123834165582, 40.098032344247038 ], [ -3.538742485762737, 40.089256347059042 ], [ -3.534308079526467, 40.077834688119324 ], [ -3.539229623819, 40.066052945741205 ], [ -3.552673695986586, 40.065710359980393 ], [ -3.571284429321779, 40.065143322791286 ], [ -3.589832832571957, 40.060656186770288 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.93291649324307, 40.249083731226072 ], [ -3.924388563885697, 40.262500810158556 ], [ -3.90821042821967, 40.262628921075041 ], [ -3.886967091543091, 40.256119377786746 ], [ -3.870643687038035, 40.244801612137117 ], [ -3.870472732452606, 40.231454182373696 ], [ -3.883994659757356, 40.21895643375057 ], [ -3.904032946515001, 40.229289939624309 ], [ -3.93291649324307, 40.249083731226072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.545833929529604, 40.555650590686625 ], [ -3.535287539708337, 40.557191309198593 ], [ -3.528330009795344, 40.546735497304759 ], [ -3.517585412415805, 40.531052333094173 ], [ -3.533159225003724, 40.525260859586254 ], [ -3.548730338830405, 40.51946729856391 ], [ -3.551947463591336, 40.530893300957864 ], [ -3.556949413847415, 40.54575981067191 ], [ -3.551561957808714, 40.541025462366413 ], [ -3.545833929529604, 40.555650590686625 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2.934887222252043, 40.935011502874815 ], [ -2.916658338111938, 40.934999768734379 ], [ -2.913527237072457, 40.925940321318947 ], [ -2.912910004630887, 40.917359393464842 ], [ -2.922964643714471, 40.917366548352355 ], [ -2.930498135576169, 40.924521722143588 ], [ -2.93552321954823, 40.927384793806766 ], [ -2.934887222252043, 40.935011502874815 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.558034384679221, 39.897351557557101 ], [ -4.554974141108057, 39.889614215683764 ], [ -4.54130926033142, 39.887412930813298 ], [ -4.526524166574252, 39.890469004992148 ], [ -4.514820953220717, 39.89300622881656 ], [ -4.498073265766285, 39.891316825424781 ], [ -4.497824274154255, 39.879878068722867 ], [ -4.499586714398724, 39.87556454541064 ], [ -4.501400909031923, 39.873634072303176 ], [ -4.502617250788642, 39.872664818449749 ], [ -4.506307778262176, 39.871663440287378 ], [ -4.530964978303454, 39.867526547182344 ], [ -4.545244124851133, 39.869720900208684 ], [ -4.560707190541197, 39.869513822298373 ], [ -4.56676224065325, 39.86371120139637 ], [ -4.570299168249879, 39.856035395480369 ], [ -4.5651354459271, 39.846570221447848 ], [ -4.571177297723016, 39.840290791477166 ], [ -4.576068833178275, 39.837840679370423 ], [ -4.59043103082188, 39.843842363040906 ], [ -4.606661789692625, 39.850293122764015 ], [ -4.63330635853865, 39.852304675432372 ], [ -4.648833287441526, 39.854945435243842 ], [ -4.647881609140633, 39.866877576901246 ], [ -4.643104441685276, 39.874096525033593 ], [ -4.642838531136304, 39.888879333754439 ], [ -4.631951165605559, 39.899521423938289 ], [ -4.623580933923802, 39.912034237277695 ], [ -4.611237188644545, 39.913841567931804 ], [ -4.608581311449804, 39.912600887276035 ], [ -4.603982221707987, 39.901222777996516 ], [ -4.608709612956846, 39.89162240867428 ], [ -4.611501760315419, 39.878711538811231 ], [ -4.608286334165611, 39.873511984146951 ], [ -4.600885987624086, 39.874567876887895 ], [ -4.589441589472111, 39.888074182829868 ], [ -4.589738931511858, 39.900942208299917 ], [ -4.585517247595659, 39.905767457607986 ], [ -4.569275114560861, 39.899314013979385 ], [ -4.561165987244795, 39.896563013915639 ], [ -4.558034384679221, 39.897351557557101 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.344916562735086, 39.463147225960689 ], [ -4.322216816079506, 39.466268295066826 ], [ -4.322153663061731, 39.462931495942954 ], [ -4.317498355207749, 39.444389557709215 ], [ -4.327687557819117, 39.43044676328347 ], [ -4.350990093705539, 39.427317672982568 ], [ -4.370668092479241, 39.427564218584685 ], [ -4.39542493906957, 39.435852000751481 ], [ -4.39691149085198, 39.448707404407735 ], [ -4.385986387853502, 39.455989930940277 ], [ -4.373157907904663, 39.460433209706643 ], [ -4.344916562735086, 39.463147225960689 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.270774328805103, 39.309499197519486 ], [ -4.271794498057603, 39.298044793518429 ], [ -4.269083253333414, 39.293776292387619 ], [ -4.265478876353308, 39.288100744266238 ], [ -4.267726395327469, 39.276632985965918 ], [ -4.274274610918334, 39.265594985188308 ], [ -4.282203445794544, 39.263123915966823 ], [ -4.296377933686565, 39.266781402854122 ], [ -4.302091363944157, 39.277207336221622 ], [ -4.302400395539203, 39.293891979935907 ], [ -4.295933264460211, 39.30922181265354 ], [ -4.276910686555136, 39.309432043852205 ], [ -4.270774328805103, 39.309499197519486 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.416343070757319, 39.284455867518865 ], [ -4.408886959942436, 39.279778351666714 ], [ -4.410372358836092, 39.278388244478457 ], [ -4.412499990513232, 39.27639697813423 ], [ -4.414301583381128, 39.274467909548036 ], [ -4.421545501911818, 39.268658095931301 ], [ -4.415192535826932, 39.257769086382325 ], [ -4.399730565308974, 39.256455935724894 ], [ -4.395533833866031, 39.256099152932286 ], [ -4.379470666993273, 39.25009213061567 ], [ -4.390780394621317, 39.232792699467957 ], [ -4.410797217183833, 39.222062266311447 ], [ -4.420669898709695, 39.225279878406383 ], [ -4.427155857678111, 39.242842249625497 ], [ -4.435474952933576, 39.259904804676104 ], [ -4.449911615349512, 39.275937070457793 ], [ -4.463018919412153, 39.286739420260069 ], [ -4.466513521474862, 39.307197650801271 ], [ -4.441990242795699, 39.308457633649461 ], [ -4.43378015940489, 39.297115944308977 ], [ -4.43916488355511, 39.29037434065944 ], [ -4.416343070757319, 39.284455867518865 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.276910686555136, 39.309432043852205 ], [ -4.270946839053353, 39.319033350061801 ], [ -4.260505012056384, 39.318670098322009 ], [ -4.254777129315642, 39.307288728510002 ], [ -4.252195201069806, 39.300164482306599 ], [ -4.265599030393612, 39.294774691042491 ], [ -4.269083253333414, 39.293776292387619 ], [ -4.271794498057603, 39.298044793518429 ], [ -4.270774328805103, 39.309499197519486 ], [ -4.276910686555136, 39.309432043852205 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.410372358836092, 39.278388244478457 ], [ -4.40210215887845, 39.277953063682169 ], [ -4.395270416342912, 39.273743939800724 ], [ -4.392600190518702, 39.262809494423927 ], [ -4.399730565308974, 39.256455935724894 ], [ -4.415192535826932, 39.257769086382325 ], [ -4.421545501911818, 39.268658095931301 ], [ -4.414301583381128, 39.274467909548036 ], [ -4.412499990513232, 39.27639697813423 ], [ -4.410372358836092, 39.278388244478457 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.684572698859586, 39.39173534774455 ], [ -4.685236043593537, 39.380998219311685 ], [ -4.683534620310081, 39.374109553616137 ], [ -4.673822717376084, 39.366144426165427 ], [ -4.676710427533302, 39.358474350330575 ], [ -4.6818489948164, 39.355062716446902 ], [ -4.686424743291729, 39.353804531157579 ], [ -4.692558067535859, 39.353477080837855 ], [ -4.697810859035478, 39.354830891236034 ], [ -4.703724090659168, 39.358081913244682 ], [ -4.70911685095446, 39.365154509755982 ], [ -4.707176792054801, 39.373765013722199 ], [ -4.699430730129736, 39.383652387530312 ], [ -4.693120207773188, 39.389465746658409 ], [ -4.684572698859586, 39.39173534774455 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.067973978603082, 38.794582753375316 ], [ -5.065978671732127, 38.809875661142769 ], [ -5.066378156830302, 38.82369576166947 ], [ -5.05521457557291, 38.838196723923325 ], [ -5.041172759762359, 38.837489432746644 ], [ -5.033711584656415, 38.832374823906527 ], [ -5.019590186034644, 38.828805501278076 ], [ -4.993881330829654, 38.82495606776201 ], [ -4.982570259857421, 38.834684707184373 ], [ -4.9672134461614, 38.852586144481364 ], [ -4.947594555373817, 38.871033565585464 ], [ -4.925564945468477, 38.890947926496978 ], [ -4.886914060179175, 38.905883246619339 ], [ -4.855356780663612, 38.912587626039993 ], [ -4.852668773837475, 38.903094219213678 ], [ -4.854151473632004, 38.889720103708619 ], [ -4.863137126735502, 38.883378547058726 ], [ -4.896750722093255, 38.885698049062654 ], [ -4.908844394148586, 38.88168648440989 ], [ -4.932146809358302, 38.863661396596633 ], [ -4.945725543568462, 38.847224559777693 ], [ -4.957313555216416, 38.825097882039842 ], [ -4.959162721750947, 38.803610611644281 ], [ -4.969325587877592, 38.774354472229945 ], [ -4.977769963778053, 38.771350975350678 ], [ -4.996152982727486, 38.775329584771725 ], [ -5.024982539980173, 38.782462289974518 ], [ -5.044602133407262, 38.786888567857936 ], [ -5.067973978603082, 38.794582753375316 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.405707834579088, 38.601215613851174 ], [ -5.423013076979618, 38.609917357920999 ], [ -5.42731191742693, 38.611258576324538 ], [ -5.439059382603452, 38.617212383845647 ], [ -5.447294355301449, 38.627052822445158 ], [ -5.43906570644996, 38.635330094032838 ], [ -5.42386342255094, 38.635169435594065 ], [ -5.407878224474709, 38.629778260788171 ], [ -5.407222990159346, 38.628361388579584 ], [ -5.397842041592643, 38.620448721237047 ], [ -5.384180672447667, 38.611669026173544 ], [ -5.385742601414469, 38.622126556493122 ], [ -5.382619084002572, 38.637924290137263 ], [ -5.366310729287446, 38.641116205774097 ], [ -5.354752074013134, 38.640872764391894 ], [ -5.353022681797622, 38.625173459272197 ], [ -5.35154322010816, 38.61709774740492 ], [ -5.342231697461538, 38.611086291310599 ], [ -5.331161705367895, 38.607016311490867 ], [ -5.323267380660439, 38.607173390712497 ], [ -5.311627005587272, 38.62313829814466 ], [ -5.304567096322389, 38.630429570425164 ], [ -5.286282502884866, 38.628881296116887 ], [ -5.2821240150061, 38.612751403050765 ], [ -5.292038933524939, 38.599683971676001 ], [ -5.308887898648488, 38.594584619807861 ], [ -5.309582935495612, 38.578359767258519 ], [ -5.322115427031946, 38.571436504573818 ], [ -5.338986448371079, 38.567286046419355 ], [ -5.346377937067381, 38.570475614875747 ], [ -5.352260789958438, 38.564635927872608 ], [ -5.378963478693126, 38.564096009007166 ], [ -5.385308137481784, 38.553954150334732 ], [ -5.390421896215982, 38.543360310950327 ], [ -5.40490301125504, 38.540679617372398 ], [ -5.408861037962168, 38.550134067406368 ], [ -5.403619185247856, 38.575035069762556 ], [ -5.399334546172014, 38.592287512546292 ], [ -5.405707834579088, 38.601215613851174 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.305487238526906, 38.678090797052739 ], [ -5.315228383286784, 38.678375061136002 ], [ -5.314289030455706, 38.686975900981722 ], [ -5.306783885591438, 38.699520819490033 ], [ -5.294273813261644, 38.70787250882023 ], [ -5.276607903796509, 38.707264389764696 ], [ -5.266531732393237, 38.696493991898016 ], [ -5.268647656967497, 38.6864402716947 ], [ -5.285351710582644, 38.676102219504415 ], [ -5.305487238526906, 38.678090797052739 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.347147829249294, 38.705868990089023 ], [ -5.350484812119435, 38.714860866018888 ], [ -5.345354165822603, 38.725453245183715 ], [ -5.335044923420515, 38.726613283706001 ], [ -5.325642784814746, 38.718218615613246 ], [ -5.319129485689233, 38.704997974123458 ], [ -5.325525050207591, 38.695811897166813 ], [ -5.347147829249294, 38.705868990089023 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.297316668023639, 38.726884331122747 ], [ -5.287492916713578, 38.72421631277679 ], [ -5.285075046515718, 38.724740409008092 ], [ -5.272105072451919, 38.718795025765615 ], [ -5.276789350106062, 38.712982357992345 ], [ -5.286444126902737, 38.710409908056647 ], [ -5.302332262672788, 38.712481934981554 ], [ -5.308613164942242, 38.718556286892351 ], [ -5.297316668023639, 38.726884331122747 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.59167327602711, 38.804636684564549 ], [ -5.587727315853693, 38.796619248092171 ], [ -5.575415158609036, 38.793077333243524 ], [ -5.57441210161427, 38.782133882478057 ], [ -5.584586592542042, 38.777141520303445 ], [ -5.589615631666871, 38.764634263096177 ], [ -5.603019166552746, 38.764813085182546 ], [ -5.613137099840998, 38.775075917768426 ], [ -5.623919015445488, 38.786753184636197 ], [ -5.626773427063701, 38.798131235496172 ], [ -5.59167327602711, 38.804636684564549 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.586470025475189, 38.761843375656014 ], [ -5.570735797773694, 38.764574556885542 ], [ -5.568688186037706, 38.758421647335069 ], [ -5.575766530784575, 38.752067819437201 ], [ -5.585070613359231, 38.739943149151955 ], [ -5.597391172639808, 38.743960754284771 ], [ -5.59582521463182, 38.751147032009662 ], [ -5.586470025475189, 38.761843375656014 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.215921211598678, 38.909159118550804 ], [ -5.197301702496375, 38.899021946066796 ], [ -5.198300814100048, 38.891851362214517 ], [ -5.204786733859985, 38.88457724834614 ], [ -5.216222154495353, 38.879592831458844 ], [ -5.222407387926991, 38.882335930652197 ], [ -5.217856383145954, 38.892911739078421 ], [ -5.215921211598678, 38.909159118550804 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.305893367203947, 39.030423125599881 ], [ -5.293049595788849, 39.030199676137606 ], [ -5.279334681485556, 39.021886753999048 ], [ -5.279120415034122, 39.015216155858653 ], [ -5.281149948324016, 39.00230365124537 ], [ -5.286842016279081, 38.989319334486034 ], [ -5.301494523102567, 38.989031095551546 ], [ -5.31813384262414, 38.993469235102673 ], [ -5.324551231544857, 39.00287686757482 ], [ -5.318834053589818, 39.014909905129954 ], [ -5.305893367203947, 39.030423125599881 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.356834796263816, 38.999845009063321 ], [ -5.34337037283632, 38.9991628283354 ], [ -5.341067418791222, 38.984906046365587 ], [ -5.351850677105141, 38.978491106100073 ], [ -5.342223486329255, 38.964381765207612 ], [ -5.346681204217028, 38.951419380206822 ], [ -5.363386032578394, 38.939639666320353 ], [ -5.373385436801248, 38.946588199159734 ], [ -5.380670856506368, 38.963603380958865 ], [ -5.381261423469439, 38.981231681728318 ], [ -5.394995632667426, 38.990008971217506 ], [ -5.405777297777356, 39.001706121045373 ], [ -5.389982287312058, 39.004414745813385 ], [ -5.356834796263816, 38.999845009063321 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.379336224327867, 38.298509076957892 ], [ -5.379588309178206, 38.32472857735133 ], [ -5.362651812434054, 38.325071167315997 ], [ -5.351051225761296, 38.321966721074794 ], [ -5.345300285501967, 38.312545649642963 ], [ -5.351240342816026, 38.309088971218337 ], [ -5.355831602749072, 38.30136778431055 ], [ -5.357522226571844, 38.297519291190696 ], [ -5.367165653894994, 38.296371364917562 ], [ -5.379336224327867, 38.298509076957892 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.411949762290039, 38.260174637402528 ], [ -5.395758252770583, 38.264321014353342 ], [ -5.391152664506158, 38.252971475590947 ], [ -5.387912907768411, 38.24636207370947 ], [ -5.3888560960446, 38.238237011134707 ], [ -5.401511768301967, 38.23702496794683 ], [ -5.410142714311686, 38.242092900829348 ], [ -5.408534704354295, 38.248324503021941 ], [ -5.411949762290039, 38.260174637402528 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.458613769383123, 38.227259446480623 ], [ -5.441064976823983, 38.226672303271947 ], [ -5.435485628246277, 38.222496956196778 ], [ -5.430987948028496, 38.21448441734789 ], [ -5.428207872778683, 38.20357526417731 ], [ -5.427192506711528, 38.191199083324683 ], [ -5.435931043222391, 38.181481710234557 ], [ -5.45143434878592, 38.175437114906124 ], [ -5.454008646186336, 38.180151454758253 ], [ -5.455712078228554, 38.194897032311637 ], [ -5.47997537190555, 38.197724414431271 ], [ -5.476052649788283, 38.171105802119342 ], [ -5.486867974582512, 38.16944669361969 ], [ -5.516693397268954, 38.211246817992837 ], [ -5.509039516897664, 38.217132436269686 ], [ -5.491688280075202, 38.222270322733365 ], [ -5.458613769383123, 38.227259446480623 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.580782621725005, 38.297585348968965 ], [ -5.551797059471072, 38.299173444591752 ], [ -5.544375583910064, 38.294566765912101 ], [ -5.543321796000345, 38.281716055385409 ], [ -5.54789070147605, 38.273988071415296 ], [ -5.558635510358427, 38.269939716302723 ], [ -5.564762658359849, 38.272189854571486 ], [ -5.569177865305899, 38.277337974514815 ], [ -5.578848050039293, 38.27712569021871 ], [ -5.584004167636116, 38.286071298143796 ], [ -5.580782621725005, 38.297585348968965 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.600784872318017, 38.264721283676984 ], [ -5.589202133447571, 38.262116822308656 ], [ -5.582822014086005, 38.252721565000392 ], [ -5.584313792506841, 38.243629537410513 ], [ -5.59448182806615, 38.240544264829147 ], [ -5.608511677758582, 38.244047447682604 ], [ -5.609490757049636, 38.254515175844546 ], [ -5.600784872318017, 38.264721283676984 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.62904766505876, 38.260276693703233 ], [ -5.618673199554016, 38.257648056886687 ], [ -5.62010920140976, 38.247126499100254 ], [ -5.628982003639838, 38.241683201258731 ], [ -5.640493666477659, 38.242378185005606 ], [ -5.637110390438147, 38.249129416318162 ], [ -5.62904766505876, 38.260276693703233 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.025161697966413, 38.334158172255769 ], [ -6.016855018666518, 38.338186358393969 ], [ -6.012346047137915, 38.33162784186591 ], [ -5.998965892586931, 38.330064048334556 ], [ -5.989118340539926, 38.340804268901834 ], [ -5.97745334271896, 38.336810486360605 ], [ -5.978877044831972, 38.327239186302542 ], [ -5.986736725960197, 38.32703911666156 ], [ -5.988802737601405, 38.318404844571518 ], [ -6.010972339257374, 38.313069783636458 ], [ -6.01304215284361, 38.319214376391358 ], [ -6.025161697966413, 38.334158172255769 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.134832128712764, 38.378949049224097 ], [ -6.11887852511242, 38.37413085587113 ], [ -6.117464199932967, 38.36940111785286 ], [ -6.124333216344623, 38.360160054591496 ], [ -6.138621555587563, 38.354533960967956 ], [ -6.158241861093223, 38.360204182804729 ], [ -6.147308521360277, 38.373370342408435 ], [ -6.134832128712764, 38.378949049224097 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.23533739045654, 38.242254552743979 ], [ -6.218159258529566, 38.23652976506262 ], [ -6.228688666380916, 38.22861252646608 ], [ -6.24500776503622, 38.228638768068379 ], [ -6.25435942799712, 38.235053839158823 ], [ -6.244997202657146, 38.241987587356277 ], [ -6.23533739045654, 38.242254552743979 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.296215264930514, 38.158084595200819 ], [ -6.280579521993844, 38.159476322454701 ], [ -6.282846819629968, 38.142727227902824 ], [ -6.291654595053945, 38.137236405789757 ], [ -6.309782688749833, 38.137679931630529 ], [ -6.314347495868611, 38.145178769120037 ], [ -6.296215264930514, 38.158084595200819 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.591445451101075, 38.342001343795104 ], [ -6.575568316159829, 38.339150321635074 ], [ -6.571591360058795, 38.332121314745727 ], [ -6.574748781376464, 38.322491189535043 ], [ -6.585876217041008, 38.315000736981276 ], [ -6.600554968892666, 38.305970100661384 ], [ -6.619445713993198, 38.308724777045164 ], [ -6.617834629576518, 38.324981848305328 ], [ -6.603617192982044, 38.331140360189423 ], [ -6.598971784270835, 38.335096688860439 ], [ -6.591445451101075, 38.342001343795104 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -7.303245014998047, 38.496250967022142 ], [ -7.295413405537531, 38.517508876779956 ], [ -7.281971314182627, 38.526104112213872 ], [ -7.262683211277608, 38.528238935001532 ], [ -7.261403482349767, 38.516847378749716 ], [ -7.278703574442806, 38.51192607425358 ], [ -7.28144773414977, 38.50705969201568 ], [ -7.283796480606433, 38.495535476928367 ], [ -7.285470715302889, 38.493091164719864 ], [ -7.303245014998047, 38.496250967022142 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -7.211556156233141, 38.421427302991773 ], [ -7.198887872586321, 38.422359296181007 ], [ -7.193500327695237, 38.413020428255578 ], [ -7.194762937787594, 38.403443042050576 ], [ -7.200064844686403, 38.400869808991388 ], [ -7.2111373711574, 38.403808043393582 ], [ -7.220097796249907, 38.412064036444711 ], [ -7.211556156233141, 38.421427302991773 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -7.047684897710791, 38.448659977490109 ], [ -7.046090198112376, 38.463490507366217 ], [ -7.033012841238145, 38.457269405127526 ], [ -7.031378593219782, 38.449699717635255 ], [ -7.034928568907125, 38.448147439363474 ], [ -7.047684897710791, 38.448659977490109 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -7.048803378279447, 38.468639477546695 ], [ -7.051917039612804, 38.480923842311668 ], [ -7.042340582062812, 38.483161755493114 ], [ -7.031706974148182, 38.477332713016906 ], [ -7.030571223734684, 38.467839344296266 ], [ -7.048803378279447, 38.468639477546695 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -7.139351260621096, 38.70472636327645 ], [ -7.145115076602953, 38.720249668003859 ], [ -7.126348868766055, 38.721867837639351 ], [ -7.10910292664866, 38.718186819475889 ], [ -7.097168163750518, 38.700971887820337 ], [ -7.09976790221614, 38.693254892561995 ], [ -7.115520452129543, 38.692224031294423 ], [ -7.139351260621096, 38.70472636327645 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": "Piedra Aguda", "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -7.094215711941904, 38.766370620799918 ], [ -7.063324023286531, 38.758394908332015 ], [ -7.032751195123031, 38.745157068867833 ], [ -7.019667892039768, 38.728926859821485 ], [ -7.015538117365193, 38.709527688823542 ], [ -7.027565950801416, 38.696244683417184 ], [ -7.044964415353329, 38.70279239593858 ], [ -7.057440733558534, 38.719040875980959 ], [ -7.068182096426554, 38.736778203982617 ], [ -7.081206790215461, 38.741089549138614 ], [ -7.111102483546449, 38.742423257148396 ], [ -7.119020045868624, 38.753105938928634 ], [ -7.094215711941904, 38.766370620799918 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.856065614045832, 38.707754480849445 ], [ -6.843461756337987, 38.699590554007756 ], [ -6.837538889747395, 38.691205831020902 ], [ -6.842972630729615, 38.679111116169338 ], [ -6.861661177476806, 38.676111433104971 ], [ -6.872039961857382, 38.688160340384108 ], [ -6.881233793581599, 38.700724273994034 ], [ -6.871400313403634, 38.710106826922782 ], [ -6.856065614045832, 38.707754480849445 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.834976718081125, 38.666027986868755 ], [ -6.824177957564518, 38.657325833355742 ], [ -6.799602386287493, 38.652408091384203 ], [ -6.799099083675605, 38.642891508863833 ], [ -6.828170302000657, 38.640989156724203 ], [ -6.839900619905619, 38.644417300226429 ], [ -6.849613065858716, 38.655537019030646 ], [ -6.834976718081125, 38.666027986868755 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.361627724656512, 38.814560253714347 ], [ -6.343803722725336, 38.811258786638653 ], [ -6.334388104319678, 38.805331179203598 ], [ -6.336199484547144, 38.791932027106768 ], [ -6.348119944089429, 38.786347099567955 ], [ -6.364001050351765, 38.787320569926926 ], [ -6.368617530742505, 38.794814464421691 ], [ -6.381752154450273, 38.789191079355803 ], [ -6.40279094935602, 38.783336088134988 ], [ -6.41178232028585, 38.793084011521543 ], [ -6.392050359158708, 38.813679953422145 ], [ -6.361627724656512, 38.814560253714347 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.59338029496474, 38.819094014287693 ], [ -6.581439571886079, 38.811834502007649 ], [ -6.571302190214657, 38.804041875040163 ], [ -6.568393873074953, 38.794597498965928 ], [ -6.589750943235027, 38.795372506412626 ], [ -6.611757652363101, 38.808993360430613 ], [ -6.59338029496474, 38.819094014287693 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.880952293847271, 38.634811571724661 ], [ -5.863798183196524, 38.631419083169206 ], [ -5.861483988825778, 38.619080271270832 ], [ -5.872164592671528, 38.612620640323009 ], [ -5.8831866260803, 38.614733100782829 ], [ -5.884706199005077, 38.622323578049134 ], [ -5.880952293847271, 38.634811571724661 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2.625209332635894, 39.485578660098874 ], [ -2.633148363185383, 39.49704738823624 ], [ -2.634331736163822, 39.506110466568806 ], [ -2.630600857309816, 39.513250780852893 ], [ -2.625614915776482, 39.524678185484348 ], [ -2.616435027396113, 39.514635327311908 ], [ -2.604803933769892, 39.503153002706902 ], [ -2.598717746729344, 39.491211958309769 ], [ -2.601838096250862, 39.483593745422979 ], [ -2.608619770831648, 39.481232722990647 ], [ -2.625209332635894, 39.485578660098874 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2.532344212904346, 39.935331699369797 ], [ -2.5150268074961, 39.931923158691326 ], [ -2.511344977005638, 39.92713998546423 ], [ -2.513906247180721, 39.915231446943814 ], [ -2.523812471281644, 39.915272550486442 ], [ -2.546095253726748, 39.916315460793939 ], [ -2.54914098438519, 39.923955706048609 ], [ -2.532344212904346, 39.935331699369797 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -2.812020118517602, 39.866933512071498 ], [ -2.800107445427273, 39.863632494050975 ], [ -2.797657880272949, 39.85504621049283 ], [ -2.811284407355722, 39.848871032329377 ], [ -2.826770004536797, 39.840313128988711 ], [ -2.839386080336038, 39.84438663196206 ], [ -2.836491631914896, 39.848551713799516 ], [ -2.830902376957513, 39.85760253052608 ], [ -2.812020118517602, 39.866933512071498 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.895003532797779, 39.705876421676749 ], [ -3.896429240142388, 39.720645650301861 ], [ -3.860712113544479, 39.728067672996623 ], [ -3.859270173501486, 39.711390988674573 ], [ -3.860421787230483, 39.704707500421449 ], [ -3.895003532797779, 39.705876421676749 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.162794682744515, 39.980932346261106 ], [ -5.171313467420051, 39.995551001237025 ], [ -5.166734570845081, 40.007554450454478 ], [ -5.154688223979626, 40.018743442447445 ], [ -5.139152067071064, 40.0176012716231 ], [ -5.120296838341187, 40.009367154054303 ], [ -5.121476971649282, 39.987416820982872 ], [ -5.162794682744515, 39.980932346261106 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.139740536282055, 39.797823915451694 ], [ -5.154653875644143, 39.80040818571316 ], [ -5.155658577738784, 39.812784319873515 ], [ -5.145348545931138, 39.819172889256208 ], [ -5.121295574446892, 39.821045505069165 ], [ -5.109511878722988, 39.819830266556181 ], [ -5.109337007730437, 39.814112746732619 ], [ -5.109191320025349, 39.809348142073063 ], [ -5.129548784972515, 39.80802270194998 ], [ -5.136314726533523, 39.806944828857596 ], [ -5.139472490593843, 39.798537648726878 ], [ -5.139740536282055, 39.797823915451694 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.109337007730437, 39.814112746732619 ], [ -5.102911740455198, 39.806125084657033 ], [ -5.102563311202715, 39.794689963091628 ], [ -5.104169393189465, 39.786556477218824 ], [ -5.117770861220068, 39.78678568626804 ], [ -5.139472490593843, 39.798537648726878 ], [ -5.136314726533523, 39.806944828857596 ], [ -5.129548784972515, 39.80802270194998 ], [ -5.109191320025349, 39.809348142073063 ], [ -5.109337007730437, 39.814112746732619 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.444389083627714, 39.901445208627436 ], [ -5.450736565076148, 39.923239274863263 ], [ -5.429701717661553, 39.923682213351086 ], [ -5.423313282025462, 39.918095589668248 ], [ -5.421037834300634, 39.906225649186112 ], [ -5.420802994436288, 39.899556746081693 ], [ -5.444389083627714, 39.901445208627436 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.497061542278668, 39.903182513099004 ], [ -5.518106494646655, 39.903203864415111 ], [ -5.519640212139236, 39.911274328086947 ], [ -5.520007027762733, 39.92127691291563 ], [ -5.51325451443724, 39.922853639552365 ], [ -5.506501672303813, 39.924429981730505 ], [ -5.505490237518917, 39.930648871082212 ], [ -5.507850832300921, 39.944421895041586 ], [ -5.516087633024091, 39.949486927992353 ], [ -5.524062851050481, 39.947406696733523 ], [ -5.527086940647184, 39.945434013829534 ], [ -5.527127173300836, 39.929702317246488 ], [ -5.532502154611558, 39.924341358605147 ], [ -5.537574405192586, 39.927567235280009 ], [ -5.544662039894783, 39.935038857607083 ], [ -5.544643550710043, 39.951246722772815 ], [ -5.542538673224886, 39.961303407891954 ], [ -5.532156866325167, 39.965344302446745 ], [ -5.511764321840564, 39.966741613774317 ], [ -5.506009141948054, 39.978783512828251 ], [ -5.500315275893194, 39.9755697147788 ], [ -5.49185137402879, 39.964311487428418 ], [ -5.495803248510742, 39.95373919394639 ], [ -5.488198370423816, 39.914813839827836 ], [ -5.497061542278668, 39.903182513099004 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.555884494397314, 39.903806950363936 ], [ -5.575145164255142, 39.905764023735195 ], [ -5.577815454022994, 39.910948247845354 ], [ -5.581794830573835, 39.918010001069106 ], [ -5.598639799999002, 39.921446974183191 ], [ -5.603258639566268, 39.928970296402454 ], [ -5.616685630565452, 39.940108312746048 ], [ -5.628333467425452, 39.953191823226959 ], [ -5.622873037185594, 39.956175679307272 ], [ -5.612934638109356, 39.955446890803763 ], [ -5.600995346165865, 39.950948700393113 ], [ -5.589676377751275, 39.946435395845477 ], [ -5.57887027479136, 39.939049424937934 ], [ -5.570505568409573, 39.93065490181467 ], [ -5.561524326720586, 39.922273374926796 ], [ -5.554930879950997, 39.911455043904752 ], [ -5.555884494397314, 39.903806950363936 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.430558521981159, 39.420252568916055 ], [ -5.425879090503772, 39.409385436918811 ], [ -5.408519854520034, 39.404978974471852 ], [ -5.403239958245226, 39.376484034211849 ], [ -5.412798713001316, 39.368658321375804 ], [ -5.428060048937737, 39.365957030635656 ], [ -5.44031796515899, 39.365223743976728 ], [ -5.441379845940986, 39.37807330692322 ], [ -5.444848095800778, 39.389442063526353 ], [ -5.453213054906451, 39.40023074582998 ], [ -5.456020209564536, 39.410182854941809 ], [ -5.456108627419948, 39.43020368212602 ], [ -5.450830601745109, 39.437466027137887 ], [ -5.437879407419769, 39.436308161398571 ], [ -5.430558521981159, 39.420252568916055 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.922679970879428, 39.415595428436042 ], [ -5.907470516844538, 39.419313747241624 ], [ -5.882872601442108, 39.418973044089903 ], [ -5.876439091548027, 39.411981940811117 ], [ -5.874127775603004, 39.400598309588752 ], [ -5.873658457132077, 39.38916909094381 ], [ -5.875225767348508, 39.382456521491498 ], [ -5.882393520008025, 39.377512029240627 ], [ -5.892647700100941, 39.372967058759521 ], [ -5.901831300318564, 39.372261519409967 ], [ -5.911845981245676, 39.376778133764489 ], [ -5.917091857073674, 39.384750502288178 ], [ -5.924853529164758, 39.394089432009018 ], [ -5.922679970879428, 39.415595428436042 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.945544501909076, 39.316342036705088 ], [ -5.928992385728159, 39.316760033663876 ], [ -5.923276591085032, 39.312136812230868 ], [ -5.923848128908613, 39.296391272545634 ], [ -5.931656420307312, 39.292381136680604 ], [ -5.938357721120665, 39.291258661476377 ], [ -5.946444192619105, 39.293914335467868 ], [ -5.95926271736688, 39.306936540584019 ], [ -5.959583937942628, 39.314555549150903 ], [ -5.945544501909076, 39.316342036705088 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.826052491258543, 39.163078987268001 ], [ -5.826052491258543, 39.163078987268001 ], [ -5.83576774476245, 39.166045221944984 ], [ -5.844028087852672, 39.173471235232647 ], [ -5.84378104676308, 39.182534887161701 ], [ -5.838465391740437, 39.18743177003995 ], [ -5.824389928892407, 39.187774084969497 ], [ -5.810774339479357, 39.184289842884212 ], [ -5.804488500686263, 39.180699858739636 ], [ -5.811580554928137, 39.173782550748072 ], [ -5.8246792390544, 39.164407861912636 ], [ -5.826052491258543, 39.163078987268001 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.205182286120262, 38.953391335014011 ], [ -6.213460443854722, 38.947443114743109 ], [ -6.220512081465109, 38.954875690090994 ], [ -6.216825641741314, 38.967848239641313 ], [ -6.206895841995668, 38.964308240352807 ], [ -6.205182286120262, 38.953391335014011 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.326323532463402, 39.128276587381471 ], [ -6.329951074022991, 39.114349308738561 ], [ -6.341583542741802, 39.114492759064021 ], [ -6.352106786561726, 39.117050347856683 ], [ -6.353056691331876, 39.124173098504819 ], [ -6.346196685103505, 39.134380587265035 ], [ -6.337275811057839, 39.1398800445116 ], [ -6.327517830245148, 39.140636015513188 ], [ -6.326323532463402, 39.128276587381471 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.369133775354843, 39.166132681703488 ], [ -6.391437754011442, 39.158811633945433 ], [ -6.415719853931619, 39.1671582805307 ], [ -6.416608004284504, 39.172852185707619 ], [ -6.417023190326521, 39.181419947458259 ], [ -6.413364444459178, 39.194397228340428 ], [ -6.412290118516854, 39.210158614059942 ], [ -6.421457036023452, 39.22228263087878 ], [ -6.419114155164903, 39.237127990164936 ], [ -6.406260712232689, 39.237505029789119 ], [ -6.40564863751022, 39.237522948752073 ], [ -6.388939001352852, 39.23419758191212 ], [ -6.373226716426905, 39.226074217096802 ], [ -6.363048109903616, 39.218265527714188 ], [ -6.359964414466838, 39.205007916302186 ], [ -6.360302647566893, 39.186408076739511 ], [ -6.369133775354843, 39.166132681703488 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.172565108373521, 39.383302695346281 ], [ -6.151749021218, 39.384822315039763 ], [ -6.140876562021193, 39.388930026599219 ], [ -6.139035885354597, 39.388979748466681 ], [ -6.135269210723242, 39.387174690241537 ], [ -6.130505968527968, 39.376816113463903 ], [ -6.134037546497295, 39.37338419882942 ], [ -6.168937379130176, 39.371008059690219 ], [ -6.172565108373521, 39.383302695346281 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.29323017342614, 39.383656948958453 ], [ -6.28318588099073, 39.384520812089278 ], [ -6.276314903040467, 39.395201343658599 ], [ -6.257561150525088, 39.401448496513467 ], [ -6.239105404351257, 39.387664252285148 ], [ -6.243616207330001, 39.37895841149691 ], [ -6.250866560653313, 39.376372521722303 ], [ -6.258966446133894, 39.36565900236004 ], [ -6.267463539143349, 39.363513807661562 ], [ -6.270952223648891, 39.37247238436688 ], [ -6.288157649598992, 39.359593643546923 ], [ -6.295925132259664, 39.36724275407591 ], [ -6.291478608068754, 39.368198817819206 ], [ -6.29323017342614, 39.383656948958453 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.195554277361978, 39.429386882965687 ], [ -6.202939751647021, 39.443006983608683 ], [ -6.199230554139647, 39.45597925357167 ], [ -6.191529977739193, 39.462387751298884 ], [ -6.165496807402985, 39.457856596070982 ], [ -6.161930210074725, 39.446990239661574 ], [ -6.179564213171056, 39.442695652491999 ], [ -6.185248431389998, 39.432529864576864 ], [ -6.195554277361978, 39.429386882965687 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.242887790151532, 39.429505573246693 ], [ -6.235458729039995, 39.441629344863657 ], [ -6.219517145735947, 39.429202106770632 ], [ -6.225238374636978, 39.419986745322724 ], [ -6.234904593926397, 39.416381389849121 ], [ -6.247289890031405, 39.41841930050218 ], [ -6.242887790151532, 39.429505573246693 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.216469402171986, 39.469803300869323 ], [ -6.208636475109413, 39.486703263992098 ], [ -6.215460707676611, 39.501291194504354 ], [ -6.209754138269374, 39.510982349780818 ], [ -6.198625892110544, 39.509859370916367 ], [ -6.187323753980148, 39.504926750264715 ], [ -6.181466854582355, 39.497937305822937 ], [ -6.175965420210805, 39.485217790517694 ], [ -6.184132104143671, 39.475460831484916 ], [ -6.194927698774855, 39.469444399967969 ], [ -6.216469402171986, 39.469803300869323 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.32150186189419, 39.428238305046499 ], [ -6.338142294739392, 39.429191407452471 ], [ -6.339551865740924, 39.432964165236243 ], [ -6.34032498735012, 39.436278544189136 ], [ -6.340280170061631, 39.448196261091923 ], [ -6.332571294741815, 39.45413753543383 ], [ -6.312376302515879, 39.456145071734724 ], [ -6.297639095229233, 39.456564327861429 ], [ -6.294074733510388, 39.446178907774488 ], [ -6.309062930279384, 39.438126424562633 ], [ -6.32150186189419, 39.428238305046499 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.441611816017079, 39.40853663572306 ], [ -6.451830549608766, 39.403943692731325 ], [ -6.458012561273081, 39.404713186253865 ], [ -6.471037674441281, 39.407184724661562 ], [ -6.479958410416316, 39.413590941612668 ], [ -6.480550834727766, 39.425489318719407 ], [ -6.465799144897286, 39.437846442620511 ], [ -6.445614347594377, 39.439876790445354 ], [ -6.440117845073844, 39.428123478257618 ], [ -6.441611816017079, 39.40853663572306 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.756816202312521, 39.670917645366941 ], [ -6.736550914795429, 39.672525563136119 ], [ -6.728009334099495, 39.662791685636222 ], [ -6.716880576793604, 39.650757018852175 ], [ -6.711731421682058, 39.635193753453187 ], [ -6.721732896237066, 39.626294318859742 ], [ -6.746369074030293, 39.62597793826594 ], [ -6.747395578011711, 39.633570507402844 ], [ -6.743242401199616, 39.636564248606945 ], [ -6.745679592392815, 39.647447544748751 ], [ -6.753374042513057, 39.652918086268159 ], [ -6.756816202312521, 39.670917645366941 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.30520981268121, 39.861500416425528 ], [ -6.283660012750135, 39.863543039487197 ], [ -6.275103097126374, 39.865691778123043 ], [ -6.269106983266108, 39.869674227071172 ], [ -6.266289480931403, 39.875473367799579 ], [ -6.259304504562632, 39.884726235291815 ], [ -6.24540762689886, 39.891789323992505 ], [ -6.234194774212305, 39.890196321857665 ], [ -6.224635257144293, 39.884266434185641 ], [ -6.222157068737875, 39.870989362851418 ], [ -6.22962958451066, 39.85886523149204 ], [ -6.242353850784777, 39.853266819398293 ], [ -6.261891584646298, 39.847952084230236 ], [ -6.277857094520281, 39.845595020465964 ], [ -6.305873509923983, 39.849565541435567 ], [ -6.30520981268121, 39.861500416425528 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.20019044732297, 40.333936607298163 ], [ -5.17260091867885, 40.328261429564549 ], [ -5.152681694984064, 40.328634001181953 ], [ -5.14846325090125, 40.313458476771764 ], [ -5.143122907375501, 40.302117057234597 ], [ -5.140257946256589, 40.290252884970968 ], [ -5.141928751185941, 40.284024984786065 ], [ -5.179293250542835, 40.265212774245562 ], [ -5.190939932195575, 40.259749167031735 ], [ -5.19549305598143, 40.265859786970459 ], [ -5.199081043785436, 40.280568947193245 ], [ -5.204286778731526, 40.30668758159495 ], [ -5.20019044732297, 40.333936607298163 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.527481932432826, 40.72089476470196 ], [ -4.528162778696588, 40.723269168598236 ], [ -4.503108046332625, 40.723598213097553 ], [ -4.48318036295917, 40.729099569457702 ], [ -4.471341127082311, 40.732111228332194 ], [ -4.462320209256096, 40.72078544240064 ], [ -4.458855456248206, 40.705575326022952 ], [ -4.474884684015219, 40.69393112217363 ], [ -4.493041581891195, 40.693697688026717 ], [ -4.492935193314474, 40.6889321941646 ], [ -4.487682994408805, 40.678036187495039 ], [ -4.492827549587307, 40.656042083021696 ], [ -4.526367540478526, 40.644639662195303 ], [ -4.547759866660414, 40.649598432983204 ], [ -4.557992254337155, 40.65899455304973 ], [ -4.565980651198975, 40.679383975431747 ], [ -4.573090102862947, 40.688821003646339 ], [ -4.585791389002723, 40.696274142817835 ], [ -4.576579758714315, 40.704027272360314 ], [ -4.568003421326515, 40.712247720367856 ], [ -4.564770496663904, 40.734695657505867 ], [ -4.556022248450172, 40.735767313080828 ], [ -4.545943494965562, 40.733519365292246 ], [ -4.540096591581704, 40.724540577116571 ], [ -4.527481932432826, 40.72089476470196 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.883236965519336, 40.56119441725108 ], [ -4.883188464846638, 40.561049920393685 ], [ -4.878464167420868, 40.546971661580848 ], [ -4.875221492248422, 40.520330024055681 ], [ -4.882420482253625, 40.509725852542871 ], [ -4.919508442234045, 40.496245058263199 ], [ -4.935735410439863, 40.495974306361241 ], [ -4.954513884437397, 40.497564870047995 ], [ -4.957994777737772, 40.509899685772325 ], [ -4.958549536348714, 40.528957556511195 ], [ -4.948738468699149, 40.535320356162394 ], [ -4.948486848137883, 40.548194979821893 ], [ -4.956939490047003, 40.559492374136852 ], [ -4.957869699940965, 40.569963537011716 ], [ -4.942360134835977, 40.57403887477647 ], [ -4.926114385806879, 40.574310985035396 ], [ -4.912938361549252, 40.572623279424498 ], [ -4.912931052807029, 40.572366726651339 ], [ -4.912666957096784, 40.56309416801728 ], [ -4.883236965519336, 40.56119441725108 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.912931052807029, 40.572366726651339 ], [ -4.878598890700004, 40.574140364058742 ], [ -4.879555211867555, 40.563637806005012 ], [ -4.883188464846638, 40.561049920393685 ], [ -4.883236965519336, 40.56119441725108 ], [ -4.912666957096784, 40.56309416801728 ], [ -4.912931052807029, 40.572366726651339 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.477375498792094, 40.690111398283129 ], [ -5.463891112436482, 40.698026449314078 ], [ -5.45606682957931, 40.689613662634194 ], [ -5.449373674544178, 40.677839790115293 ], [ -5.443256266925896, 40.664623359787676 ], [ -5.440407020235727, 40.655150687291425 ], [ -5.440685101419273, 40.645611831139718 ], [ -5.451922824669556, 40.644896979624022 ], [ -5.464638692468086, 40.650345896503367 ], [ -5.47242399462003, 40.657805716828889 ], [ -5.465006998380421, 40.660347619540175 ], [ -5.457379550481428, 40.657173763431281 ], [ -5.455087640041104, 40.662942312803658 ], [ -5.462335585822187, 40.672797460538725 ], [ -5.477375498792094, 40.690111398283129 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.529444194900782, 40.720180113894571 ], [ -5.51913942796477, 40.718282201254944 ], [ -5.511949639605543, 40.710336089868477 ], [ -5.514040899780072, 40.699327791435401 ], [ -5.531592443871818, 40.683214843624313 ], [ -5.542454816054169, 40.672489891282915 ], [ -5.547884708812961, 40.667127063822342 ], [ -5.563794346153495, 40.673924281655587 ], [ -5.588842018606657, 40.678038401742455 ], [ -5.588842018606657, 40.678038401742455 ], [ -5.586578973793984, 40.680327033022174 ], [ -5.589431553749906, 40.689319174882904 ], [ -5.589708301143443, 40.696462528183147 ], [ -5.582255140911462, 40.698059500933837 ], [ -5.575243819241776, 40.694879750231649 ], [ -5.569576005815802, 40.69405284576974 ], [ -5.56350182803422, 40.69895435807971 ], [ -5.56379417397832, 40.70657407734614 ], [ -5.57216792246999, 40.712583970263978 ], [ -5.575499181930294, 40.717752653530198 ], [ -5.569368414651625, 40.72122582542751 ], [ -5.558873442042041, 40.72527220324428 ], [ -5.553130348609789, 40.722539630760181 ], [ -5.547850126802213, 40.715506799680576 ], [ -5.542144567180404, 40.71372611460324 ], [ -5.532184611354444, 40.71537508059216 ], [ -5.527249485982638, 40.717389858232494 ], [ -5.529444194900782, 40.720180113894571 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.248682637462378, 40.834930194708299 ], [ -5.263674480095406, 40.851319415629561 ], [ -5.26116995492312, 40.869957653076803 ], [ -5.259032613293187, 40.880962330290011 ], [ -5.245161301403759, 40.879326742582002 ], [ -5.206546342819359, 40.870062757518191 ], [ -5.203325588321808, 40.848675274273347 ], [ -5.207621790147473, 40.845733216825344 ], [ -5.248682637462378, 40.834930194708299 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.54866606519079, 40.802474768766459 ], [ -5.54307206627451, 40.820233673580717 ], [ -5.526682660222352, 40.818210829011797 ], [ -5.520806332019865, 40.812143216465664 ], [ -5.517956811914253, 40.803149430811047 ], [ -5.519869050781922, 40.787378713179734 ], [ -5.524363382092218, 40.790140229804429 ], [ -5.536558962492755, 40.79749876292076 ], [ -5.54866606519079, 40.802474768766459 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.460538314998365, 40.9323584193938 ], [ -5.452274030092243, 40.927059779700308 ], [ -5.443079330388683, 40.916292569490842 ], [ -5.437706570259419, 40.906873711088217 ], [ -5.446143805883859, 40.89716232490575 ], [ -5.462882082995749, 40.897807153399995 ], [ -5.464252743638453, 40.902734468284088 ], [ -5.463978799697066, 40.91227292742807 ], [ -5.463793329035619, 40.924192627620748 ], [ -5.460538314998365, 40.9323584193938 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.234612742356616, 40.957700751427687 ], [ -5.246552664428319, 40.976057435183328 ], [ -5.245635106186541, 40.986084670142446 ], [ -5.242121884360182, 40.993779250737298 ], [ -5.229612873527942, 40.9959285331106 ], [ -5.214492456763908, 40.995266864816003 ], [ -5.204242985747655, 40.989743758959946 ], [ -5.20444312014591, 40.976870719992327 ], [ -5.208636077854384, 40.970594136739457 ], [ -5.220289063364191, 40.961790717400511 ], [ -5.234612742356616, 40.957700751427687 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.319977069605737, 40.953630640193929 ], [ -5.339110137905705, 40.961346620987797 ], [ -5.34268983659236, 40.973666334320683 ], [ -5.349515144516116, 40.988779549096158 ], [ -5.352520648807834, 41.002540480750504 ], [ -5.351176606416092, 41.017820036366267 ], [ -5.342081612800062, 41.027537866457941 ], [ -5.336179674240828, 41.038620149822009 ], [ -5.329344179897013, 41.041141716946314 ], [ -5.309130452391141, 41.03916556050531 ], [ -5.295804178077999, 41.017983577532512 ], [ -5.292710468702196, 41.001363085688531 ], [ -5.303215967236736, 40.995910598896401 ], [ -5.304290738445794, 40.99064615539767 ], [ -5.294168027454465, 40.970829554003913 ], [ -5.319977069605737, 40.953630640193929 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.459371844303209, 40.995911076805449 ], [ -5.452512878379938, 41.001408488217976 ], [ -5.438823330282091, 41.005512103288439 ], [ -5.424363555649854, 41.005817307779274 ], [ -5.408264515586007, 40.995669190582092 ], [ -5.397637131532929, 40.980162125118085 ], [ -5.387152239521048, 40.96846409728159 ], [ -5.367451678251825, 40.962674349620805 ], [ -5.365073468694328, 40.948900864793686 ], [ -5.379487234914836, 40.947650879290116 ], [ -5.410370521992944, 40.949868822783387 ], [ -5.43377640819924, 40.950100924184802 ], [ -5.439083176406298, 40.952839370799332 ], [ -5.439346296230084, 40.959983221997113 ], [ -5.435211286869111, 40.967220101980274 ], [ -5.429015450273182, 40.969734021010112 ], [ -5.425384974019417, 40.973623519925219 ], [ -5.42629272392713, 40.981230444822721 ], [ -5.431565398795737, 40.987792060495757 ], [ -5.453669193643273, 40.990183186436084 ], [ -5.454562830085771, 40.997313522265941 ], [ -5.459371844303209, 40.995911076805449 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.429359505332729, 41.021917301217265 ], [ -5.443158695161842, 41.020672210864731 ], [ -5.447719233661831, 41.02486500350772 ], [ -5.443146302683835, 41.037354276557267 ], [ -5.438642128854589, 41.05174838835454 ], [ -5.428315005231262, 41.061975638596067 ], [ -5.40337128016624, 41.068694946503491 ], [ -5.392379521471825, 41.060821208245088 ], [ -5.388802366084262, 41.048979861030361 ], [ -5.380177358454381, 41.036766164924749 ], [ -5.397633736035316, 41.032114510120415 ], [ -5.421428900815797, 41.0287570188977 ], [ -5.429359505332729, 41.021917301217265 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.477893983480034, 41.074264940390528 ], [ -5.48826848448955, 41.082143744676337 ], [ -5.488574091338064, 41.090239626762155 ], [ -5.487710638137789, 41.100743840752628 ], [ -5.474632774832029, 41.104838569957451 ], [ -5.463121665449509, 41.100319212677803 ], [ -5.457623278305746, 41.088044632898999 ], [ -5.464785026569832, 41.07740596507135 ], [ -5.477893983480034, 41.074264940390528 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.453039533689256, 41.1172160310064 ], [ -5.474897926079001, 41.128663642768352 ], [ -5.484993258247089, 41.12892280514415 ], [ -5.494045507928226, 41.134923042437514 ], [ -5.495829133593325, 41.148706158487258 ], [ -5.494679748580671, 41.168272148892811 ], [ -5.486973573052199, 41.181307393204918 ], [ -5.472690815576983, 41.187334433670138 ], [ -5.451976238278143, 41.190160627815949 ], [ -5.421556709631811, 41.186515102001586 ], [ -5.412171294727312, 41.171460511649677 ], [ -5.410229744341979, 41.152913176994517 ], [ -5.397841078034958, 41.141733068889401 ], [ -5.394292504584247, 41.130844707226068 ], [ -5.406190825455345, 41.128690192227964 ], [ -5.432067953827803, 41.129576339175237 ], [ -5.441933766677193, 41.123648118330422 ], [ -5.453039533689256, 41.1172160310064 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.664439951185172, 41.123956463121999 ], [ -5.666656989420905, 41.132007414523905 ], [ -5.655705311518616, 41.141792678093125 ], [ -5.645322908985945, 41.15013401373082 ], [ -5.628924773526643, 41.150033076555033 ], [ -5.625223801665413, 41.136295962248326 ], [ -5.635530490556809, 41.126051730800441 ], [ -5.664439951185172, 41.123956463121999 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.842513518670955, 40.838977068558627 ], [ -5.829913990155133, 40.830469708686024 ], [ -5.820684065599349, 40.819972071675615 ], [ -5.825071219598644, 40.812477098418434 ], [ -5.836593333798039, 40.810526022141218 ], [ -5.844143451717677, 40.811054930348625 ], [ -5.848430554047893, 40.815953541407794 ], [ -5.858103147607064, 40.814760916352178 ], [ -5.87180234270116, 40.819663215606113 ], [ -5.866228128670588, 40.828619282744263 ], [ -5.858032396783298, 40.835018740370693 ], [ -5.852564295126157, 40.839205395956341 ], [ -5.842513518670955, 40.838977068558627 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.044760110932295, 40.739921121499691 ], [ -6.03101212377898, 40.733849096723581 ], [ -6.027656062355296, 40.722022042502083 ], [ -6.029802384423294, 40.714101625665037 ], [ -6.042842736261589, 40.711613571642943 ], [ -6.050140834001882, 40.699982188261664 ], [ -6.060621247765916, 40.696368296059731 ], [ -6.06621464471507, 40.709088138541745 ], [ -6.060613631680111, 40.723535125436293 ], [ -6.055709299927481, 40.732720707657151 ], [ -6.044760110932295, 40.739921121499691 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.374328196486031, 40.850845921583975 ], [ -6.34494473209962, 40.853132394189245 ], [ -6.33532859828996, 40.849121917767505 ], [ -6.329718790298722, 40.837369622106152 ], [ -6.33457044526679, 40.821502130915917 ], [ -6.348810807008764, 40.817753139970748 ], [ -6.367241195076367, 40.822458495160923 ], [ -6.398008671715462, 40.822985121025596 ], [ -6.398470761179205, 40.832026465532984 ], [ -6.38334086139259, 40.842956395791269 ], [ -6.374328196486031, 40.850845921583975 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.624490229127024, 40.522994327360728 ], [ -6.596306360454528, 40.521493188604914 ], [ -6.595988060695485, 40.503869698016921 ], [ -6.617180177257491, 40.503207461448461 ], [ -6.644681576413293, 40.503771976656218 ], [ -6.667481914576075, 40.521159444841999 ], [ -6.653453514184743, 40.527323311060684 ], [ -6.624490229127024, 40.522994327360728 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.648819961030552, 40.476476413585949 ], [ -6.620322948399591, 40.4687953068577 ], [ -6.628301016522832, 40.454724040516652 ], [ -6.647999436600848, 40.449814048426695 ], [ -6.667277998018078, 40.460164475686781 ], [ -6.662189733488329, 40.469857522582409 ], [ -6.648819961030552, 40.476476413585949 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -6.273440341462175, 41.006738488025817 ], [ -6.249984596600751, 41.003113712810119 ], [ -6.2404212917602, 41.000523759237772 ], [ -6.230951863412577, 40.986969031627922 ], [ -6.237208340962603, 40.973449084143716 ], [ -6.247091825766083, 40.969834785146737 ], [ -6.258211397326516, 40.978575739202604 ], [ -6.276006689355508, 40.982360087674046 ], [ -6.275732305873421, 40.989516551449299 ], [ -6.273440341462175, 41.006738488025817 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.957680405758918, 41.232606132615672 ], [ -5.940237402547482, 41.237819070457014 ], [ -5.936913570949475, 41.234091302433079 ], [ -5.935034411743682, 41.220318320632678 ], [ -5.934033831592817, 41.197944336507476 ], [ -5.933331970233662, 41.182234879345884 ], [ -5.939036710776978, 41.168744885907905 ], [ -5.947226405480816, 41.168535441237999 ], [ -5.959410197708525, 41.172988631829014 ], [ -5.968832632823584, 41.186090315139978 ], [ -5.970803634935004, 41.201766719405427 ], [ -5.968427416526399, 41.218985040145022 ], [ -5.957680405758918, 41.232606132615672 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.500061497525012, 41.2930263017955 ], [ -5.500142588889255, 41.319952519937374 ], [ -5.497311710831051, 41.328592818446637 ], [ -5.494698332784171, 41.342947517373183 ], [ -5.497410652598788, 41.355995120877964 ], [ -5.503679540970402, 41.362769494674033 ], [ -5.521938679205348, 41.376906741684515 ], [ -5.519796095726581, 41.386962211325965 ], [ -5.509844123973007, 41.391469203407411 ], [ -5.498558984993696, 41.385995801114753 ], [ -5.488756435505168, 41.377867914819554 ], [ -5.479037738066477, 41.371882050867846 ], [ -5.467333401014752, 41.371895447269303 ], [ -5.439330079566627, 41.3674885051065 ], [ -5.433876858563497, 41.365459332985083 ], [ -5.440754684191031, 41.35482836893641 ], [ -5.4501401618398, 41.343667000787093 ], [ -5.454828661555264, 41.333796706588949 ], [ -5.465181766090858, 41.331668888229622 ], [ -5.466222195893712, 41.317348532314504 ], [ -5.457560574107883, 41.313959379306446 ], [ -5.409660993377042, 41.30067451220765 ], [ -5.409968093508279, 41.283271939065912 ], [ -5.416105849024799, 41.278377143075872 ], [ -5.440499447754692, 41.280245345260546 ], [ -5.467165050433291, 41.292068351178628 ], [ -5.4802352192147, 41.295123546659454 ], [ -5.500061497525012, 41.2930263017955 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.013564916352532, 41.450081818030199 ], [ -5.013932792978138, 41.441496360128895 ], [ -5.006807697034252, 41.436378179311831 ], [ -5.01974425998617, 41.404218589600895 ], [ -5.043243086105945, 41.406663217953032 ], [ -5.070706238369654, 41.414274459173569 ], [ -5.073919539610364, 41.435664066104962 ], [ -5.067576966613381, 41.455319286063919 ], [ -5.03784756953248, 41.456803216512796 ], [ -5.013564916352532, 41.450081818030199 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.03704806509033, 41.673671497459772 ], [ -5.020529779941385, 41.673963191784715 ], [ -5.017869422153562, 41.670197185749423 ], [ -5.031411267991815, 41.656137274388854 ], [ -5.041588572021621, 41.656433479391893 ], [ -5.045065798013324, 41.665903543350076 ], [ -5.03704806509033, 41.673671497459772 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.010762612578346, 41.666509019373031 ], [ -4.989755024809676, 41.66544496807775 ], [ -4.986388366050686, 41.659307460731938 ], [ -4.984204888609567, 41.650289831638368 ], [ -4.991029624304714, 41.644929194634685 ], [ -5.000599550254642, 41.646192762244205 ], [ -5.008368217059911, 41.650823210075409 ], [ -5.012430962595682, 41.658854269386183 ], [ -5.010762612578346, 41.666509019373031 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.147419858763392, 41.745581718169205 ], [ -5.147419858763394, 41.745581718169205 ], [ -5.156057381857043, 41.75394932181851 ], [ -5.143621586801569, 41.762760636406725 ], [ -5.124725605827377, 41.768830806863257 ], [ -5.103156283074727, 41.771134186174827 ], [ -5.086567378657393, 41.770007033783543 ], [ -5.07173436962822, 41.76407995099796 ], [ -5.057342339389495, 41.751947390372685 ], [ -5.059338437265788, 41.734754422148043 ], [ -5.078882354683336, 41.729159871727191 ], [ -5.091460059423915, 41.724642236754306 ], [ -5.103771769443169, 41.712026084731775 ], [ -5.123893262398516, 41.704983552546445 ], [ -5.137429897873411, 41.710451528927322 ], [ -5.147901419796203, 41.719311362530718 ], [ -5.14730510127067, 41.726980216639859 ], [ -5.145147208314819, 41.727345667998122 ], [ -5.102983034621468, 41.74146986239289 ], [ -5.102782424657211, 41.75481796814362 ], [ -5.115504091893575, 41.754584338369519 ], [ -5.131821300392754, 41.747610413825861 ], [ -5.147419858763392, 41.745581718169205 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.041500693200254, 41.754136424379666 ], [ -5.020538919326802, 41.755460288023521 ], [ -5.019798215423696, 41.752137191305351 ], [ -5.021317853557799, 41.739719121027136 ], [ -5.030692247326015, 41.734311272532537 ], [ -5.043531287009883, 41.737896283307016 ], [ -5.045620587655455, 41.74357816472282 ], [ -5.041500693200254, 41.754136424379666 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.917976343933996, 41.859208774421539 ], [ -4.925279637781691, 41.847648495297094 ], [ -4.939151318085719, 41.842649198086981 ], [ -4.94943108753412, 41.824364862725552 ], [ -4.960184569394442, 41.821798861103503 ], [ -4.970116436382895, 41.834020108152259 ], [ -4.960318259597555, 41.847055602952437 ], [ -4.944173127714672, 41.861151073703979 ], [ -4.929789633772242, 41.870448837604116 ], [ -4.917976343933996, 41.859208774421539 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.446026615562489, 41.766036224838437 ], [ -4.422967754957889, 41.759651702506453 ], [ -4.417177525636424, 41.756863644051684 ], [ -4.406037268004825, 41.742225715305118 ], [ -4.41666410169855, 41.733516221331925 ], [ -4.432429167761396, 41.727124834425595 ], [ -4.452642893987376, 41.720675125065085 ], [ -4.45966016975049, 41.721539402215122 ], [ -4.46747626781141, 41.729542162101602 ], [ -4.465817292533866, 41.74052529858988 ], [ -4.452079259835431, 41.752138318080483 ], [ -4.446026615562489, 41.766036224838437 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.258636677132893, 41.645156735674668 ], [ -4.263694489793375, 41.655229371801227 ], [ -4.280469193216945, 41.667912354571783 ], [ -4.250637300415672, 41.670147345598842 ], [ -4.225697782084908, 41.662313547307846 ], [ -4.229347380605392, 41.65369543536616 ], [ -4.239965910427811, 41.64404898474816 ], [ -4.241352103831947, 41.643354751789147 ], [ -4.249679171043586, 41.645254482628943 ], [ -4.258636677132893, 41.645156735674668 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.805462758374981, 41.653634762082824 ], [ -3.778773457580336, 41.653818696848646 ], [ -3.779837460409832, 41.636652906144967 ], [ -3.791016359155361, 41.615604864950903 ], [ -3.813819432099521, 41.610679400757547 ], [ -3.843092879313019, 41.615234725876064 ], [ -3.862310087397656, 41.627484503319792 ], [ -3.867608896856605, 41.643649937727332 ], [ -3.855015321302452, 41.652323572814367 ], [ -3.834570575636527, 41.643894571878235 ], [ -3.81420310154778, 41.641180890530642 ], [ -3.805462758374981, 41.653634762082824 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -3.449053359083724, 41.620269920458426 ], [ -3.452470447680952, 41.613384496471575 ], [ -3.456538135447912, 41.604789010556239 ], [ -3.464724991328523, 41.595223523293257 ], [ -3.48566676105403, 41.593707062566736 ], [ -3.503767176234454, 41.59434412803234 ], [ -3.524136402384447, 41.60068762917529 ], [ -3.541665889631983, 41.60870913935603 ], [ -3.549658625981905, 41.615105741308767 ], [ -3.552614278231145, 41.626530733422307 ], [ -3.546926355169577, 41.630115839006891 ], [ -3.54674550201672, 41.627392901090971 ], [ -3.522556558813457, 41.62130919129681 ], [ -3.492699579800848, 41.620964401577105 ], [ -3.449053359083724, 41.620269920458426 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.278091874219088, 41.192018476513688 ], [ -4.274214193770334, 41.187294906303109 ], [ -4.266699297348926, 41.190237742518654 ], [ -4.257721259763923, 41.182709670886638 ], [ -4.275170754953131, 41.171554697631898 ], [ -4.279205478867238, 41.151967037161391 ], [ -4.297442699288736, 41.149379752319398 ], [ -4.304585657002789, 41.159785505435124 ], [ -4.303024421358351, 41.176486116840522 ], [ -4.300737279880769, 41.188428329684143 ], [ -4.291424551166085, 41.196159605984178 ], [ -4.278091874219088, 41.192018476513688 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.071924962954785, 41.164092574405075 ], [ -4.050619588370563, 41.17286879489528 ], [ -4.041721193498418, 41.168659675650964 ], [ -4.037201020240838, 41.162027208272896 ], [ -4.032013810846852, 41.153017218728209 ], [ -4.028659875907224, 41.140177310564127 ], [ -4.031640287063132, 41.129187377957884 ], [ -4.043473056129929, 41.120024166658709 ], [ -4.060290050997977, 41.107477309108837 ], [ -4.077131785237712, 41.096834422601603 ], [ -4.094566335059582, 41.084276772642127 ], [ -4.129079351732847, 41.076317057453664 ], [ -4.135508632736048, 41.083880536604703 ], [ -4.13133659157579, 41.097744882005742 ], [ -4.129454729941467, 41.09824001168591 ], [ -4.112572986708607, 41.106030920644848 ], [ -4.093221890050288, 41.117179468774232 ], [ -4.084579509782616, 41.128224434884871 ], [ -4.083491408193015, 41.138721266496425 ], [ -4.084995761172745, 41.153483634945971 ], [ -4.071924962954785, 41.164092574405075 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.162090155817317, 41.019265305937509 ], [ -4.151856017338664, 41.009834621243222 ], [ -4.138618873036111, 41.00853613777646 ], [ -4.130578337547836, 41.016718712335297 ], [ -4.118485765867026, 41.0087332761101 ], [ -4.118832781546915, 40.992046348873991 ], [ -4.12626726226105, 40.985300510961153 ], [ -4.135676782877284, 40.983778166058819 ], [ -4.143051018493447, 40.973695116190001 ], [ -4.161178202347296, 40.967317174316761 ], [ -4.16136207445362, 40.977802157492576 ], [ -4.171668423186266, 40.991521380966383 ], [ -4.183117982444549, 40.998554506608954 ], [ -4.191493070112147, 41.009431669149997 ], [ -4.182855406824408, 41.019054051989286 ], [ -4.162090155817317, 41.019265305937509 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -4.398160352877607, 40.932749536803691 ], [ -4.377384290904657, 40.931092935886987 ], [ -4.37226862217714, 40.926863889158973 ], [ -4.368841799994613, 40.913081107490179 ], [ -4.373101110562827, 40.906357030927637 ], [ -4.388784357715123, 40.905215854597557 ], [ -4.403889303092067, 40.906462954398123 ], [ -4.416634827356541, 40.914887169120718 ], [ -4.415612302768105, 40.925863175767965 ], [ -4.398160352877607, 40.932749536803691 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "D", "EstadoMapa": "C", "D_Tipo": "Otras zonas y fincas del I.N.C.", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.527642220421329, 41.731967712141831 ], [ -5.521042534686305, 41.729121888630168 ], [ -5.51951062025958, 41.722483495941042 ], [ -5.519138455677875, 41.712960201998712 ], [ -5.523307359945259, 41.705720080340832 ], [ -5.534707314872646, 41.704515898735771 ], [ -5.541828014407194, 41.707694530682645 ], [ -5.542745075735817, 41.714822815246571 ], [ -5.543107330060034, 41.724005821268619 ], [ -5.53554485269133, 41.721773165224619 ], [ -5.533937674700004, 41.72943378727885 ], [ -5.527642220421329, 41.731967712141831 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -5.52742683578744, 42.502415465292081 ], [ -5.505360171454099, 42.498135077041887 ], [ -5.503408395069436, 42.481499501502384 ], [ -5.512146560985923, 42.474636880589479 ], [ -5.526372184582272, 42.476230091024561 ], [ -5.52742683578744, 42.502415465292081 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "B", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas superficiales", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -0.469271352549963, 41.388628518513521 ], [ -0.460027771708541, 41.382228997280116 ], [ -0.448814996178204, 41.377691447404814 ], [ -0.460062877873802, 41.365072351038073 ], [ -0.470771412392058, 41.366261541865086 ], [ -0.48001390590012, 41.372660180992639 ], [ -0.476595279779309, 41.379257560549803 ], [ -0.469271352549963, 41.388628518513521 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "C", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas subterraneas", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -0.531708067623834, 39.458847298908168 ], [ -0.532428973450964, 39.471078736307099 ], [ -0.531055406270654, 39.477306597656955 ], [ -0.527460678318741, 39.481103569900739 ], [ -0.512434560174139, 39.481974710898889 ], [ -0.505956382146007, 39.480346097099698 ], [ -0.511195040171698, 39.473605489220887 ], [ -0.511171757948078, 39.463474577727915 ], [ -0.516376812732247, 39.457626844369543 ], [ -0.52139083261624, 39.457137968681621 ], [ -0.531708067623834, 39.458847298908168 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "C", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas subterraneas", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -0.66566386289432, 39.395467307761535 ], [ -0.656468371717684, 39.406306962354336 ], [ -0.647844088021219, 39.411496133578794 ], [ -0.640884586180712, 39.412844943686416 ], [ -0.634843552127112, 39.409742605643913 ], [ -0.633075443140802, 39.40523720978652 ], [ -0.633387569180928, 39.396006758719011 ], [ -0.637556770228834, 39.386258788897322 ], [ -0.64611853302249, 39.382856851019937 ], [ -0.655337200800463, 39.382745112518514 ], [ -0.662547947275275, 39.385273972274277 ], [ -0.665931888661115, 39.387427681914559 ], [ -0.66566386289432, 39.395467307761535 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "C", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas subterraneas", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -0.41231145191301, 39.589730478018524 ], [ -0.398861002192652, 39.578703994362506 ], [ -0.391568983583901, 39.567814459857388 ], [ -0.396563386281715, 39.557796418900963 ], [ -0.407487041232265, 39.553869531878753 ], [ -0.41957245456169, 39.560097569760643 ], [ -0.42223017329576, 39.571478511206429 ], [ -0.421899128808245, 39.580409511122753 ], [ -0.41231145191301, 39.589730478018524 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "C", "EstadoMapa": "A", "D_Tipo": "Regados del I.N.C. con aguas subterraneas", "D_Estado": "Delimitada" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -0.698265030153948, 39.676197947504178 ], [ -0.631304398039848, 39.649822963819446 ], [ -0.633291926319353, 39.636753653584087 ], [ -0.646785497630528, 39.602465435616864 ], [ -0.65962385311292, 39.587231269160611 ], [ -0.661163144404409, 39.587262278366723 ], [ -0.675958910033103, 39.605436586693308 ], [ -0.675042049971702, 39.632829981230316 ], [ -0.698265030153948, 39.676197947504178 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "C", "EstadoMapa": "C", "D_Tipo": "Regados del I.N.C. con aguas subterraneas", "D_Estado": "En explotacion" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -0.546807093232376, 39.6850134577818 ], [ -0.539819198622407, 39.664605216791017 ], [ -0.553897196616792, 39.658943808227669 ], [ -0.569304927158631, 39.659267472475371 ], [ -0.579633196644375, 39.672592997134373 ], [ -0.574342977422177, 39.691551170082221 ], [ -0.566468099439038, 39.696153448587474 ], [ -0.546807093232376, 39.6850134577818 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "C", "EstadoMapa": "A", "D_Tipo": "Regados del I.N.C. con aguas subterraneas", "D_Estado": "Delimitada" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -0.59722839761041, 39.498358670683849 ], [ -0.617798545648186, 39.504145403796763 ], [ -0.621479574229918, 39.508988112991155 ], [ -0.625787939877819, 39.518014914168752 ], [ -0.610308735899105, 39.520677132968608 ], [ -0.584290920037979, 39.516563634983804 ], [ -0.569205300255915, 39.507906290951233 ], [ -0.57018152825661, 39.501967623105237 ], [ -0.59722839761041, 39.498358670683849 ] ] ] ] } }, +{ "type": "Feature", "properties": { "id": null, "Nombre": null, "Tipo": "C", "EstadoMapa": "A", "D_Tipo": "Regados del I.N.C. con aguas subterraneas", "D_Estado": "Delimitada" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -0.484123487615352, 39.563301461774124 ], [ -0.477947683793907, 39.563763416873527 ], [ -0.476201274095896, 39.548232176840095 ], [ -0.487226739876621, 39.541320430687257 ], [ -0.506218346281828, 39.54828459149806 ], [ -0.511967024031285, 39.559729958018927 ], [ -0.523830235038629, 39.572497362527201 ], [ -0.524345317595334, 39.579659128634646 ], [ -0.512526217286949, 39.587153243137358 ], [ -0.493738096240942, 39.574235470871578 ], [ -0.484123487615352, 39.563301461774124 ] ] ] ] } } +] +} diff --git a/docs/colonizacion-leaflet/data/embalses.kml b/docs/colonizacion-leaflet/data/embalses.kml new file mode 100644 index 0000000..f033e23 --- /dev/null +++ b/docs/colonizacion-leaflet/data/embalses.kml @@ -0,0 +1,2815 @@ + + + + + + + + + + + + + + + + + + + +embalses + + + 2340004 + AGUILAR DE CAMPOO + AGUILAR DE CAMPOO + --- + 02/09/1964 + 1964 + PISUERGA + AGUILAR DE CAMPOO + DUERO + PALENCIA + 394705 + 4739000 + Hidroel?ctrico, Riego, Abastecimiento + 1964 + + -4.28757733538031,42.7963131818747 + + + + 8160006 + ALARCON + ALARCON + --- + 30/09/1955 + 1955 + JUCAR + ALARCON + JUCAR + CUENCA + 576346 + 4379982 + Regulaci?n, Riego, Abastecimiento + 1955 + + -2.11120294977171,39.5661399090512 + + + + 8120006 + ALCORA + ALCORA + --- + 29/09/1958 + 1958 + LUCENA + ALCORA + JUCAR + CASTELLON + 737177 + 4442329 + Riego, Regulaci?n, --- + 1958 + + -0.217764880706736,40.097808748237 + + + + 5110041 + ALMODOVAR (DIQUE DEL COLLADO) (RECRECIDA) + ALMODOVAR + --- + 01/01/1972 + 1972 + ALMODOVAR + TARIFA + GUADALETE Y BARBATE + CADIZ + 261945 + 4004510 + Abastecimiento, Riego, --- + 1972 + + -5.6496094694724,36.154023079668 + + + + 3190001 + ALMOGUERA + ALMOGUERA + --- + 01/01/1947 + 1947 + TAJO + ALMOGUERA + TAJO + GUADALAJARA + 503585 + 4460330 + Hidroel?ctrico, Regulaci?n, Riego + 1947 + + -2.958060149695,40.2742670200186 + + + + 8030027 + AMADORIO + AMADORIO + --- + 24/02/1960 + 1960 + AMADORIO + VILLAJOYOSA + JUCAR + ALICANTE + 738600 + 4268800 + Abastecimiento, Riego, --- + 1960 + + -0.264494947243017,38.5344334188992 + + + + 3100070 + ARAYA DE ARRIBA (DIQUE DEL COLLADO) + ARAYA DE ARRIBA + --- + 01/01/1958 + 1958 + ANCIANES + BROZAS + TAJO + CACERES + 184298 + 4380608 + Riego, ---, --- + 1958 + + -6.66908309447121,39.514151344136 + + + + 5110031 + ARCOS + ARCOS + --- + 01/01/1965 + 1965 + GUADALETE + ARCOS DE LA FRONTERA + GUADALETE Y BARBATE + CADIZ + 250520 + 4071143 + Hidroel?ctrico, Riego, --- + 1965 + + -5.79273126777785,36.7521617751756 + + + + 7300010 + ARGOS + ARGOS + --- + 01/12/1972 + 1972 + ARGOS + CEHEGIN + SEGURA + MURCIA + 611000 + 4225906 + Defensa frente a avenidas, Riego, --- + 1972 + + -1.73464646673616,38.1722708280431 + + + + 8440007 + ARQUILLO DE SAN BLAS + ARQUILLO DE SAN BLAS + --- + 31/12/1962 + 1962 + GUADALAVIAR + TERUEL + JUCAR + TERUEL + 653793 + 4469304 + Abastecimiento, Defensa frente a avenidas, Riego + 1962 + + -1.2053127929868,40.3635545334894 + + + + 3280039 + ARROYOS, LOS (DIQUE DE COLA) + ARROYOS, LOS + --- + 31/12/1967 + 1967 + LADRON + ESCORIAL, EL + TAJO + MADRID + 411261 + 4493850 + Riego, ---, --- + 1967 + + -4.04955827195962,40.5898823660787 + + + + 3280048 + ATAZAR, EL + ATAZAR, EL + --- + 31/12/1972 + 1972 + LOZOYA + PATONES Y ATAZAR + TAJO + MADRID + 460256 + 4529303 + Abastecimiento, Hidroel?ctrico, Riego + 1972 + + -3.47195704241047,40.9138691712604 + + + + 3450030 + AZUTAN + AZUTAN + --- + 31/12/1969 + 1969 + TAJO + AZUTAN Y ALCOLEA DE TAJO + TAJO + TOLEDO + 321222 + 4405375 + Hidroel?ctrico, Riego, --- + 1969 + + -5.08935456730346,39.7768755770303 + + + + 9250051 + BALAGUER PARTIDOR (CONTRAEMBALSE) + BALAGUER + --- + 31/12/1958 + 1958 + SEGRE + OS DE BALAGUER + EBRO + LLEIDA + 818394 + 4638887 + Hidroel?ctrico, Riego, --- + 1958 + + 0.837007905576761,41.8534474004393 + + + + 8440011 + BALAGUERAS + BALAGUERAS + --- + 31/12/1957 + 1957 + PALOMERAS + RUBIELOS DE MORA + JUCAR + TERUEL + 697715 + 4454450 + Riego, Regulaci?n, --- + 1957 + + -0.678273734487578,40.2117366762296 + + + + 1240011 + BARCENA + BARCENA + --- + 31/12/1960 + 1960 + SIL + PONFERRADA + MI?O-SIL + LEON + 207593 + 4720277 + Hidroel?ctrico, Riego, Abastecimiento + 1960 + + -6.55970189359504,42.5778674717466 + + + + 2240029 + BARRIOS DE LUNA + BARRIOS DE LUNA + --- + 31/12/1956 + 1956 + ORBIGO - LUNA (LUNA) + BARRIOS DE LUNA, LOS + DUERO + LEON + 266290 + 4748255 + Abastecimiento, Hidroel?ctrico, Riego + 1956 + + -5.86129288922089,42.849593286404 + + + + 5140040 + BEMBEZAR + BEMBEZAR + --- + 01/01/1963 + 1963 + BEMBEZAR + HORNACHUELOS + GUADALQUIVIR + CORDOBA + 305740 + 4197410 + Abastecimiento, Hidroel?ctrico, Riego + 1963 + + -5.20956774936637,37.9034998769656 + + + + 8460027 + BENAGEBER + BENAGEBER + --- + 31/12/1954 + 1954 + TURIA + BENAGEBER + JUCAR + VALENCIA + 663079 + 4399195 + Abastecimiento, Hidroel?ctrico, Riego + 1954 + + -1.09839988471165,39.7267527103479 + + + + 2240030 + BENAMARIAS + BENAMARIAS + --- + 31/12/1972 + 1972 + SALGUIRAL + MAGAZ DE CEPEDA + DUERO + LEON + 244026 + 4716999 + Riego, ---, --- + 1972 + + -6.11565815929397,42.5642699343374 + + + + 8030035 + BENIARRES + BENIARRES + --- + 01/04/1958 + 1958 + SERPIS + BENIARRES + JUCAR + ALICANTE + 729605 + 4299796 + Riego, ---, --- + 1958 + + -0.357219079341582,38.8145659652489 + + + + 5180023 + BERMEJALES, LOS + BERMEJALES, LOS + --- + 01/01/1958 + 1958 + CACIN + ARENAS DEL REY + GUADALQUIVIR + GRANADA + 420700 + 4095050 + Abastecimiento, Hidroel?ctrico, Riego + 1958 + + -3.891365885911,36.9960883354459 + + + + 10170002 + BOADELLA + BOADELLA (ELS FANGOTS) + --- + 16/12/1969 + 1969 + MUGA + DARNIUS + CUENCAS INTERNAS DE CATALU?A + GERONA + 981015 + 4704322 + Abastecimiento, Hidroel?ctrico, Riego + 1969 + + 2.83286073400377,42.3411338342544 + + + + 5230002 + BOLERA, LA + BOLERA, LA + --- + 31/12/1967 + 1967 + GUADALETIN + POZO ALCON + GUADALQUIVIR + JAEN + 508658 + 4179650 + Abastecimiento, Riego, --- + 1967 + + -2.9017005394718,37.7641315555741 + + + + 3100091 + BORBOLLON + BORBOLLON + --- + 10/05/1954 + 1954 + ARRAGO + SANTIBA?EZ EL ALTO + TAJO + CACERES + 194910 + 4447965 + Hidroel?ctrico, Riego, Adecuaci?n ambiental + 1954 + + -6.57703832390745,40.1255183137366 + + + + 3100088 + BORBOLLON (DERIVACION) - ARRAGO (CONTRAEMBALSE) + BORBOLLON (DERIVACION) - ARRAGO + --- + 01/01/1954 + 1954 + ARRAGO + SANTIBA?EZ EL ALTO + TAJO + CACERES + 193368 + 4446703 + Riego, ---, --- + 1954 + + -6.59468421333394,40.1132665152789 + + + + 5110061 + BORNOS + BORNOS + --- + 01/01/1961 + 1961 + GUADALETE + BORNOS + GUADALETE Y BARBATE + CADIZ + 253744 + 4075482 + Hidroel?ctrico, Riego, --- + 1961 + + -5.75943609350887,36.7914150006134 + + + + 3100094 + BOYERIL 2, EL + BOYERIL 2, EL + --- + 01/01/1965 + 1965 + ARROYO MANCO + CASATEJADA + TAJO + CACERES + 274235 + 4419290 + Riego, ---, --- + 1965 + + -5.64060596657263,39.8936366883496 + + + + 4060047 + BROVALES + BROVALES + --- + 01/01/1960 + 1960 + BROVALES + JEREZ DE LOS CABALLEROS + GUADIANA + BADAJOZ + 176798 + 4251307 + Riego, ---, --- + 1960 + + -6.69587386878681,38.3465293775685 + + + + 9220016 + BUBAL + BUBAL + --- + 31/12/1971 + 1971 + GALLEGO + HOZ DE JACA, BIESCAS + EBRO + HUESCA + 720079 + 4729203 + Abastecimiento, Hidroel?ctrico, Riego + 1971 + + -0.313735159766937,42.6838155893922 + + + + 3190007 + BUENDIA + BUENDIA + --- + 31/12/1958 + 1958 + GUADIELA + BUENDIA + TAJO + CUENCA + 518481 + 4472261 + Hidroel?ctrico, Abastecimiento, Riego + 1958 + + -2.78303226893827,40.3989706443899 + + + + 2420008 + CAMPILLO DE BUITRAGO + CAMPILLO DE BUITRAGO + --- + 30/09/1969 + 1969 + DUERO + SORIA Y GARRAY + DUERO + SORIA + 539483 + 4631600 + Abastecimiento, Riego, --- + 1969 + + -2.52617706547774,41.8334471731404 + + + + 5410016 + CANTILLANA + CANTILLANA + --- + 31/12/1956 + 1956 + GUADALQUIVIR + CANTILLANA + GUADALQUIVIR + SEVILLA + 252655 + 4164393 + Hidroel?ctrico, Riego, --- + 1956 + + -5.81135850017545,37.5925678625508 + + + + 3450033 + CASTREJON + CASTREJON + --- + 31/12/1967 + 1967 + TAJO + PUEBLA DE MONTALBAN, LA Y POL?N + TAJO + TOLEDO + 389280 + 4410440 + Hidroel?ctrico, Riego, --- + 1967 + + -4.29400307950877,39.8367560260396 + + + + 3450014 + CASTREJON / CA?ARES + CASTREJON / CAARES + --- + 31/12/1967 + 1967 + ARROYO CA?ARES + PUEBLA DE MONTALBAN, LA + TAJO + TOLEDO + 382105 + 4411925 + Hidroel?ctrico, Riego, --- + 1967 + + -4.37805349088724,39.8478170815301 + + + + 3450043 + CASTREJON / CARPIO, EL + CASTREJON / CARPIO, EL + --- + 31/12/1967 + 1967 + ARROYO EL CARPIO + CARPIO DE TAJO + TAJO + TOLEDO + 376065 + 4413100 + Hidroel?ctrico, Riego, --- + 1967 + + -4.45062008586326,39.8568923971038 + + + + 3450047 + CAZALEGAS + CAZALEGAS + --- + 31/12/1949 + 1949 + ALBERCHE + CAZALEGAS + TAJO + TOLEDO + 354505 + 4430825 + Abastecimiento, Riego, --- + 1949 + + -4.70482431692454,40.0150981560158 + + + + 5110019 + CELEMIN (ALIVIADERO) (DIQUE DEL COLLADO) + CELEMIN + --- + 01/01/1974 + 1974 + CELEMIN + MEDINA-SIDONIA + GUADALETE Y BARBATE + CADIZ + 251076 + 4021595 + Riego, ---, --- + 1974 + + -5.77449372500233,36.3001701046359 + + + + 7020010 + CENAJO, EL + CENAJO, EL + --- + 31/12/1960 + 1960 + SEGURA + MORATALLA Y HELLIN + SEGURA + MURCIA + 607142 + 4247250 + Defensa frente a avenidas, Riego, --- + 1960 + + -1.77694569461116,38.3650613286916 + + + + 2490003 + CERNADILLA + CERNADILLA + --- + 31/12/1969 + 1969 + TERA + CERNADILLA- MANZANAL DE ARRIBA + DUERO + ZAMORA + 213312 + 4657994 + Hidroel?ctrico, Riego, --- + 1969 + + -6.45955933075867,42.0195960797974 + + + + 3450040 + CERQUILLA, LA + CERQUILLA, LA + --- + 31/12/1962 + 1962 + JULIAN (ARROYO DE SAN JULIAN) + CALZADA DE OROPESA, LA + TAJO + TOLEDO + 307907 + 4429641 + Riego, ---, --- + 1962 + + -5.250132699482,39.9951236740151 + + + + 4100015 + CIJARA + CIJARA + --- + 01/01/1956 + 1956 + GUADIANA + ALIA Y HERRERA DEL DUQUE + GUADIANA + CACERES + 326475 + 4360367 + Abastecimiento, Hidroel?ctrico, Riego + 1956 + + -5.01454945075657,39.3753530084905 + + + + 9430006 + CIURANA + CIURANA + --- + 31/12/1972 + 1972 + CIURANA + CORNUDELLA DE MONTSANT + EBRO + TARRAGONA + 828373 + 4574080 + Abastecimiento, Riego, --- + 1972 + + 0.919011710611436,41.2514313501369 + + + + 10170006 + COLOMERS (AZUD) + COLOMERS + --- + 01/12/1967 + 1967 + TER + COLOMERS + CUENCAS INTERNAS DE CATALU?A + GERONA + 996004 + 4675791 + Riego, ---, --- + 1967 + + 2.99526183648238,42.0773760316643 + + + + 5140036 + CORDOBILLA + CORDOBILLA + --- + 01/01/1953 + 1953 + GENIL + PUENTE GENIL + GUADALQUIVIR + CORDOBA + 347701 + 4135123 + Hidroel?ctrico, Riego, --- + 1953 + + -4.71953755738512,37.3503254261455 + + + + 3100064 + CORONO, EL + CORONO, EL + --- + 01/01/1971 + 1971 + ARROYO GODINO + PASARON DE LA VERA + TAJO + CACERES + 260734 + 4435578 + Riego, ---, --- + 1971 + + -5.80542502260616,40.0361074047749 + + + + 5180012 + CUBILLAS + CUBILLAS + --- + 01/01/1956 + 1956 + CUBILLAS + ALBOLOTE, CHAPARRAL + GUADALQUIVIR + GRANADA + 439470 + 4126405 + Riego, ---, --- + 1956 + + -3.68213187361113,37.275113549931 + + + + 2420001 + CUERDA DEL POZO + CUERDA DEL POZO + --- + 31/12/1941 + 1941 + DUERO + VINUESA + DUERO + SORIA + 524663 + 4636207 + Abastecimiento, Hidroel?ctrico, Riego + 1941 + + -2.70411063391709,41.8756060148834 + + + + 9390001 + EBRO + EBRO + --- + 31/12/1945 + 1945 + EBRO + ROZAS DE VALDEARROLLO, LAS + EBRO + CANTABRIA + 414326 + 4758227 + Abastecimiento, Hidroel?ctrico, Riego + 1945 + + -4.05062366921491,42.971874766016 + + + + 3280052 + ENCINILLA, LA + ENCINILLA, LA + --- + 31/12/1964 + 1964 + ENCINILLA (ARROYO ENCINILLA) + GUADARRAMA + TAJO + MADRID + 406098 + 4503397 + Riego, ---, --- + 1964 + + -4.11109953629523,40.6761127594353 + + + + 3190016 + ENTREPE?AS + ENTREPEAS + --- + 01/01/1956 + 1956 + TAJO + SACEDON, AU?ON + TAJO + GUADALAJARA + 521162 + 4482457 + Hidroel?ctrico, Riego, Abastecimiento + 1956 + + -2.74995959421909,40.4926345939065 + + + + 5410014 + ESPARRAGAL, EL + ESPARRAGAL, EL + --- + 31/12/1970 + 1970 + ENCARNACION + GERENA + GUADALQUIVIR + SEVILLA + 224955 + 4160665 + Riego, ---, --- + 1970 + + -6.11348034423537,37.5519764642699 + + + + 3190026 + ESTREMERA + ESTREMERA + --- + 01/01/1950 + 1950 + TAJO + DRIEBES, LEGANIEL + TAJO + GUADALAJARA + 499510 + 4450630 + Riego, ---, --- + 1950 + + -3.00575775958773,40.2060754333033 + + + + 9430007 + FLIX + FLIX + --- + 31/12/1948 + 1948 + EBRO + FLIX + EBRO + TARRAGONA + 797742 + 4570937 + Hidroel?ctrico, Regulaci?n, Riego + 1948 + + 0.546685765282842,41.2322298066531 + + + + 8460004 + FORATA + FORATA + --- + 01/01/1969 + 1969 + MAGRO + YATOVA + JUCAR + VALENCIA + 684213 + 4356914 + Riego, ---, --- + 1969 + + -0.866259988066856,39.3400612886027 + + + + 1240021 + FUENTE DEL AZUFRE (CONTRAEMBALSE) + FUENTE DEL AZUFRE + --- + 31/12/1949 + 1949 + SIL + PONFERRADA + MI?O-SIL + LEON + 205737 + 4718533 + Hidroel?ctrico, Riego, Riego + 1949 + + -6.58219613173273,42.5632254164673 + + + + 3100073 + GABRIEL Y GALAN + GABRIEL Y GALAN + --- + 01/01/1961 + 1961 + ALAGON + GUIJO DE GRANADILLA + TAJO + CACERES + 233284 + 4457169 + Hidroel?ctrico, Riego, --- + 1961 + + -6.13454936242733,40.2225190210536 + + + + 4060063 + GARCIA DE SOLA + GARCIA DE SOLA + PUERTO PE?A + 01/01/1965 + 1965 + GUADIANA + TALARRUBIAS + GUADIANA + BADAJOZ + 311314 + 4335259 + Abastecimiento, Hidroel?ctrico, Riego + 1965 + + -5.18341856854113,39.1460916619095 + + + + 9260028 + GONZALEZ LACASA + GONZALEZ LACASA + --- + 31/12/1962 + 1962 + ALBERCOS + ORTIGOSA DE CAMEROS + EBRO + LOGRO?O + 527302 + 4669311 + Abastecimiento, Hidroel?ctrico, Riego + 1962 + + -2.67276137549368,42.1740956926309 + + + + 9220078 + GRADO I, EL + GRADO I, EL + --- + 31/12/1969 + 1969 + CINCA + GRADO, EL + EBRO + HUESCA + 767725 + 4671815 + Hidroel?ctrico, Riego, Abastecimiento + 1969 + + 0.23741948399448,42.1514333587585 + + + + 5230049 + GUADALEN + GUADALEN + --- + 31/12/1954 + 1954 + GUADALEN + ARQUILLOS, VILCHES + GUADALQUIVIR + JAEN + 458265 + 4224145 + Abastecimiento, Hidroel?ctrico, Riego + 1954 + + -3.47794000226296,38.1619626656835 + + + + 8030092 + GUADALEST + GUADALEST + --- + 27/11/1969 + 1969 + GUADALEST + GUADALEST + JUCAR + ALICANTE + 744422 + 4285116 + Abastecimiento, Riego, --- + 1969 + + -0.192166073309142,38.6800297963977 + + + + 6290030 + GUADALHORCE + GUADALHORCE + --- + 31/12/1973 + 1973 + GUADALHORCE + CAMPILLOS + CUENCA MEDITERRANEA ANDALUZA + MALAGA + 339635 + 4090040 + Abastecimiento, Hidroel?ctrico, Riego + 1973 + + -4.80153082629439,36.9422318856897 + + + + 5230047 + GUADALMENA + GUADALMENA + --- + 31/12/1969 + 1969 + GUADALMENA + CHICLANA DE SEGURA + GUADALQUIVIR + JAEN + 507600 + 4246350 + Hidroel?ctrico, Riego, Abastecimiento + 1969 + + -2.91300370176007,38.3652940647351 + + + + 6290030 + GUADALHORCE + GUADALTEBA + --- + 31/12/1973 + 1973 + GUADALHORCE + CAMPILLOS + CUENCA MEDITERRANEA ANDALUZA + MALAGA + 339635 + 4090040 + Abastecimiento, Hidroel?ctrico, Riego + 1973 + + -4.80089989914444,36.9450688730879 + + + + 5140033 + GUADANU?O + GUADANUO + CERRO MURIANO + 01/01/1967 + 1967 + GUADANU?O + CORDOBA Y VILLAVICIOSA + GUADALQUIVIR + CORDOBA + 342050 + 4209965 + Abastecimiento, Riego, --- + 1967 + + -4.79940104214373,38.0206902745129 + + + + 6110005 + GUADARRANQUE + GUADARRANQUE + --- + 01/01/1965 + 1965 + GUADARRANQUE + LOS BARRIOS Y CASTELLAR + CUENCA MEDITERRANEA ANDALUZA + CADIZ + 279075 + 4021000 + Abastecimiento, Riego, Industrial + 1965 + + -5.46258224527812,36.3080618959281 + + + + 3100138 + HELECHAL + HELECHAL + --- + 01/01/1965 + 1965 + ARROYO HELECHAL + ALCANTARA + TAJO + CACERES + 166075 + 4418651 + Acuicultura, Riego, --- + 1965 + + -6.90075205990814,39.8501022100413 + + + + 3050008 + HINCHONA, LA + HINCHONA, LA + --- + 01/01/1946 + 1946 + YEDRA + TIEMBLO, EL + TAJO + AVILA + 372108 + 4471728 + Riego, ---, --- + 1946 + + -4.50883176622184,40.382678871337 + + + + 5110015 + HURONES, LOS + HURONES, LOS + --- + 01/01/1964 + 1964 + MAJACEITE + ALGAR + GUADALETE Y BARBATE + CADIZ + 271131 + 4060369 + Abastecimiento, Hidroel?ctrico, Riego + 1964 + + -5.56179318540135,36.6616514525269 + + + + 8030028 + ISBERT + ISBERT + --- + 01/01/1945 + 1945 + GIRONA + ORBA + JUCAR + ALICANTE + 751659 + 4297224 + Riego, ---, --- + 1945 + + -0.10263108021709,38.7878640466941 + + + + 5140028 + IZNAJAR + IZNAJAR + --- + 01/01/1969 + 1969 + GENIL + RUTE, CUEVAS SAN MARCOS + GUADALQUIVIR + CORDOBA + 377250 + 4126550 + Abastecimiento, Hidroel?ctrico, Riego + 1969 + + -4.38459541951843,37.2774505076752 + + + + 3100102 + JARILLA, LA (TAJO) + JARILLA, LA (TAJO) + --- + 01/01/1964 + 1964 + CAVERA + JARILLA + TAJO + CACERES + 242520 + 4451720 + Riego, ---, --- + 1964 + + -6.02453883319097,40.1743752882411 + + + + 5140001 + MALPASILLO JAUJA (AZUD) + JAUJA + MALPASILLO JAUJA + 31/12/1951 + 1951 + GENIL + LUCENA + GUADALQUIVIR + CORDOBA + 352650 + 4129600 + Hidroel?ctrico, Riego, Abastecimiento + 1951 + + -4.66258549652408,37.3013614453855 + + + + 2240007 + JUAN BENET (PORMA) + JUAN BENET (PORMA) + --- + 30/04/1968 + 1968 + PORMA + BO?AR + DUERO + LEON + 313090 + 4755710 + Abastecimiento, Hidroel?ctrico, Riego + 1968 + + -5.29286512628803,42.9292718170784 + + + + 2400015 + LINARES DEL ARROYO + LINARES DEL ARROYO + --- + 30/04/1953 + 1953 + RIAZA + MADERUELO + DUERO + SEGOVIA + 453728 + 4597664 + Hidroel?ctrico, Riego, --- + 1953 + + -3.5546517613635,41.5292857162478 + + + + 8460013 + LORIGUILLA + LORIGUILLA + --- + 01/01/1965 + 1965 + TURIA + LORIGUILLA Y CHULILLA + JUCAR + VALENCIA + 679189 + 4392798 + Regulaci?n, Riego, Hidroel?ctrico + 1965 + + -0.913545143704678,39.6655988167685 + + + + 9260022 + MANSILLA + MANSILLA + --- + 31/12/1960 + 1960 + NAJERILLA + MANSILLA DE LA SIERRA, VILLAVELAYO + EBRO + LOGRO?O + 507343 + 4667566 + Abastecimiento, Hidroel?ctrico, Riego + 1960 + + -2.91186579548949,42.1578185463543 + + + + 5230044 + MARMOLEJO (AZUD) + MARMOLEJO + --- + 31/12/1962 + 1962 + GUADALQUIVIR + MARMOLEJO + GUADALQUIVIR + JAEN + 396000 + 4213200 + Hidroel?ctrico, Riego, --- + 1962 + + -4.18614607146159,38.0583036116649 + + + + 9220054 + MEDIANO + MEDIANO + --- + 31/12/1959 + 1959 + CINCA + FUEVA, LA + EBRO + HUESCA + 765112 + 4689838 + Hidroel?ctrico, Riego, --- + 1959 + + 0.209614773336133,42.3127822442602 + + + + 9500030 + MEQUINENZA + MEQUINENZA + --- + 31/12/1964 + 1964 + EBRO + MEQUINENZA + EBRO + ZARAGOZA + 774241 + 4584997 + Hidroel?ctrico, Riego, --- + 1964 + + 0.27233271846834,41.3691072598816 + + + + 5230023 + MOLINO DE GUADALEN (CONTRAEMBALSE) + MOLINO DE GUADALEN + SALTO DEL MOLINO + 31/12/1962 + 1962 + GUADALEN + VILCHES + GUADALQUIVIR + JAEN + 457163 + 4222764 + Abastecimiento, Hidroel?ctrico, Riego + 1962 + + -3.49152839171866,38.1484731614481 + + + + 6110011 + MONTE DE LA TORRE (DD-1) + MONTE DE LA TORRE (DD-1) + DEPOSITO DD-1 + 31/12/1972 + 1972 + PRIOR + BARRIOS, LOS + CUENCA MEDITERRANEA ANDALUZA + CADIZ + 275972 + 4004387 + Regulaci?n, Riego, --- + 1972 + + -5.49238439009859,36.1558959975988 + + + + 4060102 + MONTIJO (AZUD) + MONTIJO + --- + 31/12/1954 + 1954 + GUADIANA + MERIDA + GUADIANA + BADAJOZ + 202510 + 4314117 + Abastecimiento, Riego, --- + 1954 + + -6.42766408885272,38.9243443739518 + + + + 4060074 + MOSQUIL, EL + MOSQUIL, EL + --- + 01/01/1971 + 1971 + LABRADOS + USAGRE + GUADIANA + BADAJOZ + 228717 + 4255260 + Riego, ---, --- + 1971 + + -6.10214342807971,38.4042290711618 + + + + 3280058 + NAVALAGAMELLA + NAVALAGAMELLA + --- + 31/12/1972 + 1972 + CURA + NAVALAGAMELLA + TAJO + MADRID + 405106 + 4472030 + Riego, ---, --- + 1972 + + -4.11812824344085,40.3934690777146 + + + + 9500043 + NI?O JESUS + NIO JESUS + ANI?ON + 09/05/1955 + 1955 + ARROYO DEL FRESNO O JESUS + ANI?ON + EBRO + ZARAGOZA + 608478 + 4595385 + Riego, ---, --- + 1955 + + -1.70024158229224,41.5027505253765 + + + + 9250050 + OLIANA + OLIANA + --- + 31/12/1959 + 1959 + SEGRE + OLIANA Y PERAMOLA + EBRO + LLEIDA + 855649 + 4669176 + Abastecimiento, Hidroel?ctrico, Riego + 1959 + + 1.29412185676745,42.0932359583104 + + + + 8120003 + ONDA + ONDA + BENITANDUS + 01/01/1954 + 1954 + SECO / VEO + ALCUDIA DE VEO + JUCAR + CASTELLON + 728310 + 4424455 + Riego, ---, --- + 1954 + + -0.332381988138957,39.9355069920242 + + + + 4060095 + ORELLANA + ORELLANA + --- + 01/01/1963 + 1963 + GUADIANA + ORELLANA LA VIEJA, CAMPANARIO + GUADIANA + BADAJOZ + 280423 + 4318386 + Abastecimiento, Hidroel?ctrico, Riego + 1963 + + -5.53513288695429,38.9869523231723 + + + + 3190028 + PALMACES + PALMACES + --- + 01/01/1954 + 1954 + CA?AMARES + PALMACES DE JADRAQUE + TAJO + GUADALAJARA + 505170 + 4544655 + Riego, ---, --- + 1954 + + -2.93847727164583,41.0531133705181 + + + + 10170013 + PASTERAL I (AZUD) + PASTERAL, EL + --- + 01/01/1962 + 1962 + TER + OSOR + CUENCAS INTERNAS DE CATALU?A + GERONA + 965397 + 4663877 + Abastecimiento, Hidroel?ctrico, Riego + 1962 + + 2.61174154012712,41.986908522906 + + + + 4060004 + PASTIZALES, LOS + PASTIZALES, LOS + --- + 31/12/1964 + 1964 + VALDELARQUILLO (VALDESEQUILLOS) + HELECHOSA DE LOS MONTES + GUADIANA + BADAJOZ + 352216 + 4363403 + Abastecimiento, Riego, --- + 1964 + + -4.71651424619442,39.4074869214778 + + + + 5230018 + PEDRO MARIN + PEDRO MARIN + --- + 31/12/1954 + 1954 + GUADALQUIVIR + JODAR + GUADALQUIVIR + JAEN + 463739 + 4196379 + Hidroel?ctrico, Riego, Industrial + 1954 + + -3.41239455913779,37.9087487080691 + + + + 4130018 + PE?ARROYA + PEARROYA + --- + 01/01/1959 + 1959 + GUADIANA + ARGAMASILLA DE ALBA + GUADIANA + CIUDAD REAL + 499519 + 4323754 + Abastecimiento, Riego, --- + 1959 + + -3.00641057881721,39.0600734782616 + + + + 3280055 + PE?ASCALES, LOS + PEASCALES, LOS + --- + 31/12/1962 + 1962 + ARROYO TROFAS + TORRELODONES + TAJO + MADRID + 424055 + 4492013 + Abastecimiento, Riego, --- + 1962 + + -3.89921276346739,40.5733851264334 + + + + 3280063 + PICADAS + PICADAS + --- + 31/12/1952 + 1952 + ALBERCHE + SAN MARTIN DE VALDEIGLESIAS + TAJO + MADRID + 393940 + 4465690 + Abastecimiento, Hidroel?ctrico, Riego + 1952 + + -4.24861395776387,40.3350172288661 + + + + 4060031 + PIEDRA AGUDA + PIEDRA AGUDA + --- + 01/01/1956 + 1956 + OLIVENZA + OLIVENZA + GUADIANA + BADAJOZ + 149904 + 4289973 + Abastecimiento, Riego, --- + 1956 + + -7.02212771694823,38.6866459409974 + + + + 4210092 + PIEDRAS + PIEDRAS + --- + 31/12/1968 + 1968 + PIEDRAS + CARTAYA, LEPE + TINTO, ODIEL Y PIEDRAS + HUELVA + 122023 + 4144432 + Abastecimiento, Riego, --- + 1968 + + -7.26778079933721,37.3696378346261 + + + + 5410106 + PINTADO, EL + PINTADO, EL + --- + 31/12/1948 + 1948 + VIAR + CAZALLA SIERRA,GUADALCANAL,REAL DE JARA,REINA FTE ARCO + GUADALQUIVIR + SEVILLA + 240667 + 4208399 + Hidroel?ctrico, Riego, --- + 1948 + + -5.95289551926576,37.9862003001081 + + + + 5140004 + PUENTE NUEVO + PUENTE NUEVO + --- + 01/01/1972 + 1972 + GUADIATO + VILLAVICIOSA DE CORDOBA + GUADALQUIVIR + CORDOBA + 331056 + 4217469 + Abastecimiento, Hidroel?ctrico, Riego + 1972 + + -4.92542311820144,38.086333381963 + + + + 8120004 + REGAJO, EL + REGAJO, EL + --- + 31/10/1959 + 1959 + PALANCIA + JERICA + JUCAR + CASTELLON + 711756 + 4418669 + Riego, Regulaci?n, --- + 1959 + + -0.524371838946281,39.8902260405064 + + + + 2340005 + REQUEJADA + REQUEJADA + --- + 01/08/1935 + 1935 + PISUERGA + ARBEJAL + DUERO + PALENCIA + 375507 + 4751818 + Abastecimiento, Riego, Defensa frente a avenidas + 1935 + + -4.5290798421567,42.906501474629 + + + + 5140048 + RETORTILLO + RETORTILLO + --- + 01/01/1970 + 1970 + RETORTILLO + HORNACHUELOS, PUEBLA DE INFANTES + GUADALQUIVIR + CORDOBA + 293165 + 4191105 + Abastecimiento, Riego, --- + 1970 + + -5.3506859751422,37.8439491051802 + + + + 3280015 + REY, DEL + REY, DEL + --- + 31/12/1971 + 1971 + JARAMA + RIVAS-VACIAMADRID + TAJO + MADRID + 453964 + 4461241 + Riego, ---, --- + 1971 + + -3.54169766672563,40.3004062481493 + + + + 9430003 + RIBARROJA + RIBARROJA + RIBA ROJA + 31/12/1969 + 1969 + EBRO + RIBA-ROJA D??EBRE + EBRO + TARRAGONA + 788146 + 4571794 + Abastecimiento, Hidroel?ctrico, Riego + 1969 + + 0.432402255743064,41.2442604579741 + + + + 1270013 + RIBASALTAS (AZUD) + RIBASALTAS (AZUD) + --- + 31/12/1969 + 1969 + CABE + MONFORTE DE LEMOS + MI?O-SIL + LUGO + 132034 + 4721564 + Riego, ---, --- + 1969 + + -7.48212333717375,42.5587731328879 + + + + 3450011 + ROSARITO + ROSARITO + --- + 31/12/1958 + 1958 + TIETAR + OROPESA, CANDELEDA + TAJO + TOLEDO + 302082 + 4442874 + Riego, Hidroel?ctrico, --- + 1958 + + -5.32331656940288,40.1097855090024 + + + + 5230022 + RUMBLAR + RUMBLAR + --- + 31/12/1941 + 1941 + RUMBLAR + BA?OS DE LA ENCINA + GUADALQUIVIR + JAEN + 429670 + 4224281 + Abastecimiento, Riego, --- + 1941 + + -3.80511813335651,38.1609402007957 + + + + 3100074 + SALOR + SALOR + --- + 01/01/1964 + 1964 + SALOR + CACERES + TAJO + CACERES + 214873 + 4362570 + Riego, ---, --- + 1964 + + -6.3042529479638,39.3638232792893 + + + + 2470004 + SAN JOSE + SAN JOSE + --- + 17/11/1945 + 1945 + DUERO + CASTRONU?O + DUERO + VALLADOLID + 310093 + 4586292 + Hidroel?ctrico, Riego, --- + 1945 + + -5.27292902194924,41.4033487823792 + + + + 3280027 + SAN JUAN (DIQUE DEL COLLADO) + SAN JUAN + --- + 31/12/1955 + 1955 + ALBERCHE + SAN MARTIN DE VALDEIGLESIAS + TAJO + MADRID + 388451 + 4469946 + Abastecimiento, Hidroel?ctrico, Riego + 1955 + + -4.31396264185899,40.3726349880325 + + + + 10250001 + SANT PONC (SAN PONS) + SAN PONS + --- + 19/12/1957 + 1957 + EL CARDENER + CLARIANA DE CARDENER + CUENCAS INTERNAS DE CATALU?A + LLEIDA + 882025 + 4656011 + Riego, Abastecimiento, Hidroel?ctrico + 1957 + + 1.60492870192885,41.9632479652182 + + + + 9220076 + SANTA ANA + SANTA ANA + --- + 31/12/1961 + 1961 + NOGUERA RIBAGORZANA + CASTILLONROY + EBRO + HUESCA + 797530 + 4643159 + Abastecimiento, Hidroel?ctrico, Riego + 1961 + + 0.58585068877188,41.8843760749616 + + + + 2370010 + SANTA TERESA + SANTA TERESA + --- + 28/02/1961 + 1961 + TORMES + MONTEJO DE SALVATIERRA Y PELAYOS + DUERO + SALAMANCA + 280203 + 4505246 + Hidroel?ctrico, Riego, Abastecimiento + 1961 + + -5.60147881822176,40.6665302082828 + + + + 7300019 + SANTOMERA (DIQUE DEL COLLADO) + SANTOMERA + --- + 31/12/1965 + 1965 + SALADA + SANTOMERA + SEGURA + MURCIA + 667635 + 4218190 + Defensa frente a avenidas, Riego, --- + 1965 + + -1.08922332330582,38.0944168120288 + + + + 10080007 + SAU + SAU + --- + 31/12/1964 + 1964 + TER + VILANOVA DE SAU + CUENCAS INTERNAS DE CATALU?A + BARCELONA + 948914 + 4660480 + Abastecimiento, Hidroel?ctrico, Riego + 1964 + + 2.41285376360827,41.9680347421453 + + + + 2240018 + SELGA DE ORDAS + SELGA DE ORDAS + --- + 31/12/1961 + 1961 + LUNA + RIOSECO DE TAPIA, STA. MARIA ORDAS + DUERO + LEON + 271923 + 4737491 + Abastecimiento, Hidroel?ctrico, Riego + 1961 + + -5.787157982272,42.7546237035802 + + + + 8120002 + SICHAR + SICHAR + --- + 30/04/1960 + 1960 + MIJARES + ONDA + JUCAR + CASTELLON + 736439 + 4432744 + Regulaci?n, Riego, --- + 1960 + + -0.229798337282889,40.0118051592118 + + + + 3100056 + SOLANA, LA + SOLANA, LA + --- + 01/01/1955 + 1955 + ARROYO CABRIOSO + HERRERA DE ALCANTARA + TAJO + CACERES + 121529 + 4390838 + Riego, ---, --- + 1955 + + -7.40271359732281,39.5825048824551 + + + + 9220034 + SOTONERA, LA (DIQUE DEL COLLADO 1) (ASTON Y VACAS) + SOTONERA, LA (DIQUE DEL COLLADO 1) + --- + 01/01/1963 + 1963 + ASTON-VACAS + ALCALA DE GURREA + EBRO + HUESCA + 692200 + 4664000 + Abastecimiento, Hidroel?ctrico, Riego + 1963 + + -0.675494101176755,42.104556770731 + + + + 10170012 + SUSQUEDA + SUSQUEDA + --- + 01/01/1967 + 1967 + TER + OSOR + CUENCAS INTERNAS DE CATALU?A + GERONA + 958440 + 4663004 + Abastecimiento, Hidroel?ctrico, Riego + 1967 + + 2.52562975472371,41.9781745436696 + + + + 9500034 + TORCAS, LAS + TORCAS, LAS + --- + 31/12/1946 + 1946 + HUERVA + TOSOS + EBRO + ZARAGOZA + 660235 + 4573209 + Abastecimiento, Riego, --- + 1946 + + -1.08624818567898,41.2944321503336 + + + + 5410139 + TORRE DEL AGUILA + TORRE DEL AGUILA + --- + 31/12/1947 + 1947 + SALADO DE MORON + UTRERA + GUADALQUIVIR + SEVILLA + 254750 + 4103343 + Riego, ---, --- + 1947 + + -5.75796704655238,37.0422998535356 + + + + 2400007 + TORRELARA + TORRELARA + --- + 31/12/1971 + 1971 + MAGDALENA + MU?OPEDRO + DUERO + SEGOVIA + 371042 + 4526981 + Riego, ---, --- + 1971 + + -4.52546494892538,40.8816457018566 + + + + 3100128 + TOZO + TOZO + --- + 01/01/1962 + 1962 + TOZO + TORRECILLAS DE LA TIESA + TAJO + CACERES + 258781 + 4384708 + Riego, ---, --- + 1962 + + -5.80849153882129,39.578167482739 + + + + 5230005 + TRANCO DE BEAS + TRANCO DE BEAS + --- + 31/12/1944 + 1944 + GUADALQUIVIR + VILLANUEVA DEL ARZOBISPO + GUADALQUIVIR + JAEN + 518004 + 4225445 + Hidroel?ctrico, Riego, --- + 1944 + + -2.7960851635346,38.1729610135617 + + + + 9500008 + TRANQUERA, LA + TRANQUERA, LA + --- + 31/12/1959 + 1959 + PIEDRA + CARENAS + EBRO + ZARAGOZA + 600522 + 4568949 + Abastecimiento, Riego, --- + 1959 + + -1.79993335937915,41.2657149147141 + + + + 8120011 + ULLDECONA + ULLDECONA + --- + 01/01/1967 + 1967 + CENIA + PUEBLA DE BENIFASAR, LA + JUCAR + CASTELLON + 773861 + 4507456 + Riego, Abastecimiento, --- + 1967 + + 0.233696820899937,40.6712050557062 + + + + 9010013 + ULLIVARRI (ULLIBARRI GAMBOA) + ULLIVARRI + --- + 31/12/1956 + 1956 + ZADORRA + ARRAZUA-UBARRUNDIA + EBRO + ALAVA + 531411 + 4753261 + Abastecimiento, Hidroel?ctrico, Riego + 1956 + + -2.61668456298271,42.9297480815572 + + + + 9220071 + VADIELLO + VADIELLO + --- + 31/12/1971 + 1971 + GUATIZALEMA + LOPORZANO + EBRO + HUESCA + 724600 + 4680350 + Abastecimiento, Riego, --- + 1971 + + -0.278274787832226,42.2414555528331 + + + + 8440008 + VALBONA + VALBONA + --- + 23/04/1959 + 1959 + RAMBLA DE FUENTE DE MORA + VALBONA + JUCAR + TERUEL + 685729 + 4458355 + Riego, Regulaci?n, --- + 1959 + + -0.816101272504915,40.2550608954406 + + + + 3450003 + VALDECABRAS (ARROYO) + VALDECABRAS (ARROYO) + --- + 31/12/1965 + 1965 + VALDECABRAS + ORGAZ + TAJO + TOLEDO + 420490 + 4393145 + Riego, ---, --- + 1965 + + -3.92678841596702,39.6798151786447 + + + + 3100007 + VALDECA?AS + VALDECAAS + --- + 01/01/1964 + 1964 + TAJO + BELVIS DE MONROY Y VALDECA?AS DE TAJO + TAJO + CACERES + 276345 + 4406515 + Hidroel?ctrico, Riego, --- + 1964 + + -5.61151935588016,39.7780581142576 + + + + 3100021 + VALDEOBISPO + VALDEOBISPO + --- + 01/01/1965 + 1965 + ALAGON + VALDEOBISPO, MONTEHERMOSO + TAJO + CACERES + 222665 + 4444086 + Hidroel?ctrico, Riego, --- + 1965 + + -6.25047546503749,40.0999720801875 + + + + 2240032 + VALDESPINA + VALDESPINA + EMBALSE DE BARRIO + 01/01/1940 + 1940 + ARROYO VALDESPINA + SANTA COLOMBA DE CURUE?O + DUERO + LEON + 302950 + 4731030 + Riego, ---, --- + 1940 + + -5.40606531377524,42.7064999169038 + + + + 4060067 + VALUENGO + VALUENGO + --- + 01/01/1959 + 1959 + ARDILA + JEREZ DE LOS CABALLEROS + GUADIANA + BADAJOZ + 178405 + 4245838 + Hidroel?ctrico, Riego, --- + 1959 + + -6.67589320855244,38.3021128855073 + + + + 2400023 + VENCIAS, LAS + VENCIAS, LAS + --- + 31/12/1962 + 1962 + DURAT??N + FUENTIDUE?A + DUERO + SEGOVIA + 419459 + 4586898 + Hidroel?ctrico, Regulaci?n, Riego + 1962 + + -3.96394433158904,41.429610334952 + + + + 4130068 + VICARIO, EL + VICARIO, EL + --- + 31/12/1973 + 1973 + GUADIANA + CIUDAD REAL + GUADIANA + CIUDAD REAL + 413850 + 4324000 + Riego, ---, --- + 1973 + + -3.99574133226615,39.060841342144 + + + + 3100052 + VID III, LA + VID III, LA + --- + 01/01/1959 + 1959 + VID + TORREJON EL RUBIO + TAJO + CACERES + 247090 + 4406926 + Riego, ---, --- + 1959 + + -5.95208623924533,39.7751913109068 + + + + 1270004 + VILASOUTO + VILASOUTO + --- + 31/12/1969 + 1969 + MAO + INCIO, O + MI?O-SIL + LUGO + 137205 + 4732933 + Riego, Abastecimiento, --- + 1969 + + -7.42075396430107,42.6617426257513 + + + + 5140050 + VILLAFRANCA + VILLAFRANCA + --- + 01/01/1948 + 1948 + GUADALQUIVIR + VILLAFRANCA DE CORDOBA + GUADALQUIVIR + CORDOBA + 359660 + 4202300 + Hidroel?ctrico, Riego, --- + 1948 + + -4.62557733082767,37.9559135626788 + + + + 2370033 + VILLAGONZALO (AZUD) + VILLAGONZALO + --- + 14/02/1960 + 1960 + TORMES + VILLAGONZALO DE TORMES Y GARIHERNANDEZ + DUERO + SALAMANCA + 289812 + 4527892 + Riego, Hidroel?ctrico, Riego + 1960 + + -5.49589734938719,40.8728403315594 + + + + 2240006 + VILLAMECA + VILLAMECA + --- + 31/12/1947 + 1947 + TUERTO-VALLE (TUERTO) + QUINTANA DEL CASTILLO + DUERO + LEON + 247863 + 4726637 + Hidroel?ctrico, Riego, Abastecimiento + 1947 + + -6.06798870089081,42.647765039059 + + + + 9310007 + YESA + YESA + --- + 31/12/1959 + 1959 + ARAGON + YESA + EBRO + NAVARRA + 648990 + 4719190 + Abastecimiento, Riego, --- + 1959 + + -1.18246987006024,42.6150428485976 + + + + 5230007 + ZOCUECA (AZUD) + ZOCUECA + --- + 31/12/1940 + 1940 + RUMBLAR + GUARROM?N + GUADALQUIVIR + JAEN + 427175 + 4217080 + Riego, Abastecimiento, --- + 1940 + + -3.83090937493918,38.0957835087897 + + + + 4060070 + ZUJAR (DIQUE DEL COLLADO) + ZUJAR + --- + 01/01/1964 + 1964 + ZUJAR + CASTUERA, ESPARRAGOSA DE LARES + GUADIANA + BADAJOZ + 285155 + 4310665 + Abastecimiento, Hidroel?ctrico, Riego + 1964 + + -5.47812428963917,38.9186142676144 + + + diff --git a/docs/colonizacion-leaflet/data/embalsesV1.kml b/docs/colonizacion-leaflet/data/embalsesV1.kml new file mode 100644 index 0000000..6938a26 --- /dev/null +++ b/docs/colonizacion-leaflet/data/embalsesV1.kml @@ -0,0 +1,3413 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +embalsesV1 + + + -1 + 0 + -1 + 2340004 + AGUILAR DE CAMPOO + AGUILAR DE CAMPOO + --- + 02/09/1964 + 1964 + PISUERGA + AGUILAR DE CAMPOO + DUERO + PALENCIA + 394705 + 4739000 + Hidroel?ctrico, Riego, Abastecimiento + 1964 + 1964/01/01 + + -4.28757733538031,42.7963131818747 + + + + -1 + 0 + -1 + 8160006 + ALARCON + ALARCON + --- + 30/09/1955 + 1955 + JUCAR + ALARCON + JUCAR + CUENCA + 576346 + 4379982 + Regulaci?n, Riego, Abastecimiento + 1955 + 1955/01/01 + + -2.11120294977171,39.5661399090512 + + + + -1 + 0 + -1 + 8120006 + ALCORA + ALCORA + --- + 29/09/1958 + 1958 + LUCENA + ALCORA + JUCAR + CASTELLON + 737177 + 4442329 + Riego, Regulaci?n, --- + 1958 + 1958/01/01 + + -0.217764880706736,40.097808748237 + + + + -1 + 0 + -1 + 5110041 + ALMODOVAR (DIQUE DEL COLLADO) (RECRECIDA) + ALMODOVAR + --- + 01/01/1972 + 1972 + ALMODOVAR + TARIFA + GUADALETE Y BARBATE + CADIZ + 261945 + 4004510 + Abastecimiento, Riego, --- + 1972 + 1972/01/01 + + -5.6496094694724,36.154023079668 + + + + -1 + 0 + -1 + 3190001 + ALMOGUERA + ALMOGUERA + --- + 01/01/1947 + 1947 + TAJO + ALMOGUERA + TAJO + GUADALAJARA + 503585 + 4460330 + Hidroel?ctrico, Regulaci?n, Riego + 1947 + 1947/01/01 + + -2.958060149695,40.2742670200186 + + + + -1 + 0 + -1 + 8030027 + AMADORIO + AMADORIO + --- + 24/02/1960 + 1960 + AMADORIO + VILLAJOYOSA + JUCAR + ALICANTE + 738600 + 4268800 + Abastecimiento, Riego, --- + 1960 + 1960/01/01 + + -0.264494947243017,38.5344334188992 + + + + -1 + 0 + -1 + 3100070 + ARAYA DE ARRIBA (DIQUE DEL COLLADO) + ARAYA DE ARRIBA + --- + 01/01/1958 + 1958 + ANCIANES + BROZAS + TAJO + CACERES + 184298 + 4380608 + Riego, ---, --- + 1958 + 1958/01/01 + + -6.66908309447121,39.514151344136 + + + + -1 + 0 + -1 + 5110031 + ARCOS + ARCOS + --- + 01/01/1965 + 1965 + GUADALETE + ARCOS DE LA FRONTERA + GUADALETE Y BARBATE + CADIZ + 250520 + 4071143 + Hidroel?ctrico, Riego, --- + 1965 + 1965/01/01 + + -5.79273126777785,36.7521617751756 + + + + -1 + 0 + -1 + 7300010 + ARGOS + ARGOS + --- + 01/12/1972 + 1972 + ARGOS + CEHEGIN + SEGURA + MURCIA + 611000 + 4225906 + Defensa frente a avenidas, Riego, --- + 1972 + 1972/01/01 + + -1.73464646673616,38.1722708280431 + + + + -1 + 0 + -1 + 8440007 + ARQUILLO DE SAN BLAS + ARQUILLO DE SAN BLAS + --- + 31/12/1962 + 1962 + GUADALAVIAR + TERUEL + JUCAR + TERUEL + 653793 + 4469304 + Abastecimiento, Defensa frente a avenidas, Riego + 1962 + 1962/01/01 + + -1.2053127929868,40.3635545334894 + + + + -1 + 0 + -1 + 3280039 + ARROYOS, LOS (DIQUE DE COLA) + ARROYOS, LOS + --- + 31/12/1967 + 1967 + LADRON + ESCORIAL, EL + TAJO + MADRID + 411261 + 4493850 + Riego, ---, --- + 1967 + 1967/01/01 + + -4.04955827195962,40.5898823660787 + + + + -1 + 0 + -1 + 3280048 + ATAZAR, EL + ATAZAR, EL + --- + 31/12/1972 + 1972 + LOZOYA + PATONES Y ATAZAR + TAJO + MADRID + 460256 + 4529303 + Abastecimiento, Hidroel?ctrico, Riego + 1972 + 1972/01/01 + + -3.47195704241047,40.9138691712604 + + + + -1 + 0 + -1 + 3450030 + AZUTAN + AZUTAN + --- + 31/12/1969 + 1969 + TAJO + AZUTAN Y ALCOLEA DE TAJO + TAJO + TOLEDO + 321222 + 4405375 + Hidroel?ctrico, Riego, --- + 1969 + 1969/01/01 + + -5.08935456730346,39.7768755770303 + + + + -1 + 0 + -1 + 9250051 + BALAGUER PARTIDOR (CONTRAEMBALSE) + BALAGUER + --- + 31/12/1958 + 1958 + SEGRE + OS DE BALAGUER + EBRO + LLEIDA + 818394 + 4638887 + Hidroel?ctrico, Riego, --- + 1958 + 1958/01/01 + + 0.837007905576761,41.8534474004393 + + + + -1 + 0 + -1 + 8440011 + BALAGUERAS + BALAGUERAS + --- + 31/12/1957 + 1957 + PALOMERAS + RUBIELOS DE MORA + JUCAR + TERUEL + 697715 + 4454450 + Riego, Regulaci?n, --- + 1957 + 1957/01/01 + + -0.678273734487578,40.2117366762296 + + + + -1 + 0 + -1 + 1240011 + BARCENA + BARCENA + --- + 31/12/1960 + 1960 + SIL + PONFERRADA + MI?O-SIL + LEON + 207593 + 4720277 + Hidroel?ctrico, Riego, Abastecimiento + 1960 + 1960/01/01 + + -6.55970189359504,42.5778674717466 + + + + -1 + 0 + -1 + 2240029 + BARRIOS DE LUNA + BARRIOS DE LUNA + --- + 31/12/1956 + 1956 + ORBIGO - LUNA (LUNA) + BARRIOS DE LUNA, LOS + DUERO + LEON + 266290 + 4748255 + Abastecimiento, Hidroel?ctrico, Riego + 1956 + 1956/01/01 + + -5.86129288922089,42.849593286404 + + + + -1 + 0 + -1 + 5140040 + BEMBEZAR + BEMBEZAR + --- + 01/01/1963 + 1963 + BEMBEZAR + HORNACHUELOS + GUADALQUIVIR + CORDOBA + 305740 + 4197410 + Abastecimiento, Hidroel?ctrico, Riego + 1963 + 1963/01/01 + + -5.20956774936637,37.9034998769656 + + + + -1 + 0 + -1 + 8460027 + BENAGEBER + BENAGEBER + --- + 31/12/1954 + 1954 + TURIA + BENAGEBER + JUCAR + VALENCIA + 663079 + 4399195 + Abastecimiento, Hidroel?ctrico, Riego + 1954 + 1954/01/01 + + -1.09839988471165,39.7267527103479 + + + + -1 + 0 + -1 + 2240030 + BENAMARIAS + BENAMARIAS + --- + 31/12/1972 + 1972 + SALGUIRAL + MAGAZ DE CEPEDA + DUERO + LEON + 244026 + 4716999 + Riego, ---, --- + 1972 + 1972/01/01 + + -6.11565815929397,42.5642699343374 + + + + -1 + 0 + -1 + 8030035 + BENIARRES + BENIARRES + --- + 01/04/1958 + 1958 + SERPIS + BENIARRES + JUCAR + ALICANTE + 729605 + 4299796 + Riego, ---, --- + 1958 + 1958/01/01 + + -0.357219079341582,38.8145659652489 + + + + -1 + 0 + -1 + 5180023 + BERMEJALES, LOS + BERMEJALES, LOS + --- + 01/01/1958 + 1958 + CACIN + ARENAS DEL REY + GUADALQUIVIR + GRANADA + 420700 + 4095050 + Abastecimiento, Hidroel?ctrico, Riego + 1958 + 1958/01/01 + + -3.891365885911,36.9960883354459 + + + + -1 + 0 + -1 + 10170002 + BOADELLA + BOADELLA (ELS FANGOTS) + --- + 16/12/1969 + 1969 + MUGA + DARNIUS + CUENCAS INTERNAS DE CATALU?A + GERONA + 981015 + 4704322 + Abastecimiento, Hidroel?ctrico, Riego + 1969 + 1969/01/01 + + 2.83286073400377,42.3411338342544 + + + + -1 + 0 + -1 + 5230002 + BOLERA, LA + BOLERA, LA + --- + 31/12/1967 + 1967 + GUADALETIN + POZO ALCON + GUADALQUIVIR + JAEN + 508658 + 4179650 + Abastecimiento, Riego, --- + 1967 + 1967/01/01 + + -2.9017005394718,37.7641315555741 + + + + -1 + 0 + -1 + 3100091 + BORBOLLON + BORBOLLON + --- + 10/05/1954 + 1954 + ARRAGO + SANTIBA?EZ EL ALTO + TAJO + CACERES + 194910 + 4447965 + Hidroel?ctrico, Riego, Adecuaci?n ambiental + 1954 + 1954/01/01 + + -6.57703832390745,40.1255183137366 + + + + -1 + 0 + -1 + 3100088 + BORBOLLON (DERIVACION) - ARRAGO (CONTRAEMBALSE) + BORBOLLON (DERIVACION) - ARRAGO + --- + 01/01/1954 + 1954 + ARRAGO + SANTIBA?EZ EL ALTO + TAJO + CACERES + 193368 + 4446703 + Riego, ---, --- + 1954 + 1954/01/01 + + -6.59468421333394,40.1132665152789 + + + + -1 + 0 + -1 + 5110061 + BORNOS + BORNOS + --- + 01/01/1961 + 1961 + GUADALETE + BORNOS + GUADALETE Y BARBATE + CADIZ + 253744 + 4075482 + Hidroel?ctrico, Riego, --- + 1961 + 1961/01/01 + + -5.75943609350887,36.7914150006134 + + + + -1 + 0 + -1 + 3100094 + BOYERIL 2, EL + BOYERIL 2, EL + --- + 01/01/1965 + 1965 + ARROYO MANCO + CASATEJADA + TAJO + CACERES + 274235 + 4419290 + Riego, ---, --- + 1965 + 1965/01/01 + + -5.64060596657263,39.8936366883496 + + + + -1 + 0 + -1 + 4060047 + BROVALES + BROVALES + --- + 01/01/1960 + 1960 + BROVALES + JEREZ DE LOS CABALLEROS + GUADIANA + BADAJOZ + 176798 + 4251307 + Riego, ---, --- + 1960 + 1960/01/01 + + -6.69587386878681,38.3465293775685 + + + + -1 + 0 + -1 + 9220016 + BUBAL + BUBAL + --- + 31/12/1971 + 1971 + GALLEGO + HOZ DE JACA, BIESCAS + EBRO + HUESCA + 720079 + 4729203 + Abastecimiento, Hidroel?ctrico, Riego + 1971 + 1971/01/01 + + -0.313735159766937,42.6838155893922 + + + + -1 + 0 + -1 + 3190007 + BUENDIA + BUENDIA + --- + 31/12/1958 + 1958 + GUADIELA + BUENDIA + TAJO + CUENCA + 518481 + 4472261 + Hidroel?ctrico, Abastecimiento, Riego + 1958 + 1958/01/01 + + -2.78303226893827,40.3989706443899 + + + + -1 + 0 + -1 + 2420008 + CAMPILLO DE BUITRAGO + CAMPILLO DE BUITRAGO + --- + 30/09/1969 + 1969 + DUERO + SORIA Y GARRAY + DUERO + SORIA + 539483 + 4631600 + Abastecimiento, Riego, --- + 1969 + 1969/01/01 + + -2.52617706547774,41.8334471731404 + + + + -1 + 0 + -1 + 5410016 + CANTILLANA + CANTILLANA + --- + 31/12/1956 + 1956 + GUADALQUIVIR + CANTILLANA + GUADALQUIVIR + SEVILLA + 252655 + 4164393 + Hidroel?ctrico, Riego, --- + 1956 + 1956/01/01 + + -5.81135850017545,37.5925678625508 + + + + -1 + 0 + -1 + 3450033 + CASTREJON + CASTREJON + --- + 31/12/1967 + 1967 + TAJO + PUEBLA DE MONTALBAN, LA Y POL?N + TAJO + TOLEDO + 389280 + 4410440 + Hidroel?ctrico, Riego, --- + 1967 + 1967/01/01 + + -4.29400307950877,39.8367560260396 + + + + -1 + 0 + -1 + 3450014 + CASTREJON / CA?ARES + CASTREJON / CAARES + --- + 31/12/1967 + 1967 + ARROYO CA?ARES + PUEBLA DE MONTALBAN, LA + TAJO + TOLEDO + 382105 + 4411925 + Hidroel?ctrico, Riego, --- + 1967 + 1967/01/01 + + -4.37805349088724,39.8478170815301 + + + + -1 + 0 + -1 + 3450043 + CASTREJON / CARPIO, EL + CASTREJON / CARPIO, EL + --- + 31/12/1967 + 1967 + ARROYO EL CARPIO + CARPIO DE TAJO + TAJO + TOLEDO + 376065 + 4413100 + Hidroel?ctrico, Riego, --- + 1967 + 1967/01/01 + + -4.45062008586326,39.8568923971038 + + + + -1 + 0 + -1 + 3450047 + CAZALEGAS + CAZALEGAS + --- + 31/12/1949 + 1949 + ALBERCHE + CAZALEGAS + TAJO + TOLEDO + 354505 + 4430825 + Abastecimiento, Riego, --- + 1949 + 1949/01/01 + + -4.70482431692454,40.0150981560158 + + + + -1 + 0 + -1 + 5110019 + CELEMIN (ALIVIADERO) (DIQUE DEL COLLADO) + CELEMIN + --- + 01/01/1974 + 1974 + CELEMIN + MEDINA-SIDONIA + GUADALETE Y BARBATE + CADIZ + 251076 + 4021595 + Riego, ---, --- + 1974 + 1974/01/01 + + -5.77449372500233,36.3001701046359 + + + + -1 + 0 + -1 + 7020010 + CENAJO, EL + CENAJO, EL + --- + 31/12/1960 + 1960 + SEGURA + MORATALLA Y HELLIN + SEGURA + MURCIA + 607142 + 4247250 + Defensa frente a avenidas, Riego, --- + 1960 + 1960/01/01 + + -1.77694569461116,38.3650613286916 + + + + -1 + 0 + -1 + 2490003 + CERNADILLA + CERNADILLA + --- + 31/12/1969 + 1969 + TERA + CERNADILLA- MANZANAL DE ARRIBA + DUERO + ZAMORA + 213312 + 4657994 + Hidroel?ctrico, Riego, --- + 1969 + 1969/01/01 + + -6.45955933075867,42.0195960797974 + + + + -1 + 0 + -1 + 3450040 + CERQUILLA, LA + CERQUILLA, LA + --- + 31/12/1962 + 1962 + JULIAN (ARROYO DE SAN JULIAN) + CALZADA DE OROPESA, LA + TAJO + TOLEDO + 307907 + 4429641 + Riego, ---, --- + 1962 + 1962/01/01 + + -5.250132699482,39.9951236740151 + + + + -1 + 0 + -1 + 4100015 + CIJARA + CIJARA + --- + 01/01/1956 + 1956 + GUADIANA + ALIA Y HERRERA DEL DUQUE + GUADIANA + CACERES + 326475 + 4360367 + Abastecimiento, Hidroel?ctrico, Riego + 1956 + 1956/01/01 + + -5.01454945075657,39.3753530084905 + + + + -1 + 0 + -1 + 9430006 + CIURANA + CIURANA + --- + 31/12/1972 + 1972 + CIURANA + CORNUDELLA DE MONTSANT + EBRO + TARRAGONA + 828373 + 4574080 + Abastecimiento, Riego, --- + 1972 + 1972/01/01 + + 0.919011710611436,41.2514313501369 + + + + -1 + 0 + -1 + 10170006 + COLOMERS (AZUD) + COLOMERS + --- + 01/12/1967 + 1967 + TER + COLOMERS + CUENCAS INTERNAS DE CATALU?A + GERONA + 996004 + 4675791 + Riego, ---, --- + 1967 + 1967/01/01 + + 2.99526183648238,42.0773760316643 + + + + -1 + 0 + -1 + 5140036 + CORDOBILLA + CORDOBILLA + --- + 01/01/1953 + 1953 + GENIL + PUENTE GENIL + GUADALQUIVIR + CORDOBA + 347701 + 4135123 + Hidroel?ctrico, Riego, --- + 1953 + 1953/01/01 + + -4.71953755738512,37.3503254261455 + + + + -1 + 0 + -1 + 3100064 + CORONO, EL + CORONO, EL + --- + 01/01/1971 + 1971 + ARROYO GODINO + PASARON DE LA VERA + TAJO + CACERES + 260734 + 4435578 + Riego, ---, --- + 1971 + 1971/01/01 + + -5.80542502260616,40.0361074047749 + + + + -1 + 0 + -1 + 5180012 + CUBILLAS + CUBILLAS + --- + 01/01/1956 + 1956 + CUBILLAS + ALBOLOTE, CHAPARRAL + GUADALQUIVIR + GRANADA + 439470 + 4126405 + Riego, ---, --- + 1956 + 1956/01/01 + + -3.68213187361113,37.275113549931 + + + + -1 + 0 + -1 + 2420001 + CUERDA DEL POZO + CUERDA DEL POZO + --- + 31/12/1941 + 1941 + DUERO + VINUESA + DUERO + SORIA + 524663 + 4636207 + Abastecimiento, Hidroel?ctrico, Riego + 1941 + 1941/01/01 + + -2.70411063391709,41.8756060148834 + + + + -1 + 0 + -1 + 9390001 + EBRO + EBRO + --- + 31/12/1945 + 1945 + EBRO + ROZAS DE VALDEARROLLO, LAS + EBRO + CANTABRIA + 414326 + 4758227 + Abastecimiento, Hidroel?ctrico, Riego + 1945 + 1945/01/01 + + -4.05062366921491,42.971874766016 + + + + -1 + 0 + -1 + 3280052 + ENCINILLA, LA + ENCINILLA, LA + --- + 31/12/1964 + 1964 + ENCINILLA (ARROYO ENCINILLA) + GUADARRAMA + TAJO + MADRID + 406098 + 4503397 + Riego, ---, --- + 1964 + 1964/01/01 + + -4.11109953629523,40.6761127594353 + + + + -1 + 0 + -1 + 3190016 + ENTREPE?AS + ENTREPEAS + --- + 01/01/1956 + 1956 + TAJO + SACEDON, AU?ON + TAJO + GUADALAJARA + 521162 + 4482457 + Hidroel?ctrico, Riego, Abastecimiento + 1956 + 1956/01/01 + + -2.74995959421909,40.4926345939065 + + + + -1 + 0 + -1 + 5410014 + ESPARRAGAL, EL + ESPARRAGAL, EL + --- + 31/12/1970 + 1970 + ENCARNACION + GERENA + GUADALQUIVIR + SEVILLA + 224955 + 4160665 + Riego, ---, --- + 1970 + 1970/01/01 + + -6.11348034423537,37.5519764642699 + + + + -1 + 0 + -1 + 3190026 + ESTREMERA + ESTREMERA + --- + 01/01/1950 + 1950 + TAJO + DRIEBES, LEGANIEL + TAJO + GUADALAJARA + 499510 + 4450630 + Riego, ---, --- + 1950 + 1950/01/01 + + -3.00575775958773,40.2060754333033 + + + + -1 + 0 + -1 + 9430007 + FLIX + FLIX + --- + 31/12/1948 + 1948 + EBRO + FLIX + EBRO + TARRAGONA + 797742 + 4570937 + Hidroel?ctrico, Regulaci?n, Riego + 1948 + 1948/01/01 + + 0.546685765282842,41.2322298066531 + + + + -1 + 0 + -1 + 8460004 + FORATA + FORATA + --- + 01/01/1969 + 1969 + MAGRO + YATOVA + JUCAR + VALENCIA + 684213 + 4356914 + Riego, ---, --- + 1969 + 1969/01/01 + + -0.866259988066856,39.3400612886027 + + + + -1 + 0 + -1 + 1240021 + FUENTE DEL AZUFRE (CONTRAEMBALSE) + FUENTE DEL AZUFRE + --- + 31/12/1949 + 1949 + SIL + PONFERRADA + MI?O-SIL + LEON + 205737 + 4718533 + Hidroel?ctrico, Riego, Riego + 1949 + 1949/01/01 + + -6.58219613173273,42.5632254164673 + + + + -1 + 0 + -1 + 3100073 + GABRIEL Y GALAN + GABRIEL Y GALAN + --- + 01/01/1961 + 1961 + ALAGON + GUIJO DE GRANADILLA + TAJO + CACERES + 233284 + 4457169 + Hidroel?ctrico, Riego, --- + 1961 + 1961/01/01 + + -6.13454936242733,40.2225190210536 + + + + -1 + 0 + -1 + 4060063 + GARCIA DE SOLA + GARCIA DE SOLA + PUERTO PE?A + 01/01/1965 + 1965 + GUADIANA + TALARRUBIAS + GUADIANA + BADAJOZ + 311314 + 4335259 + Abastecimiento, Hidroel?ctrico, Riego + 1965 + 1965/01/01 + + -5.18341856854113,39.1460916619095 + + + + -1 + 0 + -1 + 9260028 + GONZALEZ LACASA + GONZALEZ LACASA + --- + 31/12/1962 + 1962 + ALBERCOS + ORTIGOSA DE CAMEROS + EBRO + LOGRO?O + 527302 + 4669311 + Abastecimiento, Hidroel?ctrico, Riego + 1962 + 1962/01/01 + + -2.67276137549368,42.1740956926309 + + + + -1 + 0 + -1 + 9220078 + GRADO I, EL + GRADO I, EL + --- + 31/12/1969 + 1969 + CINCA + GRADO, EL + EBRO + HUESCA + 767725 + 4671815 + Hidroel?ctrico, Riego, Abastecimiento + 1969 + 1969/01/01 + + 0.23741948399448,42.1514333587585 + + + + -1 + 0 + -1 + 5230049 + GUADALEN + GUADALEN + --- + 31/12/1954 + 1954 + GUADALEN + ARQUILLOS, VILCHES + GUADALQUIVIR + JAEN + 458265 + 4224145 + Abastecimiento, Hidroel?ctrico, Riego + 1954 + 1954/01/01 + + -3.47794000226296,38.1619626656835 + + + + -1 + 0 + -1 + 8030092 + GUADALEST + GUADALEST + --- + 27/11/1969 + 1969 + GUADALEST + GUADALEST + JUCAR + ALICANTE + 744422 + 4285116 + Abastecimiento, Riego, --- + 1969 + 1969/01/01 + + -0.192166073309142,38.6800297963977 + + + + -1 + 0 + -1 + 6290030 + GUADALHORCE + GUADALHORCE + --- + 31/12/1973 + 1973 + GUADALHORCE + CAMPILLOS + CUENCA MEDITERRANEA ANDALUZA + MALAGA + 339635 + 4090040 + Abastecimiento, Hidroel?ctrico, Riego + 1973 + 1973/01/01 + + -4.80153082629439,36.9422318856897 + + + + -1 + 0 + -1 + 5230047 + GUADALMENA + GUADALMENA + --- + 31/12/1969 + 1969 + GUADALMENA + CHICLANA DE SEGURA + GUADALQUIVIR + JAEN + 507600 + 4246350 + Hidroel?ctrico, Riego, Abastecimiento + 1969 + 1969/01/01 + + -2.91300370176007,38.3652940647351 + + + + -1 + 0 + -1 + 6290030 + GUADALHORCE + GUADALTEBA + --- + 31/12/1973 + 1973 + GUADALHORCE + CAMPILLOS + CUENCA MEDITERRANEA ANDALUZA + MALAGA + 339635 + 4090040 + Abastecimiento, Hidroel?ctrico, Riego + 1973 + 1973/01/01 + + -4.80089989914444,36.9450688730879 + + + + -1 + 0 + -1 + 5140033 + GUADANU?O + GUADANUO + CERRO MURIANO + 01/01/1967 + 1967 + GUADANU?O + CORDOBA Y VILLAVICIOSA + GUADALQUIVIR + CORDOBA + 342050 + 4209965 + Abastecimiento, Riego, --- + 1967 + 1967/01/01 + + -4.79940104214373,38.0206902745129 + + + + -1 + 0 + -1 + 6110005 + GUADARRANQUE + GUADARRANQUE + --- + 01/01/1965 + 1965 + GUADARRANQUE + LOS BARRIOS Y CASTELLAR + CUENCA MEDITERRANEA ANDALUZA + CADIZ + 279075 + 4021000 + Abastecimiento, Riego, Industrial + 1965 + 1965/01/01 + + -5.46258224527812,36.3080618959281 + + + + -1 + 0 + -1 + 3100138 + HELECHAL + HELECHAL + --- + 01/01/1965 + 1965 + ARROYO HELECHAL + ALCANTARA + TAJO + CACERES + 166075 + 4418651 + Acuicultura, Riego, --- + 1965 + 1965/01/01 + + -6.90075205990814,39.8501022100413 + + + + -1 + 0 + -1 + 3050008 + HINCHONA, LA + HINCHONA, LA + --- + 01/01/1946 + 1946 + YEDRA + TIEMBLO, EL + TAJO + AVILA + 372108 + 4471728 + Riego, ---, --- + 1946 + 1946/01/01 + + -4.50883176622184,40.382678871337 + + + + -1 + 0 + -1 + 5110015 + HURONES, LOS + HURONES, LOS + --- + 01/01/1964 + 1964 + MAJACEITE + ALGAR + GUADALETE Y BARBATE + CADIZ + 271131 + 4060369 + Abastecimiento, Hidroel?ctrico, Riego + 1964 + 1964/01/01 + + -5.56179318540135,36.6616514525269 + + + + -1 + 0 + -1 + 8030028 + ISBERT + ISBERT + --- + 01/01/1945 + 1945 + GIRONA + ORBA + JUCAR + ALICANTE + 751659 + 4297224 + Riego, ---, --- + 1945 + 1945/01/01 + + -0.10263108021709,38.7878640466941 + + + + -1 + 0 + -1 + 5140028 + IZNAJAR + IZNAJAR + --- + 01/01/1969 + 1969 + GENIL + RUTE, CUEVAS SAN MARCOS + GUADALQUIVIR + CORDOBA + 377250 + 4126550 + Abastecimiento, Hidroel?ctrico, Riego + 1969 + 1969/01/01 + + -4.38459541951843,37.2774505076752 + + + + -1 + 0 + -1 + 3100102 + JARILLA, LA (TAJO) + JARILLA, LA (TAJO) + --- + 01/01/1964 + 1964 + CAVERA + JARILLA + TAJO + CACERES + 242520 + 4451720 + Riego, ---, --- + 1964 + 1964/01/01 + + -6.02453883319097,40.1743752882411 + + + + -1 + 0 + -1 + 5140001 + MALPASILLO JAUJA (AZUD) + JAUJA + MALPASILLO JAUJA + 31/12/1951 + 1951 + GENIL + LUCENA + GUADALQUIVIR + CORDOBA + 352650 + 4129600 + Hidroel?ctrico, Riego, Abastecimiento + 1951 + 1951/01/01 + + -4.66258549652408,37.3013614453855 + + + + -1 + 0 + -1 + 2240007 + JUAN BENET (PORMA) + JUAN BENET (PORMA) + --- + 30/04/1968 + 1968 + PORMA + BO?AR + DUERO + LEON + 313090 + 4755710 + Abastecimiento, Hidroel?ctrico, Riego + 1968 + 1968/01/01 + + -5.29286512628803,42.9292718170784 + + + + -1 + 0 + -1 + 2400015 + LINARES DEL ARROYO + LINARES DEL ARROYO + --- + 30/04/1953 + 1953 + RIAZA + MADERUELO + DUERO + SEGOVIA + 453728 + 4597664 + Hidroel?ctrico, Riego, --- + 1953 + 1953/01/01 + + -3.5546517613635,41.5292857162478 + + + + -1 + 0 + -1 + 8460013 + LORIGUILLA + LORIGUILLA + --- + 01/01/1965 + 1965 + TURIA + LORIGUILLA Y CHULILLA + JUCAR + VALENCIA + 679189 + 4392798 + Regulaci?n, Riego, Hidroel?ctrico + 1965 + 1965/01/01 + + -0.913545143704678,39.6655988167685 + + + + -1 + 0 + -1 + 9260022 + MANSILLA + MANSILLA + --- + 31/12/1960 + 1960 + NAJERILLA + MANSILLA DE LA SIERRA, VILLAVELAYO + EBRO + LOGRO?O + 507343 + 4667566 + Abastecimiento, Hidroel?ctrico, Riego + 1960 + 1960/01/01 + + -2.91186579548949,42.1578185463543 + + + + -1 + 0 + -1 + 5230044 + MARMOLEJO (AZUD) + MARMOLEJO + --- + 31/12/1962 + 1962 + GUADALQUIVIR + MARMOLEJO + GUADALQUIVIR + JAEN + 396000 + 4213200 + Hidroel?ctrico, Riego, --- + 1962 + 1962/01/01 + + -4.18614607146159,38.0583036116649 + + + + -1 + 0 + -1 + 9220054 + MEDIANO + MEDIANO + --- + 31/12/1959 + 1959 + CINCA + FUEVA, LA + EBRO + HUESCA + 765112 + 4689838 + Hidroel?ctrico, Riego, --- + 1959 + 1959/01/01 + + 0.209614773336133,42.3127822442602 + + + + -1 + 0 + -1 + 9500030 + MEQUINENZA + MEQUINENZA + --- + 31/12/1964 + 1964 + EBRO + MEQUINENZA + EBRO + ZARAGOZA + 774241 + 4584997 + Hidroel?ctrico, Riego, --- + 1964 + 1964/01/01 + + 0.27233271846834,41.3691072598816 + + + + -1 + 0 + -1 + 5230023 + MOLINO DE GUADALEN (CONTRAEMBALSE) + MOLINO DE GUADALEN + SALTO DEL MOLINO + 31/12/1962 + 1962 + GUADALEN + VILCHES + GUADALQUIVIR + JAEN + 457163 + 4222764 + Abastecimiento, Hidroel?ctrico, Riego + 1962 + 1962/01/01 + + -3.49152839171866,38.1484731614481 + + + + -1 + 0 + -1 + 6110011 + MONTE DE LA TORRE (DD-1) + MONTE DE LA TORRE (DD-1) + DEPOSITO DD-1 + 31/12/1972 + 1972 + PRIOR + BARRIOS, LOS + CUENCA MEDITERRANEA ANDALUZA + CADIZ + 275972 + 4004387 + Regulaci?n, Riego, --- + 1972 + 1972/01/01 + + -5.49238439009859,36.1558959975988 + + + + -1 + 0 + -1 + 4060102 + MONTIJO (AZUD) + MONTIJO + --- + 31/12/1954 + 1954 + GUADIANA + MERIDA + GUADIANA + BADAJOZ + 202510 + 4314117 + Abastecimiento, Riego, --- + 1954 + 1954/01/01 + + -6.42766408885272,38.9243443739518 + + + + -1 + 0 + -1 + 4060074 + MOSQUIL, EL + MOSQUIL, EL + --- + 01/01/1971 + 1971 + LABRADOS + USAGRE + GUADIANA + BADAJOZ + 228717 + 4255260 + Riego, ---, --- + 1971 + 1971/01/01 + + -6.10214342807971,38.4042290711618 + + + + -1 + 0 + -1 + 3280058 + NAVALAGAMELLA + NAVALAGAMELLA + --- + 31/12/1972 + 1972 + CURA + NAVALAGAMELLA + TAJO + MADRID + 405106 + 4472030 + Riego, ---, --- + 1972 + 1972/01/01 + + -4.11812824344085,40.3934690777146 + + + + -1 + 0 + -1 + 9500043 + NI?O JESUS + NIO JESUS + ANI?ON + 09/05/1955 + 1955 + ARROYO DEL FRESNO O JESUS + ANI?ON + EBRO + ZARAGOZA + 608478 + 4595385 + Riego, ---, --- + 1955 + 1955/01/01 + + -1.70024158229224,41.5027505253765 + + + + -1 + 0 + -1 + 9250050 + OLIANA + OLIANA + --- + 31/12/1959 + 1959 + SEGRE + OLIANA Y PERAMOLA + EBRO + LLEIDA + 855649 + 4669176 + Abastecimiento, Hidroel?ctrico, Riego + 1959 + 1959/01/01 + + 1.29412185676745,42.0932359583104 + + + + -1 + 0 + -1 + 8120003 + ONDA + ONDA + BENITANDUS + 01/01/1954 + 1954 + SECO / VEO + ALCUDIA DE VEO + JUCAR + CASTELLON + 728310 + 4424455 + Riego, ---, --- + 1954 + 1954/01/01 + + -0.332381988138957,39.9355069920242 + + + + -1 + 0 + -1 + 4060095 + ORELLANA + ORELLANA + --- + 01/01/1963 + 1963 + GUADIANA + ORELLANA LA VIEJA, CAMPANARIO + GUADIANA + BADAJOZ + 280423 + 4318386 + Abastecimiento, Hidroel?ctrico, Riego + 1963 + 1963/01/01 + + -5.53513288695429,38.9869523231723 + + + + -1 + 0 + -1 + 3190028 + PALMACES + PALMACES + --- + 01/01/1954 + 1954 + CA?AMARES + PALMACES DE JADRAQUE + TAJO + GUADALAJARA + 505170 + 4544655 + Riego, ---, --- + 1954 + 1954/01/01 + + -2.93847727164583,41.0531133705181 + + + + -1 + 0 + -1 + 10170013 + PASTERAL I (AZUD) + PASTERAL, EL + --- + 01/01/1962 + 1962 + TER + OSOR + CUENCAS INTERNAS DE CATALU?A + GERONA + 965397 + 4663877 + Abastecimiento, Hidroel?ctrico, Riego + 1962 + 1962/01/01 + + 2.61174154012712,41.986908522906 + + + + -1 + 0 + -1 + 4060004 + PASTIZALES, LOS + PASTIZALES, LOS + --- + 31/12/1964 + 1964 + VALDELARQUILLO (VALDESEQUILLOS) + HELECHOSA DE LOS MONTES + GUADIANA + BADAJOZ + 352216 + 4363403 + Abastecimiento, Riego, --- + 1964 + 1964/01/01 + + -4.71651424619442,39.4074869214778 + + + + -1 + 0 + -1 + 5230018 + PEDRO MARIN + PEDRO MARIN + --- + 31/12/1954 + 1954 + GUADALQUIVIR + JODAR + GUADALQUIVIR + JAEN + 463739 + 4196379 + Hidroel?ctrico, Riego, Industrial + 1954 + 1954/01/01 + + -3.41239455913779,37.9087487080691 + + + + -1 + 0 + -1 + 4130018 + PE?ARROYA + PEARROYA + --- + 01/01/1959 + 1959 + GUADIANA + ARGAMASILLA DE ALBA + GUADIANA + CIUDAD REAL + 499519 + 4323754 + Abastecimiento, Riego, --- + 1959 + 1959/01/01 + + -3.00641057881721,39.0600734782616 + + + + -1 + 0 + -1 + 3280055 + PE?ASCALES, LOS + PEASCALES, LOS + --- + 31/12/1962 + 1962 + ARROYO TROFAS + TORRELODONES + TAJO + MADRID + 424055 + 4492013 + Abastecimiento, Riego, --- + 1962 + 1962/01/01 + + -3.89921276346739,40.5733851264334 + + + + -1 + 0 + -1 + 3280063 + PICADAS + PICADAS + --- + 31/12/1952 + 1952 + ALBERCHE + SAN MARTIN DE VALDEIGLESIAS + TAJO + MADRID + 393940 + 4465690 + Abastecimiento, Hidroel?ctrico, Riego + 1952 + 1952/01/01 + + -4.24861395776387,40.3350172288661 + + + + -1 + 0 + -1 + 4060031 + PIEDRA AGUDA + PIEDRA AGUDA + --- + 01/01/1956 + 1956 + OLIVENZA + OLIVENZA + GUADIANA + BADAJOZ + 149904 + 4289973 + Abastecimiento, Riego, --- + 1956 + 1956/01/01 + + -7.02212771694823,38.6866459409974 + + + + -1 + 0 + -1 + 4210092 + PIEDRAS + PIEDRAS + --- + 31/12/1968 + 1968 + PIEDRAS + CARTAYA, LEPE + TINTO, ODIEL Y PIEDRAS + HUELVA + 122023 + 4144432 + Abastecimiento, Riego, --- + 1968 + 1968/01/01 + + -7.26778079933721,37.3696378346261 + + + + -1 + 0 + -1 + 5410106 + PINTADO, EL + PINTADO, EL + --- + 31/12/1948 + 1948 + VIAR + CAZALLA SIERRA,GUADALCANAL,REAL DE JARA,REINA FTE ARCO + GUADALQUIVIR + SEVILLA + 240667 + 4208399 + Hidroel?ctrico, Riego, --- + 1948 + 1948/01/01 + + -5.95289551926576,37.9862003001081 + + + + -1 + 0 + -1 + 5140004 + PUENTE NUEVO + PUENTE NUEVO + --- + 01/01/1972 + 1972 + GUADIATO + VILLAVICIOSA DE CORDOBA + GUADALQUIVIR + CORDOBA + 331056 + 4217469 + Abastecimiento, Hidroel?ctrico, Riego + 1972 + 1972/01/01 + + -4.92542311820144,38.086333381963 + + + + -1 + 0 + -1 + 8120004 + REGAJO, EL + REGAJO, EL + --- + 31/10/1959 + 1959 + PALANCIA + JERICA + JUCAR + CASTELLON + 711756 + 4418669 + Riego, Regulaci?n, --- + 1959 + 1959/01/01 + + -0.524371838946281,39.8902260405064 + + + + -1 + 0 + -1 + 2340005 + REQUEJADA + REQUEJADA + --- + 01/08/1935 + 1935 + PISUERGA + ARBEJAL + DUERO + PALENCIA + 375507 + 4751818 + Abastecimiento, Riego, Defensa frente a avenidas + 1935 + 1935/01/01 + + -4.5290798421567,42.906501474629 + + + + -1 + 0 + -1 + 5140048 + RETORTILLO + RETORTILLO + --- + 01/01/1970 + 1970 + RETORTILLO + HORNACHUELOS, PUEBLA DE INFANTES + GUADALQUIVIR + CORDOBA + 293165 + 4191105 + Abastecimiento, Riego, --- + 1970 + 1970/01/01 + + -5.3506859751422,37.8439491051802 + + + + -1 + 0 + -1 + 3280015 + REY, DEL + REY, DEL + --- + 31/12/1971 + 1971 + JARAMA + RIVAS-VACIAMADRID + TAJO + MADRID + 453964 + 4461241 + Riego, ---, --- + 1971 + 1971/01/01 + + -3.54169766672563,40.3004062481493 + + + + -1 + 0 + -1 + 9430003 + RIBARROJA + RIBARROJA + RIBA ROJA + 31/12/1969 + 1969 + EBRO + RIBA-ROJA D??EBRE + EBRO + TARRAGONA + 788146 + 4571794 + Abastecimiento, Hidroel?ctrico, Riego + 1969 + 1969/01/01 + + 0.432402255743064,41.2442604579741 + + + + -1 + 0 + -1 + 1270013 + RIBASALTAS (AZUD) + RIBASALTAS (AZUD) + --- + 31/12/1969 + 1969 + CABE + MONFORTE DE LEMOS + MI?O-SIL + LUGO + 132034 + 4721564 + Riego, ---, --- + 1969 + 1969/01/01 + + -7.48212333717375,42.5587731328879 + + + + -1 + 0 + -1 + 3450011 + ROSARITO + ROSARITO + --- + 31/12/1958 + 1958 + TIETAR + OROPESA, CANDELEDA + TAJO + TOLEDO + 302082 + 4442874 + Riego, Hidroel?ctrico, --- + 1958 + 1958/01/01 + + -5.32331656940288,40.1097855090024 + + + + -1 + 0 + -1 + 5230022 + RUMBLAR + RUMBLAR + --- + 31/12/1941 + 1941 + RUMBLAR + BA?OS DE LA ENCINA + GUADALQUIVIR + JAEN + 429670 + 4224281 + Abastecimiento, Riego, --- + 1941 + 1941/01/01 + + -3.80511813335651,38.1609402007957 + + + + -1 + 0 + -1 + 3100074 + SALOR + SALOR + --- + 01/01/1964 + 1964 + SALOR + CACERES + TAJO + CACERES + 214873 + 4362570 + Riego, ---, --- + 1964 + 1964/01/01 + + -6.3042529479638,39.3638232792893 + + + + -1 + 0 + -1 + 2470004 + SAN JOSE + SAN JOSE + --- + 17/11/1945 + 1945 + DUERO + CASTRONU?O + DUERO + VALLADOLID + 310093 + 4586292 + Hidroel?ctrico, Riego, --- + 1945 + 1945/01/01 + + -5.27292902194924,41.4033487823792 + + + + -1 + 0 + -1 + 3280027 + SAN JUAN (DIQUE DEL COLLADO) + SAN JUAN + --- + 31/12/1955 + 1955 + ALBERCHE + SAN MARTIN DE VALDEIGLESIAS + TAJO + MADRID + 388451 + 4469946 + Abastecimiento, Hidroel?ctrico, Riego + 1955 + 1955/01/01 + + -4.31396264185899,40.3726349880325 + + + + -1 + 0 + -1 + 10250001 + SANT PONC (SAN PONS) + SAN PONS + --- + 19/12/1957 + 1957 + EL CARDENER + CLARIANA DE CARDENER + CUENCAS INTERNAS DE CATALU?A + LLEIDA + 882025 + 4656011 + Riego, Abastecimiento, Hidroel?ctrico + 1957 + 1957/01/01 + + 1.60492870192885,41.9632479652182 + + + + -1 + 0 + -1 + 9220076 + SANTA ANA + SANTA ANA + --- + 31/12/1961 + 1961 + NOGUERA RIBAGORZANA + CASTILLONROY + EBRO + HUESCA + 797530 + 4643159 + Abastecimiento, Hidroel?ctrico, Riego + 1961 + 1961/01/01 + + 0.58585068877188,41.8843760749616 + + + + -1 + 0 + -1 + 2370010 + SANTA TERESA + SANTA TERESA + --- + 28/02/1961 + 1961 + TORMES + MONTEJO DE SALVATIERRA Y PELAYOS + DUERO + SALAMANCA + 280203 + 4505246 + Hidroel?ctrico, Riego, Abastecimiento + 1961 + 1961/01/01 + + -5.60147881822176,40.6665302082828 + + + + -1 + 0 + -1 + 7300019 + SANTOMERA (DIQUE DEL COLLADO) + SANTOMERA + --- + 31/12/1965 + 1965 + SALADA + SANTOMERA + SEGURA + MURCIA + 667635 + 4218190 + Defensa frente a avenidas, Riego, --- + 1965 + 1965/01/01 + + -1.08922332330582,38.0944168120288 + + + + -1 + 0 + -1 + 10080007 + SAU + SAU + --- + 31/12/1964 + 1964 + TER + VILANOVA DE SAU + CUENCAS INTERNAS DE CATALU?A + BARCELONA + 948914 + 4660480 + Abastecimiento, Hidroel?ctrico, Riego + 1964 + 1964/01/01 + + 2.41285376360827,41.9680347421453 + + + + -1 + 0 + -1 + 2240018 + SELGA DE ORDAS + SELGA DE ORDAS + --- + 31/12/1961 + 1961 + LUNA + RIOSECO DE TAPIA, STA. MARIA ORDAS + DUERO + LEON + 271923 + 4737491 + Abastecimiento, Hidroel?ctrico, Riego + 1961 + 1961/01/01 + + -5.787157982272,42.7546237035802 + + + + -1 + 0 + -1 + 8120002 + SICHAR + SICHAR + --- + 30/04/1960 + 1960 + MIJARES + ONDA + JUCAR + CASTELLON + 736439 + 4432744 + Regulaci?n, Riego, --- + 1960 + 1960/01/01 + + -0.229798337282889,40.0118051592118 + + + + -1 + 0 + -1 + 3100056 + SOLANA, LA + SOLANA, LA + --- + 01/01/1955 + 1955 + ARROYO CABRIOSO + HERRERA DE ALCANTARA + TAJO + CACERES + 121529 + 4390838 + Riego, ---, --- + 1955 + 1955/01/01 + + -7.40271359732281,39.5825048824551 + + + + -1 + 0 + -1 + 9220034 + SOTONERA, LA (DIQUE DEL COLLADO 1) (ASTON Y VACAS) + SOTONERA, LA (DIQUE DEL COLLADO 1) + --- + 01/01/1963 + 1963 + ASTON-VACAS + ALCALA DE GURREA + EBRO + HUESCA + 692200 + 4664000 + Abastecimiento, Hidroel?ctrico, Riego + 1963 + 1963/01/01 + + -0.675494101176755,42.104556770731 + + + + -1 + 0 + -1 + 10170012 + SUSQUEDA + SUSQUEDA + --- + 01/01/1967 + 1967 + TER + OSOR + CUENCAS INTERNAS DE CATALU?A + GERONA + 958440 + 4663004 + Abastecimiento, Hidroel?ctrico, Riego + 1967 + 1967/01/01 + + 2.52562975472371,41.9781745436696 + + + + -1 + 0 + -1 + 9500034 + TORCAS, LAS + TORCAS, LAS + --- + 31/12/1946 + 1946 + HUERVA + TOSOS + EBRO + ZARAGOZA + 660235 + 4573209 + Abastecimiento, Riego, --- + 1946 + 1946/01/01 + + -1.08624818567898,41.2944321503336 + + + + -1 + 0 + -1 + 5410139 + TORRE DEL AGUILA + TORRE DEL AGUILA + --- + 31/12/1947 + 1947 + SALADO DE MORON + UTRERA + GUADALQUIVIR + SEVILLA + 254750 + 4103343 + Riego, ---, --- + 1947 + 1947/01/01 + + -5.75796704655238,37.0422998535356 + + + + -1 + 0 + -1 + 2400007 + TORRELARA + TORRELARA + --- + 31/12/1971 + 1971 + MAGDALENA + MU?OPEDRO + DUERO + SEGOVIA + 371042 + 4526981 + Riego, ---, --- + 1971 + 1971/01/01 + + -4.52546494892538,40.8816457018566 + + + + -1 + 0 + -1 + 3100128 + TOZO + TOZO + --- + 01/01/1962 + 1962 + TOZO + TORRECILLAS DE LA TIESA + TAJO + CACERES + 258781 + 4384708 + Riego, ---, --- + 1962 + 1962/01/01 + + -5.80849153882129,39.578167482739 + + + + -1 + 0 + -1 + 5230005 + TRANCO DE BEAS + TRANCO DE BEAS + --- + 31/12/1944 + 1944 + GUADALQUIVIR + VILLANUEVA DEL ARZOBISPO + GUADALQUIVIR + JAEN + 518004 + 4225445 + Hidroel?ctrico, Riego, --- + 1944 + 1944/01/01 + + -2.7960851635346,38.1729610135617 + + + + -1 + 0 + -1 + 9500008 + TRANQUERA, LA + TRANQUERA, LA + --- + 31/12/1959 + 1959 + PIEDRA + CARENAS + EBRO + ZARAGOZA + 600522 + 4568949 + Abastecimiento, Riego, --- + 1959 + 1959/01/01 + + -1.79993335937915,41.2657149147141 + + + + -1 + 0 + -1 + 8120011 + ULLDECONA + ULLDECONA + --- + 01/01/1967 + 1967 + CENIA + PUEBLA DE BENIFASAR, LA + JUCAR + CASTELLON + 773861 + 4507456 + Riego, Abastecimiento, --- + 1967 + 1967/01/01 + + 0.233696820899937,40.6712050557062 + + + + -1 + 0 + -1 + 9010013 + ULLIVARRI (ULLIBARRI GAMBOA) + ULLIVARRI + --- + 31/12/1956 + 1956 + ZADORRA + ARRAZUA-UBARRUNDIA + EBRO + ALAVA + 531411 + 4753261 + Abastecimiento, Hidroel?ctrico, Riego + 1956 + 1956/01/01 + + -2.61668456298271,42.9297480815572 + + + + -1 + 0 + -1 + 9220071 + VADIELLO + VADIELLO + --- + 31/12/1971 + 1971 + GUATIZALEMA + LOPORZANO + EBRO + HUESCA + 724600 + 4680350 + Abastecimiento, Riego, --- + 1971 + 1971/01/01 + + -0.278274787832226,42.2414555528331 + + + + -1 + 0 + -1 + 8440008 + VALBONA + VALBONA + --- + 23/04/1959 + 1959 + RAMBLA DE FUENTE DE MORA + VALBONA + JUCAR + TERUEL + 685729 + 4458355 + Riego, Regulaci?n, --- + 1959 + 1959/01/01 + + -0.816101272504915,40.2550608954406 + + + + -1 + 0 + -1 + 3450003 + VALDECABRAS (ARROYO) + VALDECABRAS (ARROYO) + --- + 31/12/1965 + 1965 + VALDECABRAS + ORGAZ + TAJO + TOLEDO + 420490 + 4393145 + Riego, ---, --- + 1965 + 1965/01/01 + + -3.92678841596702,39.6798151786447 + + + + -1 + 0 + -1 + 3100007 + VALDECA?AS + VALDECAAS + --- + 01/01/1964 + 1964 + TAJO + BELVIS DE MONROY Y VALDECA?AS DE TAJO + TAJO + CACERES + 276345 + 4406515 + Hidroel?ctrico, Riego, --- + 1964 + 1964/01/01 + + -5.61151935588016,39.7780581142576 + + + + -1 + 0 + -1 + 3100021 + VALDEOBISPO + VALDEOBISPO + --- + 01/01/1965 + 1965 + ALAGON + VALDEOBISPO, MONTEHERMOSO + TAJO + CACERES + 222665 + 4444086 + Hidroel?ctrico, Riego, --- + 1965 + 1965/01/01 + + -6.25047546503749,40.0999720801875 + + + + -1 + 0 + -1 + 2240032 + VALDESPINA + VALDESPINA + EMBALSE DE BARRIO + 01/01/1940 + 1940 + ARROYO VALDESPINA + SANTA COLOMBA DE CURUE?O + DUERO + LEON + 302950 + 4731030 + Riego, ---, --- + 1940 + 1940/01/01 + + -5.40606531377524,42.7064999169038 + + + + -1 + 0 + -1 + 4060067 + VALUENGO + VALUENGO + --- + 01/01/1959 + 1959 + ARDILA + JEREZ DE LOS CABALLEROS + GUADIANA + BADAJOZ + 178405 + 4245838 + Hidroel?ctrico, Riego, --- + 1959 + 1959/01/01 + + -6.67589320855244,38.3021128855073 + + + + -1 + 0 + -1 + 2400023 + VENCIAS, LAS + VENCIAS, LAS + --- + 31/12/1962 + 1962 + DURAT??N + FUENTIDUE?A + DUERO + SEGOVIA + 419459 + 4586898 + Hidroel?ctrico, Regulaci?n, Riego + 1962 + 1962/01/01 + + -3.96394433158904,41.429610334952 + + + + -1 + 0 + -1 + 4130068 + VICARIO, EL + VICARIO, EL + --- + 31/12/1973 + 1973 + GUADIANA + CIUDAD REAL + GUADIANA + CIUDAD REAL + 413850 + 4324000 + Riego, ---, --- + 1973 + 1973/01/01 + + -3.99574133226615,39.060841342144 + + + + -1 + 0 + -1 + 3100052 + VID III, LA + VID III, LA + --- + 01/01/1959 + 1959 + VID + TORREJON EL RUBIO + TAJO + CACERES + 247090 + 4406926 + Riego, ---, --- + 1959 + 1959/01/01 + + -5.95208623924533,39.7751913109068 + + + + -1 + 0 + -1 + 1270004 + VILASOUTO + VILASOUTO + --- + 31/12/1969 + 1969 + MAO + INCIO, O + MI?O-SIL + LUGO + 137205 + 4732933 + Riego, Abastecimiento, --- + 1969 + 1969/01/01 + + -7.42075396430107,42.6617426257513 + + + + -1 + 0 + -1 + 5140050 + VILLAFRANCA + VILLAFRANCA + --- + 01/01/1948 + 1948 + GUADALQUIVIR + VILLAFRANCA DE CORDOBA + GUADALQUIVIR + CORDOBA + 359660 + 4202300 + Hidroel?ctrico, Riego, --- + 1948 + 1948/01/01 + + -4.62557733082767,37.9559135626788 + + + + -1 + 0 + -1 + 2370033 + VILLAGONZALO (AZUD) + VILLAGONZALO + --- + 14/02/1960 + 1960 + TORMES + VILLAGONZALO DE TORMES Y GARIHERNANDEZ + DUERO + SALAMANCA + 289812 + 4527892 + Riego, Hidroel?ctrico, Riego + 1960 + 1960/01/01 + + -5.49589734938719,40.8728403315594 + + + + -1 + 0 + -1 + 2240006 + VILLAMECA + VILLAMECA + --- + 31/12/1947 + 1947 + TUERTO-VALLE (TUERTO) + QUINTANA DEL CASTILLO + DUERO + LEON + 247863 + 4726637 + Hidroel?ctrico, Riego, Abastecimiento + 1947 + 1947/01/01 + + -6.06798870089081,42.647765039059 + + + + -1 + 0 + -1 + 9310007 + YESA + YESA + --- + 31/12/1959 + 1959 + ARAGON + YESA + EBRO + NAVARRA + 648990 + 4719190 + Abastecimiento, Riego, --- + 1959 + 1959/01/01 + + -1.18246987006024,42.6150428485976 + + + + -1 + 0 + -1 + 5230007 + ZOCUECA (AZUD) + ZOCUECA + --- + 31/12/1940 + 1940 + RUMBLAR + GUARROM?N + GUADALQUIVIR + JAEN + 427175 + 4217080 + Riego, Abastecimiento, --- + 1940 + 1940/01/01 + + -3.83090937493918,38.0957835087897 + + + + -1 + 0 + -1 + 4060070 + ZUJAR (DIQUE DEL COLLADO) + ZUJAR + --- + 01/01/1964 + 1964 + ZUJAR + CASTUERA, ESPARRAGOSA DE LARES + GUADIANA + BADAJOZ + 285155 + 4310665 + Abastecimiento, Hidroel?ctrico, Riego + 1964 + 1964/01/01 + + -5.47812428963917,38.9186142676144 + + + diff --git a/docs/colonizacion-leaflet/index.html b/docs/colonizacion-leaflet/index.html index b0d3cf1..3056b02 100644 --- a/docs/colonizacion-leaflet/index.html +++ b/docs/colonizacion-leaflet/index.html @@ -9,118 +9,289 @@ + - + + .info { padding: 6px 8px; font: 14px/16px Arial, Helvetica, sans-serif; background: white; background: rgba(255,255,255,0.8); box-shadow: 0 0 15px rgba(0,0,0,0.2); border-radius: 5px; } + .info h4 { margin: 0 0 5px; color: #777; } + .legend { text-align: left; line-height: 18px; color: #555; } + .legend i { width: 18px; height: 18px; float: left; margin-right: 8px; opacity: 1; } + .legend .circle { + border-radius: 50%; + width: 10px; + height: 10px; + margin-top: 4px; + margin-left: 4px; + } + + - -
+
diff --git a/docs/colonizacion-leaflet/js/jquery-3.2.1.min.js b/docs/colonizacion-leaflet/js/jquery-3.2.1.min.js new file mode 100644 index 0000000..644d35e --- /dev/null +++ b/docs/colonizacion-leaflet/js/jquery-3.2.1.min.js @@ -0,0 +1,4 @@ +/*! jQuery v3.2.1 | (c) JS Foundation and other contributors | jquery.org/license */ +!function(a,b){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){"use strict";var c=[],d=a.document,e=Object.getPrototypeOf,f=c.slice,g=c.concat,h=c.push,i=c.indexOf,j={},k=j.toString,l=j.hasOwnProperty,m=l.toString,n=m.call(Object),o={};function p(a,b){b=b||d;var c=b.createElement("script");c.text=a,b.head.appendChild(c).parentNode.removeChild(c)}var q="3.2.1",r=function(a,b){return new r.fn.init(a,b)},s=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,t=/^-ms-/,u=/-([a-z])/g,v=function(a,b){return b.toUpperCase()};r.fn=r.prototype={jquery:q,constructor:r,length:0,toArray:function(){return f.call(this)},get:function(a){return null==a?f.call(this):a<0?this[a+this.length]:this[a]},pushStack:function(a){var b=r.merge(this.constructor(),a);return b.prevObject=this,b},each:function(a){return r.each(this,a)},map:function(a){return this.pushStack(r.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(f.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(a<0?b:0);return this.pushStack(c>=0&&c0&&b-1 in a)}var x=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=ha(),z=ha(),A=ha(),B=function(a,b){return a===b&&(l=!0),0},C={}.hasOwnProperty,D=[],E=D.pop,F=D.push,G=D.push,H=D.slice,I=function(a,b){for(var c=0,d=a.length;c+~]|"+K+")"+K+"*"),S=new RegExp("="+K+"*([^\\]'\"]*?)"+K+"*\\]","g"),T=new RegExp(N),U=new RegExp("^"+L+"$"),V={ID:new RegExp("^#("+L+")"),CLASS:new RegExp("^\\.("+L+")"),TAG:new RegExp("^("+L+"|[*])"),ATTR:new RegExp("^"+M),PSEUDO:new RegExp("^"+N),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+K+"*(even|odd|(([+-]|)(\\d*)n|)"+K+"*(?:([+-]|)"+K+"*(\\d+)|))"+K+"*\\)|)","i"),bool:new RegExp("^(?:"+J+")$","i"),needsContext:new RegExp("^"+K+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+K+"*((?:-\\d)?\\d*)"+K+"*\\)|)(?=[^-]|$)","i")},W=/^(?:input|select|textarea|button)$/i,X=/^h\d$/i,Y=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,$=/[+~]/,_=new RegExp("\\\\([\\da-f]{1,6}"+K+"?|("+K+")|.)","ig"),aa=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:d<0?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},ba=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ca=function(a,b){return b?"\0"===a?"\ufffd":a.slice(0,-1)+"\\"+a.charCodeAt(a.length-1).toString(16)+" ":"\\"+a},da=function(){m()},ea=ta(function(a){return a.disabled===!0&&("form"in a||"label"in a)},{dir:"parentNode",next:"legend"});try{G.apply(D=H.call(v.childNodes),v.childNodes),D[v.childNodes.length].nodeType}catch(fa){G={apply:D.length?function(a,b){F.apply(a,H.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function ga(a,b,d,e){var f,h,j,k,l,o,r,s=b&&b.ownerDocument,w=b?b.nodeType:9;if(d=d||[],"string"!=typeof a||!a||1!==w&&9!==w&&11!==w)return d;if(!e&&((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,p)){if(11!==w&&(l=Z.exec(a)))if(f=l[1]){if(9===w){if(!(j=b.getElementById(f)))return d;if(j.id===f)return d.push(j),d}else if(s&&(j=s.getElementById(f))&&t(b,j)&&j.id===f)return d.push(j),d}else{if(l[2])return G.apply(d,b.getElementsByTagName(a)),d;if((f=l[3])&&c.getElementsByClassName&&b.getElementsByClassName)return G.apply(d,b.getElementsByClassName(f)),d}if(c.qsa&&!A[a+" "]&&(!q||!q.test(a))){if(1!==w)s=b,r=a;else if("object"!==b.nodeName.toLowerCase()){(k=b.getAttribute("id"))?k=k.replace(ba,ca):b.setAttribute("id",k=u),o=g(a),h=o.length;while(h--)o[h]="#"+k+" "+sa(o[h]);r=o.join(","),s=$.test(a)&&qa(b.parentNode)||b}if(r)try{return G.apply(d,s.querySelectorAll(r)),d}catch(x){}finally{k===u&&b.removeAttribute("id")}}}return i(a.replace(P,"$1"),b,d,e)}function ha(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ia(a){return a[u]=!0,a}function ja(a){var b=n.createElement("fieldset");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function ka(a,b){var c=a.split("|"),e=c.length;while(e--)d.attrHandle[c[e]]=b}function la(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&a.sourceIndex-b.sourceIndex;if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function ma(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function na(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function oa(a){return function(b){return"form"in b?b.parentNode&&b.disabled===!1?"label"in b?"label"in b.parentNode?b.parentNode.disabled===a:b.disabled===a:b.isDisabled===a||b.isDisabled!==!a&&ea(b)===a:b.disabled===a:"label"in b&&b.disabled===a}}function pa(a){return ia(function(b){return b=+b,ia(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function qa(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=ga.support={},f=ga.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return!!b&&"HTML"!==b.nodeName},m=ga.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=n.documentElement,p=!f(n),v!==n&&(e=n.defaultView)&&e.top!==e&&(e.addEventListener?e.addEventListener("unload",da,!1):e.attachEvent&&e.attachEvent("onunload",da)),c.attributes=ja(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ja(function(a){return a.appendChild(n.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=Y.test(n.getElementsByClassName),c.getById=ja(function(a){return o.appendChild(a).id=u,!n.getElementsByName||!n.getElementsByName(u).length}),c.getById?(d.filter.ID=function(a){var b=a.replace(_,aa);return function(a){return a.getAttribute("id")===b}},d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c?[c]:[]}}):(d.filter.ID=function(a){var b=a.replace(_,aa);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}},d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c,d,e,f=b.getElementById(a);if(f){if(c=f.getAttributeNode("id"),c&&c.value===a)return[f];e=b.getElementsByName(a),d=0;while(f=e[d++])if(c=f.getAttributeNode("id"),c&&c.value===a)return[f]}return[]}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){if("undefined"!=typeof b.getElementsByClassName&&p)return b.getElementsByClassName(a)},r=[],q=[],(c.qsa=Y.test(n.querySelectorAll))&&(ja(function(a){o.appendChild(a).innerHTML="",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+K+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+K+"*(?:value|"+J+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),ja(function(a){a.innerHTML="";var b=n.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+K+"*[*^$|!~]?="),2!==a.querySelectorAll(":enabled").length&&q.push(":enabled",":disabled"),o.appendChild(a).disabled=!0,2!==a.querySelectorAll(":disabled").length&&q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=Y.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ja(function(a){c.disconnectedMatch=s.call(a,"*"),s.call(a,"[s!='']:x"),r.push("!=",N)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=Y.test(o.compareDocumentPosition),t=b||Y.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===n||a.ownerDocument===v&&t(v,a)?-1:b===n||b.ownerDocument===v&&t(v,b)?1:k?I(k,a)-I(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,g=[a],h=[b];if(!e||!f)return a===n?-1:b===n?1:e?-1:f?1:k?I(k,a)-I(k,b):0;if(e===f)return la(a,b);c=a;while(c=c.parentNode)g.unshift(c);c=b;while(c=c.parentNode)h.unshift(c);while(g[d]===h[d])d++;return d?la(g[d],h[d]):g[d]===v?-1:h[d]===v?1:0},n):n},ga.matches=function(a,b){return ga(a,null,null,b)},ga.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(S,"='$1']"),c.matchesSelector&&p&&!A[b+" "]&&(!r||!r.test(b))&&(!q||!q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return ga(b,n,null,[a]).length>0},ga.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},ga.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&C.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},ga.escape=function(a){return(a+"").replace(ba,ca)},ga.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},ga.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=ga.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=ga.selectors={cacheLength:50,createPseudo:ia,match:V,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(_,aa),a[3]=(a[3]||a[4]||a[5]||"").replace(_,aa),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||ga.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&ga.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return V.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&T.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(_,aa).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+K+")"+a+"("+K+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=ga.attr(d,a);return null==e?"!="===b:!b||(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(O," ")+" ").indexOf(c)>-1:"|="===b&&(e===c||e.slice(0,c.length+1)===c+"-"))}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h,t=!1;if(q){if(f){while(p){m=b;while(m=m[p])if(h?m.nodeName.toLowerCase()===r:1===m.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){m=q,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n&&j[2],m=n&&q.childNodes[n];while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if(1===m.nodeType&&++t&&m===b){k[a]=[w,n,t];break}}else if(s&&(m=b,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n),t===!1)while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if((h?m.nodeName.toLowerCase()===r:1===m.nodeType)&&++t&&(s&&(l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),k[a]=[w,t]),m===b))break;return t-=e,t===d||t%d===0&&t/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||ga.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ia(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=I(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ia(function(a){var b=[],c=[],d=h(a.replace(P,"$1"));return d[u]?ia(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ia(function(a){return function(b){return ga(a,b).length>0}}),contains:ia(function(a){return a=a.replace(_,aa),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ia(function(a){return U.test(a||"")||ga.error("unsupported lang: "+a),a=a.replace(_,aa).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:oa(!1),disabled:oa(!0),checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return X.test(a.nodeName)},input:function(a){return W.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:pa(function(){return[0]}),last:pa(function(a,b){return[b-1]}),eq:pa(function(a,b,c){return[c<0?c+b:c]}),even:pa(function(a,b){for(var c=0;c=0;)a.push(d);return a}),gt:pa(function(a,b,c){for(var d=c<0?c+b:c;++d1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function va(a,b,c){for(var d=0,e=b.length;d-1&&(f[j]=!(g[j]=l))}}else r=wa(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):G.apply(g,r)})}function ya(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=ta(function(a){return a===b},h,!0),l=ta(function(a){return I(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];i1&&ua(m),i>1&&sa(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(P,"$1"),c,i0,e=a.length>0,f=function(f,g,h,i,k){var l,o,q,r=0,s="0",t=f&&[],u=[],v=j,x=f||e&&d.find.TAG("*",k),y=w+=null==v?1:Math.random()||.1,z=x.length;for(k&&(j=g===n||g||k);s!==z&&null!=(l=x[s]);s++){if(e&&l){o=0,g||l.ownerDocument===n||(m(l),h=!p);while(q=a[o++])if(q(l,g||n,h)){i.push(l);break}k&&(w=y)}c&&((l=!q&&l)&&r--,f&&t.push(l))}if(r+=s,c&&s!==r){o=0;while(q=b[o++])q(t,u,g,h);if(f){if(r>0)while(s--)t[s]||u[s]||(u[s]=E.call(i));u=wa(u)}G.apply(i,u),k&&!f&&u.length>0&&r+b.length>1&&ga.uniqueSort(i)}return k&&(w=y,j=v),t};return c?ia(f):f}return h=ga.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=ya(b[c]),f[u]?d.push(f):e.push(f);f=A(a,za(e,d)),f.selector=a}return f},i=ga.select=function(a,b,c,e){var f,i,j,k,l,m="function"==typeof a&&a,n=!e&&g(a=m.selector||a);if(c=c||[],1===n.length){if(i=n[0]=n[0].slice(0),i.length>2&&"ID"===(j=i[0]).type&&9===b.nodeType&&p&&d.relative[i[1].type]){if(b=(d.find.ID(j.matches[0].replace(_,aa),b)||[])[0],!b)return c;m&&(b=b.parentNode),a=a.slice(i.shift().value.length)}f=V.needsContext.test(a)?0:i.length;while(f--){if(j=i[f],d.relative[k=j.type])break;if((l=d.find[k])&&(e=l(j.matches[0].replace(_,aa),$.test(i[0].type)&&qa(b.parentNode)||b))){if(i.splice(f,1),a=e.length&&sa(i),!a)return G.apply(c,e),c;break}}}return(m||h(a,n))(e,b,!p,c,!b||$.test(a)&&qa(b.parentNode)||b),c},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ja(function(a){return 1&a.compareDocumentPosition(n.createElement("fieldset"))}),ja(function(a){return a.innerHTML="","#"===a.firstChild.getAttribute("href")})||ka("type|href|height|width",function(a,b,c){if(!c)return a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ja(function(a){return a.innerHTML="",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||ka("value",function(a,b,c){if(!c&&"input"===a.nodeName.toLowerCase())return a.defaultValue}),ja(function(a){return null==a.getAttribute("disabled")})||ka(J,function(a,b,c){var d;if(!c)return a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),ga}(a);r.find=x,r.expr=x.selectors,r.expr[":"]=r.expr.pseudos,r.uniqueSort=r.unique=x.uniqueSort,r.text=x.getText,r.isXMLDoc=x.isXML,r.contains=x.contains,r.escapeSelector=x.escape;var y=function(a,b,c){var d=[],e=void 0!==c;while((a=a[b])&&9!==a.nodeType)if(1===a.nodeType){if(e&&r(a).is(c))break;d.push(a)}return d},z=function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c},A=r.expr.match.needsContext;function B(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()}var C=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i,D=/^.[^:#\[\.,]*$/;function E(a,b,c){return r.isFunction(b)?r.grep(a,function(a,d){return!!b.call(a,d,a)!==c}):b.nodeType?r.grep(a,function(a){return a===b!==c}):"string"!=typeof b?r.grep(a,function(a){return i.call(b,a)>-1!==c}):D.test(b)?r.filter(b,a,c):(b=r.filter(b,a),r.grep(a,function(a){return i.call(b,a)>-1!==c&&1===a.nodeType}))}r.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?r.find.matchesSelector(d,a)?[d]:[]:r.find.matches(a,r.grep(b,function(a){return 1===a.nodeType}))},r.fn.extend({find:function(a){var b,c,d=this.length,e=this;if("string"!=typeof a)return this.pushStack(r(a).filter(function(){for(b=0;b1?r.uniqueSort(c):c},filter:function(a){return this.pushStack(E(this,a||[],!1))},not:function(a){return this.pushStack(E(this,a||[],!0))},is:function(a){return!!E(this,"string"==typeof a&&A.test(a)?r(a):a||[],!1).length}});var F,G=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,H=r.fn.init=function(a,b,c){var e,f;if(!a)return this;if(c=c||F,"string"==typeof a){if(e="<"===a[0]&&">"===a[a.length-1]&&a.length>=3?[null,a,null]:G.exec(a),!e||!e[1]&&b)return!b||b.jquery?(b||c).find(a):this.constructor(b).find(a);if(e[1]){if(b=b instanceof r?b[0]:b,r.merge(this,r.parseHTML(e[1],b&&b.nodeType?b.ownerDocument||b:d,!0)),C.test(e[1])&&r.isPlainObject(b))for(e in b)r.isFunction(this[e])?this[e](b[e]):this.attr(e,b[e]);return this}return f=d.getElementById(e[2]),f&&(this[0]=f,this.length=1),this}return a.nodeType?(this[0]=a,this.length=1,this):r.isFunction(a)?void 0!==c.ready?c.ready(a):a(r):r.makeArray(a,this)};H.prototype=r.fn,F=r(d);var I=/^(?:parents|prev(?:Until|All))/,J={children:!0,contents:!0,next:!0,prev:!0};r.fn.extend({has:function(a){var b=r(a,this),c=b.length;return this.filter(function(){for(var a=0;a-1:1===c.nodeType&&r.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?r.uniqueSort(f):f)},index:function(a){return a?"string"==typeof a?i.call(r(a),this[0]):i.call(this,a.jquery?a[0]:a):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(r.uniqueSort(r.merge(this.get(),r(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function K(a,b){while((a=a[b])&&1!==a.nodeType);return a}r.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return y(a,"parentNode")},parentsUntil:function(a,b,c){return y(a,"parentNode",c)},next:function(a){return K(a,"nextSibling")},prev:function(a){return K(a,"previousSibling")},nextAll:function(a){return y(a,"nextSibling")},prevAll:function(a){return y(a,"previousSibling")},nextUntil:function(a,b,c){return y(a,"nextSibling",c)},prevUntil:function(a,b,c){return y(a,"previousSibling",c)},siblings:function(a){return z((a.parentNode||{}).firstChild,a)},children:function(a){return z(a.firstChild)},contents:function(a){return B(a,"iframe")?a.contentDocument:(B(a,"template")&&(a=a.content||a),r.merge([],a.childNodes))}},function(a,b){r.fn[a]=function(c,d){var e=r.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=r.filter(d,e)),this.length>1&&(J[a]||r.uniqueSort(e),I.test(a)&&e.reverse()),this.pushStack(e)}});var L=/[^\x20\t\r\n\f]+/g;function M(a){var b={};return r.each(a.match(L)||[],function(a,c){b[c]=!0}),b}r.Callbacks=function(a){a="string"==typeof a?M(a):r.extend({},a);var b,c,d,e,f=[],g=[],h=-1,i=function(){for(e=e||a.once,d=b=!0;g.length;h=-1){c=g.shift();while(++h-1)f.splice(c,1),c<=h&&h--}),this},has:function(a){return a?r.inArray(a,f)>-1:f.length>0},empty:function(){return f&&(f=[]),this},disable:function(){return e=g=[],f=c="",this},disabled:function(){return!f},lock:function(){return e=g=[],c||b||(f=c=""),this},locked:function(){return!!e},fireWith:function(a,c){return e||(c=c||[],c=[a,c.slice?c.slice():c],g.push(c),b||i()),this},fire:function(){return j.fireWith(this,arguments),this},fired:function(){return!!d}};return j};function N(a){return a}function O(a){throw a}function P(a,b,c,d){var e;try{a&&r.isFunction(e=a.promise)?e.call(a).done(b).fail(c):a&&r.isFunction(e=a.then)?e.call(a,b,c):b.apply(void 0,[a].slice(d))}catch(a){c.apply(void 0,[a])}}r.extend({Deferred:function(b){var c=[["notify","progress",r.Callbacks("memory"),r.Callbacks("memory"),2],["resolve","done",r.Callbacks("once memory"),r.Callbacks("once memory"),0,"resolved"],["reject","fail",r.Callbacks("once memory"),r.Callbacks("once memory"),1,"rejected"]],d="pending",e={state:function(){return d},always:function(){return f.done(arguments).fail(arguments),this},"catch":function(a){return e.then(null,a)},pipe:function(){var a=arguments;return r.Deferred(function(b){r.each(c,function(c,d){var e=r.isFunction(a[d[4]])&&a[d[4]];f[d[1]](function(){var a=e&&e.apply(this,arguments);a&&r.isFunction(a.promise)?a.promise().progress(b.notify).done(b.resolve).fail(b.reject):b[d[0]+"With"](this,e?[a]:arguments)})}),a=null}).promise()},then:function(b,d,e){var f=0;function g(b,c,d,e){return function(){var h=this,i=arguments,j=function(){var a,j;if(!(b=f&&(d!==O&&(h=void 0,i=[a]),c.rejectWith(h,i))}};b?k():(r.Deferred.getStackHook&&(k.stackTrace=r.Deferred.getStackHook()),a.setTimeout(k))}}return r.Deferred(function(a){c[0][3].add(g(0,a,r.isFunction(e)?e:N,a.notifyWith)),c[1][3].add(g(0,a,r.isFunction(b)?b:N)),c[2][3].add(g(0,a,r.isFunction(d)?d:O))}).promise()},promise:function(a){return null!=a?r.extend(a,e):e}},f={};return r.each(c,function(a,b){var g=b[2],h=b[5];e[b[1]]=g.add,h&&g.add(function(){d=h},c[3-a][2].disable,c[0][2].lock),g.add(b[3].fire),f[b[0]]=function(){return f[b[0]+"With"](this===f?void 0:this,arguments),this},f[b[0]+"With"]=g.fireWith}),e.promise(f),b&&b.call(f,f),f},when:function(a){var b=arguments.length,c=b,d=Array(c),e=f.call(arguments),g=r.Deferred(),h=function(a){return function(c){d[a]=this,e[a]=arguments.length>1?f.call(arguments):c,--b||g.resolveWith(d,e)}};if(b<=1&&(P(a,g.done(h(c)).resolve,g.reject,!b),"pending"===g.state()||r.isFunction(e[c]&&e[c].then)))return g.then();while(c--)P(e[c],h(c),g.reject);return g.promise()}});var Q=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;r.Deferred.exceptionHook=function(b,c){a.console&&a.console.warn&&b&&Q.test(b.name)&&a.console.warn("jQuery.Deferred exception: "+b.message,b.stack,c)},r.readyException=function(b){a.setTimeout(function(){throw b})};var R=r.Deferred();r.fn.ready=function(a){return R.then(a)["catch"](function(a){r.readyException(a)}),this},r.extend({isReady:!1,readyWait:1,ready:function(a){(a===!0?--r.readyWait:r.isReady)||(r.isReady=!0,a!==!0&&--r.readyWait>0||R.resolveWith(d,[r]))}}),r.ready.then=R.then;function S(){d.removeEventListener("DOMContentLoaded",S), +a.removeEventListener("load",S),r.ready()}"complete"===d.readyState||"loading"!==d.readyState&&!d.documentElement.doScroll?a.setTimeout(r.ready):(d.addEventListener("DOMContentLoaded",S),a.addEventListener("load",S));var T=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if("object"===r.type(c)){e=!0;for(h in c)T(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,r.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(r(a),c)})),b))for(;h1,null,!0)},removeData:function(a){return this.each(function(){X.remove(this,a)})}}),r.extend({queue:function(a,b,c){var d;if(a)return b=(b||"fx")+"queue",d=W.get(a,b),c&&(!d||Array.isArray(c)?d=W.access(a,b,r.makeArray(c)):d.push(c)),d||[]},dequeue:function(a,b){b=b||"fx";var c=r.queue(a,b),d=c.length,e=c.shift(),f=r._queueHooks(a,b),g=function(){r.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return W.get(a,c)||W.access(a,c,{empty:r.Callbacks("once memory").add(function(){W.remove(a,[b+"queue",c])})})}}),r.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.length\x20\t\r\n\f]+)/i,la=/^$|\/(?:java|ecma)script/i,ma={option:[1,""],thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};ma.optgroup=ma.option,ma.tbody=ma.tfoot=ma.colgroup=ma.caption=ma.thead,ma.th=ma.td;function na(a,b){var c;return c="undefined"!=typeof a.getElementsByTagName?a.getElementsByTagName(b||"*"):"undefined"!=typeof a.querySelectorAll?a.querySelectorAll(b||"*"):[],void 0===b||b&&B(a,b)?r.merge([a],c):c}function oa(a,b){for(var c=0,d=a.length;c-1)e&&e.push(f);else if(j=r.contains(f.ownerDocument,f),g=na(l.appendChild(f),"script"),j&&oa(g),c){k=0;while(f=g[k++])la.test(f.type||"")&&c.push(f)}return l}!function(){var a=d.createDocumentFragment(),b=a.appendChild(d.createElement("div")),c=d.createElement("input");c.setAttribute("type","radio"),c.setAttribute("checked","checked"),c.setAttribute("name","t"),b.appendChild(c),o.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,b.innerHTML="",o.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue}();var ra=d.documentElement,sa=/^key/,ta=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,ua=/^([^.]*)(?:\.(.+)|)/;function va(){return!0}function wa(){return!1}function xa(){try{return d.activeElement}catch(a){}}function ya(a,b,c,d,e,f){var g,h;if("object"==typeof b){"string"!=typeof c&&(d=d||c,c=void 0);for(h in b)ya(a,h,c,d,b[h],f);return a}if(null==d&&null==e?(e=c,d=c=void 0):null==e&&("string"==typeof c?(e=d,d=void 0):(e=d,d=c,c=void 0)),e===!1)e=wa;else if(!e)return a;return 1===f&&(g=e,e=function(a){return r().off(a),g.apply(this,arguments)},e.guid=g.guid||(g.guid=r.guid++)),a.each(function(){r.event.add(this,b,e,d,c)})}r.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,n,o,p,q=W.get(a);if(q){c.handler&&(f=c,c=f.handler,e=f.selector),e&&r.find.matchesSelector(ra,e),c.guid||(c.guid=r.guid++),(i=q.events)||(i=q.events={}),(g=q.handle)||(g=q.handle=function(b){return"undefined"!=typeof r&&r.event.triggered!==b.type?r.event.dispatch.apply(a,arguments):void 0}),b=(b||"").match(L)||[""],j=b.length;while(j--)h=ua.exec(b[j])||[],n=p=h[1],o=(h[2]||"").split(".").sort(),n&&(l=r.event.special[n]||{},n=(e?l.delegateType:l.bindType)||n,l=r.event.special[n]||{},k=r.extend({type:n,origType:p,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&r.expr.match.needsContext.test(e),namespace:o.join(".")},f),(m=i[n])||(m=i[n]=[],m.delegateCount=0,l.setup&&l.setup.call(a,d,o,g)!==!1||a.addEventListener&&a.addEventListener(n,g)),l.add&&(l.add.call(a,k),k.handler.guid||(k.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,k):m.push(k),r.event.global[n]=!0)}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,n,o,p,q=W.hasData(a)&&W.get(a);if(q&&(i=q.events)){b=(b||"").match(L)||[""],j=b.length;while(j--)if(h=ua.exec(b[j])||[],n=p=h[1],o=(h[2]||"").split(".").sort(),n){l=r.event.special[n]||{},n=(d?l.delegateType:l.bindType)||n,m=i[n]||[],h=h[2]&&new RegExp("(^|\\.)"+o.join("\\.(?:.*\\.|)")+"(\\.|$)"),g=f=m.length;while(f--)k=m[f],!e&&p!==k.origType||c&&c.guid!==k.guid||h&&!h.test(k.namespace)||d&&d!==k.selector&&("**"!==d||!k.selector)||(m.splice(f,1),k.selector&&m.delegateCount--,l.remove&&l.remove.call(a,k));g&&!m.length&&(l.teardown&&l.teardown.call(a,o,q.handle)!==!1||r.removeEvent(a,n,q.handle),delete i[n])}else for(n in i)r.event.remove(a,n+b[j],c,d,!0);r.isEmptyObject(i)&&W.remove(a,"handle events")}},dispatch:function(a){var b=r.event.fix(a),c,d,e,f,g,h,i=new Array(arguments.length),j=(W.get(this,"events")||{})[b.type]||[],k=r.event.special[b.type]||{};for(i[0]=b,c=1;c=1))for(;j!==this;j=j.parentNode||this)if(1===j.nodeType&&("click"!==a.type||j.disabled!==!0)){for(f=[],g={},c=0;c-1:r.find(e,this,null,[j]).length),g[e]&&f.push(d);f.length&&h.push({elem:j,handlers:f})}return j=this,i\x20\t\r\n\f]*)[^>]*)\/>/gi,Aa=/\s*$/g;function Ea(a,b){return B(a,"table")&&B(11!==b.nodeType?b:b.firstChild,"tr")?r(">tbody",a)[0]||a:a}function Fa(a){return a.type=(null!==a.getAttribute("type"))+"/"+a.type,a}function Ga(a){var b=Ca.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function Ha(a,b){var c,d,e,f,g,h,i,j;if(1===b.nodeType){if(W.hasData(a)&&(f=W.access(a),g=W.set(b,f),j=f.events)){delete g.handle,g.events={};for(e in j)for(c=0,d=j[e].length;c1&&"string"==typeof q&&!o.checkClone&&Ba.test(q))return a.each(function(e){var f=a.eq(e);s&&(b[0]=q.call(this,e,f.html())),Ja(f,b,c,d)});if(m&&(e=qa(b,a[0].ownerDocument,!1,a,d),f=e.firstChild,1===e.childNodes.length&&(e=f),f||d)){for(h=r.map(na(e,"script"),Fa),i=h.length;l")},clone:function(a,b,c){var d,e,f,g,h=a.cloneNode(!0),i=r.contains(a.ownerDocument,a);if(!(o.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||r.isXMLDoc(a)))for(g=na(h),f=na(a),d=0,e=f.length;d0&&oa(g,!i&&na(a,"script")),h},cleanData:function(a){for(var b,c,d,e=r.event.special,f=0;void 0!==(c=a[f]);f++)if(U(c)){if(b=c[W.expando]){if(b.events)for(d in b.events)e[d]?r.event.remove(c,d):r.removeEvent(c,d,b.handle);c[W.expando]=void 0}c[X.expando]&&(c[X.expando]=void 0)}}}),r.fn.extend({detach:function(a){return Ka(this,a,!0)},remove:function(a){return Ka(this,a)},text:function(a){return T(this,function(a){return void 0===a?r.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=a)})},null,a,arguments.length)},append:function(){return Ja(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=Ea(this,a);b.appendChild(a)}})},prepend:function(){return Ja(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=Ea(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return Ja(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return Ja(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},empty:function(){for(var a,b=0;null!=(a=this[b]);b++)1===a.nodeType&&(r.cleanData(na(a,!1)),a.textContent="");return this},clone:function(a,b){return a=null!=a&&a,b=null==b?a:b,this.map(function(){return r.clone(this,a,b)})},html:function(a){return T(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a&&1===b.nodeType)return b.innerHTML;if("string"==typeof a&&!Aa.test(a)&&!ma[(ka.exec(a)||["",""])[1].toLowerCase()]){a=r.htmlPrefilter(a);try{for(;c1)}});function _a(a,b,c,d,e){return new _a.prototype.init(a,b,c,d,e)}r.Tween=_a,_a.prototype={constructor:_a,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||r.easing._default,this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(r.cssNumber[c]?"":"px")},cur:function(){var a=_a.propHooks[this.prop];return a&&a.get?a.get(this):_a.propHooks._default.get(this)},run:function(a){var b,c=_a.propHooks[this.prop];return this.options.duration?this.pos=b=r.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):this.pos=b=a,this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):_a.propHooks._default.set(this),this}},_a.prototype.init.prototype=_a.prototype,_a.propHooks={_default:{get:function(a){var b;return 1!==a.elem.nodeType||null!=a.elem[a.prop]&&null==a.elem.style[a.prop]?a.elem[a.prop]:(b=r.css(a.elem,a.prop,""),b&&"auto"!==b?b:0)},set:function(a){r.fx.step[a.prop]?r.fx.step[a.prop](a):1!==a.elem.nodeType||null==a.elem.style[r.cssProps[a.prop]]&&!r.cssHooks[a.prop]?a.elem[a.prop]=a.now:r.style(a.elem,a.prop,a.now+a.unit)}}},_a.propHooks.scrollTop=_a.propHooks.scrollLeft={set:function(a){a.elem.nodeType&&a.elem.parentNode&&(a.elem[a.prop]=a.now)}},r.easing={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2},_default:"swing"},r.fx=_a.prototype.init,r.fx.step={};var ab,bb,cb=/^(?:toggle|show|hide)$/,db=/queueHooks$/;function eb(){bb&&(d.hidden===!1&&a.requestAnimationFrame?a.requestAnimationFrame(eb):a.setTimeout(eb,r.fx.interval),r.fx.tick())}function fb(){return a.setTimeout(function(){ab=void 0}),ab=r.now()}function gb(a,b){var c,d=0,e={height:a};for(b=b?1:0;d<4;d+=2-b)c=ca[d],e["margin"+c]=e["padding"+c]=a;return b&&(e.opacity=e.width=a),e}function hb(a,b,c){for(var d,e=(kb.tweeners[b]||[]).concat(kb.tweeners["*"]),f=0,g=e.length;f1)},removeAttr:function(a){return this.each(function(){r.removeAttr(this,a)})}}),r.extend({attr:function(a,b,c){var d,e,f=a.nodeType;if(3!==f&&8!==f&&2!==f)return"undefined"==typeof a.getAttribute?r.prop(a,b,c):(1===f&&r.isXMLDoc(a)||(e=r.attrHooks[b.toLowerCase()]||(r.expr.match.bool.test(b)?lb:void 0)),void 0!==c?null===c?void r.removeAttr(a,b):e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:(a.setAttribute(b,c+""),c):e&&"get"in e&&null!==(d=e.get(a,b))?d:(d=r.find.attr(a,b), +null==d?void 0:d))},attrHooks:{type:{set:function(a,b){if(!o.radioValue&&"radio"===b&&B(a,"input")){var c=a.value;return a.setAttribute("type",b),c&&(a.value=c),b}}}},removeAttr:function(a,b){var c,d=0,e=b&&b.match(L);if(e&&1===a.nodeType)while(c=e[d++])a.removeAttribute(c)}}),lb={set:function(a,b,c){return b===!1?r.removeAttr(a,c):a.setAttribute(c,c),c}},r.each(r.expr.match.bool.source.match(/\w+/g),function(a,b){var c=mb[b]||r.find.attr;mb[b]=function(a,b,d){var e,f,g=b.toLowerCase();return d||(f=mb[g],mb[g]=e,e=null!=c(a,b,d)?g:null,mb[g]=f),e}});var nb=/^(?:input|select|textarea|button)$/i,ob=/^(?:a|area)$/i;r.fn.extend({prop:function(a,b){return T(this,r.prop,a,b,arguments.length>1)},removeProp:function(a){return this.each(function(){delete this[r.propFix[a]||a]})}}),r.extend({prop:function(a,b,c){var d,e,f=a.nodeType;if(3!==f&&8!==f&&2!==f)return 1===f&&r.isXMLDoc(a)||(b=r.propFix[b]||b,e=r.propHooks[b]),void 0!==c?e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:a[b]=c:e&&"get"in e&&null!==(d=e.get(a,b))?d:a[b]},propHooks:{tabIndex:{get:function(a){var b=r.find.attr(a,"tabindex");return b?parseInt(b,10):nb.test(a.nodeName)||ob.test(a.nodeName)&&a.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),o.optSelected||(r.propHooks.selected={get:function(a){var b=a.parentNode;return b&&b.parentNode&&b.parentNode.selectedIndex,null},set:function(a){var b=a.parentNode;b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex)}}),r.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){r.propFix[this.toLowerCase()]=this});function pb(a){var b=a.match(L)||[];return b.join(" ")}function qb(a){return a.getAttribute&&a.getAttribute("class")||""}r.fn.extend({addClass:function(a){var b,c,d,e,f,g,h,i=0;if(r.isFunction(a))return this.each(function(b){r(this).addClass(a.call(this,b,qb(this)))});if("string"==typeof a&&a){b=a.match(L)||[];while(c=this[i++])if(e=qb(c),d=1===c.nodeType&&" "+pb(e)+" "){g=0;while(f=b[g++])d.indexOf(" "+f+" ")<0&&(d+=f+" ");h=pb(d),e!==h&&c.setAttribute("class",h)}}return this},removeClass:function(a){var b,c,d,e,f,g,h,i=0;if(r.isFunction(a))return this.each(function(b){r(this).removeClass(a.call(this,b,qb(this)))});if(!arguments.length)return this.attr("class","");if("string"==typeof a&&a){b=a.match(L)||[];while(c=this[i++])if(e=qb(c),d=1===c.nodeType&&" "+pb(e)+" "){g=0;while(f=b[g++])while(d.indexOf(" "+f+" ")>-1)d=d.replace(" "+f+" "," ");h=pb(d),e!==h&&c.setAttribute("class",h)}}return this},toggleClass:function(a,b){var c=typeof a;return"boolean"==typeof b&&"string"===c?b?this.addClass(a):this.removeClass(a):r.isFunction(a)?this.each(function(c){r(this).toggleClass(a.call(this,c,qb(this),b),b)}):this.each(function(){var b,d,e,f;if("string"===c){d=0,e=r(this),f=a.match(L)||[];while(b=f[d++])e.hasClass(b)?e.removeClass(b):e.addClass(b)}else void 0!==a&&"boolean"!==c||(b=qb(this),b&&W.set(this,"__className__",b),this.setAttribute&&this.setAttribute("class",b||a===!1?"":W.get(this,"__className__")||""))})},hasClass:function(a){var b,c,d=0;b=" "+a+" ";while(c=this[d++])if(1===c.nodeType&&(" "+pb(qb(c))+" ").indexOf(b)>-1)return!0;return!1}});var rb=/\r/g;r.fn.extend({val:function(a){var b,c,d,e=this[0];{if(arguments.length)return d=r.isFunction(a),this.each(function(c){var e;1===this.nodeType&&(e=d?a.call(this,c,r(this).val()):a,null==e?e="":"number"==typeof e?e+="":Array.isArray(e)&&(e=r.map(e,function(a){return null==a?"":a+""})),b=r.valHooks[this.type]||r.valHooks[this.nodeName.toLowerCase()],b&&"set"in b&&void 0!==b.set(this,e,"value")||(this.value=e))});if(e)return b=r.valHooks[e.type]||r.valHooks[e.nodeName.toLowerCase()],b&&"get"in b&&void 0!==(c=b.get(e,"value"))?c:(c=e.value,"string"==typeof c?c.replace(rb,""):null==c?"":c)}}}),r.extend({valHooks:{option:{get:function(a){var b=r.find.attr(a,"value");return null!=b?b:pb(r.text(a))}},select:{get:function(a){var b,c,d,e=a.options,f=a.selectedIndex,g="select-one"===a.type,h=g?null:[],i=g?f+1:e.length;for(d=f<0?i:g?f:0;d-1)&&(c=!0);return c||(a.selectedIndex=-1),f}}}}),r.each(["radio","checkbox"],function(){r.valHooks[this]={set:function(a,b){if(Array.isArray(b))return a.checked=r.inArray(r(a).val(),b)>-1}},o.checkOn||(r.valHooks[this].get=function(a){return null===a.getAttribute("value")?"on":a.value})});var sb=/^(?:focusinfocus|focusoutblur)$/;r.extend(r.event,{trigger:function(b,c,e,f){var g,h,i,j,k,m,n,o=[e||d],p=l.call(b,"type")?b.type:b,q=l.call(b,"namespace")?b.namespace.split("."):[];if(h=i=e=e||d,3!==e.nodeType&&8!==e.nodeType&&!sb.test(p+r.event.triggered)&&(p.indexOf(".")>-1&&(q=p.split("."),p=q.shift(),q.sort()),k=p.indexOf(":")<0&&"on"+p,b=b[r.expando]?b:new r.Event(p,"object"==typeof b&&b),b.isTrigger=f?2:3,b.namespace=q.join("."),b.rnamespace=b.namespace?new RegExp("(^|\\.)"+q.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=e),c=null==c?[b]:r.makeArray(c,[b]),n=r.event.special[p]||{},f||!n.trigger||n.trigger.apply(e,c)!==!1)){if(!f&&!n.noBubble&&!r.isWindow(e)){for(j=n.delegateType||p,sb.test(j+p)||(h=h.parentNode);h;h=h.parentNode)o.push(h),i=h;i===(e.ownerDocument||d)&&o.push(i.defaultView||i.parentWindow||a)}g=0;while((h=o[g++])&&!b.isPropagationStopped())b.type=g>1?j:n.bindType||p,m=(W.get(h,"events")||{})[b.type]&&W.get(h,"handle"),m&&m.apply(h,c),m=k&&h[k],m&&m.apply&&U(h)&&(b.result=m.apply(h,c),b.result===!1&&b.preventDefault());return b.type=p,f||b.isDefaultPrevented()||n._default&&n._default.apply(o.pop(),c)!==!1||!U(e)||k&&r.isFunction(e[p])&&!r.isWindow(e)&&(i=e[k],i&&(e[k]=null),r.event.triggered=p,e[p](),r.event.triggered=void 0,i&&(e[k]=i)),b.result}},simulate:function(a,b,c){var d=r.extend(new r.Event,c,{type:a,isSimulated:!0});r.event.trigger(d,null,b)}}),r.fn.extend({trigger:function(a,b){return this.each(function(){r.event.trigger(a,b,this)})},triggerHandler:function(a,b){var c=this[0];if(c)return r.event.trigger(a,b,c,!0)}}),r.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(a,b){r.fn[b]=function(a,c){return arguments.length>0?this.on(b,null,a,c):this.trigger(b)}}),r.fn.extend({hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}}),o.focusin="onfocusin"in a,o.focusin||r.each({focus:"focusin",blur:"focusout"},function(a,b){var c=function(a){r.event.simulate(b,a.target,r.event.fix(a))};r.event.special[b]={setup:function(){var d=this.ownerDocument||this,e=W.access(d,b);e||d.addEventListener(a,c,!0),W.access(d,b,(e||0)+1)},teardown:function(){var d=this.ownerDocument||this,e=W.access(d,b)-1;e?W.access(d,b,e):(d.removeEventListener(a,c,!0),W.remove(d,b))}}});var tb=a.location,ub=r.now(),vb=/\?/;r.parseXML=function(b){var c;if(!b||"string"!=typeof b)return null;try{c=(new a.DOMParser).parseFromString(b,"text/xml")}catch(d){c=void 0}return c&&!c.getElementsByTagName("parsererror").length||r.error("Invalid XML: "+b),c};var wb=/\[\]$/,xb=/\r?\n/g,yb=/^(?:submit|button|image|reset|file)$/i,zb=/^(?:input|select|textarea|keygen)/i;function Ab(a,b,c,d){var e;if(Array.isArray(b))r.each(b,function(b,e){c||wb.test(a)?d(a,e):Ab(a+"["+("object"==typeof e&&null!=e?b:"")+"]",e,c,d)});else if(c||"object"!==r.type(b))d(a,b);else for(e in b)Ab(a+"["+e+"]",b[e],c,d)}r.param=function(a,b){var c,d=[],e=function(a,b){var c=r.isFunction(b)?b():b;d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(null==c?"":c)};if(Array.isArray(a)||a.jquery&&!r.isPlainObject(a))r.each(a,function(){e(this.name,this.value)});else for(c in a)Ab(c,a[c],b,e);return d.join("&")},r.fn.extend({serialize:function(){return r.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var a=r.prop(this,"elements");return a?r.makeArray(a):this}).filter(function(){var a=this.type;return this.name&&!r(this).is(":disabled")&&zb.test(this.nodeName)&&!yb.test(a)&&(this.checked||!ja.test(a))}).map(function(a,b){var c=r(this).val();return null==c?null:Array.isArray(c)?r.map(c,function(a){return{name:b.name,value:a.replace(xb,"\r\n")}}):{name:b.name,value:c.replace(xb,"\r\n")}}).get()}});var Bb=/%20/g,Cb=/#.*$/,Db=/([?&])_=[^&]*/,Eb=/^(.*?):[ \t]*([^\r\n]*)$/gm,Fb=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Gb=/^(?:GET|HEAD)$/,Hb=/^\/\//,Ib={},Jb={},Kb="*/".concat("*"),Lb=d.createElement("a");Lb.href=tb.href;function Mb(a){return function(b,c){"string"!=typeof b&&(c=b,b="*");var d,e=0,f=b.toLowerCase().match(L)||[];if(r.isFunction(c))while(d=f[e++])"+"===d[0]?(d=d.slice(1)||"*",(a[d]=a[d]||[]).unshift(c)):(a[d]=a[d]||[]).push(c)}}function Nb(a,b,c,d){var e={},f=a===Jb;function g(h){var i;return e[h]=!0,r.each(a[h]||[],function(a,h){var j=h(b,c,d);return"string"!=typeof j||f||e[j]?f?!(i=j):void 0:(b.dataTypes.unshift(j),g(j),!1)}),i}return g(b.dataTypes[0])||!e["*"]&&g("*")}function Ob(a,b){var c,d,e=r.ajaxSettings.flatOptions||{};for(c in b)void 0!==b[c]&&((e[c]?a:d||(d={}))[c]=b[c]);return d&&r.extend(!0,a,d),a}function Pb(a,b,c){var d,e,f,g,h=a.contents,i=a.dataTypes;while("*"===i[0])i.shift(),void 0===d&&(d=a.mimeType||b.getResponseHeader("Content-Type"));if(d)for(e in h)if(h[e]&&h[e].test(d)){i.unshift(e);break}if(i[0]in c)f=i[0];else{for(e in c){if(!i[0]||a.converters[e+" "+i[0]]){f=e;break}g||(g=e)}f=f||g}if(f)return f!==i[0]&&i.unshift(f),c[f]}function Qb(a,b,c,d){var e,f,g,h,i,j={},k=a.dataTypes.slice();if(k[1])for(g in a.converters)j[g.toLowerCase()]=a.converters[g];f=k.shift();while(f)if(a.responseFields[f]&&(c[a.responseFields[f]]=b),!i&&d&&a.dataFilter&&(b=a.dataFilter(b,a.dataType)),i=f,f=k.shift())if("*"===f)f=i;else if("*"!==i&&i!==f){if(g=j[i+" "+f]||j["* "+f],!g)for(e in j)if(h=e.split(" "),h[1]===f&&(g=j[i+" "+h[0]]||j["* "+h[0]])){g===!0?g=j[e]:j[e]!==!0&&(f=h[0],k.unshift(h[1]));break}if(g!==!0)if(g&&a["throws"])b=g(b);else try{b=g(b)}catch(l){return{state:"parsererror",error:g?l:"No conversion from "+i+" to "+f}}}return{state:"success",data:b}}r.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:tb.href,type:"GET",isLocal:Fb.test(tb.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Kb,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":r.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(a,b){return b?Ob(Ob(a,r.ajaxSettings),b):Ob(r.ajaxSettings,a)},ajaxPrefilter:Mb(Ib),ajaxTransport:Mb(Jb),ajax:function(b,c){"object"==typeof b&&(c=b,b=void 0),c=c||{};var e,f,g,h,i,j,k,l,m,n,o=r.ajaxSetup({},c),p=o.context||o,q=o.context&&(p.nodeType||p.jquery)?r(p):r.event,s=r.Deferred(),t=r.Callbacks("once memory"),u=o.statusCode||{},v={},w={},x="canceled",y={readyState:0,getResponseHeader:function(a){var b;if(k){if(!h){h={};while(b=Eb.exec(g))h[b[1].toLowerCase()]=b[2]}b=h[a.toLowerCase()]}return null==b?null:b},getAllResponseHeaders:function(){return k?g:null},setRequestHeader:function(a,b){return null==k&&(a=w[a.toLowerCase()]=w[a.toLowerCase()]||a,v[a]=b),this},overrideMimeType:function(a){return null==k&&(o.mimeType=a),this},statusCode:function(a){var b;if(a)if(k)y.always(a[y.status]);else for(b in a)u[b]=[u[b],a[b]];return this},abort:function(a){var b=a||x;return e&&e.abort(b),A(0,b),this}};if(s.promise(y),o.url=((b||o.url||tb.href)+"").replace(Hb,tb.protocol+"//"),o.type=c.method||c.type||o.method||o.type,o.dataTypes=(o.dataType||"*").toLowerCase().match(L)||[""],null==o.crossDomain){j=d.createElement("a");try{j.href=o.url,j.href=j.href,o.crossDomain=Lb.protocol+"//"+Lb.host!=j.protocol+"//"+j.host}catch(z){o.crossDomain=!0}}if(o.data&&o.processData&&"string"!=typeof o.data&&(o.data=r.param(o.data,o.traditional)),Nb(Ib,o,c,y),k)return y;l=r.event&&o.global,l&&0===r.active++&&r.event.trigger("ajaxStart"),o.type=o.type.toUpperCase(),o.hasContent=!Gb.test(o.type),f=o.url.replace(Cb,""),o.hasContent?o.data&&o.processData&&0===(o.contentType||"").indexOf("application/x-www-form-urlencoded")&&(o.data=o.data.replace(Bb,"+")):(n=o.url.slice(f.length),o.data&&(f+=(vb.test(f)?"&":"?")+o.data,delete o.data),o.cache===!1&&(f=f.replace(Db,"$1"),n=(vb.test(f)?"&":"?")+"_="+ub++ +n),o.url=f+n),o.ifModified&&(r.lastModified[f]&&y.setRequestHeader("If-Modified-Since",r.lastModified[f]),r.etag[f]&&y.setRequestHeader("If-None-Match",r.etag[f])),(o.data&&o.hasContent&&o.contentType!==!1||c.contentType)&&y.setRequestHeader("Content-Type",o.contentType),y.setRequestHeader("Accept",o.dataTypes[0]&&o.accepts[o.dataTypes[0]]?o.accepts[o.dataTypes[0]]+("*"!==o.dataTypes[0]?", "+Kb+"; q=0.01":""):o.accepts["*"]);for(m in o.headers)y.setRequestHeader(m,o.headers[m]);if(o.beforeSend&&(o.beforeSend.call(p,y,o)===!1||k))return y.abort();if(x="abort",t.add(o.complete),y.done(o.success),y.fail(o.error),e=Nb(Jb,o,c,y)){if(y.readyState=1,l&&q.trigger("ajaxSend",[y,o]),k)return y;o.async&&o.timeout>0&&(i=a.setTimeout(function(){y.abort("timeout")},o.timeout));try{k=!1,e.send(v,A)}catch(z){if(k)throw z;A(-1,z)}}else A(-1,"No Transport");function A(b,c,d,h){var j,m,n,v,w,x=c;k||(k=!0,i&&a.clearTimeout(i),e=void 0,g=h||"",y.readyState=b>0?4:0,j=b>=200&&b<300||304===b,d&&(v=Pb(o,y,d)),v=Qb(o,v,y,j),j?(o.ifModified&&(w=y.getResponseHeader("Last-Modified"),w&&(r.lastModified[f]=w),w=y.getResponseHeader("etag"),w&&(r.etag[f]=w)),204===b||"HEAD"===o.type?x="nocontent":304===b?x="notmodified":(x=v.state,m=v.data,n=v.error,j=!n)):(n=x,!b&&x||(x="error",b<0&&(b=0))),y.status=b,y.statusText=(c||x)+"",j?s.resolveWith(p,[m,x,y]):s.rejectWith(p,[y,x,n]),y.statusCode(u),u=void 0,l&&q.trigger(j?"ajaxSuccess":"ajaxError",[y,o,j?m:n]),t.fireWith(p,[y,x]),l&&(q.trigger("ajaxComplete",[y,o]),--r.active||r.event.trigger("ajaxStop")))}return y},getJSON:function(a,b,c){return r.get(a,b,c,"json")},getScript:function(a,b){return r.get(a,void 0,b,"script")}}),r.each(["get","post"],function(a,b){r[b]=function(a,c,d,e){return r.isFunction(c)&&(e=e||d,d=c,c=void 0),r.ajax(r.extend({url:a,type:b,dataType:e,data:c,success:d},r.isPlainObject(a)&&a))}}),r._evalUrl=function(a){return r.ajax({url:a,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,"throws":!0})},r.fn.extend({wrapAll:function(a){var b;return this[0]&&(r.isFunction(a)&&(a=a.call(this[0])),b=r(a,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstElementChild)a=a.firstElementChild;return a}).append(this)),this},wrapInner:function(a){return r.isFunction(a)?this.each(function(b){r(this).wrapInner(a.call(this,b))}):this.each(function(){var b=r(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=r.isFunction(a);return this.each(function(c){r(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(a){return this.parent(a).not("body").each(function(){r(this).replaceWith(this.childNodes)}),this}}),r.expr.pseudos.hidden=function(a){return!r.expr.pseudos.visible(a)},r.expr.pseudos.visible=function(a){return!!(a.offsetWidth||a.offsetHeight||a.getClientRects().length)},r.ajaxSettings.xhr=function(){try{return new a.XMLHttpRequest}catch(b){}};var Rb={0:200,1223:204},Sb=r.ajaxSettings.xhr();o.cors=!!Sb&&"withCredentials"in Sb,o.ajax=Sb=!!Sb,r.ajaxTransport(function(b){var c,d;if(o.cors||Sb&&!b.crossDomain)return{send:function(e,f){var g,h=b.xhr();if(h.open(b.type,b.url,b.async,b.username,b.password),b.xhrFields)for(g in b.xhrFields)h[g]=b.xhrFields[g];b.mimeType&&h.overrideMimeType&&h.overrideMimeType(b.mimeType),b.crossDomain||e["X-Requested-With"]||(e["X-Requested-With"]="XMLHttpRequest");for(g in e)h.setRequestHeader(g,e[g]);c=function(a){return function(){c&&(c=d=h.onload=h.onerror=h.onabort=h.onreadystatechange=null,"abort"===a?h.abort():"error"===a?"number"!=typeof h.status?f(0,"error"):f(h.status,h.statusText):f(Rb[h.status]||h.status,h.statusText,"text"!==(h.responseType||"text")||"string"!=typeof h.responseText?{binary:h.response}:{text:h.responseText},h.getAllResponseHeaders()))}},h.onload=c(),d=h.onerror=c("error"),void 0!==h.onabort?h.onabort=d:h.onreadystatechange=function(){4===h.readyState&&a.setTimeout(function(){c&&d()})},c=c("abort");try{h.send(b.hasContent&&b.data||null)}catch(i){if(c)throw i}},abort:function(){c&&c()}}}),r.ajaxPrefilter(function(a){a.crossDomain&&(a.contents.script=!1)}),r.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(a){return r.globalEval(a),a}}}),r.ajaxPrefilter("script",function(a){void 0===a.cache&&(a.cache=!1),a.crossDomain&&(a.type="GET")}),r.ajaxTransport("script",function(a){if(a.crossDomain){var b,c;return{send:function(e,f){b=r("