From 826ec774239701b55dcb462f7f2659dc14463d82 Mon Sep 17 00:00:00 2001 From: Florian Necas Date: Fri, 25 Aug 2023 12:51:38 +0200 Subject: [PATCH 1/4] docs: add a datafeeder docker comp + edit documentation --- docs/apps/datafeeder.md | 28 +- proxy-config-dev.js | 39 ++ .../datafeeder/datadir/console/cities.geojson | 362 ++++++++++++++++++ .../datadir/console/console.properties | 165 ++++++++ .../datadir/datafeeder/datafeeder.properties | 140 +++++++ .../datadir/datafeeder/esri.properties | 1 + .../datadir/datafeeder/frontend-config.json | 27 ++ .../datadir/datafeeder/templates/README.md | 58 +++ .../analysis-failed-email-template.txt | 51 +++ .../analysis-started-email-template.txt | 43 +++ .../data-publishing-failed-email-template.txt | 51 +++ ...ta-publishing-succeeded-email-template.txt | 51 +++ .../datafeeder/datadir/default.properties | 27 ++ .../datadir/geonetwork/geonetwork.properties | 18 + .../datadir/geonetwork/log4j/log4j.xml | 200 ++++++++++ .../datafeeder/datadir/kibana/kibana.yml | 5 + .../datafeeder/docker-compose.yml | 104 +++++ support-services/docker-compose.yml | 22 -- 18 files changed, 1368 insertions(+), 24 deletions(-) create mode 100644 proxy-config-dev.js create mode 100644 support-services/datafeeder/datadir/console/cities.geojson create mode 100644 support-services/datafeeder/datadir/console/console.properties create mode 100644 support-services/datafeeder/datadir/datafeeder/datafeeder.properties create mode 100644 support-services/datafeeder/datadir/datafeeder/esri.properties create mode 100644 support-services/datafeeder/datadir/datafeeder/frontend-config.json create mode 100644 support-services/datafeeder/datadir/datafeeder/templates/README.md create mode 100644 support-services/datafeeder/datadir/datafeeder/templates/analysis-failed-email-template.txt create mode 100644 support-services/datafeeder/datadir/datafeeder/templates/analysis-started-email-template.txt create mode 100644 support-services/datafeeder/datadir/datafeeder/templates/data-publishing-failed-email-template.txt create mode 100644 support-services/datafeeder/datadir/datafeeder/templates/data-publishing-succeeded-email-template.txt create mode 100644 support-services/datafeeder/datadir/default.properties create mode 100644 support-services/datafeeder/datadir/geonetwork/geonetwork.properties create mode 100644 support-services/datafeeder/datadir/geonetwork/log4j/log4j.xml create mode 100644 support-services/datafeeder/datadir/kibana/kibana.yml create mode 100644 support-services/datafeeder/docker-compose.yml diff --git a/docs/apps/datafeeder.md b/docs/apps/datafeeder.md index 11a19844a4..0b734326a6 100644 --- a/docs/apps/datafeeder.md +++ b/docs/apps/datafeeder.md @@ -4,6 +4,30 @@ outline: deep # Datafeeder -## Chapter 1 +"Datafeeder" is a geOrchestra's backend RESTful service to upload file based datasets and publish them to GeoServer and GeoNetwork in one shot. -## Chapter 2 +The separate front-end UI service provides the wizard-like user interface to interact with this [backend](https://github.com/georchestra/georchestra/tree/master/datafeeder). + +The front-end part is built with Geonetwork-UI components + +## Usage + +The easiest way to deploy datafeeder locally is to use the docker composition in `support-services/datafeeder`. + +```shell +cd support-services/datafeeder +docker compose up -d +``` + +With this composition, you'll need to use `proxy-config-dev.js`. To do so, the nx command must be executed with the `--proxy-config proxy-config-dev.js` argument. + +In `geonetwork-ui/` directory, run : +```shell +npx nx run datafeeder:serve --proxy-config proxy-config-dev.js +``` + +## Configuration + +### Adding projections and encodings + +The datafeeder configuration can be edited by modifying the `frontend-config.json` file in `support-services/datafeeder/datadir/datafeeder/` folder. diff --git a/proxy-config-dev.js b/proxy-config-dev.js new file mode 100644 index 0000000000..0173cd8a5b --- /dev/null +++ b/proxy-config-dev.js @@ -0,0 +1,39 @@ +module.exports = { + '/geonetwork': { + target: 'http://localhost:8080', + secure: true, + logLevel: 'debug', + changeOrigin: true, + cookiePathRewrite: { + '/geonetwork': '/', + }, + }, + // this provides a parameter-based proxy to easily work around CORS issues + // use with: /dev-proxy?http://where_to_proxy.com/bla?abc + '/dev-proxy': { + target: 'http://invalidhostname', + secure: false, + ignorePath: true, + changeOrigin: true, + router: (req) => decodeURIComponent(req._parsedUrl.query), + }, + '/datafeeder': { + target: 'http://localhost:8181', + secure: true, + logLevel: 'debug', + changeOrigin: true, + cookiePathRewrite: { + '/datafeeder': '/', + }, + headers: { + 'sec-roles': + 'ROLE_SUPERUSER;ROLE_GN_ADMIN;ROLE_ADMINISTRATOR;ROLE_USER;ROLE_MAPSTORE_ADMIN', + 'sec-org': 'camptocamp', + 'sec-username': 'testadmin', + 'sec-fetch-user': '?1', + 'sec-proxy': 'true', + referer: 'https://georchestra-127-0-1-1.traefik.me/', + 'sec-orgname': 'camptocamp', + }, + }, +} diff --git a/support-services/datafeeder/datadir/console/cities.geojson b/support-services/datafeeder/datadir/console/cities.geojson new file mode 100644 index 0000000000..8236f14a37 --- /dev/null +++ b/support-services/datafeeder/datadir/console/cities.geojson @@ -0,0 +1,362 @@ +{"type":"FeatureCollection", "features": [ +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.266,42.666],[9.27,42.667],[9.277,42.665],[9.28,42.665],[9.283,42.662],[9.286,42.665],[9.289,42.665],[9.295,42.668],[9.299,42.668],[9.3,42.669],[9.306,42.67],[9.31,42.67],[9.315,42.668],[9.317,42.67],[9.321,42.672],[9.324,42.67],[9.326,42.672],[9.328,42.672],[9.332,42.675],[9.334,42.675],[9.338,42.678],[9.339,42.681],[9.339,42.69],[9.338,42.691],[9.33,42.693],[9.329,42.694],[9.322,42.696],[9.319,42.693],[9.317,42.693],[9.314,42.689],[9.305,42.684],[9.3,42.684],[9.299,42.681],[9.301,42.68],[9.299,42.676],[9.293,42.674],[9.288,42.674],[9.283,42.678],[9.283,42.681],[9.279,42.684],[9.28,42.689],[9.277,42.691],[9.275,42.694],[9.272,42.694],[9.269,42.697],[9.269,42.701],[9.266,42.7],[9.262,42.7],[9.259,42.701],[9.259,42.703],[9.256,42.706],[9.255,42.712],[9.257,42.718],[9.254,42.718],[9.247,42.72],[9.245,42.718],[9.234,42.72],[9.229,42.718],[9.234,42.709],[9.235,42.708],[9.233,42.704],[9.237,42.7],[9.242,42.699],[9.243,42.701],[9.245,42.7],[9.246,42.697],[9.25,42.697],[9.251,42.698],[9.256,42.695],[9.259,42.694],[9.262,42.692],[9.263,42.689],[9.261,42.687],[9.258,42.682],[9.259,42.681],[9.258,42.678],[9.261,42.676],[9.264,42.676],[9.266,42.672],[9.266,42.666]]]},"properties":{"NOM_COM_M":"SAINT FLORENT","INSEE_COM":"2B298","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.065,41.963],[9.068,41.956],[9.074,41.952],[9.073,41.95],[9.075,41.945],[9.07,41.94],[9.07,41.936],[9.075,41.933],[9.078,41.933],[9.083,41.932],[9.086,41.932],[9.089,41.928],[9.088,41.926],[9.094,41.923],[9.097,41.927],[9.102,41.924],[9.105,41.917],[9.109,41.918],[9.109,41.922],[9.106,41.923],[9.107,41.928],[9.109,41.931],[9.109,41.939],[9.113,41.942],[9.113,41.952],[9.115,41.959],[9.115,41.963],[9.108,41.972],[9.11,41.975],[9.104,41.976],[9.102,41.977],[9.097,41.978],[9.095,41.978],[9.091,41.975],[9.086,41.975],[9.085,41.972],[9.083,41.971],[9.083,41.968],[9.08,41.966],[9.077,41.966],[9.074,41.963],[9.072,41.963],[9.07,41.961],[9.068,41.963],[9.065,41.963]]]},"properties":{"NOM_COM_M":"TASSO","INSEE_COM":"2A322","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.231,41.933],[9.235,41.934],[9.24,41.934],[9.244,41.936],[9.25,41.941],[9.26,41.944],[9.261,41.946],[9.266,41.947],[9.27,41.95],[9.273,41.95],[9.276,41.949],[9.281,41.946],[9.291,41.948],[9.294,41.95],[9.296,41.951],[9.303,41.953],[9.311,41.956],[9.327,41.958],[9.336,41.961],[9.339,41.964],[9.341,41.964],[9.344,41.966],[9.344,41.969],[9.35,41.969],[9.351,41.968],[9.356,41.968],[9.364,41.97],[9.366,41.969],[9.37,41.969],[9.375,41.97],[9.379,41.97],[9.395,41.968],[9.408,41.968],[9.408,41.965],[9.409,41.962],[9.408,41.96],[9.409,41.957],[9.406,41.955],[9.409,41.951],[9.408,41.941],[9.41,41.939],[9.413,41.938],[9.412,41.941],[9.412,41.949],[9.414,41.955],[9.416,41.959],[9.426,41.973],[9.431,41.979],[9.44,41.988],[9.439,41.988],[9.433,41.983],[9.428,41.98],[9.427,41.978],[9.423,41.978],[9.419,41.975],[9.417,41.976],[9.412,41.977],[9.408,41.976],[9.397,41.976],[9.392,41.978],[9.391,41.982],[9.389,41.984],[9.384,41.985],[9.384,41.988],[9.383,41.99],[9.383,41.993],[9.379,41.994],[9.377,41.997],[9.372,42.001],[9.366,41.997],[9.364,41.997],[9.36,41.995],[9.356,41.996],[9.349,41.995],[9.348,41.996],[9.345,41.995],[9.341,41.998],[9.336,41.998],[9.331,41.997],[9.33,41.994],[9.327,41.994],[9.324,41.996],[9.319,41.994],[9.316,41.994],[9.312,41.993],[9.306,41.993],[9.304,41.99],[9.301,41.987],[9.297,41.986],[9.294,41.986],[9.29,41.982],[9.282,41.979],[9.279,41.981],[9.277,41.978],[9.278,41.974],[9.268,41.97],[9.267,41.968],[9.261,41.965],[9.261,41.963],[9.256,41.958],[9.25,41.953],[9.249,41.95],[9.246,41.947],[9.244,41.947],[9.241,41.942],[9.238,41.941],[9.234,41.938],[9.231,41.933]]]},"properties":{"NOM_COM_M":"SERRA DI FIUMORBO","INSEE_COM":"2B277","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.433,42.364],[9.438,42.366],[9.439,42.365],[9.445,42.368],[9.449,42.368],[9.451,42.369],[9.457,42.364],[9.466,42.36],[9.468,42.356],[9.474,42.353],[9.48,42.353],[9.482,42.355],[9.479,42.359],[9.482,42.362],[9.485,42.366],[9.483,42.367],[9.482,42.37],[9.483,42.372],[9.487,42.374],[9.482,42.375],[9.484,42.377],[9.484,42.379],[9.486,42.38],[9.486,42.382],[9.489,42.389],[9.488,42.39],[9.487,42.388],[9.483,42.389],[9.475,42.389],[9.47,42.387],[9.465,42.388],[9.461,42.39],[9.46,42.388],[9.458,42.388],[9.456,42.385],[9.451,42.381],[9.447,42.377],[9.444,42.377],[9.439,42.376],[9.435,42.369],[9.435,42.366],[9.433,42.364]]]},"properties":{"NOM_COM_M":"SAN GIOVANNI DI MORIANI","INSEE_COM":"2B302","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.48,42.342],[9.476,42.341],[9.476,42.343],[9.48,42.353],[9.474,42.353],[9.468,42.356],[9.466,42.36],[9.457,42.364],[9.451,42.369],[9.449,42.368],[9.445,42.368],[9.439,42.365],[9.438,42.366],[9.433,42.364],[9.432,42.357],[9.43,42.355],[9.44,42.35],[9.445,42.341],[9.448,42.34],[9.451,42.341],[9.455,42.339],[9.458,42.339],[9.46,42.34],[9.463,42.337],[9.466,42.335],[9.47,42.334],[9.477,42.337],[9.479,42.337],[9.48,42.342]]]},"properties":{"NOM_COM_M":"SANTA REPARATA DI MORIANI","INSEE_COM":"2B317","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.381,42.79],[9.377,42.788],[9.368,42.781],[9.366,42.778],[9.364,42.779],[9.36,42.779],[9.354,42.777],[9.349,42.771],[9.349,42.769],[9.345,42.766],[9.342,42.765],[9.34,42.761],[9.339,42.758],[9.342,42.753],[9.342,42.748],[9.345,42.746],[9.346,42.743],[9.344,42.74],[9.348,42.739],[9.353,42.739],[9.356,42.742],[9.359,42.743],[9.362,42.743],[9.367,42.745],[9.372,42.751],[9.377,42.751],[9.382,42.748],[9.384,42.749],[9.388,42.748],[9.388,42.751],[9.391,42.753],[9.394,42.754],[9.398,42.758],[9.4,42.758],[9.404,42.76],[9.405,42.764],[9.407,42.765],[9.411,42.771],[9.415,42.773],[9.414,42.774],[9.416,42.781],[9.42,42.785],[9.418,42.789],[9.414,42.788],[9.407,42.788],[9.405,42.789],[9.402,42.788],[9.397,42.789],[9.394,42.787],[9.389,42.788],[9.384,42.788],[9.381,42.79]]]},"properties":{"NOM_COM_M":"OLMETA DI CAPOCORSO","INSEE_COM":"2B187","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.682,42.172],[8.676,42.17],[8.672,42.17],[8.669,42.171],[8.649,42.169],[8.649,42.168],[8.642,42.167],[8.637,42.167],[8.636,42.166],[8.631,42.174],[8.629,42.175],[8.625,42.175],[8.627,42.179],[8.624,42.18],[8.621,42.185],[8.618,42.184],[8.617,42.188],[8.611,42.194],[8.609,42.194],[8.608,42.196],[8.603,42.196],[8.598,42.192],[8.593,42.189],[8.589,42.186],[8.582,42.183],[8.586,42.183],[8.587,42.182],[8.585,42.179],[8.582,42.178],[8.573,42.178],[8.568,42.177],[8.566,42.175],[8.562,42.173],[8.562,42.171],[8.568,42.169],[8.573,42.169],[8.581,42.171],[8.583,42.17],[8.585,42.172],[8.588,42.171],[8.591,42.171],[8.594,42.169],[8.594,42.167],[8.589,42.162],[8.583,42.162],[8.584,42.16],[8.577,42.157],[8.577,42.155],[8.571,42.156],[8.57,42.154],[8.567,42.154],[8.561,42.151],[8.559,42.146],[8.564,42.148],[8.568,42.149],[8.573,42.151],[8.573,42.152],[8.578,42.152],[8.581,42.151],[8.584,42.152],[8.587,42.149],[8.59,42.149],[8.594,42.144],[8.59,42.139],[8.585,42.135],[8.584,42.132],[8.582,42.131],[8.583,42.129],[8.585,42.13],[8.588,42.129],[8.596,42.13],[8.596,42.132],[8.601,42.133],[8.603,42.132],[8.612,42.135],[8.616,42.133],[8.618,42.127],[8.621,42.125],[8.624,42.125],[8.625,42.123],[8.629,42.122],[8.634,42.124],[8.637,42.122],[8.637,42.12],[8.642,42.12],[8.644,42.121],[8.648,42.121],[8.651,42.117],[8.657,42.122],[8.659,42.122],[8.66,42.125],[8.663,42.127],[8.664,42.129],[8.668,42.13],[8.671,42.13],[8.673,42.134],[8.672,42.136],[8.676,42.138],[8.676,42.142],[8.675,42.144],[8.679,42.147],[8.68,42.15],[8.682,42.15],[8.683,42.153],[8.682,42.157],[8.684,42.161],[8.685,42.161],[8.688,42.166],[8.686,42.168],[8.687,42.17],[8.683,42.17],[8.682,42.172]]]},"properties":{"NOM_COM_M":"CARGESE","INSEE_COM":"2A065","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.328,42.444],[9.327,42.446],[9.325,42.446],[9.321,42.447],[9.318,42.446],[9.315,42.447],[9.312,42.449],[9.308,42.448],[9.305,42.446],[9.297,42.444],[9.293,42.445],[9.274,42.445],[9.265,42.449],[9.259,42.449],[9.256,42.45],[9.253,42.45],[9.249,42.454],[9.243,42.453],[9.24,42.455],[9.238,42.458],[9.235,42.458],[9.233,42.459],[9.228,42.459],[9.227,42.461],[9.221,42.465],[9.217,42.465],[9.21,42.469],[9.21,42.472],[9.207,42.475],[9.204,42.476],[9.203,42.479],[9.201,42.48],[9.201,42.482],[9.196,42.483],[9.192,42.483],[9.188,42.48],[9.189,42.477],[9.191,42.475],[9.191,42.473],[9.189,42.469],[9.179,42.463],[9.177,42.459],[9.175,42.457],[9.184,42.457],[9.189,42.459],[9.194,42.457],[9.198,42.457],[9.202,42.456],[9.204,42.453],[9.202,42.452],[9.2,42.448],[9.201,42.445],[9.209,42.446],[9.212,42.446],[9.22,42.444],[9.222,42.444],[9.227,42.446],[9.234,42.443],[9.236,42.444],[9.243,42.441],[9.246,42.439],[9.248,42.441],[9.255,42.441],[9.263,42.438],[9.266,42.438],[9.271,42.437],[9.276,42.433],[9.278,42.429],[9.281,42.429],[9.287,42.427],[9.29,42.427],[9.3,42.424],[9.305,42.426],[9.31,42.426],[9.313,42.422],[9.316,42.419],[9.319,42.418],[9.327,42.417],[9.327,42.421],[9.326,42.426],[9.327,42.431],[9.326,42.433],[9.327,42.435],[9.325,42.439],[9.328,42.444]]]},"properties":{"NOM_COM_M":"MOROSAGLIA","INSEE_COM":"2B169","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.311,42.618],[9.316,42.616],[9.315,42.614],[9.318,42.612],[9.319,42.609],[9.322,42.607],[9.32,42.602],[9.316,42.601],[9.316,42.599],[9.321,42.598],[9.325,42.596],[9.33,42.596],[9.329,42.594],[9.331,42.593],[9.332,42.59],[9.338,42.586],[9.341,42.587],[9.344,42.586],[9.344,42.582],[9.347,42.582],[9.347,42.584],[9.35,42.587],[9.357,42.588],[9.357,42.59],[9.363,42.592],[9.357,42.598],[9.353,42.599],[9.351,42.604],[9.347,42.606],[9.343,42.607],[9.341,42.609],[9.339,42.608],[9.336,42.608],[9.33,42.612],[9.327,42.613],[9.324,42.617],[9.32,42.618],[9.311,42.618]]]},"properties":{"NOM_COM_M":"VALLECALLE","INSEE_COM":"2B333","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.127,41.928],[9.129,41.929],[9.132,41.929],[9.135,41.931],[9.139,41.931],[9.141,41.931],[9.141,41.935],[9.146,41.936],[9.147,41.94],[9.155,41.94],[9.155,41.942],[9.158,41.943],[9.161,41.945],[9.164,41.95],[9.163,41.953],[9.166,41.954],[9.164,41.954],[9.162,41.956],[9.164,41.958],[9.164,41.96],[9.162,41.963],[9.162,41.967],[9.164,41.97],[9.161,41.972],[9.162,41.977],[9.154,41.981],[9.161,42],[9.156,42],[9.154,42.002],[9.147,42.011],[9.142,42.007],[9.138,42.006],[9.133,42.003],[9.127,42.002],[9.124,41.999],[9.122,41.995],[9.119,41.993],[9.116,41.994],[9.112,41.993],[9.111,41.99],[9.106,41.989],[9.104,41.988],[9.103,41.984],[9.1,41.979],[9.097,41.978],[9.102,41.977],[9.104,41.976],[9.11,41.975],[9.118,41.968],[9.127,41.964],[9.128,41.962],[9.125,41.96],[9.128,41.959],[9.127,41.957],[9.133,41.953],[9.136,41.949],[9.136,41.947],[9.133,41.943],[9.134,41.941],[9.13,41.934],[9.126,41.93],[9.127,41.928]]]},"properties":{"NOM_COM_M":"CIAMANNACCE","INSEE_COM":"2A089","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.34,42.866],[9.334,42.864],[9.334,42.861],[9.329,42.855],[9.329,42.853],[9.324,42.851],[9.322,42.847],[9.316,42.843],[9.315,42.84],[9.315,42.837],[9.31,42.834],[9.311,42.83],[9.314,42.83],[9.316,42.827],[9.319,42.827],[9.324,42.817],[9.326,42.812],[9.329,42.815],[9.33,42.817],[9.331,42.822],[9.337,42.826],[9.342,42.83],[9.349,42.834],[9.356,42.833],[9.367,42.836],[9.373,42.839],[9.38,42.838],[9.381,42.836],[9.385,42.835],[9.388,42.843],[9.392,42.845],[9.389,42.846],[9.385,42.845],[9.383,42.846],[9.38,42.849],[9.376,42.851],[9.374,42.853],[9.366,42.855],[9.363,42.857],[9.36,42.858],[9.356,42.863],[9.35,42.863],[9.347,42.866],[9.343,42.865],[9.34,42.866]]]},"properties":{"NOM_COM_M":"CANARI","INSEE_COM":"2B058","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.382,42.234],[9.385,42.233],[9.391,42.239],[9.399,42.241],[9.403,42.244],[9.405,42.248],[9.411,42.249],[9.41,42.251],[9.411,42.253],[9.409,42.254],[9.406,42.256],[9.404,42.261],[9.404,42.263],[9.401,42.263],[9.398,42.264],[9.397,42.266],[9.394,42.268],[9.392,42.267],[9.392,42.265],[9.388,42.266],[9.387,42.269],[9.385,42.269],[9.384,42.272],[9.38,42.272],[9.378,42.273],[9.37,42.273],[9.368,42.272],[9.362,42.274],[9.358,42.273],[9.356,42.27],[9.357,42.268],[9.357,42.262],[9.359,42.26],[9.362,42.26],[9.364,42.258],[9.367,42.257],[9.368,42.253],[9.366,42.25],[9.367,42.249],[9.362,42.247],[9.36,42.245],[9.361,42.24],[9.365,42.238],[9.366,42.236],[9.37,42.236],[9.372,42.234],[9.374,42.235],[9.379,42.232],[9.382,42.234]]]},"properties":{"NOM_COM_M":"ZALANA","INSEE_COM":"2B356","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.43,42.355],[9.422,42.355],[9.419,42.357],[9.416,42.358],[9.412,42.358],[9.411,42.356],[9.413,42.35],[9.411,42.347],[9.413,42.345],[9.414,42.341],[9.411,42.34],[9.413,42.335],[9.414,42.336],[9.421,42.337],[9.425,42.337],[9.429,42.336],[9.433,42.337],[9.434,42.34],[9.445,42.341],[9.44,42.35],[9.43,42.355]]]},"properties":{"NOM_COM_M":"FELCE","INSEE_COM":"2B111","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.497,42.048],[9.501,42.054],[9.515,42.068],[9.518,42.072],[9.529,42.085],[9.533,42.09],[9.545,42.1],[9.549,42.104],[9.551,42.109],[9.555,42.124],[9.555,42.127],[9.556,42.138],[9.556,42.142],[9.548,42.147],[9.545,42.146],[9.544,42.144],[9.544,42.14],[9.541,42.137],[9.54,42.134],[9.537,42.131],[9.534,42.13],[9.528,42.132],[9.525,42.134],[9.52,42.135],[9.519,42.137],[9.511,42.136],[9.509,42.137],[9.493,42.142],[9.475,42.141],[9.463,42.144],[9.46,42.147],[9.457,42.148],[9.454,42.15],[9.455,42.148],[9.453,42.146],[9.453,42.144],[9.452,42.143],[9.455,42.142],[9.455,42.14],[9.457,42.137],[9.458,42.134],[9.456,42.131],[9.453,42.129],[9.448,42.128],[9.445,42.128],[9.441,42.129],[9.439,42.128],[9.438,42.123],[9.439,42.117],[9.438,42.114],[9.442,42.11],[9.445,42.106],[9.452,42.106],[9.451,42.098],[9.45,42.094],[9.447,42.087],[9.447,42.085],[9.457,42.077],[9.464,42.076],[9.472,42.078],[9.475,42.075],[9.475,42.073],[9.477,42.071],[9.479,42.072],[9.481,42.067],[9.483,42.066],[9.482,42.064],[9.484,42.062],[9.485,42.059],[9.488,42.058],[9.491,42.056],[9.492,42.057],[9.495,42.055],[9.496,42.053],[9.496,42.049],[9.497,42.048]]]},"properties":{"NOM_COM_M":"ALERIA","INSEE_COM":"2B009","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.398,42.693],[9.4,42.695],[9.4,42.699],[9.403,42.699],[9.406,42.703],[9.405,42.705],[9.404,42.709],[9.405,42.712],[9.408,42.715],[9.408,42.719],[9.406,42.721],[9.403,42.727],[9.396,42.728],[9.383,42.722],[9.383,42.72],[9.379,42.718],[9.372,42.717],[9.357,42.712],[9.349,42.71],[9.346,42.712],[9.343,42.711],[9.34,42.713],[9.335,42.714],[9.334,42.716],[9.33,42.719],[9.322,42.717],[9.321,42.714],[9.321,42.711],[9.322,42.706],[9.321,42.704],[9.323,42.702],[9.322,42.7],[9.323,42.697],[9.322,42.696],[9.329,42.694],[9.333,42.695],[9.339,42.694],[9.345,42.694],[9.349,42.693],[9.354,42.696],[9.355,42.698],[9.359,42.694],[9.359,42.691],[9.365,42.691],[9.368,42.693],[9.37,42.693],[9.374,42.697],[9.376,42.698],[9.385,42.696],[9.387,42.694],[9.393,42.694],[9.398,42.693]]]},"properties":{"NOM_COM_M":"PATRIMONIO","INSEE_COM":"2B205","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.324,42.405],[9.317,42.408],[9.313,42.411],[9.309,42.415],[9.306,42.414],[9.296,42.418],[9.293,42.421],[9.289,42.421],[9.287,42.422],[9.28,42.422],[9.276,42.424],[9.273,42.423],[9.269,42.426],[9.268,42.424],[9.259,42.421],[9.257,42.423],[9.255,42.423],[9.255,42.426],[9.252,42.425],[9.251,42.429],[9.246,42.431],[9.245,42.433],[9.241,42.437],[9.239,42.435],[9.233,42.434],[9.229,42.436],[9.226,42.435],[9.224,42.436],[9.223,42.44],[9.22,42.444],[9.212,42.446],[9.209,42.446],[9.201,42.445],[9.203,42.444],[9.203,42.441],[9.206,42.438],[9.208,42.438],[9.21,42.434],[9.209,42.433],[9.212,42.43],[9.216,42.43],[9.222,42.426],[9.226,42.425],[9.234,42.424],[9.238,42.426],[9.246,42.427],[9.245,42.425],[9.247,42.423],[9.246,42.419],[9.251,42.42],[9.257,42.418],[9.259,42.416],[9.262,42.417],[9.265,42.415],[9.271,42.415],[9.275,42.414],[9.278,42.408],[9.28,42.407],[9.284,42.409],[9.292,42.409],[9.306,42.406],[9.318,42.403],[9.326,42.402],[9.324,42.405]]]},"properties":{"NOM_COM_M":"GAVIGNANO","INSEE_COM":"2B122","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.413,42.318],[9.413,42.319],[9.408,42.325],[9.401,42.322],[9.4,42.323],[9.397,42.322],[9.4,42.32],[9.403,42.315],[9.404,42.317],[9.409,42.315],[9.413,42.318]]]},"properties":{"NOM_COM_M":"PIAZZALI","INSEE_COM":"2B216","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.533,42.524],[9.531,42.524],[9.53,42.522],[9.523,42.52],[9.518,42.522],[9.515,42.522],[9.511,42.521],[9.508,42.521],[9.507,42.517],[9.497,42.516],[9.491,42.514],[9.485,42.514],[9.485,42.513],[9.479,42.507],[9.474,42.506],[9.472,42.507],[9.466,42.506],[9.468,42.503],[9.464,42.503],[9.467,42.499],[9.456,42.495],[9.456,42.494],[9.45,42.493],[9.45,42.49],[9.447,42.489],[9.445,42.487],[9.449,42.482],[9.444,42.48],[9.443,42.476],[9.446,42.479],[9.449,42.48],[9.453,42.48],[9.46,42.479],[9.465,42.482],[9.468,42.482],[9.469,42.484],[9.473,42.484],[9.482,42.488],[9.481,42.489],[9.49,42.492],[9.493,42.492],[9.507,42.496],[9.508,42.498],[9.515,42.497],[9.519,42.496],[9.53,42.496],[9.53,42.5],[9.531,42.507],[9.533,42.515],[9.535,42.521],[9.534,42.523],[9.533,42.524]]]},"properties":{"NOM_COM_M":"VENZOLASCA","INSEE_COM":"2B343","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.439,42.408],[9.439,42.409],[9.434,42.412],[9.432,42.415],[9.433,42.419],[9.435,42.422],[9.434,42.425],[9.432,42.426],[9.429,42.428],[9.425,42.428],[9.42,42.426],[9.418,42.428],[9.417,42.425],[9.415,42.422],[9.415,42.417],[9.417,42.416],[9.419,42.41],[9.422,42.41],[9.427,42.407],[9.431,42.406],[9.437,42.407],[9.439,42.408]]]},"properties":{"NOM_COM_M":"SAN GAVINO D AMPUGNANI","INSEE_COM":"2B299","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.345,42.328],[9.341,42.326],[9.335,42.323],[9.325,42.316],[9.323,42.313],[9.318,42.311],[9.318,42.31],[9.312,42.307],[9.31,42.307],[9.308,42.305],[9.306,42.301],[9.309,42.3],[9.311,42.297],[9.316,42.297],[9.321,42.296],[9.321,42.292],[9.323,42.289],[9.328,42.287],[9.334,42.284],[9.336,42.294],[9.338,42.299],[9.338,42.302],[9.339,42.311],[9.338,42.312],[9.342,42.32],[9.341,42.324],[9.345,42.328]]]},"properties":{"NOM_COM_M":"MAZZOLA","INSEE_COM":"2B157","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.046,41.609],[9.048,41.612],[9.052,41.613],[9.055,41.613],[9.059,41.614],[9.062,41.616],[9.065,41.617],[9.068,41.62],[9.07,41.619],[9.072,41.622],[9.075,41.624],[9.077,41.627],[9.076,41.631],[9.077,41.635],[9.077,41.639],[9.081,41.646],[9.08,41.65],[9.078,41.65],[9.076,41.647],[9.073,41.645],[9.07,41.644],[9.065,41.639],[9.063,41.638],[9.058,41.641],[9.058,41.644],[9.057,41.646],[9.054,41.646],[9.051,41.642],[9.048,41.641],[9.045,41.638],[9.041,41.636],[9.033,41.634],[9.029,41.635],[9.028,41.635],[9.027,41.627],[9.026,41.626],[9.022,41.626],[9.022,41.63],[9.015,41.63],[9.01,41.631],[9.003,41.627],[8.993,41.62],[8.99,41.62],[8.989,41.618],[8.993,41.617],[8.997,41.615],[8.997,41.611],[8.996,41.608],[8.993,41.605],[8.993,41.602],[9.005,41.602],[9.008,41.604],[9.01,41.603],[9.013,41.604],[9.022,41.598],[9.025,41.598],[9.028,41.603],[9.032,41.602],[9.032,41.605],[9.034,41.605],[9.038,41.608],[9.039,41.61],[9.042,41.611],[9.046,41.609]]]},"properties":{"NOM_COM_M":"FOCE","INSEE_COM":"2A115","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.071,42.13],[9.068,42.131],[9.063,42.13],[9.058,42.123],[9.054,42.126],[9.05,42.126],[9.048,42.125],[9.042,42.127],[9.038,42.127],[9.035,42.126],[9.033,42.124],[9.029,42.124],[9.026,42.122],[9.022,42.121],[9.019,42.119],[9.013,42.119],[9.007,42.117],[9.004,42.115],[9.003,42.113],[9.002,42.111],[9.003,42.107],[9.01,42.103],[9.007,42.101],[9.002,42.094],[9.004,42.092],[9.003,42.09],[9.004,42.086],[8.999,42.084],[8.997,42.082],[9,42.081],[9.004,42.081],[9.005,42.08],[9.012,42.08],[9.017,42.079],[9.028,42.079],[9.031,42.077],[9.032,42.075],[9.036,42.074],[9.037,42.069],[9.039,42.067],[9.038,42.064],[9.04,42.061],[9.049,42.057],[9.052,42.057],[9.057,42.054],[9.061,42.054],[9.064,42.052],[9.072,42.05],[9.075,42.05],[9.079,42.048],[9.081,42.048],[9.087,42.05],[9.093,42.05],[9.093,42.049],[9.098,42.048],[9.103,42.045],[9.107,42.043],[9.112,42.047],[9.112,42.052],[9.124,42.056],[9.126,42.058],[9.134,42.06],[9.131,42.061],[9.13,42.064],[9.128,42.067],[9.131,42.071],[9.131,42.073],[9.133,42.076],[9.134,42.08],[9.134,42.085],[9.135,42.088],[9.134,42.091],[9.132,42.091],[9.128,42.095],[9.127,42.098],[9.125,42.099],[9.125,42.105],[9.121,42.107],[9.118,42.11],[9.114,42.11],[9.112,42.114],[9.109,42.114],[9.103,42.116],[9.098,42.116],[9.095,42.115],[9.093,42.116],[9.088,42.12],[9.084,42.125],[9.08,42.127],[9.078,42.127],[9.077,42.129],[9.071,42.13]]]},"properties":{"NOM_COM_M":"BOCOGNANO","INSEE_COM":"2A040","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.953,42.151],[8.955,42.15],[8.957,42.151],[8.963,42.152],[8.965,42.154],[8.977,42.157],[8.983,42.159],[8.986,42.161],[8.99,42.162],[8.994,42.162],[9.002,42.166],[9.005,42.166],[9.01,42.167],[9.015,42.172],[9.023,42.172],[9.03,42.171],[9.034,42.173],[9.037,42.177],[9.045,42.176],[9.048,42.176],[9.049,42.178],[9.048,42.181],[9.049,42.185],[9.051,42.187],[9.051,42.19],[9.049,42.193],[9.047,42.199],[9.047,42.203],[9.046,42.208],[9.043,42.207],[9.038,42.207],[9.031,42.205],[9.027,42.203],[9.023,42.203],[9.018,42.205],[9.014,42.208],[9.006,42.209],[9.004,42.209],[9,42.207],[8.995,42.207],[8.991,42.208],[8.983,42.209],[8.981,42.206],[8.978,42.204],[8.976,42.2],[8.971,42.187],[8.965,42.186],[8.961,42.187],[8.958,42.186],[8.955,42.183],[8.955,42.181],[8.953,42.179],[8.95,42.18],[8.938,42.182],[8.938,42.179],[8.935,42.176],[8.932,42.176],[8.928,42.173],[8.921,42.171],[8.92,42.167],[8.915,42.166],[8.913,42.163],[8.911,42.157],[8.913,42.155],[8.913,42.153],[8.915,42.151],[8.914,42.148],[8.917,42.145],[8.921,42.146],[8.931,42.146],[8.935,42.147],[8.938,42.149],[8.94,42.149],[8.944,42.151],[8.953,42.151]]]},"properties":{"NOM_COM_M":"GUAGNO","INSEE_COM":"2A131","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.443,42.476],[9.439,42.471],[9.435,42.465],[9.436,42.464],[9.438,42.465],[9.444,42.466],[9.45,42.468],[9.454,42.468],[9.456,42.471],[9.462,42.474],[9.464,42.476],[9.467,42.475],[9.47,42.475],[9.472,42.474],[9.479,42.474],[9.482,42.473],[9.485,42.473],[9.489,42.475],[9.494,42.476],[9.51,42.48],[9.525,42.484],[9.531,42.484],[9.53,42.49],[9.53,42.496],[9.519,42.496],[9.515,42.497],[9.508,42.498],[9.507,42.496],[9.493,42.492],[9.49,42.492],[9.481,42.489],[9.482,42.488],[9.473,42.484],[9.469,42.484],[9.468,42.482],[9.465,42.482],[9.46,42.479],[9.453,42.48],[9.449,42.48],[9.446,42.479],[9.443,42.476]]]},"properties":{"NOM_COM_M":"SORBO OCAGNANO","INSEE_COM":"2B286","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.049,41.712],[9.046,41.712],[9.042,41.71],[9.041,41.708],[9.041,41.705],[9.043,41.704],[9.043,41.701],[9.038,41.697],[9.038,41.694],[9.037,41.691],[9.039,41.689],[9.041,41.691],[9.042,41.696],[9.044,41.696],[9.046,41.7],[9.053,41.698],[9.053,41.697],[9.057,41.695],[9.057,41.697],[9.06,41.697],[9.063,41.695],[9.063,41.693],[9.06,41.687],[9.054,41.682],[9.055,41.68],[9.052,41.678],[9.046,41.67],[9.046,41.668],[9.044,41.667],[9.045,41.665],[9.048,41.662],[9.04,41.659],[9.036,41.658],[9.031,41.658],[9.028,41.659],[9.025,41.659],[9.023,41.657],[9.024,41.654],[9.028,41.65],[9.028,41.648],[9.024,41.646],[9.025,41.644],[9.024,41.642],[9.021,41.64],[9.023,41.638],[9.028,41.636],[9.029,41.635],[9.033,41.634],[9.041,41.636],[9.045,41.638],[9.048,41.641],[9.051,41.642],[9.054,41.646],[9.057,41.646],[9.058,41.644],[9.058,41.641],[9.063,41.638],[9.065,41.639],[9.07,41.644],[9.073,41.645],[9.076,41.647],[9.078,41.65],[9.08,41.65],[9.082,41.651],[9.087,41.652],[9.092,41.656],[9.102,41.659],[9.097,41.66],[9.087,41.663],[9.085,41.665],[9.087,41.667],[9.084,41.673],[9.088,41.676],[9.092,41.678],[9.093,41.68],[9.092,41.682],[9.089,41.684],[9.089,41.689],[9.086,41.691],[9.087,41.693],[9.082,41.698],[9.081,41.698],[9.075,41.702],[9.069,41.703],[9.068,41.702],[9.062,41.704],[9.053,41.705],[9.052,41.707],[9.05,41.707],[9.049,41.709],[9.051,41.71],[9.049,41.712]]]},"properties":{"NOM_COM_M":"SAINTE LUCIE DE TALLANO","INSEE_COM":"2A308","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.324,41.996],[9.327,41.994],[9.33,41.994],[9.331,41.997],[9.336,41.998],[9.341,41.998],[9.345,41.995],[9.348,41.996],[9.349,41.995],[9.356,41.996],[9.36,41.995],[9.364,41.997],[9.366,41.997],[9.372,42.001],[9.377,41.997],[9.379,41.994],[9.383,41.993],[9.383,41.99],[9.384,41.988],[9.384,41.985],[9.389,41.984],[9.391,41.982],[9.392,41.978],[9.397,41.976],[9.408,41.976],[9.412,41.977],[9.417,41.976],[9.419,41.975],[9.423,41.978],[9.427,41.978],[9.428,41.98],[9.433,41.983],[9.439,41.988],[9.44,41.988],[9.442,41.99],[9.439,41.99],[9.437,41.993],[9.431,41.997],[9.429,41.996],[9.427,41.997],[9.427,41.999],[9.423,42],[9.42,42.003],[9.42,42.005],[9.415,42.008],[9.411,42.006],[9.408,42.009],[9.401,42.009],[9.397,42.01],[9.391,42.015],[9.386,42.015],[9.383,42.017],[9.38,42.017],[9.374,42.022],[9.373,42.024],[9.368,42.027],[9.369,42.032],[9.367,42.035],[9.364,42.035],[9.361,42.037],[9.355,42.035],[9.349,42.036],[9.347,42.037],[9.342,42.037],[9.34,42.038],[9.334,42.039],[9.333,42.037],[9.331,42.037],[9.329,42.035],[9.325,42.035],[9.319,42.038],[9.316,42.036],[9.314,42.033],[9.313,42.028],[9.31,42.025],[9.311,42.021],[9.31,42.017],[9.308,42.015],[9.31,42.012],[9.312,42.012],[9.314,42.01],[9.312,42.005],[9.313,42.002],[9.312,42.001],[9.317,41.997],[9.32,41.996],[9.324,41.996]]]},"properties":{"NOM_COM_M":"PRUNELLI DI FIUMORBO","INSEE_COM":"2B251","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.867,42.608],[8.865,42.608],[8.862,42.61],[8.86,42.609],[8.858,42.61],[8.853,42.609],[8.854,42.612],[8.851,42.612],[8.848,42.609],[8.85,42.606],[8.847,42.603],[8.851,42.601],[8.851,42.599],[8.856,42.598],[8.86,42.6],[8.86,42.602],[8.864,42.601],[8.867,42.602],[8.868,42.604],[8.871,42.605],[8.867,42.608]]]},"properties":{"NOM_COM_M":"ALGAJOLA","INSEE_COM":"2B010","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.932,42.52],[8.933,42.523],[8.933,42.526],[8.935,42.528],[8.934,42.531],[8.928,42.536],[8.924,42.537],[8.924,42.539],[8.922,42.541],[8.923,42.543],[8.922,42.545],[8.925,42.546],[8.928,42.548],[8.931,42.553],[8.927,42.558],[8.92,42.568],[8.917,42.571],[8.916,42.569],[8.916,42.567],[8.907,42.56],[8.904,42.556],[8.903,42.557],[8.897,42.554],[8.895,42.55],[8.897,42.548],[8.902,42.547],[8.905,42.545],[8.907,42.538],[8.913,42.535],[8.916,42.534],[8.916,42.53],[8.918,42.527],[8.926,42.524],[8.932,42.52]]]},"properties":{"NOM_COM_M":"MURO","INSEE_COM":"2B173","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.927,42.254],[8.934,42.259],[8.947,42.263],[8.95,42.265],[8.955,42.264],[8.958,42.264],[8.964,42.266],[8.966,42.265],[8.97,42.265],[8.973,42.266],[8.975,42.269],[8.977,42.269],[8.978,42.272],[8.985,42.277],[8.986,42.28],[8.982,42.283],[8.98,42.287],[8.976,42.289],[8.976,42.296],[8.977,42.298],[8.975,42.299],[8.978,42.305],[8.977,42.308],[8.974,42.311],[8.977,42.313],[8.978,42.317],[8.981,42.317],[8.984,42.319],[8.99,42.32],[8.99,42.324],[8.992,42.325],[8.994,42.324],[8.995,42.328],[8.998,42.329],[8.997,42.331],[8.998,42.334],[8.995,42.335],[8.989,42.333],[8.981,42.335],[8.978,42.335],[8.975,42.337],[8.972,42.336],[8.964,42.337],[8.963,42.344],[8.96,42.343],[8.958,42.344],[8.954,42.35],[8.953,42.35],[8.952,42.355],[8.951,42.357],[8.951,42.36],[8.95,42.362],[8.945,42.364],[8.935,42.369],[8.931,42.369],[8.929,42.37],[8.93,42.373],[8.927,42.373],[8.924,42.374],[8.919,42.374],[8.914,42.375],[8.912,42.373],[8.908,42.372],[8.905,42.37],[8.904,42.368],[8.901,42.367],[8.901,42.364],[8.899,42.363],[8.898,42.358],[8.893,42.355],[8.89,42.352],[8.886,42.35],[8.882,42.349],[8.88,42.346],[8.879,42.343],[8.875,42.341],[8.871,42.34],[8.868,42.34],[8.866,42.338],[8.866,42.335],[8.857,42.331],[8.862,42.33],[8.86,42.325],[8.862,42.323],[8.862,42.32],[8.859,42.315],[8.861,42.315],[8.861,42.308],[8.859,42.306],[8.86,42.304],[8.859,42.3],[8.863,42.297],[8.87,42.296],[8.878,42.293],[8.879,42.289],[8.882,42.287],[8.883,42.285],[8.885,42.285],[8.886,42.283],[8.882,42.272],[8.883,42.27],[8.889,42.267],[8.893,42.263],[8.899,42.259],[8.905,42.254],[8.911,42.255],[8.915,42.255],[8.919,42.256],[8.923,42.258],[8.927,42.254]]]},"properties":{"NOM_COM_M":"ALBERTACCE","INSEE_COM":"2B007","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.966,42.531],[8.969,42.532],[8.972,42.534],[8.974,42.538],[8.972,42.538],[8.968,42.542],[8.967,42.546],[8.962,42.548],[8.961,42.551],[8.962,42.555],[8.959,42.558],[8.96,42.56],[8.959,42.563],[8.957,42.565],[8.952,42.573],[8.949,42.569],[8.947,42.568],[8.947,42.565],[8.943,42.564],[8.943,42.561],[8.947,42.558],[8.943,42.555],[8.942,42.553],[8.942,42.55],[8.944,42.547],[8.944,42.544],[8.946,42.54],[8.949,42.54],[8.953,42.537],[8.959,42.535],[8.961,42.533],[8.966,42.531]]]},"properties":{"NOM_COM_M":"NESSA","INSEE_COM":"2B175","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.221,42.027],[9.22,42.019],[9.219,42.008],[9.217,41.996],[9.215,41.994],[9.216,41.992],[9.22,41.99],[9.228,41.99],[9.234,41.989],[9.242,41.991],[9.245,41.993],[9.251,41.994],[9.254,41.998],[9.26,41.998],[9.267,41.995],[9.271,41.994],[9.275,41.995],[9.277,41.997],[9.281,41.996],[9.282,41.993],[9.285,41.988],[9.287,41.987],[9.292,41.987],[9.295,41.988],[9.297,41.986],[9.301,41.987],[9.304,41.99],[9.306,41.993],[9.312,41.993],[9.316,41.994],[9.319,41.994],[9.324,41.996],[9.32,41.996],[9.317,41.997],[9.312,42.001],[9.313,42.002],[9.312,42.005],[9.314,42.01],[9.312,42.012],[9.31,42.012],[9.308,42.015],[9.31,42.017],[9.311,42.021],[9.31,42.025],[9.313,42.028],[9.314,42.033],[9.316,42.036],[9.314,42.038],[9.31,42.035],[9.307,42.035],[9.306,42.033],[9.302,42.031],[9.296,42.033],[9.294,42.033],[9.289,42.036],[9.286,42.036],[9.279,42.034],[9.279,42.035],[9.274,42.037],[9.273,42.039],[9.269,42.039],[9.259,42.046],[9.254,42.046],[9.25,42.048],[9.242,42.048],[9.24,42.047],[9.236,42.048],[9.228,42.045],[9.228,42.043],[9.226,42.036],[9.224,42.035],[9.221,42.03],[9.221,42.027]]]},"properties":{"NOM_COM_M":"ISOLACCIO DI FIUMORBO","INSEE_COM":"2B135","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.828,41.716],[8.83,41.715],[8.84,41.723],[8.845,41.724],[8.846,41.725],[8.852,41.723],[8.855,41.72],[8.856,41.723],[8.863,41.721],[8.864,41.724],[8.866,41.725],[8.87,41.723],[8.873,41.72],[8.875,41.723],[8.878,41.723],[8.881,41.726],[8.884,41.726],[8.886,41.729],[8.89,41.728],[8.891,41.73],[8.895,41.727],[8.898,41.726],[8.9,41.728],[8.905,41.728],[8.91,41.729],[8.914,41.733],[8.916,41.737],[8.92,41.74],[8.922,41.74],[8.925,41.744],[8.928,41.745],[8.928,41.747],[8.922,41.749],[8.919,41.752],[8.918,41.754],[8.915,41.756],[8.903,41.761],[8.9,41.763],[8.895,41.763],[8.892,41.761],[8.887,41.764],[8.885,41.764],[8.883,41.767],[8.876,41.769],[8.873,41.766],[8.873,41.763],[8.871,41.761],[8.868,41.76],[8.866,41.76],[8.864,41.757],[8.857,41.755],[8.856,41.753],[8.853,41.751],[8.853,41.749],[8.857,41.743],[8.855,41.741],[8.848,41.739],[8.843,41.737],[8.843,41.732],[8.837,41.73],[8.834,41.727],[8.83,41.727],[8.824,41.721],[8.826,41.719],[8.828,41.719],[8.828,41.716]]]},"properties":{"NOM_COM_M":"SOLLACARO","INSEE_COM":"2A284","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.367,42.396],[9.364,42.397],[9.362,42.396],[9.357,42.4],[9.352,42.402],[9.346,42.401],[9.342,42.403],[9.34,42.402],[9.326,42.399],[9.327,42.396],[9.329,42.395],[9.34,42.393],[9.344,42.392],[9.35,42.392],[9.352,42.391],[9.354,42.392],[9.357,42.388],[9.353,42.386],[9.35,42.383],[9.352,42.383],[9.355,42.385],[9.357,42.385],[9.361,42.387],[9.365,42.388],[9.362,42.391],[9.363,42.393],[9.367,42.396]]]},"properties":{"NOM_COM_M":"NOCARIO","INSEE_COM":"2B176","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.245,42.228],[9.244,42.23],[9.242,42.23],[9.241,42.232],[9.238,42.233],[9.236,42.235],[9.231,42.238],[9.229,42.241],[9.223,42.237],[9.215,42.236],[9.213,42.237],[9.209,42.237],[9.207,42.239],[9.205,42.237],[9.203,42.238],[9.2,42.236],[9.197,42.237],[9.195,42.236],[9.191,42.236],[9.184,42.24],[9.181,42.241],[9.178,42.243],[9.175,42.243],[9.174,42.241],[9.17,42.24],[9.164,42.241],[9.154,42.24],[9.149,42.239],[9.124,42.239],[9.121,42.234],[9.12,42.231],[9.11,42.229],[9.107,42.227],[9.102,42.226],[9.099,42.226],[9.096,42.223],[9.094,42.219],[9.092,42.217],[9.088,42.215],[9.085,42.216],[9.081,42.215],[9.078,42.213],[9.075,42.21],[9.07,42.208],[9.062,42.211],[9.059,42.213],[9.059,42.215],[9.054,42.217],[9.05,42.214],[9.049,42.211],[9.046,42.211],[9.046,42.208],[9.047,42.203],[9.047,42.199],[9.049,42.193],[9.058,42.195],[9.061,42.195],[9.062,42.193],[9.064,42.193],[9.084,42.191],[9.086,42.188],[9.09,42.187],[9.095,42.188],[9.099,42.188],[9.104,42.187],[9.105,42.186],[9.11,42.186],[9.113,42.185],[9.116,42.185],[9.118,42.183],[9.123,42.182],[9.127,42.186],[9.131,42.188],[9.133,42.188],[9.139,42.19],[9.147,42.191],[9.152,42.195],[9.162,42.194],[9.163,42.193],[9.168,42.193],[9.17,42.194],[9.171,42.197],[9.174,42.198],[9.175,42.2],[9.178,42.202],[9.177,42.204],[9.18,42.208],[9.182,42.209],[9.185,42.212],[9.186,42.216],[9.188,42.216],[9.187,42.22],[9.19,42.221],[9.196,42.219],[9.199,42.222],[9.2,42.224],[9.205,42.224],[9.209,42.221],[9.211,42.221],[9.217,42.225],[9.223,42.224],[9.227,42.225],[9.233,42.225],[9.233,42.227],[9.243,42.227],[9.245,42.228]]]},"properties":{"NOM_COM_M":"VENACO","INSEE_COM":"2B341","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.177,42.459],[9.179,42.463],[9.189,42.469],[9.191,42.473],[9.191,42.475],[9.189,42.477],[9.188,42.48],[9.192,42.483],[9.19,42.485],[9.19,42.487],[9.188,42.491],[9.184,42.492],[9.18,42.492],[9.18,42.494],[9.181,42.498],[9.177,42.501],[9.172,42.503],[9.167,42.504],[9.163,42.507],[9.162,42.51],[9.16,42.511],[9.157,42.51],[9.154,42.51],[9.152,42.504],[9.148,42.501],[9.141,42.5],[9.14,42.499],[9.135,42.499],[9.132,42.496],[9.127,42.496],[9.126,42.497],[9.123,42.496],[9.118,42.497],[9.116,42.496],[9.114,42.497],[9.11,42.497],[9.107,42.498],[9.102,42.497],[9.098,42.497],[9.095,42.499],[9.091,42.499],[9.087,42.501],[9.082,42.501],[9.078,42.507],[9.071,42.505],[9.066,42.504],[9.064,42.505],[9.061,42.504],[9.062,42.503],[9.059,42.499],[9.06,42.495],[9.059,42.491],[9.057,42.489],[9.06,42.483],[9.063,42.482],[9.067,42.482],[9.071,42.484],[9.074,42.483],[9.077,42.48],[9.077,42.476],[9.079,42.475],[9.078,42.473],[9.084,42.467],[9.081,42.464],[9.081,42.461],[9.083,42.459],[9.083,42.456],[9.08,42.45],[9.079,42.449],[9.08,42.444],[9.081,42.442],[9.081,42.439],[9.083,42.435],[9.082,42.433],[9.079,42.431],[9.079,42.428],[9.082,42.427],[9.088,42.428],[9.09,42.429],[9.093,42.428],[9.101,42.43],[9.107,42.43],[9.105,42.434],[9.102,42.437],[9.101,42.44],[9.111,42.441],[9.114,42.44],[9.121,42.443],[9.121,42.448],[9.128,42.45],[9.132,42.452],[9.135,42.452],[9.14,42.454],[9.143,42.451],[9.15,42.452],[9.157,42.455],[9.157,42.457],[9.159,42.458],[9.161,42.461],[9.165,42.464],[9.17,42.461],[9.173,42.461],[9.177,42.459]]]},"properties":{"NOM_COM_M":"MOLTIFAO","INSEE_COM":"2B162","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.698,42.229],[8.7,42.232],[8.698,42.236],[8.699,42.238],[8.699,42.241],[8.701,42.242],[8.696,42.245],[8.688,42.247],[8.689,42.25],[8.688,42.252],[8.692,42.254],[8.693,42.257],[8.689,42.261],[8.689,42.263],[8.685,42.263],[8.677,42.262],[8.675,42.263],[8.672,42.262],[8.666,42.259],[8.662,42.259],[8.658,42.26],[8.656,42.258],[8.651,42.258],[8.647,42.257],[8.642,42.257],[8.641,42.254],[8.639,42.253],[8.632,42.252],[8.628,42.253],[8.626,42.251],[8.621,42.254],[8.617,42.255],[8.617,42.252],[8.613,42.253],[8.606,42.249],[8.599,42.248],[8.593,42.245],[8.589,42.245],[8.583,42.243],[8.581,42.245],[8.578,42.243],[8.576,42.24],[8.574,42.24],[8.573,42.238],[8.569,42.239],[8.563,42.238],[8.559,42.236],[8.557,42.236],[8.552,42.239],[8.546,42.24],[8.54,42.237],[8.54,42.235],[8.543,42.235],[8.545,42.232],[8.549,42.232],[8.548,42.229],[8.554,42.227],[8.558,42.229],[8.558,42.23],[8.562,42.232],[8.564,42.23],[8.57,42.231],[8.574,42.227],[8.574,42.225],[8.572,42.223],[8.569,42.222],[8.568,42.219],[8.572,42.218],[8.578,42.214],[8.575,42.212],[8.57,42.213],[8.571,42.21],[8.569,42.205],[8.571,42.204],[8.578,42.208],[8.582,42.206],[8.581,42.196],[8.577,42.195],[8.58,42.189],[8.578,42.189],[8.582,42.183],[8.589,42.186],[8.593,42.189],[8.598,42.192],[8.603,42.196],[8.608,42.196],[8.609,42.194],[8.611,42.194],[8.617,42.188],[8.618,42.184],[8.621,42.185],[8.625,42.187],[8.63,42.188],[8.633,42.19],[8.636,42.191],[8.641,42.194],[8.646,42.199],[8.649,42.201],[8.654,42.2],[8.654,42.203],[8.656,42.204],[8.66,42.204],[8.659,42.206],[8.662,42.209],[8.662,42.211],[8.664,42.212],[8.667,42.211],[8.673,42.21],[8.676,42.215],[8.679,42.216],[8.681,42.218],[8.687,42.222],[8.689,42.225],[8.693,42.228],[8.695,42.227],[8.698,42.229]]]},"properties":{"NOM_COM_M":"PIANA","INSEE_COM":"2A212","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.725,42.342],[8.719,42.339],[8.717,42.339],[8.713,42.335],[8.712,42.333],[8.71,42.333],[8.709,42.329],[8.705,42.329],[8.701,42.325],[8.705,42.321],[8.703,42.319],[8.702,42.316],[8.699,42.315],[8.698,42.312],[8.701,42.31],[8.7,42.307],[8.7,42.304],[8.701,42.302],[8.699,42.3],[8.699,42.291],[8.697,42.288],[8.692,42.287],[8.689,42.283],[8.687,42.282],[8.69,42.278],[8.692,42.277],[8.691,42.275],[8.694,42.275],[8.698,42.274],[8.715,42.278],[8.719,42.278],[8.721,42.277],[8.725,42.278],[8.73,42.278],[8.735,42.28],[8.737,42.279],[8.739,42.28],[8.741,42.279],[8.751,42.279],[8.755,42.28],[8.756,42.282],[8.759,42.285],[8.764,42.288],[8.767,42.291],[8.77,42.295],[8.77,42.301],[8.767,42.304],[8.768,42.308],[8.768,42.311],[8.772,42.313],[8.771,42.317],[8.772,42.319],[8.769,42.323],[8.771,42.325],[8.766,42.33],[8.763,42.331],[8.759,42.337],[8.757,42.339],[8.751,42.339],[8.746,42.338],[8.742,42.338],[8.738,42.34],[8.735,42.339],[8.728,42.34],[8.725,42.342]]]},"properties":{"NOM_COM_M":"SERRIERA","INSEE_COM":"2A279","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.859,41.624],[8.86,41.627],[8.865,41.635],[8.867,41.637],[8.87,41.644],[8.869,41.646],[8.867,41.648],[8.863,41.649],[8.861,41.647],[8.856,41.646],[8.852,41.647],[8.849,41.645],[8.848,41.643],[8.842,41.643],[8.841,41.64],[8.833,41.638],[8.825,41.635],[8.824,41.632],[8.822,41.63],[8.816,41.63],[8.811,41.631],[8.81,41.635],[8.81,41.638],[8.809,41.64],[8.806,41.642],[8.803,41.641],[8.805,41.638],[8.803,41.633],[8.798,41.633],[8.793,41.63],[8.791,41.627],[8.795,41.625],[8.792,41.621],[8.786,41.619],[8.79,41.617],[8.792,41.61],[8.792,41.608],[8.789,41.605],[8.785,41.602],[8.787,41.597],[8.784,41.596],[8.779,41.593],[8.775,41.593],[8.776,41.59],[8.779,41.59],[8.782,41.588],[8.783,41.587],[8.786,41.591],[8.79,41.594],[8.796,41.593],[8.8,41.59],[8.804,41.589],[8.807,41.591],[8.811,41.588],[8.814,41.588],[8.819,41.592],[8.823,41.592],[8.823,41.594],[8.83,41.595],[8.826,41.599],[8.829,41.6],[8.834,41.598],[8.84,41.601],[8.84,41.603],[8.844,41.606],[8.851,41.613],[8.857,41.62],[8.859,41.624]]]},"properties":{"NOM_COM_M":"BELVEDERE CAMPOMORO","INSEE_COM":"2A035","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.137,41.738],[9.144,41.733],[9.14,41.732],[9.138,41.73],[9.138,41.725],[9.141,41.717],[9.143,41.713],[9.141,41.71],[9.141,41.708],[9.145,41.71],[9.148,41.708],[9.151,41.704],[9.158,41.699],[9.163,41.701],[9.165,41.701],[9.168,41.697],[9.173,41.695],[9.179,41.692],[9.189,41.684],[9.197,41.687],[9.201,41.686],[9.204,41.684],[9.209,41.684],[9.211,41.679],[9.214,41.678],[9.215,41.674],[9.215,41.668],[9.219,41.662],[9.226,41.661],[9.235,41.663],[9.238,41.663],[9.242,41.66],[9.248,41.658],[9.249,41.655],[9.254,41.65],[9.256,41.647],[9.261,41.646],[9.269,41.639],[9.273,41.637],[9.279,41.632],[9.284,41.635],[9.286,41.638],[9.292,41.642],[9.295,41.643],[9.296,41.645],[9.304,41.647],[9.309,41.65],[9.32,41.653],[9.322,41.654],[9.322,41.655],[9.317,41.656],[9.315,41.655],[9.31,41.659],[9.311,41.662],[9.308,41.664],[9.303,41.67],[9.3,41.671],[9.297,41.676],[9.298,41.679],[9.291,41.681],[9.288,41.683],[9.284,41.689],[9.281,41.69],[9.28,41.693],[9.273,41.692],[9.269,41.69],[9.265,41.689],[9.263,41.687],[9.253,41.684],[9.25,41.681],[9.25,41.685],[9.244,41.682],[9.24,41.686],[9.236,41.687],[9.233,41.687],[9.222,41.689],[9.22,41.691],[9.209,41.694],[9.203,41.695],[9.195,41.702],[9.191,41.707],[9.184,41.711],[9.175,41.715],[9.167,41.72],[9.168,41.723],[9.168,41.727],[9.17,41.73],[9.169,41.732],[9.166,41.732],[9.16,41.733],[9.157,41.735],[9.156,41.738],[9.15,41.739],[9.148,41.74],[9.137,41.738]]]},"properties":{"NOM_COM_M":"SAN GAVINO DI CARBINI","INSEE_COM":"2A300","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.815,42.537],[8.811,42.539],[8.809,42.541],[8.804,42.544],[8.804,42.547],[8.802,42.55],[8.804,42.553],[8.81,42.553],[8.805,42.556],[8.805,42.558],[8.802,42.559],[8.801,42.561],[8.797,42.565],[8.794,42.563],[8.794,42.561],[8.79,42.559],[8.783,42.557],[8.773,42.556],[8.766,42.556],[8.759,42.56],[8.756,42.564],[8.757,42.566],[8.762,42.567],[8.763,42.57],[8.758,42.569],[8.756,42.571],[8.749,42.568],[8.744,42.568],[8.74,42.569],[8.738,42.568],[8.738,42.565],[8.732,42.563],[8.73,42.563],[8.728,42.561],[8.727,42.564],[8.728,42.566],[8.726,42.569],[8.727,42.57],[8.726,42.573],[8.724,42.574],[8.724,42.58],[8.722,42.582],[8.719,42.581],[8.715,42.578],[8.712,42.578],[8.71,42.576],[8.713,42.574],[8.707,42.571],[8.711,42.569],[8.717,42.571],[8.717,42.569],[8.715,42.566],[8.715,42.564],[8.719,42.562],[8.721,42.558],[8.723,42.556],[8.722,42.553],[8.72,42.553],[8.717,42.551],[8.717,42.549],[8.72,42.548],[8.721,42.546],[8.718,42.544],[8.719,42.541],[8.717,42.539],[8.712,42.538],[8.71,42.536],[8.712,42.534],[8.715,42.534],[8.717,42.532],[8.717,42.529],[8.722,42.53],[8.723,42.533],[8.731,42.535],[8.735,42.535],[8.736,42.536],[8.74,42.535],[8.743,42.533],[8.742,42.531],[8.746,42.526],[8.754,42.526],[8.76,42.518],[8.764,42.517],[8.766,42.515],[8.768,42.515],[8.772,42.517],[8.779,42.517],[8.782,42.519],[8.794,42.525],[8.795,42.526],[8.795,42.53],[8.8,42.528],[8.808,42.532],[8.815,42.537]]]},"properties":{"NOM_COM_M":"CALVI","INSEE_COM":"2B050","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.02,42.552],[9.022,42.553],[9.024,42.556],[9.031,42.56],[9.034,42.566],[9.036,42.568],[9.036,42.57],[9.038,42.574],[9.033,42.576],[9.027,42.576],[9.023,42.575],[9.019,42.576],[9.013,42.579],[9.01,42.582],[9.01,42.585],[9.006,42.589],[9.005,42.591],[9.006,42.595],[9.003,42.597],[9.002,42.599],[9.001,42.605],[9.001,42.609],[8.998,42.614],[9,42.625],[8.999,42.634],[9,42.639],[9,42.642],[8.998,42.64],[8.994,42.64],[8.993,42.641],[8.989,42.64],[8.986,42.641],[8.984,42.639],[8.98,42.639],[8.982,42.637],[8.982,42.634],[8.984,42.632],[8.984,42.63],[8.988,42.626],[8.986,42.624],[8.985,42.62],[8.986,42.614],[8.989,42.61],[8.992,42.601],[8.994,42.594],[8.998,42.592],[9,42.585],[9.003,42.578],[9.004,42.569],[9.005,42.566],[9.007,42.563],[9.008,42.559],[9.017,42.552],[9.02,42.552]]]},"properties":{"NOM_COM_M":"OCCHIATANA","INSEE_COM":"2B182","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.917,41.682],[8.911,41.68],[8.908,41.677],[8.904,41.677],[8.903,41.676],[8.894,41.676],[8.892,41.673],[8.887,41.671],[8.883,41.672],[8.881,41.67],[8.881,41.666],[8.879,41.662],[8.879,41.658],[8.877,41.651],[8.872,41.647],[8.869,41.646],[8.87,41.644],[8.867,41.637],[8.865,41.635],[8.86,41.627],[8.859,41.624],[8.863,41.622],[8.866,41.622],[8.869,41.62],[8.874,41.622],[8.886,41.626],[8.887,41.627],[8.89,41.629],[8.895,41.634],[8.894,41.637],[8.896,41.639],[8.905,41.638],[8.906,41.64],[8.908,41.639],[8.914,41.634],[8.917,41.639],[8.92,41.639],[8.92,41.644],[8.919,41.647],[8.92,41.649],[8.918,41.65],[8.919,41.655],[8.917,41.659],[8.917,41.661],[8.919,41.665],[8.921,41.667],[8.919,41.669],[8.918,41.676],[8.92,41.679],[8.919,41.681],[8.917,41.682]]]},"properties":{"NOM_COM_M":"PROPRIANO","INSEE_COM":"2A249","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[9.363,41.55],[9.365,41.553],[9.362,41.554],[9.359,41.551],[9.361,41.549],[9.363,41.55]]],[[[9.287,41.484],[9.287,41.486],[9.284,41.487],[9.284,41.489],[9.287,41.492],[9.288,41.494],[9.284,41.5],[9.28,41.499],[9.278,41.496],[9.276,41.496],[9.274,41.499],[9.269,41.499],[9.268,41.501],[9.272,41.504],[9.275,41.504],[9.28,41.51],[9.284,41.517],[9.284,41.52],[9.281,41.521],[9.279,41.523],[9.273,41.523],[9.272,41.525],[9.272,41.529],[9.277,41.532],[9.28,41.53],[9.286,41.529],[9.29,41.532],[9.291,41.534],[9.294,41.537],[9.296,41.541],[9.298,41.541],[9.302,41.544],[9.303,41.546],[9.308,41.545],[9.309,41.549],[9.314,41.552],[9.318,41.551],[9.319,41.554],[9.324,41.557],[9.331,41.56],[9.334,41.56],[9.337,41.559],[9.34,41.56],[9.341,41.559],[9.344,41.561],[9.347,41.562],[9.35,41.566],[9.35,41.572],[9.348,41.575],[9.351,41.577],[9.353,41.577],[9.356,41.582],[9.356,41.584],[9.362,41.588],[9.362,41.591],[9.368,41.591],[9.367,41.593],[9.368,41.598],[9.364,41.596],[9.356,41.596],[9.354,41.594],[9.348,41.594],[9.346,41.595],[9.343,41.594],[9.34,41.594],[9.34,41.597],[9.338,41.6],[9.334,41.602],[9.329,41.602],[9.326,41.604],[9.322,41.605],[9.319,41.605],[9.313,41.601],[9.31,41.597],[9.309,41.594],[9.306,41.592],[9.304,41.589],[9.302,41.59],[9.299,41.585],[9.295,41.584],[9.291,41.587],[9.286,41.59],[9.283,41.596],[9.281,41.598],[9.284,41.599],[9.287,41.599],[9.286,41.603],[9.288,41.609],[9.291,41.61],[9.294,41.61],[9.304,41.614],[9.306,41.616],[9.304,41.622],[9.304,41.625],[9.308,41.629],[9.311,41.628],[9.314,41.629],[9.316,41.631],[9.319,41.629],[9.322,41.628],[9.328,41.63],[9.33,41.634],[9.328,41.638],[9.329,41.64],[9.326,41.644],[9.327,41.647],[9.326,41.65],[9.322,41.654],[9.32,41.653],[9.309,41.65],[9.304,41.647],[9.296,41.645],[9.295,41.643],[9.292,41.642],[9.286,41.638],[9.284,41.635],[9.279,41.632],[9.273,41.637],[9.269,41.639],[9.261,41.646],[9.256,41.647],[9.254,41.65],[9.249,41.655],[9.248,41.658],[9.242,41.66],[9.238,41.663],[9.235,41.663],[9.226,41.661],[9.219,41.662],[9.215,41.668],[9.215,41.674],[9.214,41.678],[9.211,41.679],[9.209,41.684],[9.204,41.684],[9.201,41.686],[9.197,41.687],[9.189,41.684],[9.191,41.681],[9.191,41.678],[9.194,41.671],[9.19,41.671],[9.189,41.672],[9.177,41.666],[9.177,41.665],[9.172,41.662],[9.171,41.66],[9.168,41.657],[9.164,41.656],[9.167,41.652],[9.167,41.649],[9.171,41.644],[9.168,41.64],[9.168,41.638],[9.171,41.628],[9.17,41.626],[9.17,41.616],[9.172,41.615],[9.17,41.611],[9.175,41.606],[9.179,41.606],[9.18,41.602],[9.184,41.602],[9.184,41.594],[9.192,41.576],[9.202,41.572],[9.21,41.564],[9.214,41.561],[9.22,41.564],[9.223,41.562],[9.226,41.555],[9.23,41.552],[9.233,41.547],[9.238,41.544],[9.242,41.541],[9.24,41.539],[9.239,41.535],[9.237,41.534],[9.236,41.531],[9.239,41.528],[9.237,41.522],[9.235,41.521],[9.234,41.518],[9.235,41.515],[9.234,41.512],[9.234,41.509],[9.235,41.507],[9.234,41.501],[9.236,41.499],[9.238,41.5],[9.237,41.494],[9.24,41.494],[9.242,41.489],[9.244,41.488],[9.244,41.486],[9.246,41.483],[9.249,41.485],[9.25,41.487],[9.253,41.489],[9.259,41.491],[9.265,41.491],[9.267,41.489],[9.267,41.487],[9.271,41.484],[9.277,41.485],[9.277,41.487],[9.279,41.488],[9.281,41.485],[9.286,41.486],[9.287,41.484]]]]},"properties":{"NOM_COM_M":"PORTO VECCHIO","INSEE_COM":"2A247","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.486,42.402],[9.488,42.398],[9.488,42.394],[9.489,42.392],[9.488,42.39],[9.489,42.389],[9.491,42.388],[9.494,42.388],[9.499,42.386],[9.5,42.388],[9.504,42.388],[9.506,42.389],[9.511,42.39],[9.511,42.393],[9.514,42.393],[9.518,42.394],[9.521,42.394],[9.527,42.395],[9.532,42.394],[9.535,42.394],[9.537,42.403],[9.538,42.412],[9.535,42.412],[9.53,42.414],[9.526,42.413],[9.523,42.413],[9.518,42.415],[9.513,42.416],[9.513,42.413],[9.51,42.41],[9.506,42.409],[9.505,42.41],[9.499,42.41],[9.493,42.409],[9.494,42.406],[9.491,42.404],[9.486,42.402]]]},"properties":{"NOM_COM_M":"POGGIO MEZZANA","INSEE_COM":"2B242","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.01,41.631],[9.008,41.634],[9.006,41.635],[9.002,41.635],[9.003,41.64],[9.003,41.643],[8.997,41.643],[8.996,41.648],[8.999,41.651],[9.001,41.652],[8.999,41.654],[9,41.661],[8.994,41.662],[8.989,41.66],[8.989,41.658],[8.987,41.656],[8.983,41.655],[8.981,41.656],[8.973,41.654],[8.972,41.652],[8.971,41.65],[8.967,41.648],[8.964,41.648],[8.958,41.647],[8.955,41.648],[8.949,41.647],[8.947,41.65],[8.944,41.652],[8.939,41.651],[8.938,41.652],[8.929,41.653],[8.926,41.656],[8.922,41.655],[8.919,41.655],[8.918,41.65],[8.92,41.649],[8.919,41.647],[8.92,41.644],[8.92,41.639],[8.917,41.639],[8.914,41.634],[8.918,41.628],[8.922,41.627],[8.923,41.623],[8.922,41.62],[8.92,41.618],[8.922,41.615],[8.92,41.613],[8.912,41.61],[8.912,41.608],[8.906,41.607],[8.901,41.605],[8.9,41.602],[8.898,41.6],[8.898,41.595],[8.897,41.593],[8.89,41.593],[8.884,41.591],[8.881,41.589],[8.876,41.589],[8.876,41.588],[8.871,41.587],[8.869,41.586],[8.866,41.586],[8.861,41.589],[8.859,41.587],[8.857,41.589],[8.854,41.588],[8.852,41.585],[8.849,41.584],[8.845,41.585],[8.841,41.583],[8.838,41.586],[8.836,41.586],[8.835,41.584],[8.832,41.584],[8.825,41.586],[8.821,41.586],[8.819,41.588],[8.814,41.588],[8.811,41.588],[8.807,41.591],[8.804,41.589],[8.8,41.59],[8.796,41.593],[8.79,41.594],[8.786,41.591],[8.783,41.587],[8.782,41.588],[8.782,41.587],[8.787,41.586],[8.789,41.587],[8.792,41.587],[8.791,41.583],[8.792,41.579],[8.794,41.579],[8.799,41.575],[8.803,41.576],[8.804,41.575],[8.802,41.572],[8.799,41.572],[8.795,41.569],[8.792,41.566],[8.79,41.567],[8.786,41.565],[8.789,41.559],[8.795,41.556],[8.799,41.557],[8.802,41.557],[8.805,41.556],[8.81,41.557],[8.81,41.555],[8.813,41.553],[8.816,41.553],[8.814,41.549],[8.817,41.547],[8.82,41.547],[8.821,41.545],[8.826,41.546],[8.828,41.545],[8.83,41.547],[8.834,41.547],[8.837,41.545],[8.843,41.547],[8.845,41.545],[8.843,41.542],[8.846,41.541],[8.85,41.543],[8.852,41.547],[8.854,41.547],[8.851,41.542],[8.851,41.539],[8.856,41.536],[8.856,41.534],[8.851,41.533],[8.847,41.529],[8.843,41.527],[8.841,41.522],[8.843,41.518],[8.847,41.518],[8.848,41.519],[8.852,41.518],[8.856,41.518],[8.86,41.521],[8.862,41.52],[8.866,41.52],[8.874,41.524],[8.877,41.524],[8.882,41.521],[8.884,41.518],[8.89,41.517],[8.891,41.515],[8.884,41.511],[8.882,41.508],[8.886,41.505],[8.893,41.508],[8.894,41.507],[8.9,41.509],[8.909,41.506],[8.91,41.508],[8.914,41.508],[8.917,41.505],[8.921,41.498],[8.922,41.492],[8.921,41.489],[8.926,41.49],[8.929,41.492],[8.932,41.496],[8.937,41.495],[8.936,41.492],[8.94,41.49],[8.944,41.495],[8.953,41.501],[8.957,41.504],[8.959,41.507],[8.964,41.508],[8.966,41.507],[8.972,41.509],[8.977,41.513],[8.98,41.519],[8.982,41.521],[8.982,41.523],[8.985,41.524],[8.987,41.528],[8.993,41.532],[8.995,41.535],[8.998,41.537],[9,41.537],[9.004,41.539],[9.006,41.541],[9.011,41.543],[9.015,41.547],[9.015,41.551],[9.014,41.552],[9.019,41.557],[9.022,41.561],[9.025,41.561],[9.028,41.563],[9.03,41.563],[9.032,41.566],[9.038,41.566],[9.037,41.568],[9.041,41.571],[9.048,41.57],[9.055,41.571],[9.056,41.57],[9.064,41.571],[9.071,41.571],[9.076,41.573],[9.075,41.577],[9.081,41.583],[9.084,41.584],[9.075,41.587],[9.071,41.587],[9.069,41.589],[9.069,41.591],[9.06,41.594],[9.057,41.6],[9.058,41.601],[9.056,41.604],[9.051,41.605],[9.049,41.606],[9.046,41.609],[9.042,41.611],[9.039,41.61],[9.038,41.608],[9.034,41.605],[9.032,41.605],[9.032,41.602],[9.028,41.603],[9.025,41.598],[9.022,41.598],[9.013,41.604],[9.01,41.603],[9.008,41.604],[9.005,41.602],[8.993,41.602],[8.993,41.605],[8.996,41.608],[8.997,41.611],[8.997,41.615],[8.993,41.617],[8.989,41.618],[8.99,41.62],[8.993,41.62],[9.003,41.627],[9.01,41.631]],[[8.981,41.586],[8.982,41.582],[8.97,41.58],[8.965,41.577],[8.96,41.579],[8.957,41.576],[8.953,41.575],[8.95,41.572],[8.936,41.572],[8.935,41.574],[8.938,41.575],[8.938,41.579],[8.94,41.585],[8.938,41.588],[8.939,41.59],[8.942,41.59],[8.948,41.593],[8.943,41.596],[8.943,41.601],[8.946,41.6],[8.948,41.598],[8.952,41.597],[8.955,41.599],[8.963,41.598],[8.972,41.598],[8.974,41.595],[8.976,41.594],[8.98,41.587],[8.981,41.586]]]},"properties":{"NOM_COM_M":"SARTENE","INSEE_COM":"2A272","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.487,42.827],[9.486,42.834],[9.483,42.836],[9.481,42.836],[9.48,42.84],[9.484,42.842],[9.483,42.844],[9.484,42.846],[9.483,42.848],[9.486,42.851],[9.484,42.854],[9.483,42.857],[9.48,42.86],[9.47,42.861],[9.466,42.859],[9.456,42.858],[9.449,42.858],[9.449,42.859],[9.443,42.861],[9.436,42.861],[9.434,42.86],[9.425,42.862],[9.416,42.865],[9.41,42.863],[9.408,42.864],[9.404,42.863],[9.402,42.861],[9.396,42.855],[9.394,42.852],[9.394,42.848],[9.392,42.847],[9.392,42.845],[9.388,42.843],[9.385,42.835],[9.409,42.831],[9.436,42.829],[9.457,42.828],[9.472,42.828],[9.487,42.827]]]},"properties":{"NOM_COM_M":"PIETRACORBARA","INSEE_COM":"2B224","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.392,42.638],[9.388,42.637],[9.384,42.634],[9.379,42.634],[9.374,42.633],[9.373,42.635],[9.37,42.635],[9.366,42.634],[9.363,42.635],[9.355,42.639],[9.354,42.642],[9.351,42.645],[9.347,42.646],[9.34,42.653],[9.339,42.656],[9.332,42.66],[9.332,42.661],[9.321,42.666],[9.321,42.668],[9.324,42.67],[9.321,42.672],[9.317,42.67],[9.315,42.668],[9.31,42.67],[9.306,42.67],[9.3,42.669],[9.299,42.668],[9.295,42.668],[9.289,42.665],[9.286,42.665],[9.283,42.662],[9.288,42.654],[9.287,42.65],[9.289,42.646],[9.292,42.645],[9.295,42.643],[9.295,42.64],[9.297,42.638],[9.296,42.634],[9.297,42.631],[9.302,42.632],[9.303,42.629],[9.302,42.627],[9.314,42.627],[9.33,42.626],[9.351,42.626],[9.352,42.625],[9.357,42.623],[9.36,42.621],[9.364,42.621],[9.369,42.62],[9.374,42.618],[9.382,42.621],[9.385,42.621],[9.393,42.618],[9.398,42.62],[9.399,42.622],[9.405,42.622],[9.405,42.624],[9.407,42.626],[9.398,42.63],[9.395,42.635],[9.392,42.638]]]},"properties":{"NOM_COM_M":"OLETTA","INSEE_COM":"2B185","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.197,42.418],[9.202,42.416],[9.208,42.418],[9.213,42.418],[9.216,42.419],[9.22,42.417],[9.232,42.418],[9.242,42.413],[9.247,42.413],[9.251,42.414],[9.252,42.413],[9.254,42.408],[9.255,42.403],[9.256,42.403],[9.271,42.406],[9.273,42.402],[9.275,42.4],[9.277,42.401],[9.281,42.401],[9.285,42.397],[9.289,42.396],[9.297,42.393],[9.305,42.392],[9.307,42.393],[9.312,42.392],[9.327,42.396],[9.326,42.399],[9.326,42.402],[9.318,42.403],[9.306,42.406],[9.292,42.409],[9.284,42.409],[9.28,42.407],[9.278,42.408],[9.275,42.414],[9.271,42.415],[9.265,42.415],[9.262,42.417],[9.259,42.416],[9.257,42.418],[9.251,42.42],[9.246,42.419],[9.247,42.423],[9.245,42.425],[9.246,42.427],[9.238,42.426],[9.234,42.424],[9.226,42.425],[9.222,42.426],[9.216,42.43],[9.212,42.43],[9.209,42.433],[9.203,42.427],[9.199,42.421],[9.197,42.418]]]},"properties":{"NOM_COM_M":"SALICETO","INSEE_COM":"2B267","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.401,42.522],[9.397,42.52],[9.391,42.522],[9.383,42.522],[9.381,42.523],[9.379,42.526],[9.373,42.524],[9.372,42.525],[9.369,42.523],[9.364,42.524],[9.359,42.526],[9.352,42.535],[9.353,42.537],[9.346,42.545],[9.343,42.544],[9.337,42.537],[9.334,42.537],[9.332,42.526],[9.333,42.519],[9.332,42.515],[9.333,42.509],[9.335,42.506],[9.338,42.507],[9.339,42.51],[9.346,42.511],[9.349,42.511],[9.351,42.509],[9.354,42.509],[9.361,42.506],[9.367,42.505],[9.37,42.505],[9.374,42.508],[9.385,42.51],[9.386,42.509],[9.386,42.505],[9.388,42.504],[9.393,42.504],[9.396,42.507],[9.396,42.514],[9.395,42.517],[9.396,42.518],[9.404,42.516],[9.404,42.518],[9.401,42.522]]]},"properties":{"NOM_COM_M":"VOLPAJOLA","INSEE_COM":"2B355","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.084,41.584],[9.081,41.583],[9.075,41.577],[9.076,41.573],[9.076,41.571],[9.074,41.569],[9.065,41.565],[9.061,41.557],[9.062,41.55],[9.063,41.548],[9.06,41.545],[9.056,41.542],[9.049,41.535],[9.044,41.532],[9.043,41.53],[9.038,41.527],[9.036,41.524],[9.032,41.521],[9.031,41.517],[9.032,41.514],[9.035,41.513],[9.036,41.509],[9.036,41.506],[9.033,41.505],[9.031,41.506],[9.016,41.503],[9.01,41.503],[9.006,41.5],[8.997,41.496],[8.996,41.494],[8.999,41.491],[8.995,41.486],[8.998,41.482],[8.997,41.48],[9.002,41.477],[9.003,41.475],[9.008,41.476],[9.01,41.474],[9.015,41.479],[9.018,41.478],[9.016,41.475],[9.015,41.471],[9.018,41.47],[9.018,41.467],[9.024,41.466],[9.023,41.463],[9.025,41.462],[9.028,41.463],[9.029,41.468],[9.033,41.469],[9.035,41.471],[9.039,41.469],[9.04,41.463],[9.038,41.46],[9.038,41.458],[9.041,41.457],[9.047,41.461],[9.052,41.46],[9.055,41.462],[9.056,41.464],[9.059,41.465],[9.061,41.467],[9.062,41.471],[9.067,41.473],[9.069,41.476],[9.072,41.475],[9.073,41.478],[9.076,41.477],[9.08,41.477],[9.079,41.481],[9.084,41.482],[9.084,41.483],[9.078,41.487],[9.077,41.492],[9.078,41.495],[9.074,41.5],[9.073,41.505],[9.076,41.505],[9.078,41.508],[9.079,41.511],[9.082,41.512],[9.083,41.517],[9.08,41.52],[9.076,41.523],[9.072,41.525],[9.068,41.524],[9.063,41.529],[9.064,41.531],[9.061,41.532],[9.063,41.534],[9.067,41.544],[9.069,41.547],[9.071,41.547],[9.075,41.553],[9.078,41.555],[9.081,41.559],[9.082,41.562],[9.086,41.564],[9.091,41.568],[9.091,41.569],[9.096,41.572],[9.095,41.574],[9.092,41.575],[9.089,41.575],[9.087,41.581],[9.087,41.585],[9.084,41.584]]]},"properties":{"NOM_COM_M":"PIANOTTOLI CALDARELLO","INSEE_COM":"2A215","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.872,41.954],[8.876,41.954],[8.881,41.957],[8.886,41.956],[8.89,41.957],[8.893,41.956],[8.9,41.963],[8.902,41.964],[8.904,41.967],[8.91,41.97],[8.914,41.968],[8.917,41.97],[8.921,41.97],[8.925,41.974],[8.928,41.974],[8.931,41.975],[8.934,41.975],[8.941,41.978],[8.942,41.982],[8.944,41.983],[8.944,41.985],[8.947,41.987],[8.947,41.989],[8.941,41.991],[8.938,41.99],[8.935,41.992],[8.929,41.992],[8.918,41.995],[8.912,41.997],[8.908,41.994],[8.903,41.997],[8.896,42],[8.89,41.998],[8.885,42.001],[8.88,42.001],[8.879,41.998],[8.874,41.996],[8.874,41.994],[8.869,41.991],[8.863,41.99],[8.861,41.988],[8.857,41.988],[8.855,41.986],[8.85,41.986],[8.843,41.982],[8.837,41.979],[8.835,41.976],[8.831,41.975],[8.833,41.973],[8.832,41.969],[8.829,41.968],[8.826,41.968],[8.823,41.967],[8.821,41.961],[8.822,41.96],[8.826,41.962],[8.835,41.958],[8.846,41.958],[8.85,41.957],[8.855,41.958],[8.862,41.957],[8.863,41.956],[8.872,41.954]]]},"properties":{"NOM_COM_M":"CUTTOLI CORTICCHIATO","INSEE_COM":"2A103","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.01,41.631],[9.015,41.63],[9.022,41.63],[9.022,41.626],[9.026,41.626],[9.027,41.627],[9.028,41.635],[9.029,41.635],[9.028,41.636],[9.023,41.638],[9.021,41.64],[9.016,41.641],[9.015,41.645],[9.015,41.648],[9.017,41.648],[9.018,41.65],[9.015,41.652],[9.013,41.651],[9.01,41.653],[9.005,41.654],[9.001,41.652],[8.999,41.651],[8.996,41.648],[8.997,41.643],[9.003,41.643],[9.003,41.64],[9.002,41.635],[9.006,41.635],[9.008,41.634],[9.01,41.631]]]},"properties":{"NOM_COM_M":"GRANACE","INSEE_COM":"2A128","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.06,41.905],[9.059,41.906],[9.062,41.91],[9.063,41.913],[9.062,41.916],[9.063,41.917],[9.062,41.922],[9.063,41.925],[9.061,41.921],[9.058,41.919],[9.053,41.912],[9.053,41.909],[9.046,41.909],[9.042,41.906],[9.042,41.904],[9.038,41.901],[9.03,41.894],[9.031,41.892],[9.028,41.89],[9.03,41.888],[9.033,41.887],[9.034,41.884],[9.037,41.881],[9.037,41.879],[9.034,41.876],[9.031,41.874],[9.032,41.87],[9.034,41.866],[9.033,41.862],[9.033,41.857],[9.036,41.853],[9.04,41.855],[9.043,41.858],[9.044,41.861],[9.047,41.86],[9.047,41.864],[9.049,41.867],[9.049,41.871],[9.052,41.874],[9.049,41.877],[9.051,41.881],[9.053,41.882],[9.053,41.884],[9.055,41.887],[9.056,41.89],[9.058,41.891],[9.058,41.895],[9.061,41.902],[9.06,41.905]]]},"properties":{"NOM_COM_M":"ZEVACO","INSEE_COM":"2A358","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.957,41.811],[8.958,41.813],[8.957,41.815],[8.959,41.82],[8.96,41.825],[8.963,41.827],[8.964,41.829],[8.963,41.831],[8.964,41.833],[8.963,41.836],[8.964,41.837],[8.962,41.838],[8.961,41.842],[8.958,41.844],[8.958,41.847],[8.954,41.848],[8.947,41.848],[8.944,41.847],[8.943,41.845],[8.94,41.845],[8.942,41.841],[8.94,41.839],[8.939,41.836],[8.936,41.834],[8.933,41.83],[8.936,41.825],[8.939,41.823],[8.94,41.82],[8.945,41.818],[8.947,41.814],[8.946,41.811],[8.938,41.808],[8.935,41.809],[8.936,41.802],[8.938,41.798],[8.941,41.801],[8.945,41.801],[8.947,41.799],[8.949,41.802],[8.949,41.805],[8.952,41.806],[8.954,41.811],[8.957,41.811]]]},"properties":{"NOM_COM_M":"URBALACONE","INSEE_COM":"2A331","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.857,41.755],[8.854,41.758],[8.852,41.757],[8.849,41.757],[8.847,41.761],[8.842,41.76],[8.837,41.763],[8.833,41.763],[8.828,41.762],[8.825,41.764],[8.823,41.767],[8.823,41.771],[8.821,41.773],[8.823,41.779],[8.833,41.786],[8.824,41.789],[8.821,41.787],[8.818,41.783],[8.818,41.78],[8.813,41.777],[8.809,41.776],[8.802,41.773],[8.799,41.769],[8.796,41.766],[8.796,41.764],[8.791,41.762],[8.791,41.756],[8.788,41.753],[8.788,41.746],[8.785,41.745],[8.784,41.742],[8.785,41.741],[8.783,41.738],[8.784,41.735],[8.784,41.731],[8.78,41.727],[8.781,41.725],[8.778,41.722],[8.774,41.72],[8.773,41.715],[8.771,41.714],[8.772,41.712],[8.775,41.712],[8.779,41.71],[8.784,41.709],[8.786,41.71],[8.788,41.709],[8.787,41.707],[8.788,41.705],[8.786,41.703],[8.783,41.702],[8.782,41.7],[8.784,41.699],[8.787,41.7],[8.791,41.7],[8.795,41.707],[8.795,41.709],[8.798,41.711],[8.802,41.711],[8.807,41.71],[8.807,41.712],[8.81,41.714],[8.813,41.714],[8.821,41.711],[8.826,41.71],[8.828,41.713],[8.828,41.716],[8.828,41.719],[8.826,41.719],[8.824,41.721],[8.83,41.727],[8.834,41.727],[8.837,41.73],[8.843,41.732],[8.843,41.737],[8.848,41.739],[8.855,41.741],[8.857,41.743],[8.853,41.749],[8.853,41.751],[8.856,41.753],[8.857,41.755]]]},"properties":{"NOM_COM_M":"SERRA DI FERRO","INSEE_COM":"2A276","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.964,41.72],[8.964,41.719],[8.959,41.71],[8.96,41.708],[8.957,41.706],[8.952,41.701],[8.951,41.698],[8.949,41.696],[8.949,41.692],[8.952,41.69],[8.953,41.686],[8.955,41.685],[8.961,41.686],[8.962,41.682],[8.964,41.68],[8.966,41.682],[8.969,41.68],[8.972,41.684],[8.976,41.688],[8.981,41.689],[8.985,41.688],[8.989,41.689],[8.991,41.686],[8.995,41.687],[9.003,41.684],[9.003,41.681],[9.005,41.68],[9.008,41.681],[9.01,41.679],[9.012,41.679],[9.013,41.676],[9.016,41.675],[9.018,41.675],[9.019,41.678],[9.022,41.681],[9.024,41.684],[9.028,41.687],[9.031,41.696],[9.032,41.698],[9.029,41.702],[9.021,41.703],[9.02,41.705],[9.021,41.707],[9.02,41.709],[9.019,41.705],[9.017,41.704],[9.006,41.704],[9.001,41.702],[9.001,41.704],[8.999,41.705],[8.994,41.705],[8.993,41.703],[8.989,41.702],[8.986,41.703],[8.985,41.705],[8.988,41.707],[8.984,41.708],[8.983,41.71],[8.986,41.712],[8.987,41.715],[8.985,41.716],[8.987,41.721],[8.99,41.723],[8.989,41.728],[8.983,41.727],[8.98,41.727],[8.976,41.724],[8.968,41.721],[8.964,41.72]]]},"properties":{"NOM_COM_M":"FOZZANO","INSEE_COM":"2A118","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.814,41.588],[8.819,41.588],[8.821,41.586],[8.825,41.586],[8.832,41.584],[8.835,41.584],[8.836,41.586],[8.838,41.586],[8.841,41.583],[8.845,41.585],[8.849,41.584],[8.852,41.585],[8.854,41.588],[8.857,41.589],[8.859,41.587],[8.861,41.589],[8.866,41.586],[8.869,41.586],[8.871,41.587],[8.876,41.588],[8.876,41.589],[8.881,41.589],[8.884,41.591],[8.89,41.593],[8.897,41.593],[8.898,41.595],[8.898,41.6],[8.9,41.602],[8.901,41.605],[8.9,41.604],[8.895,41.605],[8.893,41.606],[8.891,41.611],[8.894,41.614],[8.897,41.621],[8.895,41.621],[8.892,41.623],[8.889,41.624],[8.887,41.627],[8.886,41.626],[8.874,41.622],[8.869,41.62],[8.866,41.622],[8.863,41.622],[8.859,41.624],[8.857,41.62],[8.851,41.613],[8.844,41.606],[8.84,41.603],[8.84,41.601],[8.834,41.598],[8.829,41.6],[8.826,41.599],[8.83,41.595],[8.823,41.594],[8.823,41.592],[8.819,41.592],[8.814,41.588]]]},"properties":{"NOM_COM_M":"GROSSA","INSEE_COM":"2A129","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.016,41.675],[9.013,41.676],[9.012,41.679],[9.01,41.679],[9.008,41.681],[9.005,41.68],[9.003,41.681],[9.003,41.684],[8.995,41.687],[8.991,41.686],[8.989,41.689],[8.985,41.688],[8.981,41.689],[8.976,41.688],[8.972,41.684],[8.969,41.68],[8.971,41.677],[8.968,41.676],[8.966,41.674],[8.966,41.671],[8.968,41.665],[8.971,41.663],[8.975,41.662],[8.974,41.66],[8.968,41.659],[8.964,41.657],[8.967,41.653],[8.972,41.652],[8.973,41.654],[8.981,41.656],[8.983,41.655],[8.987,41.656],[8.989,41.658],[8.989,41.66],[8.994,41.662],[9,41.661],[9.003,41.66],[9.008,41.664],[9.015,41.664],[9.019,41.665],[9.019,41.668],[9.021,41.67],[9.016,41.675]]]},"properties":{"NOM_COM_M":"ARBELLARA","INSEE_COM":"2A018","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.308,42.448],[9.302,42.457],[9.297,42.46],[9.294,42.464],[9.293,42.467],[9.288,42.469],[9.285,42.472],[9.28,42.472],[9.279,42.471],[9.274,42.471],[9.272,42.472],[9.267,42.473],[9.262,42.476],[9.255,42.475],[9.25,42.47],[9.241,42.472],[9.236,42.469],[9.229,42.47],[9.225,42.473],[9.219,42.474],[9.218,42.473],[9.213,42.471],[9.21,42.472],[9.21,42.469],[9.217,42.465],[9.221,42.465],[9.227,42.461],[9.228,42.459],[9.233,42.459],[9.235,42.458],[9.238,42.458],[9.24,42.455],[9.243,42.453],[9.249,42.454],[9.253,42.45],[9.256,42.45],[9.259,42.449],[9.265,42.449],[9.274,42.445],[9.293,42.445],[9.297,42.444],[9.305,42.446],[9.308,42.448]]]},"properties":{"NOM_COM_M":"VALLE DI ROSTINO","INSEE_COM":"2B337","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.938,41.798],[8.936,41.802],[8.935,41.809],[8.938,41.808],[8.946,41.811],[8.947,41.814],[8.945,41.818],[8.94,41.82],[8.939,41.823],[8.936,41.825],[8.933,41.83],[8.936,41.834],[8.939,41.836],[8.94,41.839],[8.942,41.841],[8.94,41.845],[8.937,41.845],[8.934,41.846],[8.936,41.848],[8.933,41.849],[8.933,41.851],[8.93,41.853],[8.924,41.854],[8.921,41.855],[8.917,41.854],[8.916,41.85],[8.912,41.845],[8.913,41.844],[8.913,41.841],[8.911,41.841],[8.91,41.838],[8.915,41.837],[8.916,41.835],[8.913,41.834],[8.914,41.829],[8.913,41.827],[8.915,41.826],[8.913,41.823],[8.915,41.823],[8.92,41.82],[8.918,41.819],[8.924,41.813],[8.925,41.811],[8.924,41.805],[8.929,41.801],[8.926,41.798],[8.929,41.797],[8.929,41.795],[8.934,41.794],[8.938,41.795],[8.938,41.798]]]},"properties":{"NOM_COM_M":"GUARGUALE","INSEE_COM":"2A132","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.79,41.853],[8.788,41.85],[8.786,41.85],[8.785,41.848],[8.782,41.847],[8.778,41.848],[8.773,41.846],[8.769,41.846],[8.767,41.847],[8.762,41.847],[8.757,41.846],[8.753,41.846],[8.751,41.843],[8.757,41.841],[8.764,41.844],[8.766,41.843],[8.766,41.841],[8.769,41.84],[8.768,41.838],[8.772,41.837],[8.773,41.835],[8.776,41.834],[8.777,41.835],[8.781,41.834],[8.785,41.831],[8.784,41.829],[8.781,41.827],[8.779,41.827],[8.774,41.825],[8.773,41.822],[8.774,41.819],[8.773,41.816],[8.774,41.815],[8.772,41.812],[8.772,41.811],[8.777,41.81],[8.784,41.811],[8.791,41.809],[8.796,41.806],[8.802,41.804],[8.806,41.8],[8.81,41.8],[8.815,41.797],[8.818,41.796],[8.82,41.791],[8.821,41.791],[8.824,41.794],[8.827,41.795],[8.827,41.797],[8.83,41.799],[8.83,41.803],[8.834,41.803],[8.836,41.808],[8.84,41.81],[8.845,41.811],[8.848,41.814],[8.85,41.814],[8.851,41.816],[8.853,41.815],[8.855,41.817],[8.862,41.818],[8.864,41.819],[8.86,41.823],[8.858,41.824],[8.858,41.826],[8.854,41.835],[8.855,41.84],[8.849,41.839],[8.849,41.845],[8.844,41.846],[8.845,41.85],[8.842,41.849],[8.839,41.847],[8.837,41.847],[8.834,41.85],[8.837,41.851],[8.835,41.854],[8.829,41.853],[8.826,41.856],[8.823,41.856],[8.822,41.859],[8.816,41.858],[8.814,41.857],[8.811,41.858],[8.81,41.857],[8.804,41.854],[8.803,41.853],[8.797,41.853],[8.792,41.851],[8.79,41.853]]]},"properties":{"NOM_COM_M":"PIETROSELLA","INSEE_COM":"2A228","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.919,41.681],[8.924,41.685],[8.929,41.684],[8.935,41.689],[8.945,41.695],[8.949,41.696],[8.951,41.698],[8.952,41.701],[8.957,41.706],[8.96,41.708],[8.959,41.71],[8.964,41.719],[8.964,41.72],[8.963,41.723],[8.964,41.725],[8.964,41.732],[8.961,41.734],[8.953,41.743],[8.946,41.738],[8.933,41.738],[8.929,41.736],[8.927,41.738],[8.925,41.738],[8.922,41.74],[8.92,41.74],[8.916,41.737],[8.914,41.733],[8.91,41.729],[8.905,41.728],[8.9,41.728],[8.898,41.726],[8.895,41.727],[8.891,41.73],[8.89,41.728],[8.886,41.729],[8.884,41.726],[8.881,41.726],[8.878,41.723],[8.875,41.723],[8.873,41.72],[8.87,41.723],[8.866,41.725],[8.864,41.724],[8.863,41.721],[8.856,41.723],[8.855,41.72],[8.852,41.723],[8.846,41.725],[8.845,41.724],[8.84,41.723],[8.83,41.715],[8.828,41.716],[8.828,41.713],[8.826,41.71],[8.831,41.706],[8.836,41.7],[8.841,41.698],[8.845,41.697],[8.848,41.697],[8.85,41.696],[8.855,41.697],[8.857,41.698],[8.86,41.696],[8.87,41.696],[8.874,41.694],[8.878,41.696],[8.882,41.695],[8.884,41.693],[8.886,41.689],[8.891,41.69],[8.894,41.689],[8.899,41.69],[8.909,41.691],[8.914,41.691],[8.916,41.687],[8.917,41.682],[8.919,41.681]]]},"properties":{"NOM_COM_M":"OLMETO","INSEE_COM":"2A189","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.981,41.586],[8.98,41.587],[8.976,41.594],[8.974,41.595],[8.972,41.598],[8.963,41.598],[8.955,41.599],[8.952,41.597],[8.948,41.598],[8.946,41.6],[8.943,41.601],[8.943,41.596],[8.948,41.593],[8.942,41.59],[8.939,41.59],[8.938,41.588],[8.94,41.585],[8.938,41.579],[8.938,41.575],[8.935,41.574],[8.936,41.572],[8.95,41.572],[8.953,41.575],[8.957,41.576],[8.96,41.579],[8.965,41.577],[8.97,41.58],[8.982,41.582],[8.981,41.586]]]},"properties":{"NOM_COM_M":"GIUNCHETO","INSEE_COM":"2A127","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.49,42.317],[9.489,42.314],[9.487,42.312],[9.483,42.311],[9.484,42.309],[9.49,42.309],[9.495,42.307],[9.496,42.303],[9.499,42.3],[9.498,42.299],[9.496,42.298],[9.497,42.295],[9.499,42.296],[9.504,42.292],[9.508,42.292],[9.511,42.288],[9.512,42.285],[9.516,42.282],[9.516,42.277],[9.517,42.275],[9.515,42.271],[9.518,42.27],[9.52,42.268],[9.524,42.267],[9.527,42.267],[9.535,42.259],[9.544,42.252],[9.544,42.251],[9.552,42.249],[9.555,42.252],[9.557,42.263],[9.559,42.272],[9.559,42.278],[9.56,42.284],[9.558,42.286],[9.555,42.294],[9.554,42.299],[9.545,42.3],[9.54,42.3],[9.536,42.304],[9.529,42.313],[9.526,42.314],[9.524,42.316],[9.515,42.318],[9.513,42.319],[9.508,42.319],[9.505,42.32],[9.501,42.319],[9.497,42.319],[9.494,42.317],[9.49,42.317]]]},"properties":{"NOM_COM_M":"SAN GIULIANO","INSEE_COM":"2B303","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.238,42.352],[9.234,42.355],[9.232,42.356],[9.229,42.359],[9.224,42.358],[9.216,42.36],[9.212,42.355],[9.209,42.352],[9.206,42.352],[9.203,42.353],[9.199,42.358],[9.195,42.356],[9.193,42.358],[9.192,42.355],[9.189,42.354],[9.189,42.352],[9.185,42.35],[9.181,42.349],[9.178,42.347],[9.174,42.348],[9.169,42.347],[9.165,42.347],[9.16,42.346],[9.157,42.347],[9.153,42.345],[9.153,42.342],[9.155,42.339],[9.159,42.334],[9.158,42.332],[9.16,42.331],[9.17,42.331],[9.17,42.329],[9.174,42.328],[9.172,42.323],[9.172,42.32],[9.181,42.318],[9.188,42.32],[9.19,42.319],[9.191,42.323],[9.194,42.323],[9.195,42.326],[9.195,42.329],[9.198,42.329],[9.208,42.333],[9.212,42.333],[9.216,42.337],[9.219,42.339],[9.224,42.347],[9.228,42.347],[9.235,42.35],[9.238,42.352]]]},"properties":{"NOM_COM_M":"TRALONCA","INSEE_COM":"2B329","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.238,42.352],[9.243,42.352],[9.248,42.351],[9.254,42.344],[9.256,42.338],[9.255,42.336],[9.256,42.332],[9.258,42.329],[9.259,42.331],[9.267,42.334],[9.268,42.338],[9.272,42.341],[9.27,42.351],[9.273,42.353],[9.275,42.358],[9.279,42.361],[9.28,42.364],[9.279,42.365],[9.273,42.366],[9.272,42.367],[9.26,42.368],[9.257,42.371],[9.251,42.371],[9.246,42.364],[9.241,42.364],[9.235,42.36],[9.234,42.358],[9.234,42.355],[9.238,42.352]]]},"properties":{"NOM_COM_M":"RUSIO","INSEE_COM":"2B264","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.949,41.696],[8.945,41.695],[8.935,41.689],[8.929,41.684],[8.924,41.685],[8.919,41.681],[8.92,41.679],[8.918,41.676],[8.919,41.669],[8.921,41.667],[8.919,41.665],[8.917,41.661],[8.917,41.659],[8.919,41.655],[8.922,41.655],[8.926,41.656],[8.929,41.653],[8.938,41.652],[8.939,41.651],[8.944,41.652],[8.947,41.65],[8.949,41.647],[8.955,41.648],[8.958,41.647],[8.964,41.648],[8.967,41.648],[8.971,41.65],[8.972,41.652],[8.967,41.653],[8.964,41.657],[8.968,41.659],[8.974,41.66],[8.975,41.662],[8.971,41.663],[8.968,41.665],[8.966,41.671],[8.966,41.674],[8.968,41.676],[8.971,41.677],[8.969,41.68],[8.966,41.682],[8.964,41.68],[8.962,41.682],[8.961,41.686],[8.955,41.685],[8.953,41.686],[8.952,41.69],[8.949,41.692],[8.949,41.696]]]},"properties":{"NOM_COM_M":"VIGGIANELLO","INSEE_COM":"2A349","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.119,41.856],[9.119,41.854],[9.111,41.846],[9.112,41.843],[9.111,41.841],[9.108,41.838],[9.101,41.837],[9.098,41.834],[9.093,41.827],[9.089,41.824],[9.082,41.821],[9.076,41.823],[9.069,41.818],[9.07,41.815],[9.069,41.813],[9.067,41.813],[9.063,41.807],[9.063,41.805],[9.061,41.804],[9.06,41.801],[9.057,41.8],[9.056,41.796],[9.05,41.792],[9.049,41.79],[9.048,41.787],[9.044,41.785],[9.042,41.785],[9.041,41.783],[9.037,41.782],[9.036,41.779],[9.034,41.778],[9.035,41.773],[9.034,41.771],[9.048,41.771],[9.051,41.765],[9.054,41.764],[9.057,41.765],[9.059,41.764],[9.068,41.764],[9.072,41.761],[9.075,41.763],[9.077,41.762],[9.081,41.765],[9.082,41.764],[9.088,41.765],[9.09,41.768],[9.089,41.77],[9.09,41.772],[9.093,41.772],[9.095,41.774],[9.095,41.779],[9.096,41.783],[9.101,41.79],[9.102,41.794],[9.107,41.796],[9.109,41.8],[9.112,41.802],[9.116,41.803],[9.117,41.805],[9.116,41.808],[9.118,41.811],[9.126,41.816],[9.13,41.819],[9.132,41.823],[9.136,41.826],[9.142,41.834],[9.152,41.844],[9.147,41.846],[9.148,41.848],[9.14,41.85],[9.145,41.853],[9.144,41.857],[9.145,41.859],[9.144,41.861],[9.137,41.858],[9.134,41.858],[9.131,41.856],[9.124,41.856],[9.119,41.858],[9.119,41.856]]]},"properties":{"NOM_COM_M":"AULLENE","INSEE_COM":"2A024","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.404,42.863],[9.408,42.864],[9.41,42.863],[9.416,42.865],[9.425,42.862],[9.434,42.86],[9.436,42.861],[9.443,42.861],[9.449,42.859],[9.449,42.858],[9.456,42.858],[9.466,42.859],[9.47,42.861],[9.48,42.86],[9.482,42.865],[9.481,42.869],[9.479,42.87],[9.479,42.872],[9.474,42.874],[9.473,42.878],[9.478,42.879],[9.477,42.882],[9.472,42.881],[9.468,42.882],[9.465,42.882],[9.448,42.884],[9.44,42.887],[9.435,42.887],[9.43,42.886],[9.426,42.886],[9.417,42.887],[9.415,42.884],[9.411,42.881],[9.41,42.879],[9.41,42.875],[9.407,42.867],[9.404,42.863]]]},"properties":{"NOM_COM_M":"CAGNANO","INSEE_COM":"2B046","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.962,41.809],[8.964,41.808],[8.968,41.809],[8.969,41.806],[8.971,41.804],[8.975,41.805],[8.979,41.804],[8.981,41.8],[8.986,41.8],[8.987,41.799],[8.992,41.797],[8.995,41.794],[8.997,41.794],[8.998,41.792],[8.997,41.788],[8.998,41.785],[9.002,41.782],[9.006,41.78],[9.007,41.778],[9.009,41.77],[9.007,41.765],[9.003,41.761],[8.998,41.759],[8.996,41.757],[8.997,41.752],[8.999,41.75],[9.002,41.749],[9.005,41.746],[8.998,41.742],[8.995,41.742],[8.994,41.737],[8.99,41.735],[8.989,41.732],[8.987,41.732],[8.986,41.73],[8.989,41.728],[9.003,41.736],[9.008,41.74],[9.02,41.754],[9.021,41.756],[9.024,41.753],[9.027,41.752],[9.026,41.756],[9.024,41.759],[9.029,41.766],[9.034,41.771],[9.035,41.773],[9.034,41.778],[9.036,41.779],[9.037,41.782],[9.041,41.783],[9.042,41.785],[9.044,41.785],[9.048,41.787],[9.049,41.79],[9.044,41.791],[9.042,41.797],[9.039,41.801],[9.036,41.803],[9.033,41.804],[9.031,41.806],[9.031,41.81],[9.026,41.811],[9.024,41.813],[9.019,41.812],[9.014,41.814],[9.01,41.817],[9.005,41.82],[9.006,41.822],[9.004,41.826],[9.001,41.827],[8.999,41.824],[8.992,41.82],[8.99,41.82],[8.984,41.822],[8.981,41.822],[8.98,41.819],[8.974,41.811],[8.967,41.812],[8.967,41.814],[8.965,41.815],[8.961,41.814],[8.963,41.811],[8.962,41.809]]]},"properties":{"NOM_COM_M":"MOCA CROCE","INSEE_COM":"2A160","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.914,41.634],[8.908,41.639],[8.906,41.64],[8.905,41.638],[8.896,41.639],[8.894,41.637],[8.895,41.634],[8.89,41.629],[8.887,41.627],[8.889,41.624],[8.892,41.623],[8.895,41.621],[8.897,41.621],[8.894,41.614],[8.891,41.611],[8.893,41.606],[8.895,41.605],[8.9,41.604],[8.901,41.605],[8.906,41.607],[8.912,41.608],[8.912,41.61],[8.92,41.613],[8.922,41.615],[8.92,41.618],[8.922,41.62],[8.923,41.623],[8.922,41.627],[8.918,41.628],[8.914,41.634]]]},"properties":{"NOM_COM_M":"BILIA","INSEE_COM":"2A038","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.325,42.377],[9.323,42.378],[9.323,42.382],[9.32,42.385],[9.324,42.39],[9.327,42.391],[9.327,42.396],[9.312,42.392],[9.307,42.393],[9.305,42.392],[9.297,42.393],[9.289,42.396],[9.285,42.397],[9.281,42.401],[9.277,42.401],[9.275,42.4],[9.273,42.402],[9.271,42.406],[9.256,42.403],[9.256,42.402],[9.26,42.399],[9.257,42.396],[9.259,42.395],[9.259,42.393],[9.257,42.392],[9.257,42.39],[9.259,42.387],[9.26,42.386],[9.265,42.384],[9.269,42.386],[9.271,42.386],[9.274,42.382],[9.276,42.382],[9.276,42.379],[9.279,42.379],[9.284,42.379],[9.288,42.378],[9.291,42.38],[9.294,42.379],[9.296,42.381],[9.299,42.381],[9.304,42.379],[9.307,42.38],[9.31,42.379],[9.318,42.379],[9.32,42.378],[9.321,42.375],[9.325,42.377]]]},"properties":{"NOM_COM_M":"SAN LORENZO","INSEE_COM":"2B304","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.298,42.614],[9.296,42.613],[9.296,42.611],[9.294,42.607],[9.284,42.599],[9.283,42.596],[9.283,42.594],[9.28,42.592],[9.28,42.589],[9.283,42.581],[9.273,42.573],[9.269,42.573],[9.267,42.571],[9.264,42.57],[9.251,42.562],[9.246,42.563],[9.245,42.562],[9.24,42.561],[9.234,42.561],[9.232,42.56],[9.228,42.561],[9.224,42.56],[9.22,42.56],[9.223,42.558],[9.222,42.555],[9.222,42.552],[9.229,42.549],[9.234,42.551],[9.235,42.555],[9.243,42.557],[9.246,42.555],[9.26,42.555],[9.264,42.551],[9.266,42.552],[9.269,42.551],[9.28,42.551],[9.284,42.55],[9.287,42.551],[9.29,42.549],[9.291,42.551],[9.294,42.552],[9.295,42.556],[9.293,42.557],[9.294,42.56],[9.293,42.563],[9.297,42.563],[9.301,42.571],[9.302,42.574],[9.298,42.575],[9.299,42.578],[9.298,42.58],[9.293,42.586],[9.296,42.591],[9.294,42.594],[9.296,42.597],[9.303,42.6],[9.306,42.607],[9.309,42.61],[9.308,42.613],[9.305,42.617],[9.301,42.617],[9.302,42.619],[9.3,42.623],[9.293,42.629],[9.288,42.64],[9.285,42.645],[9.282,42.646],[9.281,42.652],[9.276,42.656],[9.267,42.654],[9.264,42.652],[9.274,42.64],[9.277,42.64],[9.277,42.638],[9.283,42.634],[9.286,42.631],[9.285,42.626],[9.288,42.625],[9.289,42.622],[9.294,42.619],[9.299,42.615],[9.298,42.614]]]},"properties":{"NOM_COM_M":"PIEVE","INSEE_COM":"2B230","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.868,41.76],[8.871,41.761],[8.873,41.763],[8.873,41.766],[8.876,41.769],[8.878,41.772],[8.881,41.773],[8.885,41.772],[8.888,41.773],[8.89,41.772],[8.897,41.775],[8.903,41.775],[8.907,41.776],[8.909,41.775],[8.912,41.776],[8.913,41.78],[8.917,41.78],[8.92,41.781],[8.923,41.788],[8.921,41.79],[8.924,41.791],[8.93,41.792],[8.929,41.795],[8.929,41.797],[8.926,41.798],[8.929,41.801],[8.924,41.805],[8.925,41.811],[8.924,41.813],[8.918,41.819],[8.92,41.82],[8.915,41.823],[8.913,41.823],[8.909,41.822],[8.907,41.819],[8.903,41.818],[8.903,41.815],[8.896,41.809],[8.894,41.809],[8.893,41.811],[8.89,41.812],[8.888,41.807],[8.886,41.805],[8.885,41.801],[8.883,41.798],[8.88,41.797],[8.875,41.79],[8.874,41.787],[8.874,41.784],[8.876,41.781],[8.867,41.782],[8.863,41.778],[8.86,41.777],[8.863,41.774],[8.861,41.771],[8.863,41.767],[8.863,41.765],[8.867,41.764],[8.868,41.76]]]},"properties":{"NOM_COM_M":"PILA CANALE","INSEE_COM":"2A232","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.119,41.856],[9.116,41.855],[9.108,41.857],[9.106,41.858],[9.097,41.861],[9.096,41.863],[9.092,41.862],[9.088,41.862],[9.087,41.863],[9.085,41.862],[9.081,41.862],[9.079,41.864],[9.073,41.867],[9.065,41.869],[9.062,41.868],[9.056,41.861],[9.049,41.859],[9.047,41.86],[9.044,41.861],[9.043,41.858],[9.04,41.855],[9.036,41.853],[9.035,41.852],[9.035,41.848],[9.033,41.845],[9.032,41.841],[9.026,41.841],[9.025,41.838],[9.022,41.838],[9.025,41.835],[9.029,41.834],[9.034,41.83],[9.033,41.828],[9.034,41.826],[9.042,41.823],[9.046,41.819],[9.049,41.815],[9.049,41.811],[9.051,41.809],[9.057,41.809],[9.059,41.808],[9.061,41.804],[9.063,41.805],[9.063,41.807],[9.067,41.813],[9.069,41.813],[9.07,41.815],[9.069,41.818],[9.076,41.823],[9.082,41.821],[9.089,41.824],[9.093,41.827],[9.098,41.834],[9.101,41.837],[9.108,41.838],[9.111,41.841],[9.112,41.843],[9.111,41.846],[9.119,41.854],[9.119,41.856]]]},"properties":{"NOM_COM_M":"OLIVESE","INSEE_COM":"2A186","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.191,41.495],[9.195,41.495],[9.198,41.496],[9.197,41.5],[9.199,41.501],[9.204,41.499],[9.206,41.499],[9.209,41.504],[9.211,41.503],[9.216,41.507],[9.223,41.507],[9.225,41.509],[9.228,41.51],[9.235,41.507],[9.234,41.509],[9.234,41.512],[9.235,41.515],[9.234,41.518],[9.235,41.521],[9.237,41.522],[9.239,41.528],[9.236,41.531],[9.237,41.534],[9.239,41.535],[9.24,41.539],[9.242,41.541],[9.238,41.544],[9.233,41.547],[9.23,41.552],[9.226,41.555],[9.223,41.562],[9.22,41.564],[9.214,41.561],[9.21,41.564],[9.202,41.572],[9.192,41.576],[9.184,41.594],[9.184,41.602],[9.18,41.602],[9.179,41.606],[9.175,41.606],[9.17,41.611],[9.172,41.615],[9.17,41.616],[9.167,41.617],[9.166,41.616],[9.159,41.616],[9.153,41.615],[9.151,41.614],[9.147,41.61],[9.142,41.607],[9.136,41.601],[9.133,41.6],[9.13,41.597],[9.124,41.6],[9.119,41.598],[9.112,41.596],[9.113,41.592],[9.117,41.59],[9.12,41.587],[9.126,41.577],[9.132,41.569],[9.134,41.564],[9.138,41.563],[9.14,41.56],[9.144,41.558],[9.147,41.559],[9.149,41.557],[9.149,41.554],[9.153,41.554],[9.154,41.552],[9.156,41.552],[9.162,41.555],[9.167,41.556],[9.165,41.548],[9.167,41.548],[9.167,41.543],[9.169,41.543],[9.17,41.535],[9.177,41.531],[9.177,41.528],[9.174,41.528],[9.171,41.525],[9.171,41.523],[9.167,41.519],[9.168,41.514],[9.167,41.509],[9.174,41.504],[9.178,41.504],[9.182,41.501],[9.187,41.499],[9.191,41.495]]]},"properties":{"NOM_COM_M":"SOTTA","INSEE_COM":"2A288","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.684,42.348],[8.688,42.349],[8.692,42.349],[8.696,42.348],[8.706,42.347],[8.711,42.349],[8.714,42.349],[8.716,42.346],[8.719,42.345],[8.725,42.342],[8.728,42.347],[8.73,42.348],[8.73,42.35],[8.733,42.356],[8.735,42.361],[8.74,42.366],[8.742,42.366],[8.745,42.369],[8.747,42.374],[8.746,42.375],[8.747,42.379],[8.753,42.381],[8.754,42.384],[8.751,42.384],[8.749,42.387],[8.744,42.388],[8.737,42.388],[8.733,42.389],[8.726,42.389],[8.722,42.392],[8.718,42.393],[8.717,42.395],[8.714,42.397],[8.719,42.399],[8.723,42.4],[8.727,42.4],[8.73,42.402],[8.728,42.405],[8.729,42.409],[8.733,42.41],[8.739,42.41],[8.74,42.408],[8.747,42.407],[8.755,42.405],[8.76,42.406],[8.763,42.406],[8.768,42.408],[8.777,42.408],[8.782,42.406],[8.785,42.401],[8.789,42.4],[8.791,42.398],[8.795,42.399],[8.798,42.398],[8.81,42.4],[8.815,42.402],[8.823,42.409],[8.824,42.411],[8.829,42.416],[8.838,42.419],[8.839,42.421],[8.829,42.425],[8.823,42.428],[8.817,42.428],[8.812,42.429],[8.809,42.429],[8.807,42.431],[8.805,42.431],[8.8,42.435],[8.8,42.442],[8.802,42.446],[8.799,42.45],[8.797,42.451],[8.793,42.455],[8.79,42.455],[8.788,42.457],[8.785,42.458],[8.783,42.457],[8.78,42.458],[8.772,42.462],[8.763,42.461],[8.756,42.456],[8.753,42.455],[8.75,42.453],[8.746,42.449],[8.745,42.447],[8.739,42.446],[8.736,42.444],[8.735,42.442],[8.732,42.446],[8.728,42.447],[8.726,42.451],[8.723,42.452],[8.721,42.456],[8.719,42.457],[8.708,42.46],[8.703,42.459],[8.699,42.46],[8.695,42.46],[8.691,42.462],[8.685,42.463],[8.679,42.467],[8.678,42.466],[8.675,42.467],[8.674,42.464],[8.67,42.461],[8.668,42.458],[8.664,42.456],[8.666,42.454],[8.669,42.453],[8.67,42.45],[8.668,42.449],[8.668,42.446],[8.665,42.444],[8.663,42.445],[8.656,42.444],[8.653,42.445],[8.65,42.444],[8.651,42.441],[8.655,42.437],[8.658,42.438],[8.659,42.436],[8.664,42.434],[8.662,42.429],[8.662,42.426],[8.66,42.422],[8.657,42.418],[8.653,42.416],[8.651,42.414],[8.646,42.413],[8.64,42.419],[8.638,42.418],[8.63,42.421],[8.625,42.421],[8.622,42.422],[8.621,42.418],[8.619,42.417],[8.614,42.417],[8.611,42.416],[8.609,42.417],[8.606,42.416],[8.606,42.414],[8.609,42.412],[8.607,42.41],[8.602,42.41],[8.602,42.408],[8.604,42.407],[8.607,42.408],[8.612,42.403],[8.609,42.403],[8.608,42.401],[8.606,42.402],[8.603,42.401],[8.602,42.399],[8.608,42.394],[8.609,42.389],[8.608,42.386],[8.602,42.386],[8.598,42.383],[8.594,42.382],[8.591,42.384],[8.587,42.384],[8.583,42.382],[8.579,42.382],[8.577,42.384],[8.573,42.382],[8.578,42.38],[8.587,42.379],[8.589,42.376],[8.591,42.375],[8.591,42.373],[8.594,42.372],[8.595,42.37],[8.598,42.371],[8.6,42.369],[8.602,42.369],[8.605,42.372],[8.61,42.374],[8.615,42.373],[8.618,42.375],[8.62,42.372],[8.623,42.371],[8.629,42.372],[8.635,42.374],[8.637,42.373],[8.641,42.374],[8.643,42.37],[8.643,42.368],[8.65,42.362],[8.657,42.361],[8.659,42.359],[8.664,42.358],[8.672,42.36],[8.682,42.36],[8.681,42.357],[8.683,42.354],[8.682,42.351],[8.684,42.348]]]},"properties":{"NOM_COM_M":"GALERIA","INSEE_COM":"2B121","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.135,42.608],[9.135,42.6],[9.13,42.594],[9.128,42.59],[9.126,42.589],[9.126,42.585],[9.128,42.577],[9.131,42.574],[9.131,42.572],[9.134,42.57],[9.149,42.565],[9.151,42.563],[9.156,42.561],[9.159,42.558],[9.16,42.562],[9.164,42.565],[9.166,42.562],[9.171,42.563],[9.174,42.562],[9.178,42.563],[9.196,42.573],[9.201,42.573],[9.208,42.576],[9.212,42.579],[9.207,42.584],[9.21,42.586],[9.211,42.592],[9.21,42.595],[9.178,42.591],[9.176,42.592],[9.17,42.591],[9.159,42.591],[9.158,42.593],[9.153,42.594],[9.14,42.596],[9.139,42.599],[9.138,42.605],[9.135,42.608]]]},"properties":{"NOM_COM_M":"LAMA","INSEE_COM":"2B136","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.175,42.2],[9.18,42.197],[9.189,42.197],[9.191,42.19],[9.193,42.188],[9.194,42.184],[9.197,42.182],[9.2,42.177],[9.203,42.175],[9.208,42.174],[9.212,42.171],[9.215,42.168],[9.218,42.167],[9.219,42.165],[9.218,42.175],[9.217,42.178],[9.225,42.19],[9.225,42.199],[9.227,42.204],[9.226,42.206],[9.23,42.207],[9.233,42.209],[9.236,42.213],[9.235,42.214],[9.239,42.219],[9.242,42.218],[9.243,42.223],[9.245,42.225],[9.245,42.228],[9.243,42.227],[9.233,42.227],[9.233,42.225],[9.227,42.225],[9.223,42.224],[9.217,42.225],[9.211,42.221],[9.209,42.221],[9.205,42.224],[9.2,42.224],[9.199,42.222],[9.196,42.219],[9.19,42.221],[9.187,42.22],[9.188,42.216],[9.186,42.216],[9.185,42.212],[9.182,42.209],[9.18,42.208],[9.177,42.204],[9.178,42.202],[9.175,42.2]]]},"properties":{"NOM_COM_M":"NOCETA","INSEE_COM":"2B177","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.473,42.222],[9.475,42.221],[9.477,42.226],[9.474,42.233],[9.474,42.235],[9.471,42.236],[9.469,42.241],[9.466,42.242],[9.46,42.243],[9.458,42.246],[9.456,42.247],[9.454,42.25],[9.451,42.26],[9.447,42.264],[9.445,42.264],[9.444,42.266],[9.444,42.27],[9.442,42.267],[9.437,42.265],[9.431,42.264],[9.428,42.262],[9.417,42.261],[9.415,42.26],[9.409,42.254],[9.411,42.253],[9.41,42.251],[9.411,42.249],[9.415,42.248],[9.418,42.242],[9.423,42.243],[9.425,42.241],[9.429,42.235],[9.431,42.233],[9.436,42.231],[9.44,42.228],[9.44,42.227],[9.447,42.225],[9.448,42.221],[9.46,42.224],[9.46,42.227],[9.463,42.228],[9.466,42.227],[9.467,42.225],[9.47,42.224],[9.473,42.222]]]},"properties":{"NOM_COM_M":"TOX","INSEE_COM":"2B328","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.684,42.348],[8.68,42.346],[8.677,42.341],[8.672,42.336],[8.67,42.333],[8.676,42.329],[8.678,42.319],[8.674,42.316],[8.676,42.31],[8.673,42.307],[8.671,42.308],[8.669,42.306],[8.664,42.305],[8.663,42.303],[8.66,42.302],[8.662,42.298],[8.665,42.298],[8.668,42.295],[8.67,42.296],[8.675,42.294],[8.673,42.291],[8.675,42.29],[8.678,42.286],[8.674,42.285],[8.678,42.283],[8.678,42.281],[8.685,42.283],[8.687,42.282],[8.689,42.283],[8.692,42.287],[8.697,42.288],[8.699,42.291],[8.699,42.3],[8.701,42.302],[8.7,42.304],[8.7,42.307],[8.701,42.31],[8.698,42.312],[8.699,42.315],[8.702,42.316],[8.703,42.319],[8.705,42.321],[8.701,42.325],[8.705,42.329],[8.709,42.329],[8.71,42.333],[8.712,42.333],[8.713,42.335],[8.717,42.339],[8.719,42.339],[8.725,42.342],[8.719,42.345],[8.716,42.346],[8.714,42.349],[8.711,42.349],[8.706,42.347],[8.696,42.348],[8.692,42.349],[8.688,42.349],[8.684,42.348]]]},"properties":{"NOM_COM_M":"PARTINELLO","INSEE_COM":"2A203","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[9.259,41.347],[9.254,41.344],[9.25,41.343],[9.249,41.34],[9.252,41.34],[9.258,41.337],[9.258,41.335],[9.26,41.334],[9.261,41.336],[9.259,41.34],[9.256,41.341],[9.256,41.343],[9.259,41.347]]],[[[9.266,41.369],[9.269,41.372],[9.268,41.373],[9.264,41.373],[9.261,41.371],[9.259,41.374],[9.256,41.371],[9.252,41.37],[9.251,41.368],[9.255,41.368],[9.255,41.366],[9.262,41.366],[9.263,41.363],[9.268,41.363],[9.266,41.366],[9.268,41.367],[9.273,41.366],[9.272,41.369],[9.268,41.368],[9.266,41.369]]],[[[9.095,41.45],[9.095,41.448],[9.098,41.446],[9.097,41.444],[9.1,41.443],[9.104,41.443],[9.107,41.446],[9.109,41.444],[9.108,41.441],[9.111,41.441],[9.119,41.443],[9.12,41.438],[9.118,41.434],[9.116,41.435],[9.111,41.43],[9.107,41.429],[9.104,41.426],[9.105,41.422],[9.109,41.421],[9.107,41.418],[9.104,41.416],[9.099,41.416],[9.097,41.413],[9.095,41.412],[9.096,41.41],[9.094,41.408],[9.091,41.402],[9.092,41.399],[9.095,41.4],[9.096,41.399],[9.094,41.395],[9.096,41.392],[9.099,41.391],[9.1,41.393],[9.102,41.393],[9.105,41.395],[9.107,41.395],[9.115,41.397],[9.119,41.396],[9.122,41.396],[9.124,41.398],[9.133,41.4],[9.134,41.399],[9.128,41.396],[9.127,41.394],[9.13,41.393],[9.133,41.394],[9.136,41.394],[9.139,41.39],[9.143,41.389],[9.146,41.389],[9.151,41.391],[9.153,41.391],[9.159,41.389],[9.155,41.388],[9.154,41.389],[9.149,41.388],[9.149,41.385],[9.152,41.386],[9.158,41.386],[9.161,41.387],[9.168,41.385],[9.174,41.379],[9.174,41.378],[9.178,41.373],[9.179,41.367],[9.186,41.366],[9.191,41.367],[9.194,41.366],[9.197,41.368],[9.199,41.367],[9.204,41.366],[9.206,41.367],[9.208,41.366],[9.212,41.368],[9.217,41.368],[9.22,41.367],[9.223,41.372],[9.221,41.375],[9.224,41.379],[9.229,41.382],[9.233,41.386],[9.237,41.393],[9.236,41.395],[9.24,41.396],[9.24,41.399],[9.246,41.402],[9.249,41.405],[9.251,41.41],[9.255,41.411],[9.26,41.414],[9.259,41.416],[9.261,41.417],[9.261,41.422],[9.264,41.423],[9.263,41.426],[9.265,41.427],[9.264,41.429],[9.258,41.428],[9.255,41.425],[9.251,41.423],[9.244,41.422],[9.238,41.416],[9.236,41.416],[9.235,41.414],[9.227,41.409],[9.225,41.405],[9.221,41.405],[9.217,41.407],[9.215,41.413],[9.216,41.415],[9.222,41.414],[9.225,41.417],[9.225,41.42],[9.227,41.427],[9.225,41.43],[9.223,41.435],[9.223,41.44],[9.224,41.443],[9.229,41.443],[9.23,41.444],[9.236,41.445],[9.244,41.447],[9.248,41.452],[9.25,41.451],[9.253,41.455],[9.255,41.455],[9.259,41.457],[9.259,41.462],[9.264,41.464],[9.265,41.466],[9.268,41.466],[9.269,41.464],[9.273,41.462],[9.277,41.463],[9.277,41.465],[9.272,41.467],[9.269,41.467],[9.267,41.468],[9.267,41.471],[9.27,41.473],[9.276,41.471],[9.276,41.474],[9.279,41.477],[9.284,41.478],[9.284,41.48],[9.286,41.484],[9.287,41.484],[9.286,41.486],[9.281,41.485],[9.279,41.488],[9.277,41.487],[9.277,41.485],[9.271,41.484],[9.267,41.487],[9.267,41.489],[9.265,41.491],[9.259,41.491],[9.253,41.489],[9.25,41.487],[9.249,41.485],[9.246,41.483],[9.244,41.486],[9.244,41.488],[9.242,41.489],[9.24,41.494],[9.237,41.494],[9.238,41.5],[9.236,41.499],[9.234,41.501],[9.235,41.507],[9.228,41.51],[9.225,41.509],[9.223,41.507],[9.216,41.507],[9.211,41.503],[9.209,41.504],[9.206,41.499],[9.204,41.499],[9.199,41.501],[9.197,41.5],[9.198,41.496],[9.195,41.495],[9.191,41.495],[9.185,41.488],[9.179,41.484],[9.178,41.479],[9.175,41.476],[9.172,41.475],[9.169,41.475],[9.168,41.472],[9.165,41.47],[9.165,41.467],[9.158,41.463],[9.151,41.461],[9.15,41.46],[9.15,41.456],[9.143,41.456],[9.14,41.457],[9.136,41.46],[9.137,41.462],[9.138,41.467],[9.13,41.47],[9.126,41.474],[9.123,41.475],[9.118,41.472],[9.113,41.473],[9.107,41.473],[9.1,41.474],[9.097,41.471],[9.094,41.47],[9.095,41.467],[9.093,41.465],[9.091,41.465],[9.088,41.46],[9.099,41.457],[9.098,41.456],[9.099,41.453],[9.095,41.45]]]]},"properties":{"NOM_COM_M":"BONIFACIO","INSEE_COM":"2A041","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.103,42.045],[9.098,42.048],[9.093,42.049],[9.093,42.05],[9.087,42.05],[9.081,42.048],[9.079,42.048],[9.075,42.05],[9.072,42.05],[9.064,42.052],[9.061,42.054],[9.057,42.054],[9.052,42.057],[9.049,42.057],[9.04,42.061],[9.038,42.064],[9.039,42.067],[9.037,42.069],[9.036,42.074],[9.032,42.075],[9.031,42.077],[9.028,42.079],[9.017,42.079],[9.012,42.08],[9.005,42.08],[9.004,42.081],[9,42.081],[8.997,42.082],[8.999,42.084],[9.004,42.086],[9.003,42.09],[9.004,42.092],[9.002,42.094],[9.007,42.101],[9.01,42.103],[9.003,42.107],[9.002,42.111],[9.003,42.113],[8.997,42.114],[8.992,42.113],[8.991,42.114],[8.987,42.114],[8.983,42.112],[8.98,42.111],[8.978,42.109],[8.977,42.105],[8.974,42.103],[8.97,42.103],[8.964,42.1],[8.961,42.1],[8.956,42.101],[8.957,42.098],[8.957,42.093],[8.967,42.091],[8.969,42.088],[8.971,42.087],[8.972,42.083],[8.971,42.081],[8.972,42.077],[8.977,42.077],[8.98,42.076],[8.985,42.07],[8.984,42.067],[8.987,42.067],[8.99,42.066],[8.994,42.062],[9.003,42.062],[9.006,42.061],[9.006,42.059],[9.013,42.055],[9.013,42.05],[9.015,42.048],[9.016,42.045],[9.021,42.041],[9.026,42.039],[9.027,42.037],[9.029,42.037],[9.033,42.031],[9.036,42.033],[9.037,42.035],[9.04,42.036],[9.041,42.034],[9.045,42.035],[9.054,42.039],[9.063,42.037],[9.071,42.036],[9.073,42.037],[9.075,42.041],[9.079,42.043],[9.085,42.042],[9.088,42.04],[9.09,42.041],[9.103,42.045]]]},"properties":{"NOM_COM_M":"TAVERA","INSEE_COM":"2A324","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.957,42.093],[8.952,42.092],[8.949,42.09],[8.947,42.09],[8.95,42.086],[8.953,42.085],[8.958,42.08],[8.961,42.076],[8.962,42.076],[8.962,42.071],[8.959,42.068],[8.958,42.064],[8.958,42.058],[8.955,42.058],[8.947,42.055],[8.954,42.051],[8.956,42.047],[8.959,42.046],[8.96,42.042],[8.96,42.039],[8.963,42.037],[8.964,42.034],[8.962,42.031],[8.965,42.027],[8.967,42.023],[8.963,42.02],[8.965,42.018],[8.969,42.017],[8.972,42.015],[8.973,42.013],[8.978,42.01],[8.984,42.011],[8.986,42.012],[8.991,42.016],[8.997,42.02],[9.001,42.021],[9.006,42.02],[9.01,42.028],[9.013,42.03],[9.015,42.03],[9.023,42.036],[9.021,42.041],[9.016,42.045],[9.015,42.048],[9.013,42.05],[9.013,42.055],[9.006,42.059],[9.006,42.061],[9.003,42.062],[8.994,42.062],[8.99,42.066],[8.987,42.067],[8.984,42.067],[8.985,42.07],[8.98,42.076],[8.977,42.077],[8.972,42.077],[8.971,42.081],[8.972,42.083],[8.971,42.087],[8.969,42.088],[8.967,42.091],[8.957,42.093]]]},"properties":{"NOM_COM_M":"UCCIANI","INSEE_COM":"2A330","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.039,42.296],[9.038,42.297],[9.037,42.304],[9.036,42.306],[9.031,42.303],[9.028,42.302],[9.024,42.309],[9.023,42.312],[9.015,42.322],[9.012,42.322],[9.009,42.326],[9.003,42.324],[9.001,42.325],[8.997,42.324],[8.994,42.324],[8.992,42.325],[8.99,42.324],[8.99,42.32],[8.984,42.319],[8.981,42.317],[8.978,42.317],[8.977,42.313],[8.974,42.311],[8.977,42.308],[8.978,42.305],[8.975,42.299],[8.977,42.298],[8.976,42.296],[8.976,42.289],[8.98,42.287],[8.982,42.283],[8.986,42.28],[8.985,42.277],[8.978,42.272],[8.977,42.269],[8.975,42.269],[8.973,42.266],[8.97,42.265],[8.966,42.265],[8.964,42.266],[8.958,42.264],[8.955,42.264],[8.95,42.265],[8.947,42.263],[8.934,42.259],[8.927,42.254],[8.933,42.256],[8.937,42.258],[8.942,42.255],[8.948,42.252],[8.95,42.253],[8.955,42.252],[8.958,42.254],[8.963,42.25],[8.964,42.247],[8.967,42.246],[8.967,42.244],[8.975,42.241],[8.986,42.241],[8.992,42.243],[8.995,42.246],[8.997,42.247],[8.997,42.25],[9.002,42.255],[9.006,42.256],[9.008,42.259],[9.008,42.261],[9.011,42.262],[9.012,42.264],[9.019,42.271],[9.019,42.275],[9.023,42.278],[9.028,42.279],[9.029,42.28],[9.034,42.281],[9.037,42.283],[9.035,42.293],[9.039,42.296]]]},"properties":{"NOM_COM_M":"CASAMACCIOLI","INSEE_COM":"2B073","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.917,42.467],[8.918,42.462],[8.919,42.46],[8.93,42.456],[8.933,42.456],[8.937,42.455],[8.941,42.456],[8.948,42.456],[8.954,42.457],[8.957,42.457],[8.961,42.454],[8.963,42.454],[8.969,42.46],[8.971,42.463],[8.976,42.464],[8.981,42.464],[8.989,42.467],[8.989,42.469],[8.991,42.472],[8.993,42.472],[8.996,42.474],[8.998,42.474],[9.002,42.477],[9.003,42.479],[9.008,42.483],[9.009,42.486],[9.011,42.487],[9.011,42.489],[9.014,42.492],[9.017,42.494],[9.02,42.494],[9.024,42.495],[9.03,42.498],[9.036,42.495],[9.038,42.498],[9.04,42.505],[9.04,42.512],[9.036,42.516],[9.035,42.519],[9.037,42.52],[9.037,42.523],[9.04,42.523],[9.04,42.533],[9.041,42.535],[9.045,42.533],[9.062,42.533],[9.073,42.536],[9.075,42.538],[9.079,42.54],[9.081,42.542],[9.082,42.546],[9.08,42.548],[9.079,42.551],[9.08,42.554],[9.084,42.555],[9.087,42.557],[9.091,42.557],[9.093,42.56],[9.092,42.563],[9.094,42.565],[9.095,42.569],[9.093,42.572],[9.09,42.573],[9.086,42.572],[9.081,42.573],[9.08,42.577],[9.077,42.579],[9.074,42.579],[9.07,42.58],[9.068,42.579],[9.062,42.581],[9.06,42.579],[9.057,42.58],[9.053,42.58],[9.051,42.578],[9.047,42.576],[9.043,42.576],[9.041,42.575],[9.038,42.574],[9.036,42.57],[9.036,42.568],[9.034,42.566],[9.031,42.56],[9.024,42.556],[9.022,42.553],[9.02,42.552],[9.017,42.55],[9.016,42.547],[9.011,42.54],[9.009,42.535],[9.007,42.533],[9.006,42.528],[9.009,42.527],[9.011,42.523],[9.015,42.521],[9.018,42.514],[9.021,42.51],[9.014,42.508],[9.008,42.505],[9.006,42.503],[9.003,42.503],[9,42.501],[8.999,42.498],[8.994,42.496],[8.994,42.494],[8.991,42.494],[8.988,42.493],[8.986,42.491],[8.984,42.492],[8.977,42.488],[8.975,42.488],[8.972,42.485],[8.97,42.485],[8.966,42.482],[8.962,42.482],[8.959,42.481],[8.953,42.478],[8.953,42.477],[8.945,42.472],[8.938,42.472],[8.936,42.471],[8.933,42.472],[8.928,42.472],[8.917,42.467]]]},"properties":{"NOM_COM_M":"OLMI CAPPELLA","INSEE_COM":"2B190","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.985,42.62],[8.986,42.624],[8.988,42.626],[8.984,42.63],[8.984,42.632],[8.982,42.634],[8.982,42.637],[8.98,42.639],[8.976,42.639],[8.975,42.64],[8.971,42.639],[8.966,42.635],[8.963,42.634],[8.959,42.636],[8.955,42.634],[8.948,42.634],[8.95,42.632],[8.943,42.629],[8.939,42.625],[8.935,42.624],[8.935,42.622],[8.94,42.617],[8.942,42.614],[8.941,42.61],[8.945,42.608],[8.949,42.607],[8.951,42.605],[8.952,42.602],[8.958,42.604],[8.961,42.604],[8.965,42.605],[8.965,42.607],[8.968,42.61],[8.972,42.613],[8.975,42.614],[8.979,42.616],[8.98,42.618],[8.983,42.618],[8.985,42.62]]]},"properties":{"NOM_COM_M":"MONTICELLO","INSEE_COM":"2B168","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.978,42.392],[8.98,42.396],[8.985,42.398],[8.988,42.402],[8.995,42.4],[9.003,42.399],[9.007,42.395],[9.01,42.395],[9.019,42.399],[9.027,42.399],[9.033,42.398],[9.037,42.399],[9.041,42.399],[9.048,42.401],[9.049,42.405],[9.053,42.407],[9.055,42.409],[9.056,42.412],[9.058,42.413],[9.066,42.413],[9.071,42.417],[9.074,42.417],[9.079,42.418],[9.081,42.42],[9.079,42.424],[9.079,42.428],[9.079,42.431],[9.082,42.433],[9.083,42.435],[9.081,42.439],[9.081,42.442],[9.08,42.444],[9.079,42.449],[9.08,42.45],[9.083,42.456],[9.083,42.459],[9.081,42.461],[9.081,42.464],[9.084,42.467],[9.078,42.473],[9.079,42.475],[9.077,42.476],[9.077,42.48],[9.074,42.483],[9.071,42.484],[9.067,42.482],[9.063,42.482],[9.06,42.483],[9.057,42.489],[9.059,42.491],[9.06,42.495],[9.059,42.499],[9.062,42.503],[9.061,42.504],[9.057,42.5],[9.052,42.498],[9.05,42.499],[9.047,42.499],[9.045,42.497],[9.036,42.495],[9.03,42.498],[9.024,42.495],[9.02,42.494],[9.017,42.494],[9.014,42.492],[9.011,42.489],[9.011,42.487],[9.009,42.486],[9.008,42.483],[9.003,42.479],[9.002,42.477],[8.998,42.474],[8.996,42.474],[8.993,42.472],[8.991,42.472],[8.989,42.469],[8.989,42.467],[8.981,42.464],[8.976,42.464],[8.971,42.463],[8.969,42.46],[8.963,42.454],[8.961,42.454],[8.957,42.457],[8.954,42.457],[8.948,42.456],[8.941,42.456],[8.937,42.455],[8.933,42.456],[8.93,42.456],[8.919,42.46],[8.918,42.455],[8.914,42.449],[8.913,42.446],[8.916,42.444],[8.917,42.44],[8.917,42.432],[8.92,42.431],[8.921,42.426],[8.918,42.424],[8.916,42.421],[8.916,42.414],[8.911,42.41],[8.909,42.402],[8.905,42.4],[8.903,42.395],[8.901,42.393],[8.902,42.389],[8.902,42.386],[8.9,42.384],[8.905,42.379],[8.914,42.377],[8.914,42.375],[8.919,42.374],[8.924,42.374],[8.927,42.373],[8.93,42.373],[8.937,42.376],[8.942,42.377],[8.946,42.38],[8.952,42.383],[8.955,42.383],[8.958,42.384],[8.961,42.387],[8.966,42.39],[8.971,42.392],[8.978,42.392]]]},"properties":{"NOM_COM_M":"ASCO","INSEE_COM":"2B023","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.938,41.798],[8.938,41.795],[8.934,41.794],[8.929,41.795],[8.93,41.792],[8.924,41.791],[8.921,41.79],[8.923,41.788],[8.92,41.781],[8.917,41.78],[8.917,41.779],[8.922,41.777],[8.923,41.778],[8.932,41.776],[8.94,41.775],[8.941,41.771],[8.945,41.765],[8.95,41.763],[8.954,41.76],[8.959,41.754],[8.957,41.747],[8.958,41.743],[8.953,41.743],[8.961,41.734],[8.964,41.732],[8.964,41.725],[8.963,41.723],[8.964,41.72],[8.968,41.721],[8.976,41.724],[8.98,41.727],[8.983,41.727],[8.989,41.728],[8.986,41.73],[8.987,41.732],[8.989,41.732],[8.99,41.735],[8.994,41.737],[8.995,41.742],[8.998,41.742],[9.005,41.746],[9.002,41.749],[8.999,41.75],[8.997,41.752],[8.996,41.757],[8.998,41.759],[9.003,41.761],[9.007,41.765],[9.009,41.77],[9.007,41.778],[9.006,41.78],[9.002,41.782],[8.998,41.785],[8.997,41.788],[8.998,41.792],[8.997,41.794],[8.995,41.794],[8.992,41.797],[8.987,41.799],[8.986,41.8],[8.981,41.8],[8.979,41.804],[8.975,41.805],[8.971,41.804],[8.969,41.806],[8.968,41.809],[8.964,41.808],[8.962,41.809],[8.957,41.811],[8.954,41.811],[8.952,41.806],[8.949,41.805],[8.949,41.802],[8.947,41.799],[8.945,41.801],[8.941,41.801],[8.938,41.798]]]},"properties":{"NOM_COM_M":"PETRETO BICCHISANO","INSEE_COM":"2A211","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.88,42.56],[8.876,42.556],[8.881,42.553],[8.888,42.55],[8.895,42.55],[8.897,42.554],[8.903,42.557],[8.904,42.556],[8.907,42.56],[8.916,42.567],[8.916,42.569],[8.913,42.567],[8.907,42.565],[8.902,42.565],[8.897,42.564],[8.897,42.567],[8.894,42.567],[8.887,42.565],[8.88,42.56]]]},"properties":{"NOM_COM_M":"AVAPESSA","INSEE_COM":"2B025","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.81,42.553],[8.804,42.553],[8.802,42.55],[8.804,42.547],[8.804,42.544],[8.809,42.541],[8.811,42.539],[8.815,42.537],[8.818,42.537],[8.823,42.535],[8.824,42.534],[8.828,42.534],[8.829,42.535],[8.836,42.533],[8.844,42.527],[8.851,42.523],[8.856,42.525],[8.858,42.524],[8.864,42.524],[8.872,42.525],[8.874,42.527],[8.88,42.529],[8.882,42.531],[8.888,42.531],[8.889,42.533],[8.899,42.536],[8.907,42.538],[8.905,42.545],[8.902,42.547],[8.897,42.548],[8.895,42.55],[8.888,42.55],[8.881,42.553],[8.876,42.556],[8.88,42.56],[8.877,42.561],[8.872,42.562],[8.871,42.564],[8.868,42.562],[8.861,42.561],[8.855,42.562],[8.85,42.564],[8.85,42.565],[8.847,42.566],[8.841,42.562],[8.834,42.555],[8.829,42.555],[8.827,42.554],[8.827,42.552],[8.823,42.551],[8.817,42.552],[8.812,42.552],[8.81,42.553]]]},"properties":{"NOM_COM_M":"MONTEGROSSO","INSEE_COM":"2B167","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.048,42.176],[9.045,42.176],[9.037,42.177],[9.034,42.173],[9.03,42.171],[9.023,42.172],[9.015,42.172],[9.01,42.167],[9.005,42.166],[9.002,42.166],[8.994,42.162],[8.99,42.162],[8.986,42.161],[8.983,42.159],[8.977,42.157],[8.965,42.154],[8.963,42.152],[8.957,42.151],[8.955,42.15],[8.953,42.151],[8.958,42.146],[8.961,42.139],[8.959,42.134],[8.961,42.133],[8.962,42.13],[8.961,42.126],[8.965,42.124],[8.97,42.12],[8.983,42.112],[8.987,42.114],[8.991,42.114],[8.992,42.113],[8.997,42.114],[9.003,42.113],[9.004,42.115],[9.007,42.117],[9.013,42.119],[9.019,42.119],[9.022,42.121],[9.026,42.122],[9.029,42.124],[9.033,42.124],[9.035,42.126],[9.038,42.127],[9.042,42.127],[9.048,42.125],[9.05,42.126],[9.054,42.126],[9.058,42.123],[9.063,42.13],[9.068,42.131],[9.071,42.13],[9.074,42.132],[9.077,42.137],[9.074,42.143],[9.073,42.146],[9.07,42.15],[9.072,42.155],[9.068,42.156],[9.066,42.158],[9.065,42.167],[9.063,42.167],[9.056,42.169],[9.051,42.17],[9.048,42.173],[9.048,42.176]]]},"properties":{"NOM_COM_M":"PASTRICCIOLA","INSEE_COM":"2A204","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.327,42.391],[9.329,42.388],[9.329,42.385],[9.334,42.382],[9.336,42.383],[9.345,42.383],[9.35,42.383],[9.353,42.386],[9.357,42.388],[9.354,42.392],[9.352,42.391],[9.35,42.392],[9.344,42.392],[9.34,42.393],[9.329,42.395],[9.327,42.396],[9.327,42.391]]]},"properties":{"NOM_COM_M":"CAMPANA","INSEE_COM":"2B052","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.887,42.064],[8.886,42.062],[8.883,42.06],[8.877,42.057],[8.877,42.056],[8.881,42.052],[8.882,42.05],[8.887,42.048],[8.89,42.046],[8.894,42.045],[8.895,42.043],[8.901,42.039],[8.902,42.041],[8.905,42.039],[8.908,42.039],[8.91,42.036],[8.908,42.031],[8.909,42.03],[8.907,42.026],[8.909,42.025],[8.911,42.028],[8.915,42.029],[8.915,42.032],[8.918,42.034],[8.918,42.038],[8.919,42.041],[8.923,42.043],[8.927,42.042],[8.931,42.044],[8.933,42.046],[8.936,42.047],[8.939,42.049],[8.944,42.05],[8.947,42.055],[8.955,42.058],[8.958,42.058],[8.958,42.064],[8.959,42.068],[8.962,42.071],[8.962,42.076],[8.961,42.076],[8.958,42.08],[8.953,42.085],[8.95,42.086],[8.947,42.09],[8.945,42.09],[8.944,42.088],[8.937,42.085],[8.934,42.086],[8.931,42.083],[8.929,42.083],[8.924,42.078],[8.918,42.075],[8.912,42.075],[8.908,42.073],[8.906,42.074],[8.901,42.072],[8.897,42.073],[8.893,42.07],[8.888,42.067],[8.887,42.064]]]},"properties":{"NOM_COM_M":"VERO","INSEE_COM":"2A345","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.897,42.141],[8.895,42.14],[8.893,42.136],[8.895,42.13],[8.893,42.126],[8.889,42.123],[8.885,42.118],[8.877,42.112],[8.875,42.111],[8.874,42.108],[8.872,42.106],[8.874,42.1],[8.87,42.099],[8.867,42.097],[8.868,42.095],[8.873,42.097],[8.883,42.097],[8.885,42.095],[8.884,42.09],[8.881,42.089],[8.884,42.084],[8.89,42.082],[8.894,42.08],[8.897,42.075],[8.897,42.073],[8.901,42.072],[8.906,42.074],[8.908,42.073],[8.912,42.075],[8.918,42.075],[8.924,42.078],[8.929,42.083],[8.931,42.083],[8.934,42.086],[8.929,42.09],[8.924,42.091],[8.924,42.093],[8.926,42.097],[8.923,42.1],[8.921,42.104],[8.919,42.106],[8.916,42.106],[8.911,42.105],[8.91,42.107],[8.914,42.112],[8.916,42.117],[8.918,42.118],[8.919,42.121],[8.921,42.122],[8.917,42.137],[8.913,42.143],[8.902,42.141],[8.897,42.141]]]},"properties":{"NOM_COM_M":"SALICE","INSEE_COM":"2A266","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.794,42.056],[8.793,42.057],[8.797,42.061],[8.798,42.063],[8.797,42.067],[8.798,42.07],[8.795,42.072],[8.792,42.072],[8.788,42.075],[8.787,42.078],[8.781,42.079],[8.778,42.081],[8.773,42.082],[8.76,42.082],[8.758,42.083],[8.756,42.082],[8.749,42.083],[8.746,42.084],[8.743,42.086],[8.737,42.084],[8.739,42.081],[8.738,42.078],[8.734,42.076],[8.73,42.077],[8.73,42.079],[8.728,42.08],[8.723,42.078],[8.717,42.078],[8.72,42.073],[8.721,42.069],[8.721,42.066],[8.719,42.064],[8.726,42.063],[8.727,42.064],[8.731,42.064],[8.736,42.066],[8.74,42.063],[8.74,42.061],[8.743,42.061],[8.744,42.059],[8.749,42.06],[8.75,42.063],[8.754,42.063],[8.755,42.061],[8.754,42.057],[8.761,42.055],[8.766,42.054],[8.77,42.056],[8.784,42.056],[8.791,42.055],[8.794,42.056]]]},"properties":{"NOM_COM_M":"CASAGLIONE","INSEE_COM":"2A070","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.897,42.073],[8.897,42.075],[8.894,42.08],[8.89,42.082],[8.884,42.084],[8.881,42.089],[8.884,42.09],[8.885,42.095],[8.883,42.097],[8.873,42.097],[8.868,42.095],[8.867,42.097],[8.87,42.099],[8.864,42.1],[8.86,42.099],[8.859,42.101],[8.855,42.103],[8.852,42.103],[8.851,42.107],[8.848,42.11],[8.847,42.112],[8.843,42.111],[8.839,42.114],[8.829,42.114],[8.821,42.116],[8.813,42.116],[8.81,42.114],[8.81,42.112],[8.813,42.111],[8.816,42.107],[8.818,42.103],[8.82,42.101],[8.82,42.099],[8.824,42.095],[8.827,42.093],[8.828,42.088],[8.828,42.085],[8.827,42.083],[8.831,42.08],[8.837,42.078],[8.839,42.079],[8.841,42.078],[8.844,42.083],[8.849,42.081],[8.858,42.08],[8.863,42.076],[8.865,42.073],[8.865,42.07],[8.868,42.067],[8.867,42.065],[8.868,42.062],[8.873,42.061],[8.877,42.061],[8.879,42.063],[8.887,42.064],[8.888,42.067],[8.893,42.07],[8.897,42.073]]]},"properties":{"NOM_COM_M":"LOPIGNA","INSEE_COM":"2A144","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.921,42.171],[8.928,42.173],[8.932,42.176],[8.935,42.176],[8.938,42.179],[8.938,42.182],[8.95,42.18],[8.953,42.179],[8.955,42.181],[8.955,42.183],[8.958,42.186],[8.961,42.187],[8.965,42.186],[8.971,42.187],[8.976,42.2],[8.978,42.204],[8.981,42.206],[8.983,42.209],[8.991,42.208],[8.995,42.207],[9,42.207],[9.004,42.209],[9.006,42.209],[9.006,42.213],[9,42.215],[8.997,42.214],[8.992,42.217],[8.984,42.225],[8.98,42.224],[8.969,42.217],[8.967,42.217],[8.959,42.213],[8.954,42.212],[8.951,42.209],[8.946,42.208],[8.945,42.206],[8.938,42.204],[8.932,42.198],[8.925,42.194],[8.923,42.192],[8.922,42.189],[8.924,42.181],[8.919,42.181],[8.919,42.178],[8.923,42.177],[8.921,42.171]]]},"properties":{"NOM_COM_M":"ORTO","INSEE_COM":"2A196","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.927,42.254],[8.923,42.258],[8.919,42.256],[8.915,42.255],[8.911,42.255],[8.905,42.254],[8.901,42.253],[8.897,42.251],[8.894,42.251],[8.887,42.247],[8.882,42.247],[8.88,42.246],[8.871,42.239],[8.87,42.236],[8.87,42.233],[8.867,42.23],[8.864,42.225],[8.854,42.223],[8.849,42.22],[8.849,42.217],[8.846,42.214],[8.846,42.204],[8.843,42.201],[8.843,42.199],[8.84,42.198],[8.837,42.196],[8.831,42.195],[8.818,42.192],[8.82,42.191],[8.818,42.188],[8.816,42.189],[8.813,42.185],[8.812,42.181],[8.813,42.179],[8.82,42.176],[8.825,42.176],[8.828,42.179],[8.834,42.178],[8.841,42.176],[8.846,42.178],[8.852,42.178],[8.857,42.18],[8.865,42.18],[8.87,42.179],[8.878,42.179],[8.88,42.178],[8.884,42.177],[8.884,42.181],[8.882,42.187],[8.883,42.189],[8.882,42.194],[8.886,42.201],[8.885,42.204],[8.889,42.213],[8.892,42.216],[8.891,42.218],[8.894,42.222],[8.899,42.224],[8.901,42.224],[8.908,42.227],[8.914,42.227],[8.919,42.228],[8.922,42.23],[8.928,42.232],[8.934,42.232],[8.94,42.237],[8.936,42.247],[8.934,42.248],[8.933,42.251],[8.927,42.252],[8.927,42.254]]]},"properties":{"NOM_COM_M":"LETIA","INSEE_COM":"2A141","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.81,42.112],[8.81,42.114],[8.813,42.116],[8.821,42.116],[8.821,42.119],[8.82,42.123],[8.824,42.124],[8.826,42.126],[8.828,42.125],[8.832,42.126],[8.832,42.129],[8.835,42.129],[8.835,42.131],[8.831,42.133],[8.827,42.133],[8.824,42.132],[8.82,42.135],[8.822,42.14],[8.825,42.139],[8.828,42.141],[8.825,42.142],[8.821,42.145],[8.818,42.149],[8.813,42.153],[8.812,42.155],[8.807,42.151],[8.804,42.152],[8.797,42.152],[8.796,42.153],[8.793,42.152],[8.787,42.152],[8.783,42.15],[8.781,42.148],[8.775,42.14],[8.775,42.136],[8.77,42.136],[8.768,42.135],[8.769,42.133],[8.767,42.128],[8.772,42.126],[8.777,42.121],[8.776,42.119],[8.778,42.118],[8.778,42.114],[8.777,42.113],[8.77,42.111],[8.766,42.106],[8.766,42.103],[8.763,42.103],[8.759,42.099],[8.757,42.094],[8.757,42.091],[8.76,42.093],[8.761,42.092],[8.769,42.097],[8.768,42.098],[8.77,42.101],[8.774,42.102],[8.778,42.104],[8.782,42.104],[8.785,42.103],[8.786,42.104],[8.792,42.107],[8.793,42.11],[8.798,42.109],[8.8,42.112],[8.803,42.114],[8.806,42.112],[8.81,42.112]]]},"properties":{"NOM_COM_M":"ARBORI","INSEE_COM":"2A019","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.409,41.907],[9.413,41.913],[9.412,41.916],[9.413,41.92],[9.415,41.924],[9.416,41.929],[9.416,41.933],[9.413,41.938],[9.41,41.939],[9.408,41.941],[9.409,41.951],[9.406,41.955],[9.409,41.957],[9.408,41.96],[9.409,41.962],[9.408,41.965],[9.408,41.968],[9.395,41.968],[9.379,41.97],[9.375,41.97],[9.37,41.969],[9.366,41.969],[9.364,41.97],[9.356,41.968],[9.351,41.968],[9.35,41.969],[9.344,41.969],[9.344,41.966],[9.341,41.964],[9.339,41.964],[9.336,41.961],[9.327,41.958],[9.311,41.956],[9.303,41.953],[9.296,41.951],[9.294,41.95],[9.297,41.948],[9.3,41.947],[9.302,41.945],[9.302,41.942],[9.304,41.94],[9.304,41.937],[9.302,41.936],[9.301,41.933],[9.303,41.929],[9.301,41.926],[9.304,41.925],[9.305,41.921],[9.309,41.924],[9.312,41.921],[9.313,41.921],[9.315,41.925],[9.32,41.926],[9.324,41.922],[9.327,41.922],[9.33,41.923],[9.332,41.921],[9.338,41.92],[9.341,41.919],[9.345,41.92],[9.35,41.922],[9.354,41.92],[9.366,41.92],[9.377,41.917],[9.386,41.914],[9.391,41.911],[9.399,41.91],[9.404,41.909],[9.406,41.907],[9.409,41.907]]]},"properties":{"NOM_COM_M":"VENTISERI","INSEE_COM":"2B342","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.001,41.652],[9.005,41.654],[9.01,41.653],[9.013,41.651],[9.015,41.652],[9.018,41.65],[9.017,41.648],[9.015,41.648],[9.015,41.645],[9.016,41.641],[9.021,41.64],[9.024,41.642],[9.025,41.644],[9.024,41.646],[9.028,41.648],[9.028,41.65],[9.024,41.654],[9.023,41.657],[9.025,41.659],[9.028,41.659],[9.031,41.658],[9.036,41.658],[9.04,41.659],[9.048,41.662],[9.045,41.665],[9.044,41.667],[9.046,41.668],[9.046,41.67],[9.052,41.678],[9.055,41.68],[9.054,41.682],[9.06,41.687],[9.063,41.693],[9.063,41.695],[9.06,41.697],[9.057,41.697],[9.057,41.695],[9.053,41.697],[9.053,41.698],[9.046,41.7],[9.044,41.696],[9.042,41.696],[9.041,41.691],[9.039,41.689],[9.035,41.686],[9.035,41.683],[9.033,41.68],[9.033,41.676],[9.03,41.675],[9.028,41.673],[9.029,41.671],[9.029,41.668],[9.027,41.668],[9.025,41.67],[9.021,41.67],[9.019,41.668],[9.019,41.665],[9.015,41.664],[9.008,41.664],[9.003,41.66],[9,41.661],[8.999,41.654],[9.001,41.652]]]},"properties":{"NOM_COM_M":"OLMICCIA","INSEE_COM":"2A191","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.316,42.599],[9.316,42.601],[9.32,42.602],[9.322,42.607],[9.319,42.609],[9.318,42.612],[9.315,42.614],[9.316,42.616],[9.311,42.618],[9.305,42.622],[9.304,42.626],[9.302,42.627],[9.303,42.629],[9.302,42.632],[9.297,42.631],[9.296,42.634],[9.297,42.638],[9.295,42.64],[9.295,42.643],[9.292,42.645],[9.289,42.646],[9.287,42.65],[9.288,42.654],[9.283,42.662],[9.28,42.665],[9.277,42.665],[9.27,42.667],[9.266,42.666],[9.265,42.663],[9.262,42.661],[9.261,42.659],[9.263,42.656],[9.264,42.652],[9.267,42.654],[9.276,42.656],[9.281,42.652],[9.282,42.646],[9.285,42.645],[9.288,42.64],[9.293,42.629],[9.3,42.623],[9.302,42.619],[9.301,42.617],[9.305,42.617],[9.308,42.613],[9.309,42.61],[9.306,42.607],[9.303,42.6],[9.296,42.597],[9.294,42.594],[9.296,42.591],[9.293,42.586],[9.298,42.58],[9.299,42.578],[9.298,42.575],[9.302,42.574],[9.304,42.579],[9.31,42.581],[9.313,42.584],[9.314,42.586],[9.312,42.588],[9.314,42.592],[9.314,42.594],[9.316,42.596],[9.316,42.599]]]},"properties":{"NOM_COM_M":"RAPALE","INSEE_COM":"2B257","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.193,42.358],[9.185,42.359],[9.182,42.361],[9.18,42.364],[9.177,42.366],[9.174,42.364],[9.171,42.367],[9.168,42.371],[9.166,42.371],[9.163,42.37],[9.159,42.371],[9.159,42.365],[9.155,42.364],[9.153,42.362],[9.148,42.362],[9.148,42.358],[9.146,42.355],[9.145,42.352],[9.142,42.352],[9.139,42.351],[9.136,42.352],[9.131,42.351],[9.125,42.351],[9.117,42.35],[9.117,42.349],[9.112,42.344],[9.109,42.342],[9.109,42.34],[9.104,42.339],[9.098,42.336],[9.097,42.334],[9.094,42.333],[9.094,42.331],[9.092,42.329],[9.092,42.325],[9.093,42.323],[9.099,42.325],[9.111,42.33],[9.113,42.338],[9.128,42.342],[9.135,42.342],[9.139,42.341],[9.143,42.344],[9.145,42.344],[9.152,42.342],[9.155,42.339],[9.153,42.342],[9.153,42.345],[9.157,42.347],[9.16,42.346],[9.165,42.347],[9.169,42.347],[9.174,42.348],[9.178,42.347],[9.181,42.349],[9.185,42.35],[9.189,42.352],[9.189,42.354],[9.192,42.355],[9.193,42.358]]]},"properties":{"NOM_COM_M":"SOVERIA","INSEE_COM":"2B289","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.876,41.769],[8.883,41.767],[8.885,41.764],[8.887,41.764],[8.892,41.761],[8.895,41.763],[8.9,41.763],[8.903,41.761],[8.915,41.756],[8.918,41.754],[8.919,41.752],[8.922,41.749],[8.928,41.747],[8.928,41.745],[8.925,41.744],[8.922,41.74],[8.925,41.738],[8.927,41.738],[8.929,41.736],[8.933,41.738],[8.946,41.738],[8.953,41.743],[8.958,41.743],[8.957,41.747],[8.959,41.754],[8.954,41.76],[8.95,41.763],[8.945,41.765],[8.941,41.771],[8.94,41.775],[8.932,41.776],[8.923,41.778],[8.922,41.777],[8.917,41.779],[8.917,41.78],[8.913,41.78],[8.912,41.776],[8.909,41.775],[8.907,41.776],[8.903,41.775],[8.897,41.775],[8.89,41.772],[8.888,41.773],[8.885,41.772],[8.881,41.773],[8.878,41.772],[8.876,41.769]]]},"properties":{"NOM_COM_M":"CASALABRIVA","INSEE_COM":"2A071","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.821,41.791],[8.82,41.791],[8.818,41.796],[8.815,41.797],[8.81,41.8],[8.806,41.8],[8.802,41.804],[8.796,41.806],[8.791,41.809],[8.784,41.811],[8.777,41.81],[8.772,41.811],[8.772,41.812],[8.769,41.81],[8.766,41.811],[8.765,41.809],[8.762,41.81],[8.758,41.809],[8.755,41.812],[8.751,41.811],[8.748,41.811],[8.745,41.807],[8.745,41.805],[8.741,41.805],[8.74,41.801],[8.741,41.798],[8.738,41.797],[8.733,41.798],[8.721,41.798],[8.72,41.799],[8.721,41.802],[8.717,41.804],[8.712,41.801],[8.71,41.799],[8.709,41.796],[8.712,41.795],[8.715,41.796],[8.719,41.794],[8.717,41.792],[8.72,41.79],[8.724,41.79],[8.728,41.787],[8.726,41.784],[8.729,41.781],[8.732,41.781],[8.733,41.779],[8.729,41.778],[8.731,41.776],[8.726,41.773],[8.721,41.768],[8.72,41.768],[8.716,41.763],[8.708,41.757],[8.704,41.758],[8.702,41.756],[8.7,41.756],[8.695,41.751],[8.692,41.751],[8.685,41.747],[8.683,41.747],[8.679,41.749],[8.677,41.751],[8.675,41.751],[8.672,41.753],[8.666,41.752],[8.661,41.75],[8.659,41.74],[8.662,41.74],[8.666,41.743],[8.672,41.744],[8.676,41.742],[8.678,41.742],[8.682,41.74],[8.685,41.74],[8.686,41.742],[8.689,41.74],[8.695,41.742],[8.702,41.74],[8.705,41.74],[8.708,41.736],[8.706,41.734],[8.703,41.726],[8.707,41.722],[8.715,41.722],[8.723,41.724],[8.725,41.727],[8.73,41.729],[8.735,41.73],[8.737,41.729],[8.74,41.732],[8.744,41.732],[8.746,41.734],[8.749,41.734],[8.752,41.735],[8.754,41.737],[8.76,41.738],[8.768,41.74],[8.773,41.742],[8.775,41.742],[8.782,41.738],[8.784,41.735],[8.783,41.738],[8.785,41.741],[8.784,41.742],[8.785,41.745],[8.788,41.746],[8.788,41.753],[8.791,41.756],[8.791,41.762],[8.796,41.764],[8.796,41.766],[8.799,41.769],[8.802,41.773],[8.809,41.776],[8.813,41.777],[8.818,41.78],[8.818,41.783],[8.821,41.787],[8.824,41.789],[8.821,41.791]]]},"properties":{"NOM_COM_M":"COTI CHIAVARI","INSEE_COM":"2A098","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.457,42.077],[9.447,42.085],[9.447,42.087],[9.45,42.094],[9.451,42.098],[9.452,42.106],[9.445,42.106],[9.442,42.11],[9.438,42.114],[9.439,42.117],[9.438,42.123],[9.429,42.122],[9.427,42.121],[9.424,42.122],[9.423,42.12],[9.417,42.12],[9.414,42.123],[9.409,42.123],[9.409,42.124],[9.401,42.126],[9.4,42.128],[9.393,42.127],[9.386,42.127],[9.384,42.125],[9.384,42.123],[9.38,42.122],[9.374,42.124],[9.37,42.122],[9.366,42.122],[9.361,42.124],[9.357,42.124],[9.358,42.122],[9.358,42.119],[9.356,42.117],[9.362,42.109],[9.366,42.106],[9.366,42.102],[9.368,42.1],[9.368,42.101],[9.373,42.102],[9.379,42.105],[9.383,42.104],[9.388,42.088],[9.39,42.083],[9.396,42.08],[9.399,42.076],[9.403,42.075],[9.412,42.072],[9.421,42.068],[9.426,42.065],[9.431,42.061],[9.433,42.06],[9.435,42.062],[9.435,42.064],[9.44,42.069],[9.448,42.071],[9.457,42.077]]]},"properties":{"NOM_COM_M":"AGHIONE","INSEE_COM":"2B002","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.007,41.88],[9.005,41.879],[9.002,41.88],[8.998,41.877],[8.992,41.868],[8.994,41.866],[8.993,41.863],[8.996,41.862],[8.999,41.863],[9.006,41.861],[9.01,41.861],[9.014,41.858],[9.018,41.858],[9.022,41.856],[9.022,41.858],[9.025,41.858],[9.027,41.856],[9.03,41.857],[9.033,41.857],[9.033,41.862],[9.034,41.866],[9.032,41.87],[9.031,41.874],[9.034,41.876],[9.037,41.879],[9.037,41.881],[9.034,41.884],[9.033,41.887],[9.03,41.888],[9.024,41.885],[9.021,41.882],[9.016,41.881],[9.011,41.879],[9.007,41.88]]]},"properties":{"NOM_COM_M":"AZILONE AMPAZA","INSEE_COM":"2A026","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.864,41.926],[8.867,41.928],[8.871,41.929],[8.872,41.933],[8.874,41.933],[8.885,41.93],[8.889,41.93],[8.89,41.929],[8.895,41.931],[8.901,41.937],[8.904,41.938],[8.91,41.936],[8.912,41.933],[8.917,41.932],[8.92,41.935],[8.923,41.936],[8.927,41.936],[8.93,41.934],[8.931,41.936],[8.937,41.936],[8.94,41.939],[8.946,41.939],[8.948,41.941],[8.948,41.947],[8.952,41.947],[8.953,41.951],[8.951,41.952],[8.947,41.96],[8.949,41.962],[8.95,41.965],[8.949,41.969],[8.949,41.972],[8.951,41.975],[8.947,41.976],[8.945,41.978],[8.944,41.983],[8.942,41.982],[8.941,41.978],[8.934,41.975],[8.931,41.975],[8.928,41.974],[8.925,41.974],[8.921,41.97],[8.917,41.97],[8.914,41.968],[8.91,41.97],[8.904,41.967],[8.902,41.964],[8.9,41.963],[8.893,41.956],[8.89,41.957],[8.886,41.956],[8.881,41.957],[8.876,41.954],[8.872,41.954],[8.87,41.952],[8.87,41.95],[8.865,41.947],[8.854,41.944],[8.854,41.94],[8.855,41.937],[8.862,41.93],[8.864,41.926]]]},"properties":{"NOM_COM_M":"OCANA","INSEE_COM":"2A181","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.397,42.455],[9.396,42.452],[9.392,42.449],[9.386,42.446],[9.384,42.442],[9.387,42.44],[9.388,42.438],[9.391,42.437],[9.391,42.434],[9.393,42.433],[9.395,42.429],[9.397,42.427],[9.399,42.427],[9.404,42.429],[9.405,42.431],[9.403,42.435],[9.404,42.439],[9.403,42.442],[9.407,42.444],[9.409,42.447],[9.404,42.452],[9.397,42.455]]]},"properties":{"NOM_COM_M":"PIANO","INSEE_COM":"2B214","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.39,42.083],[9.388,42.088],[9.383,42.104],[9.379,42.105],[9.373,42.102],[9.368,42.101],[9.368,42.1],[9.363,42.1],[9.363,42.104],[9.361,42.104],[9.356,42.106],[9.35,42.106],[9.345,42.107],[9.343,42.111],[9.34,42.114],[9.335,42.117],[9.329,42.114],[9.325,42.115],[9.321,42.117],[9.32,42.119],[9.318,42.118],[9.313,42.122],[9.31,42.125],[9.307,42.129],[9.307,42.132],[9.3,42.137],[9.298,42.137],[9.297,42.139],[9.294,42.14],[9.293,42.142],[9.287,42.146],[9.286,42.148],[9.282,42.151],[9.28,42.157],[9.278,42.159],[9.278,42.163],[9.276,42.164],[9.273,42.169],[9.268,42.168],[9.257,42.161],[9.255,42.158],[9.252,42.157],[9.249,42.155],[9.249,42.153],[9.252,42.15],[9.253,42.145],[9.251,42.144],[9.251,42.141],[9.252,42.137],[9.258,42.132],[9.261,42.127],[9.269,42.127],[9.277,42.124],[9.279,42.113],[9.28,42.11],[9.287,42.11],[9.29,42.108],[9.302,42.108],[9.304,42.107],[9.33,42.107],[9.335,42.106],[9.336,42.105],[9.342,42.103],[9.345,42.101],[9.349,42.1],[9.351,42.098],[9.359,42.095],[9.368,42.093],[9.379,42.089],[9.384,42.086],[9.39,42.083]]]},"properties":{"NOM_COM_M":"PIETROSO","INSEE_COM":"2B229","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.701,41.953],[8.696,41.959],[8.694,41.963],[8.694,41.966],[8.693,41.968],[8.689,41.971],[8.69,41.974],[8.687,41.975],[8.683,41.975],[8.679,41.978],[8.673,41.978],[8.669,41.982],[8.663,41.977],[8.658,41.974],[8.652,41.971],[8.649,41.969],[8.646,41.968],[8.632,41.968],[8.63,41.97],[8.626,41.971],[8.623,41.971],[8.622,41.968],[8.623,41.966],[8.626,41.966],[8.631,41.963],[8.638,41.964],[8.64,41.963],[8.648,41.963],[8.65,41.958],[8.653,41.958],[8.66,41.956],[8.664,41.956],[8.669,41.948],[8.67,41.947],[8.677,41.947],[8.679,41.946],[8.681,41.948],[8.687,41.948],[8.69,41.95],[8.694,41.95],[8.701,41.953]]]},"properties":{"NOM_COM_M":"VILLANOVA","INSEE_COM":"2A351","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.421,42.938],[9.419,42.938],[9.41,42.936],[9.403,42.939],[9.4,42.936],[9.397,42.932],[9.396,42.927],[9.393,42.926],[9.392,42.924],[9.389,42.923],[9.39,42.921],[9.396,42.92],[9.404,42.915],[9.415,42.911],[9.423,42.912],[9.431,42.905],[9.433,42.9],[9.441,42.899],[9.449,42.897],[9.451,42.898],[9.455,42.898],[9.46,42.901],[9.467,42.901],[9.474,42.9],[9.473,42.903],[9.469,42.905],[9.469,42.908],[9.472,42.91],[9.471,42.912],[9.472,42.914],[9.47,42.922],[9.472,42.924],[9.467,42.927],[9.467,42.93],[9.465,42.932],[9.469,42.937],[9.454,42.935],[9.447,42.936],[9.428,42.936],[9.421,42.938]]]},"properties":{"NOM_COM_M":"MERIA","INSEE_COM":"2B159","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.341,42.093],[9.335,42.093],[9.333,42.094],[9.328,42.092],[9.322,42.092],[9.319,42.093],[9.314,42.092],[9.315,42.096],[9.311,42.098],[9.307,42.096],[9.303,42.095],[9.299,42.096],[9.29,42.096],[9.289,42.097],[9.286,42.095],[9.282,42.095],[9.278,42.094],[9.279,42.091],[9.278,42.086],[9.277,42.084],[9.277,42.079],[9.275,42.076],[9.278,42.075],[9.284,42.072],[9.286,42.068],[9.293,42.07],[9.31,42.062],[9.317,42.061],[9.338,42.059],[9.348,42.055],[9.351,42.051],[9.354,42.05],[9.358,42.05],[9.361,42.047],[9.363,42.047],[9.367,42.049],[9.37,42.05],[9.369,42.052],[9.365,42.055],[9.365,42.058],[9.369,42.062],[9.364,42.065],[9.365,42.067],[9.361,42.069],[9.361,42.072],[9.358,42.074],[9.358,42.077],[9.361,42.078],[9.359,42.083],[9.359,42.085],[9.355,42.087],[9.347,42.092],[9.341,42.093]]]},"properties":{"NOM_COM_M":"LUGO DI NAZZA","INSEE_COM":"2B149","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.375,42.556],[9.382,42.56],[9.383,42.563],[9.383,42.566],[9.384,42.569],[9.388,42.569],[9.393,42.571],[9.396,42.576],[9.399,42.577],[9.413,42.584],[9.415,42.587],[9.413,42.588],[9.416,42.592],[9.414,42.594],[9.417,42.598],[9.419,42.599],[9.419,42.601],[9.416,42.605],[9.414,42.606],[9.412,42.605],[9.408,42.605],[9.406,42.606],[9.397,42.604],[9.396,42.601],[9.393,42.598],[9.391,42.599],[9.388,42.598],[9.383,42.598],[9.379,42.599],[9.371,42.597],[9.371,42.595],[9.368,42.594],[9.364,42.595],[9.363,42.592],[9.357,42.59],[9.357,42.588],[9.35,42.587],[9.347,42.584],[9.347,42.582],[9.347,42.578],[9.348,42.574],[9.352,42.572],[9.353,42.569],[9.355,42.569],[9.364,42.564],[9.367,42.562],[9.368,42.559],[9.367,42.555],[9.375,42.556]]]},"properties":{"NOM_COM_M":"RUTALI","INSEE_COM":"2B265","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.006,42.528],[9.007,42.533],[9.009,42.535],[9.011,42.54],[9.016,42.547],[9.017,42.55],[9.02,42.552],[9.017,42.552],[9.008,42.559],[9.008,42.554],[8.998,42.552],[8.999,42.549],[8.996,42.547],[8.992,42.546],[8.988,42.543],[8.985,42.54],[8.978,42.54],[8.974,42.538],[8.972,42.534],[8.969,42.532],[8.966,42.531],[8.966,42.528],[8.964,42.525],[8.964,42.519],[8.96,42.518],[8.956,42.516],[8.94,42.516],[8.938,42.513],[8.931,42.51],[8.928,42.507],[8.924,42.504],[8.922,42.501],[8.919,42.498],[8.92,42.497],[8.922,42.492],[8.927,42.491],[8.931,42.492],[8.934,42.496],[8.941,42.498],[8.945,42.503],[8.951,42.505],[8.954,42.505],[8.957,42.506],[8.962,42.506],[8.972,42.505],[8.977,42.504],[8.988,42.508],[8.992,42.508],[8.989,42.511],[8.984,42.515],[8.984,42.517],[8.989,42.516],[8.991,42.517],[8.993,42.516],[8.995,42.517],[8.997,42.516],[9.002,42.517],[9,42.521],[9.001,42.524],[9.006,42.528]]]},"properties":{"NOM_COM_M":"PIOGGIOLA","INSEE_COM":"2B235","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.958,41.847],[8.958,41.844],[8.961,41.842],[8.962,41.838],[8.964,41.837],[8.967,41.836],[8.967,41.839],[8.969,41.841],[8.971,41.84],[8.972,41.842],[8.974,41.842],[8.976,41.844],[8.979,41.845],[8.978,41.847],[8.975,41.847],[8.974,41.849],[8.978,41.85],[8.98,41.854],[8.982,41.854],[8.983,41.857],[8.989,41.859],[8.985,41.861],[8.982,41.861],[8.981,41.864],[8.983,41.867],[8.982,41.869],[8.979,41.871],[8.974,41.87],[8.974,41.868],[8.976,41.863],[8.973,41.86],[8.973,41.858],[8.97,41.855],[8.967,41.854],[8.961,41.855],[8.959,41.852],[8.96,41.849],[8.958,41.847]]]},"properties":{"NOM_COM_M":"CARDO TORGIA","INSEE_COM":"2A064","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.96,41.897],[8.957,41.896],[8.955,41.893],[8.96,41.887],[8.962,41.883],[8.964,41.881],[8.967,41.88],[8.968,41.878],[8.967,41.874],[8.967,41.869],[8.969,41.868],[8.974,41.87],[8.979,41.871],[8.982,41.869],[8.983,41.867],[8.981,41.864],[8.982,41.861],[8.985,41.861],[8.989,41.859],[8.99,41.861],[8.993,41.863],[8.994,41.866],[8.992,41.868],[8.998,41.877],[9.002,41.88],[9.005,41.879],[9.007,41.88],[9.009,41.882],[9.005,41.884],[9.003,41.882],[9,41.881],[8.997,41.882],[8.993,41.887],[8.985,41.892],[8.988,41.9],[8.99,41.903],[8.988,41.907],[8.988,41.909],[8.983,41.906],[8.978,41.905],[8.97,41.904],[8.969,41.9],[8.963,41.899],[8.96,41.897]]]},"properties":{"NOM_COM_M":"SANTA MARIA SICHE","INSEE_COM":"2A312","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.843,41.982],[8.85,41.986],[8.855,41.986],[8.857,41.988],[8.861,41.988],[8.863,41.99],[8.869,41.991],[8.874,41.994],[8.874,41.996],[8.879,41.998],[8.88,42.001],[8.885,42.001],[8.89,41.998],[8.896,42],[8.903,41.997],[8.908,41.994],[8.912,41.997],[8.918,41.995],[8.929,41.992],[8.935,41.992],[8.938,41.99],[8.941,41.991],[8.947,41.989],[8.953,41.993],[8.958,41.994],[8.962,41.998],[8.967,42.001],[8.969,42.003],[8.971,42.003],[8.974,42.005],[8.976,42.006],[8.978,42.01],[8.973,42.013],[8.972,42.015],[8.969,42.017],[8.965,42.018],[8.963,42.02],[8.961,42.019],[8.956,42.021],[8.953,42.02],[8.951,42.018],[8.944,42.016],[8.939,42.014],[8.926,42.015],[8.924,42.016],[8.921,42.015],[8.914,42.018],[8.91,42.017],[8.907,42.015],[8.903,42.016],[8.901,42.018],[8.899,42.017],[8.893,42.017],[8.889,42.015],[8.888,42.012],[8.884,42.01],[8.882,42.014],[8.876,42.015],[8.871,42.012],[8.869,42.015],[8.867,42.015],[8.865,42.014],[8.864,42.011],[8.861,42.008],[8.857,42.007],[8.856,42.005],[8.852,42.004],[8.85,42.002],[8.848,41.996],[8.842,41.996],[8.845,41.991],[8.842,41.985],[8.843,41.982]]]},"properties":{"NOM_COM_M":"PERI","INSEE_COM":"2A209","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.947,41.989],[8.947,41.987],[8.944,41.985],[8.944,41.983],[8.945,41.978],[8.947,41.976],[8.951,41.975],[8.949,41.972],[8.949,41.969],[8.95,41.965],[8.949,41.962],[8.947,41.96],[8.951,41.952],[8.953,41.951],[8.952,41.947],[8.948,41.947],[8.948,41.941],[8.946,41.939],[8.94,41.939],[8.937,41.936],[8.931,41.936],[8.93,41.934],[8.933,41.934],[8.935,41.932],[8.939,41.931],[8.943,41.933],[8.949,41.932],[8.95,41.931],[8.954,41.932],[8.957,41.932],[8.959,41.931],[8.963,41.932],[8.967,41.938],[8.974,41.938],[8.973,41.94],[8.974,41.942],[8.977,41.942],[8.979,41.944],[8.982,41.944],[8.984,41.949],[8.984,41.953],[8.982,41.956],[8.983,41.958],[8.987,41.961],[8.993,41.962],[8.996,41.964],[8.996,41.966],[8.993,41.968],[8.995,41.97],[8.998,41.971],[8.999,41.975],[9.001,41.978],[9.004,41.978],[9.005,41.981],[9.003,41.984],[9,41.985],[9,41.988],[8.998,41.989],[8.995,41.992],[8.993,41.995],[8.989,41.997],[8.984,41.997],[8.983,41.996],[8.975,41.998],[8.974,42],[8.974,42.005],[8.971,42.003],[8.969,42.003],[8.967,42.001],[8.962,41.998],[8.958,41.994],[8.953,41.993],[8.947,41.989]]]},"properties":{"NOM_COM_M":"TOLLA","INSEE_COM":"2A326","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.808,42.009],[8.804,42.008],[8.799,42.005],[8.794,42.005],[8.791,42.006],[8.792,42.008],[8.784,42.006],[8.78,42.003],[8.778,42],[8.78,41.998],[8.783,41.998],[8.781,41.991],[8.782,41.989],[8.785,41.989],[8.788,41.987],[8.788,41.982],[8.789,41.979],[8.789,41.974],[8.787,41.972],[8.788,41.969],[8.79,41.966],[8.788,41.963],[8.789,41.961],[8.787,41.959],[8.788,41.957],[8.785,41.955],[8.785,41.953],[8.789,41.953],[8.805,41.959],[8.81,41.962],[8.804,41.966],[8.807,41.969],[8.808,41.973],[8.813,41.977],[8.816,41.981],[8.816,41.985],[8.815,41.991],[8.813,41.994],[8.815,41.995],[8.814,41.998],[8.816,42],[8.811,42],[8.811,42.003],[8.809,42.005],[8.808,42.009]]]},"properties":{"NOM_COM_M":"AFA","INSEE_COM":"2A001","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.803,42.013],[8.802,42.017],[8.8,42.017],[8.796,42.024],[8.789,42.022],[8.786,42.02],[8.774,42.02],[8.769,42.021],[8.762,42.02],[8.757,42.021],[8.75,42.021],[8.747,42.02],[8.745,42.018],[8.739,42.019],[8.736,42.019],[8.734,42.022],[8.732,42.023],[8.729,42.023],[8.722,42.02],[8.715,42.019],[8.702,42.019],[8.696,42.015],[8.69,42.013],[8.682,42.011],[8.68,42.009],[8.678,42.009],[8.674,42.007],[8.674,42.005],[8.67,42.005],[8.665,42.004],[8.657,42.004],[8.655,42.002],[8.656,41.998],[8.658,41.996],[8.658,41.993],[8.66,41.992],[8.665,41.993],[8.668,41.993],[8.669,41.99],[8.677,41.988],[8.679,41.989],[8.682,41.988],[8.685,41.985],[8.689,41.985],[8.696,41.988],[8.703,41.988],[8.707,41.99],[8.712,41.99],[8.714,41.989],[8.721,41.993],[8.725,41.993],[8.731,41.994],[8.734,41.993],[8.737,41.994],[8.742,41.994],[8.75,41.993],[8.753,41.989],[8.768,41.989],[8.77,41.99],[8.775,41.986],[8.777,41.983],[8.779,41.982],[8.782,41.975],[8.781,41.971],[8.788,41.969],[8.787,41.972],[8.789,41.974],[8.789,41.979],[8.788,41.982],[8.788,41.987],[8.785,41.989],[8.782,41.989],[8.781,41.991],[8.783,41.998],[8.78,41.998],[8.778,42],[8.78,42.003],[8.784,42.006],[8.792,42.008],[8.791,42.006],[8.794,42.005],[8.799,42.005],[8.804,42.008],[8.808,42.009],[8.803,42.013]]]},"properties":{"NOM_COM_M":"APPIETTO","INSEE_COM":"2A017","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.825,42.039],[8.823,42.039],[8.819,42.042],[8.812,42.045],[8.809,42.049],[8.807,42.049],[8.799,42.051],[8.797,42.05],[8.795,42.051],[8.791,42.05],[8.787,42.051],[8.788,42.054],[8.791,42.055],[8.784,42.056],[8.77,42.056],[8.766,42.054],[8.761,42.055],[8.754,42.057],[8.755,42.061],[8.754,42.063],[8.75,42.063],[8.749,42.06],[8.744,42.059],[8.744,42.057],[8.746,42.057],[8.75,42.054],[8.754,42.053],[8.755,42.049],[8.764,42.049],[8.767,42.047],[8.776,42.045],[8.778,42.046],[8.78,42.042],[8.78,42.036],[8.785,42.037],[8.79,42.035],[8.798,42.034],[8.799,42.032],[8.804,42.03],[8.806,42.028],[8.809,42.027],[8.813,42.029],[8.815,42.031],[8.816,42.035],[8.823,42.037],[8.825,42.039]]]},"properties":{"NOM_COM_M":"SANT ANDREA D ORCINO","INSEE_COM":"2A295","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.014,41.897],[9.011,41.896],[9.005,41.896],[8.988,41.9],[8.985,41.892],[8.993,41.887],[8.997,41.882],[9,41.881],[9.003,41.882],[9.005,41.884],[9.009,41.882],[9.016,41.887],[9.014,41.891],[9.014,41.897]]]},"properties":{"NOM_COM_M":"CAMPO","INSEE_COM":"2A056","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.838,41.912],[8.833,41.914],[8.823,41.912],[8.822,41.91],[8.819,41.909],[8.819,41.907],[8.823,41.907],[8.827,41.906],[8.83,41.904],[8.833,41.898],[8.834,41.895],[8.833,41.893],[8.837,41.888],[8.844,41.886],[8.847,41.888],[8.854,41.889],[8.861,41.889],[8.861,41.892],[8.86,41.894],[8.867,41.893],[8.882,41.889],[8.891,41.886],[8.897,41.888],[8.898,41.89],[8.901,41.89],[8.902,41.893],[8.906,41.892],[8.909,41.892],[8.912,41.891],[8.917,41.893],[8.92,41.896],[8.923,41.897],[8.927,41.897],[8.929,41.895],[8.932,41.89],[8.934,41.889],[8.948,41.895],[8.946,41.9],[8.952,41.904],[8.952,41.912],[8.953,41.915],[8.95,41.918],[8.951,41.921],[8.941,41.921],[8.933,41.92],[8.932,41.919],[8.928,41.92],[8.919,41.918],[8.912,41.92],[8.911,41.919],[8.907,41.919],[8.905,41.92],[8.903,41.919],[8.897,41.921],[8.893,41.919],[8.887,41.919],[8.882,41.918],[8.877,41.916],[8.874,41.916],[8.867,41.912],[8.855,41.907],[8.849,41.903],[8.845,41.905],[8.843,41.905],[8.84,41.907],[8.838,41.912]]]},"properties":{"NOM_COM_M":"CAURO","INSEE_COM":"2A085","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.669,41.99],[8.67,41.987],[8.67,41.984],[8.669,41.982],[8.673,41.978],[8.679,41.978],[8.683,41.975],[8.687,41.975],[8.69,41.974],[8.689,41.971],[8.693,41.968],[8.694,41.966],[8.694,41.963],[8.696,41.959],[8.701,41.953],[8.704,41.947],[8.707,41.946],[8.711,41.947],[8.71,41.949],[8.711,41.951],[8.715,41.951],[8.716,41.949],[8.72,41.948],[8.72,41.95],[8.718,41.952],[8.72,41.955],[8.723,41.958],[8.726,41.958],[8.726,41.96],[8.729,41.96],[8.732,41.959],[8.738,41.959],[8.739,41.957],[8.743,41.958],[8.742,41.961],[8.748,41.961],[8.751,41.96],[8.752,41.958],[8.756,41.956],[8.758,41.957],[8.767,41.957],[8.769,41.958],[8.768,41.96],[8.769,41.962],[8.775,41.961],[8.782,41.959],[8.785,41.955],[8.788,41.957],[8.787,41.959],[8.789,41.961],[8.788,41.963],[8.79,41.966],[8.788,41.969],[8.781,41.971],[8.782,41.975],[8.779,41.982],[8.777,41.983],[8.775,41.986],[8.77,41.99],[8.768,41.989],[8.753,41.989],[8.75,41.993],[8.742,41.994],[8.737,41.994],[8.734,41.993],[8.731,41.994],[8.725,41.993],[8.721,41.993],[8.714,41.989],[8.712,41.99],[8.707,41.99],[8.703,41.988],[8.696,41.988],[8.689,41.985],[8.685,41.985],[8.682,41.988],[8.679,41.989],[8.677,41.988],[8.669,41.99]]]},"properties":{"NOM_COM_M":"ALATA","INSEE_COM":"2A006","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.963,42.02],[8.967,42.023],[8.965,42.027],[8.962,42.031],[8.964,42.034],[8.963,42.037],[8.96,42.039],[8.96,42.042],[8.959,42.046],[8.956,42.047],[8.954,42.051],[8.947,42.055],[8.944,42.05],[8.939,42.049],[8.936,42.047],[8.933,42.046],[8.931,42.044],[8.927,42.042],[8.923,42.043],[8.919,42.041],[8.918,42.038],[8.918,42.034],[8.915,42.032],[8.915,42.029],[8.911,42.028],[8.909,42.025],[8.907,42.026],[8.905,42.026],[8.903,42.023],[8.9,42.021],[8.898,42.021],[8.893,42.017],[8.899,42.017],[8.901,42.018],[8.903,42.016],[8.907,42.015],[8.91,42.017],[8.914,42.018],[8.921,42.015],[8.924,42.016],[8.926,42.015],[8.939,42.014],[8.944,42.016],[8.951,42.018],[8.953,42.02],[8.956,42.021],[8.961,42.019],[8.963,42.02]]]},"properties":{"NOM_COM_M":"CARBUCCIA","INSEE_COM":"2A062","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.004,41.826],[9.007,41.829],[9.008,41.831],[9.01,41.832],[9.01,41.834],[9.007,41.834],[9.004,41.835],[9.006,41.839],[9.004,41.844],[9.005,41.846],[9.003,41.849],[8.999,41.853],[8.997,41.852],[8.995,41.855],[8.996,41.859],[8.998,41.859],[8.999,41.863],[8.996,41.862],[8.993,41.863],[8.99,41.861],[8.989,41.859],[8.983,41.857],[8.982,41.854],[8.98,41.854],[8.978,41.85],[8.974,41.849],[8.975,41.847],[8.978,41.847],[8.979,41.845],[8.976,41.844],[8.974,41.842],[8.972,41.842],[8.971,41.84],[8.969,41.841],[8.967,41.839],[8.967,41.836],[8.964,41.837],[8.963,41.836],[8.964,41.833],[8.963,41.831],[8.964,41.829],[8.963,41.827],[8.96,41.825],[8.959,41.82],[8.957,41.815],[8.958,41.813],[8.957,41.811],[8.962,41.809],[8.963,41.811],[8.961,41.814],[8.965,41.815],[8.967,41.814],[8.967,41.812],[8.974,41.811],[8.98,41.819],[8.981,41.822],[8.984,41.822],[8.99,41.82],[8.992,41.82],[8.999,41.824],[9.001,41.827],[9.004,41.826]]]},"properties":{"NOM_COM_M":"ZIGLIARA","INSEE_COM":"2A360","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.94,42.237],[8.934,42.232],[8.928,42.232],[8.922,42.23],[8.919,42.228],[8.914,42.227],[8.908,42.227],[8.901,42.224],[8.899,42.224],[8.894,42.222],[8.891,42.218],[8.892,42.216],[8.889,42.213],[8.885,42.204],[8.886,42.201],[8.882,42.194],[8.883,42.189],[8.882,42.187],[8.884,42.181],[8.884,42.177],[8.891,42.176],[8.892,42.177],[8.897,42.179],[8.902,42.18],[8.907,42.182],[8.908,42.181],[8.916,42.182],[8.919,42.181],[8.924,42.181],[8.922,42.189],[8.923,42.192],[8.925,42.194],[8.932,42.198],[8.938,42.204],[8.945,42.206],[8.946,42.208],[8.951,42.209],[8.954,42.212],[8.959,42.213],[8.967,42.217],[8.969,42.217],[8.98,42.224],[8.977,42.228],[8.977,42.231],[8.973,42.233],[8.972,42.232],[8.968,42.233],[8.957,42.233],[8.955,42.234],[8.952,42.233],[8.945,42.234],[8.943,42.236],[8.94,42.237]]]},"properties":{"NOM_COM_M":"SOCCIA","INSEE_COM":"2A282","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.377,42.911],[9.372,42.915],[9.37,42.916],[9.363,42.918],[9.359,42.921],[9.36,42.923],[9.357,42.923],[9.355,42.921],[9.355,42.918],[9.354,42.916],[9.351,42.916],[9.349,42.913],[9.344,42.911],[9.341,42.909],[9.338,42.909],[9.336,42.907],[9.334,42.907],[9.332,42.905],[9.326,42.901],[9.331,42.898],[9.336,42.897],[9.34,42.898],[9.343,42.895],[9.35,42.892],[9.358,42.889],[9.361,42.89],[9.361,42.893],[9.363,42.897],[9.365,42.899],[9.365,42.901],[9.369,42.903],[9.373,42.906],[9.374,42.908],[9.377,42.911]]]},"properties":{"NOM_COM_M":"PINO","INSEE_COM":"2B233","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.416,42.796],[9.418,42.789],[9.42,42.785],[9.416,42.781],[9.414,42.774],[9.415,42.773],[9.417,42.771],[9.418,42.767],[9.425,42.765],[9.427,42.764],[9.435,42.762],[9.437,42.76],[9.442,42.757],[9.446,42.756],[9.451,42.754],[9.458,42.754],[9.461,42.755],[9.465,42.755],[9.468,42.753],[9.466,42.758],[9.469,42.766],[9.474,42.773],[9.476,42.774],[9.479,42.778],[9.479,42.781],[9.482,42.781],[9.484,42.783],[9.484,42.787],[9.487,42.788],[9.487,42.79],[9.489,42.793],[9.491,42.798],[9.469,42.802],[9.464,42.8],[9.461,42.798],[9.449,42.799],[9.441,42.797],[9.434,42.796],[9.416,42.796]]]},"properties":{"NOM_COM_M":"BRANDO","INSEE_COM":"2B043","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.922,42.492],[8.922,42.488],[8.924,42.486],[8.924,42.483],[8.918,42.477],[8.917,42.474],[8.914,42.472],[8.916,42.47],[8.917,42.467],[8.928,42.472],[8.933,42.472],[8.936,42.471],[8.938,42.472],[8.945,42.472],[8.953,42.477],[8.953,42.478],[8.959,42.481],[8.962,42.482],[8.966,42.482],[8.97,42.485],[8.972,42.485],[8.975,42.488],[8.977,42.488],[8.984,42.492],[8.986,42.491],[8.988,42.493],[8.991,42.494],[8.994,42.494],[8.994,42.496],[8.999,42.498],[9,42.501],[9.003,42.503],[9.006,42.503],[9.008,42.505],[9.014,42.508],[9.021,42.51],[9.018,42.514],[9.015,42.521],[9.011,42.523],[9.009,42.527],[9.006,42.528],[9.001,42.524],[9,42.521],[9.002,42.517],[8.997,42.516],[8.995,42.517],[8.993,42.516],[8.991,42.517],[8.989,42.516],[8.984,42.517],[8.984,42.515],[8.989,42.511],[8.992,42.508],[8.988,42.508],[8.977,42.504],[8.972,42.505],[8.962,42.506],[8.957,42.506],[8.954,42.505],[8.951,42.505],[8.945,42.503],[8.941,42.498],[8.934,42.496],[8.931,42.492],[8.927,42.491],[8.922,42.492]]]},"properties":{"NOM_COM_M":"MAUSOLEO","INSEE_COM":"2B156","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.978,42.392],[8.98,42.39],[8.989,42.388],[8.994,42.384],[8.997,42.383],[9.001,42.379],[9.005,42.378],[9.01,42.378],[9.014,42.373],[9.019,42.371],[9.019,42.37],[9.016,42.364],[9.018,42.362],[9.017,42.36],[9.018,42.357],[9.021,42.356],[9.025,42.353],[9.029,42.351],[9.03,42.348],[9.034,42.346],[9.034,42.345],[9.04,42.335],[9.049,42.332],[9.049,42.33],[9.053,42.328],[9.061,42.326],[9.066,42.323],[9.069,42.319],[9.076,42.314],[9.085,42.308],[9.086,42.312],[9.09,42.317],[9.094,42.32],[9.093,42.323],[9.092,42.325],[9.092,42.329],[9.094,42.331],[9.094,42.333],[9.097,42.334],[9.098,42.336],[9.098,42.337],[9.094,42.339],[9.093,42.338],[9.088,42.346],[9.083,42.349],[9.086,42.353],[9.086,42.356],[9.091,42.363],[9.096,42.366],[9.098,42.369],[9.104,42.372],[9.107,42.379],[9.11,42.383],[9.11,42.385],[9.112,42.388],[9.107,42.388],[9.101,42.387],[9.098,42.386],[9.092,42.389],[9.093,42.39],[9.088,42.4],[9.088,42.402],[9.084,42.404],[9.081,42.404],[9.08,42.408],[9.078,42.409],[9.077,42.412],[9.074,42.417],[9.071,42.417],[9.066,42.413],[9.058,42.413],[9.056,42.412],[9.055,42.409],[9.053,42.407],[9.049,42.405],[9.048,42.401],[9.041,42.399],[9.037,42.399],[9.033,42.398],[9.027,42.399],[9.019,42.399],[9.01,42.395],[9.007,42.395],[9.003,42.399],[8.995,42.4],[8.988,42.402],[8.985,42.398],[8.98,42.396],[8.978,42.392]]]},"properties":{"NOM_COM_M":"CORSCIA","INSEE_COM":"2B095","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.698,42.229],[8.7,42.227],[8.703,42.227],[8.708,42.224],[8.721,42.224],[8.722,42.219],[8.727,42.216],[8.736,42.218],[8.74,42.22],[8.74,42.221],[8.746,42.225],[8.749,42.229],[8.752,42.23],[8.752,42.234],[8.754,42.24],[8.754,42.243],[8.756,42.246],[8.756,42.248],[8.764,42.251],[8.768,42.252],[8.774,42.254],[8.777,42.258],[8.782,42.261],[8.784,42.264],[8.784,42.267],[8.782,42.268],[8.781,42.271],[8.776,42.276],[8.777,42.278],[8.775,42.281],[8.779,42.282],[8.781,42.285],[8.777,42.285],[8.775,42.286],[8.774,42.289],[8.767,42.291],[8.764,42.288],[8.759,42.285],[8.756,42.282],[8.755,42.28],[8.751,42.279],[8.741,42.279],[8.739,42.28],[8.737,42.279],[8.735,42.28],[8.73,42.278],[8.725,42.278],[8.721,42.277],[8.719,42.278],[8.715,42.278],[8.698,42.274],[8.694,42.275],[8.691,42.275],[8.689,42.273],[8.689,42.271],[8.692,42.271],[8.692,42.266],[8.689,42.263],[8.689,42.261],[8.693,42.257],[8.692,42.254],[8.688,42.252],[8.689,42.25],[8.688,42.247],[8.696,42.245],[8.701,42.242],[8.699,42.241],[8.699,42.238],[8.698,42.236],[8.7,42.232],[8.698,42.229]]]},"properties":{"NOM_COM_M":"OTA","INSEE_COM":"2A198","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.887,42.148],[8.884,42.148],[8.874,42.158],[8.876,42.164],[8.878,42.165],[8.878,42.175],[8.88,42.178],[8.878,42.179],[8.87,42.179],[8.865,42.18],[8.857,42.18],[8.852,42.178],[8.846,42.178],[8.841,42.176],[8.834,42.178],[8.828,42.179],[8.825,42.176],[8.82,42.176],[8.821,42.17],[8.818,42.167],[8.818,42.164],[8.816,42.164],[8.811,42.158],[8.812,42.155],[8.813,42.153],[8.818,42.149],[8.821,42.145],[8.825,42.142],[8.828,42.141],[8.825,42.139],[8.822,42.14],[8.82,42.135],[8.824,42.132],[8.827,42.133],[8.831,42.133],[8.835,42.131],[8.836,42.133],[8.836,42.137],[8.837,42.139],[8.844,42.139],[8.845,42.14],[8.857,42.142],[8.861,42.141],[8.869,42.144],[8.87,42.145],[8.875,42.146],[8.885,42.146],[8.887,42.148]]]},"properties":{"NOM_COM_M":"MURZO","INSEE_COM":"2A174","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.951,41.921],[8.954,41.924],[8.95,41.931],[8.949,41.932],[8.943,41.933],[8.939,41.931],[8.935,41.932],[8.933,41.934],[8.93,41.934],[8.927,41.936],[8.923,41.936],[8.92,41.935],[8.917,41.932],[8.912,41.933],[8.91,41.936],[8.904,41.938],[8.901,41.937],[8.895,41.931],[8.89,41.929],[8.889,41.93],[8.885,41.93],[8.874,41.933],[8.872,41.933],[8.871,41.929],[8.867,41.928],[8.864,41.926],[8.861,41.924],[8.859,41.924],[8.855,41.921],[8.851,41.92],[8.848,41.918],[8.843,41.917],[8.841,41.914],[8.838,41.912],[8.84,41.907],[8.843,41.905],[8.845,41.905],[8.849,41.903],[8.855,41.907],[8.867,41.912],[8.874,41.916],[8.877,41.916],[8.882,41.918],[8.887,41.919],[8.893,41.919],[8.897,41.921],[8.903,41.919],[8.905,41.92],[8.907,41.919],[8.911,41.919],[8.912,41.92],[8.919,41.918],[8.928,41.92],[8.932,41.919],[8.933,41.92],[8.941,41.921],[8.951,41.921]]]},"properties":{"NOM_COM_M":"ECCICA SUARELLA","INSEE_COM":"2A104","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.038,42.574],[9.041,42.575],[9.04,42.577],[9.038,42.577],[9.034,42.584],[9.03,42.585],[9.03,42.589],[9.027,42.593],[9.028,42.596],[9.025,42.598],[9.026,42.603],[9.02,42.609],[9.019,42.608],[9.016,42.611],[9.016,42.616],[9.019,42.62],[9.02,42.623],[9.023,42.626],[9.022,42.628],[9.025,42.631],[9.022,42.633],[9.021,42.635],[9.021,42.639],[9.018,42.642],[9.011,42.64],[9.007,42.64],[9.008,42.642],[9.004,42.643],[9,42.642],[9,42.639],[8.999,42.634],[9,42.625],[8.998,42.614],[9.001,42.609],[9.001,42.605],[9.002,42.599],[9.003,42.597],[9.006,42.595],[9.005,42.591],[9.006,42.589],[9.01,42.585],[9.01,42.582],[9.013,42.579],[9.019,42.576],[9.023,42.575],[9.027,42.576],[9.033,42.576],[9.038,42.574]]]},"properties":{"NOM_COM_M":"BELGODERE","INSEE_COM":"2B034","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.924,42.626],[8.931,42.623],[8.935,42.622],[8.935,42.624],[8.939,42.625],[8.943,42.629],[8.95,42.632],[8.948,42.634],[8.943,42.634],[8.939,42.635],[8.935,42.639],[8.93,42.637],[8.924,42.638],[8.924,42.635],[8.923,42.631],[8.924,42.626]]]},"properties":{"NOM_COM_M":"ILE ROUSSE","INSEE_COM":"2B134","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.916,42.569],[8.917,42.571],[8.919,42.575],[8.914,42.575],[8.912,42.574],[8.905,42.574],[8.907,42.576],[8.901,42.576],[8.899,42.574],[8.896,42.574],[8.891,42.573],[8.886,42.576],[8.884,42.576],[8.885,42.572],[8.883,42.57],[8.879,42.568],[8.875,42.565],[8.877,42.561],[8.88,42.56],[8.887,42.565],[8.894,42.567],[8.897,42.567],[8.897,42.564],[8.902,42.565],[8.907,42.565],[8.913,42.567],[8.916,42.569]]]},"properties":{"NOM_COM_M":"CATERI","INSEE_COM":"2B084","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.952,42.573],[8.949,42.574],[8.948,42.576],[8.951,42.58],[8.95,42.583],[8.948,42.585],[8.949,42.587],[8.942,42.584],[8.933,42.584],[8.929,42.582],[8.925,42.581],[8.92,42.577],[8.919,42.575],[8.917,42.571],[8.92,42.568],[8.927,42.558],[8.931,42.553],[8.928,42.548],[8.925,42.546],[8.922,42.545],[8.923,42.543],[8.922,42.541],[8.924,42.539],[8.924,42.537],[8.928,42.536],[8.934,42.531],[8.935,42.528],[8.933,42.526],[8.933,42.523],[8.932,42.52],[8.935,42.517],[8.939,42.517],[8.94,42.516],[8.956,42.516],[8.96,42.518],[8.964,42.519],[8.964,42.525],[8.966,42.528],[8.966,42.531],[8.961,42.533],[8.959,42.535],[8.953,42.537],[8.949,42.54],[8.946,42.54],[8.944,42.544],[8.944,42.547],[8.942,42.55],[8.942,42.553],[8.943,42.555],[8.947,42.558],[8.943,42.561],[8.943,42.564],[8.947,42.565],[8.947,42.568],[8.949,42.569],[8.952,42.573]]]},"properties":{"NOM_COM_M":"FELICETO","INSEE_COM":"2B112","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.925,42.581],[8.923,42.585],[8.921,42.586],[8.915,42.587],[8.914,42.593],[8.917,42.598],[8.914,42.596],[8.905,42.594],[8.903,42.593],[8.9,42.595],[8.897,42.594],[8.895,42.595],[8.894,42.593],[8.895,42.591],[8.895,42.588],[8.896,42.585],[8.9,42.576],[8.899,42.574],[8.901,42.576],[8.907,42.576],[8.905,42.574],[8.912,42.574],[8.914,42.575],[8.919,42.575],[8.92,42.577],[8.925,42.581]]]},"properties":{"NOM_COM_M":"SANT ANTONINO","INSEE_COM":"2B296","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.797,42.187],[8.799,42.194],[8.796,42.201],[8.792,42.204],[8.794,42.207],[8.792,42.207],[8.781,42.204],[8.772,42.203],[8.768,42.201],[8.762,42.199],[8.759,42.195],[8.755,42.2],[8.758,42.202],[8.757,42.205],[8.755,42.206],[8.751,42.205],[8.748,42.207],[8.734,42.209],[8.72,42.209],[8.718,42.207],[8.717,42.203],[8.718,42.201],[8.718,42.198],[8.715,42.198],[8.713,42.195],[8.709,42.195],[8.706,42.193],[8.705,42.191],[8.702,42.189],[8.703,42.185],[8.705,42.184],[8.71,42.183],[8.714,42.18],[8.718,42.176],[8.721,42.174],[8.723,42.175],[8.732,42.172],[8.737,42.171],[8.745,42.172],[8.752,42.167],[8.753,42.168],[8.757,42.167],[8.761,42.168],[8.763,42.166],[8.765,42.166],[8.767,42.163],[8.769,42.164],[8.772,42.162],[8.776,42.162],[8.781,42.167],[8.784,42.166],[8.787,42.169],[8.787,42.171],[8.792,42.176],[8.796,42.181],[8.795,42.183],[8.797,42.187]]]},"properties":{"NOM_COM_M":"BALOGNA","INSEE_COM":"2A028","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.843,42.509],[8.842,42.513],[8.839,42.517],[8.838,42.52],[8.834,42.519],[8.828,42.515],[8.821,42.515],[8.821,42.512],[8.817,42.509],[8.814,42.509],[8.808,42.512],[8.805,42.511],[8.801,42.514],[8.8,42.513],[8.8,42.506],[8.801,42.502],[8.801,42.497],[8.802,42.492],[8.805,42.487],[8.809,42.485],[8.815,42.491],[8.822,42.494],[8.829,42.495],[8.83,42.497],[8.833,42.5],[8.835,42.505],[8.839,42.505],[8.84,42.504],[8.843,42.509]]]},"properties":{"NOM_COM_M":"MONCALE","INSEE_COM":"2B165","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.062,42.694],[9.059,42.695],[9.057,42.692],[9.058,42.69],[9.058,42.685],[9.06,42.684],[9.054,42.682],[9.055,42.678],[9.055,42.674],[9.06,42.671],[9.057,42.669],[9.062,42.665],[9.06,42.661],[9.053,42.658],[9.047,42.656],[9.046,42.655],[9.04,42.653],[9.038,42.653],[9.036,42.655],[9.028,42.652],[9.023,42.646],[9.018,42.642],[9.021,42.639],[9.021,42.635],[9.022,42.633],[9.025,42.631],[9.022,42.628],[9.023,42.626],[9.02,42.623],[9.019,42.62],[9.016,42.616],[9.016,42.611],[9.019,42.608],[9.02,42.609],[9.026,42.603],[9.025,42.598],[9.028,42.596],[9.027,42.593],[9.03,42.589],[9.03,42.585],[9.034,42.584],[9.038,42.577],[9.04,42.577],[9.041,42.575],[9.043,42.576],[9.047,42.576],[9.051,42.578],[9.053,42.58],[9.057,42.58],[9.06,42.579],[9.062,42.581],[9.068,42.579],[9.07,42.58],[9.074,42.579],[9.071,42.583],[9.07,42.587],[9.072,42.594],[9.072,42.596],[9.074,42.598],[9.074,42.601],[9.076,42.601],[9.079,42.604],[9.075,42.606],[9.075,42.609],[9.077,42.611],[9.077,42.616],[9.08,42.618],[9.085,42.619],[9.09,42.629],[9.09,42.635],[9.088,42.637],[9.089,42.64],[9.093,42.641],[9.094,42.644],[9.096,42.646],[9.096,42.648],[9.103,42.653],[9.106,42.656],[9.104,42.657],[9.1,42.656],[9.097,42.659],[9.093,42.66],[9.092,42.663],[9.089,42.666],[9.09,42.669],[9.086,42.672],[9.085,42.676],[9.083,42.679],[9.071,42.685],[9.066,42.686],[9.062,42.694]]]},"properties":{"NOM_COM_M":"PALASCA","INSEE_COM":"2B199","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.895,42.595],[8.897,42.594],[8.9,42.595],[8.903,42.593],[8.905,42.594],[8.914,42.596],[8.917,42.598],[8.919,42.602],[8.909,42.602],[8.906,42.6],[8.899,42.603],[8.89,42.605],[8.883,42.608],[8.881,42.607],[8.881,42.604],[8.886,42.603],[8.885,42.601],[8.887,42.599],[8.891,42.599],[8.89,42.597],[8.892,42.595],[8.895,42.595]]]},"properties":{"NOM_COM_M":"PIGNA","INSEE_COM":"2B231","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.882,42.272],[8.878,42.269],[8.875,42.268],[8.869,42.264],[8.862,42.264],[8.861,42.261],[8.858,42.26],[8.854,42.256],[8.852,42.256],[8.845,42.254],[8.837,42.253],[8.833,42.252],[8.826,42.245],[8.827,42.243],[8.826,42.24],[8.823,42.241],[8.82,42.239],[8.814,42.239],[8.811,42.236],[8.81,42.233],[8.81,42.23],[8.813,42.229],[8.816,42.229],[8.819,42.226],[8.819,42.222],[8.824,42.222],[8.826,42.224],[8.832,42.223],[8.834,42.222],[8.849,42.22],[8.854,42.223],[8.864,42.225],[8.867,42.23],[8.87,42.233],[8.87,42.236],[8.871,42.239],[8.88,42.246],[8.882,42.247],[8.887,42.247],[8.894,42.251],[8.897,42.251],[8.901,42.253],[8.905,42.254],[8.899,42.259],[8.893,42.263],[8.889,42.267],[8.883,42.27],[8.882,42.272]]]},"properties":{"NOM_COM_M":"CRISTINACCE","INSEE_COM":"2A100","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.907,42.538],[8.899,42.536],[8.889,42.533],[8.888,42.531],[8.882,42.531],[8.88,42.529],[8.874,42.527],[8.872,42.525],[8.864,42.524],[8.858,42.524],[8.865,42.52],[8.869,42.52],[8.869,42.518],[8.871,42.516],[8.874,42.517],[8.882,42.511],[8.886,42.513],[8.894,42.509],[8.899,42.505],[8.908,42.503],[8.915,42.501],[8.919,42.498],[8.922,42.501],[8.924,42.504],[8.928,42.507],[8.931,42.51],[8.938,42.513],[8.94,42.516],[8.939,42.517],[8.935,42.517],[8.932,42.52],[8.926,42.524],[8.918,42.527],[8.916,42.53],[8.916,42.534],[8.913,42.535],[8.907,42.538]]]},"properties":{"NOM_COM_M":"ZILIA","INSEE_COM":"2B361","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.87,42.049],[8.869,42.044],[8.87,42.04],[8.867,42.037],[8.865,42.031],[8.867,42.026],[8.87,42.024],[8.869,42.022],[8.87,42.02],[8.867,42.015],[8.869,42.015],[8.871,42.012],[8.876,42.015],[8.882,42.014],[8.884,42.01],[8.888,42.012],[8.889,42.015],[8.893,42.017],[8.898,42.021],[8.9,42.021],[8.903,42.023],[8.905,42.026],[8.907,42.026],[8.909,42.03],[8.908,42.031],[8.91,42.036],[8.908,42.039],[8.905,42.039],[8.902,42.041],[8.901,42.039],[8.895,42.043],[8.894,42.045],[8.89,42.046],[8.887,42.048],[8.882,42.05],[8.881,42.052],[8.877,42.056],[8.876,42.054],[8.87,42.049]]]},"properties":{"NOM_COM_M":"TAVACO","INSEE_COM":"2A323","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.877,42.561],[8.875,42.565],[8.879,42.568],[8.883,42.57],[8.885,42.572],[8.884,42.576],[8.881,42.576],[8.88,42.578],[8.877,42.577],[8.873,42.578],[8.868,42.582],[8.863,42.583],[8.86,42.583],[8.857,42.584],[8.855,42.589],[8.853,42.591],[8.85,42.589],[8.847,42.584],[8.844,42.582],[8.84,42.581],[8.84,42.579],[8.842,42.578],[8.841,42.576],[8.845,42.574],[8.843,42.572],[8.847,42.569],[8.85,42.565],[8.85,42.564],[8.855,42.562],[8.861,42.561],[8.868,42.562],[8.871,42.564],[8.872,42.562],[8.877,42.561]]]},"properties":{"NOM_COM_M":"LAVATOGGIO","INSEE_COM":"2B138","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.881,42.607],[8.876,42.61],[8.876,42.615],[8.872,42.61],[8.867,42.608],[8.871,42.605],[8.868,42.604],[8.867,42.602],[8.864,42.601],[8.86,42.602],[8.86,42.6],[8.856,42.598],[8.854,42.597],[8.853,42.591],[8.855,42.589],[8.857,42.584],[8.86,42.583],[8.863,42.583],[8.868,42.582],[8.873,42.578],[8.877,42.577],[8.88,42.578],[8.881,42.576],[8.884,42.576],[8.886,42.576],[8.891,42.573],[8.896,42.574],[8.899,42.574],[8.9,42.576],[8.896,42.585],[8.895,42.588],[8.895,42.591],[8.894,42.593],[8.895,42.595],[8.892,42.595],[8.89,42.597],[8.891,42.599],[8.887,42.599],[8.885,42.601],[8.886,42.603],[8.881,42.604],[8.881,42.607]]]},"properties":{"NOM_COM_M":"AREGNO","INSEE_COM":"2B020","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.061,42.504],[9.064,42.505],[9.066,42.504],[9.071,42.505],[9.078,42.507],[9.079,42.512],[9.082,42.52],[9.078,42.529],[9.079,42.531],[9.077,42.533],[9.077,42.535],[9.075,42.538],[9.073,42.536],[9.062,42.533],[9.045,42.533],[9.041,42.535],[9.04,42.533],[9.04,42.523],[9.037,42.523],[9.037,42.52],[9.035,42.519],[9.036,42.516],[9.04,42.512],[9.04,42.505],[9.038,42.498],[9.036,42.495],[9.045,42.497],[9.047,42.499],[9.05,42.499],[9.052,42.498],[9.057,42.5],[9.061,42.504]]]},"properties":{"NOM_COM_M":"VALLICA","INSEE_COM":"2B339","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.85,42.565],[8.847,42.569],[8.843,42.572],[8.845,42.574],[8.841,42.576],[8.842,42.578],[8.84,42.579],[8.84,42.581],[8.844,42.582],[8.847,42.584],[8.85,42.589],[8.853,42.591],[8.854,42.597],[8.856,42.598],[8.851,42.599],[8.851,42.601],[8.847,42.603],[8.85,42.606],[8.848,42.609],[8.843,42.608],[8.842,42.605],[8.832,42.601],[8.829,42.602],[8.827,42.606],[8.823,42.606],[8.82,42.604],[8.817,42.605],[8.815,42.604],[8.809,42.604],[8.802,42.602],[8.805,42.599],[8.808,42.6],[8.81,42.598],[8.811,42.59],[8.805,42.589],[8.802,42.587],[8.802,42.585],[8.799,42.583],[8.802,42.582],[8.803,42.579],[8.805,42.576],[8.805,42.572],[8.804,42.57],[8.797,42.565],[8.801,42.561],[8.802,42.559],[8.805,42.558],[8.805,42.556],[8.81,42.553],[8.812,42.552],[8.817,42.552],[8.823,42.551],[8.827,42.552],[8.827,42.554],[8.829,42.555],[8.834,42.555],[8.841,42.562],[8.847,42.566],[8.85,42.565]]]},"properties":{"NOM_COM_M":"LUMIO","INSEE_COM":"2B150","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.975,42.614],[8.978,42.612],[8.978,42.609],[8.976,42.607],[8.978,42.604],[8.976,42.603],[8.976,42.6],[8.978,42.598],[8.978,42.588],[8.981,42.582],[8.984,42.58],[8.984,42.572],[8.983,42.564],[8.99,42.554],[8.993,42.553],[8.999,42.549],[8.998,42.552],[9.008,42.554],[9.008,42.559],[9.007,42.563],[9.005,42.566],[9.004,42.569],[9.001,42.568],[8.999,42.569],[8.993,42.574],[8.993,42.576],[8.995,42.578],[8.997,42.582],[8.996,42.585],[9,42.585],[8.998,42.592],[8.994,42.594],[8.992,42.601],[8.989,42.61],[8.986,42.614],[8.985,42.62],[8.983,42.618],[8.98,42.618],[8.979,42.616],[8.975,42.614]]]},"properties":{"NOM_COM_M":"VILLE DI PARASO","INSEE_COM":"2B352","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.076,42.314],[9.069,42.319],[9.066,42.323],[9.061,42.326],[9.053,42.328],[9.049,42.33],[9.049,42.332],[9.04,42.335],[9.034,42.345],[9.034,42.346],[9.03,42.348],[9.029,42.351],[9.025,42.353],[9.019,42.347],[9.013,42.343],[9.013,42.341],[9.001,42.336],[8.998,42.334],[8.997,42.331],[8.998,42.329],[8.995,42.328],[8.994,42.324],[8.997,42.324],[9.001,42.325],[9.003,42.324],[9.009,42.326],[9.012,42.322],[9.015,42.322],[9.023,42.312],[9.024,42.309],[9.028,42.302],[9.031,42.303],[9.036,42.306],[9.037,42.304],[9.038,42.297],[9.039,42.296],[9.056,42.305],[9.061,42.306],[9.076,42.314]]]},"properties":{"NOM_COM_M":"CALACUCCIA","INSEE_COM":"2B047","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.917,42.598],[8.914,42.593],[8.915,42.587],[8.921,42.586],[8.923,42.585],[8.925,42.581],[8.929,42.582],[8.933,42.584],[8.942,42.584],[8.949,42.587],[8.949,42.601],[8.952,42.602],[8.951,42.605],[8.949,42.607],[8.945,42.608],[8.941,42.61],[8.942,42.614],[8.94,42.617],[8.935,42.622],[8.931,42.623],[8.924,42.626],[8.923,42.621],[8.92,42.619],[8.919,42.616],[8.917,42.614],[8.917,42.611],[8.914,42.608],[8.917,42.605],[8.919,42.604],[8.919,42.602],[8.917,42.598]]]},"properties":{"NOM_COM_M":"SANTA REPARATA DI BALAGNA","INSEE_COM":"2B316","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.771,42.325],[8.78,42.326],[8.784,42.326],[8.79,42.327],[8.792,42.323],[8.802,42.323],[8.807,42.32],[8.811,42.32],[8.812,42.319],[8.819,42.319],[8.82,42.316],[8.823,42.317],[8.825,42.319],[8.828,42.319],[8.837,42.324],[8.841,42.324],[8.843,42.325],[8.845,42.328],[8.848,42.327],[8.853,42.33],[8.857,42.331],[8.866,42.335],[8.866,42.338],[8.868,42.34],[8.871,42.34],[8.875,42.341],[8.879,42.343],[8.88,42.346],[8.882,42.349],[8.886,42.35],[8.89,42.352],[8.893,42.355],[8.898,42.358],[8.899,42.363],[8.901,42.364],[8.901,42.367],[8.904,42.368],[8.905,42.37],[8.908,42.372],[8.912,42.373],[8.914,42.375],[8.914,42.377],[8.905,42.379],[8.9,42.384],[8.902,42.386],[8.902,42.389],[8.901,42.393],[8.903,42.395],[8.905,42.4],[8.909,42.402],[8.911,42.41],[8.907,42.411],[8.904,42.413],[8.899,42.413],[8.897,42.412],[8.894,42.414],[8.892,42.413],[8.887,42.414],[8.884,42.413],[8.879,42.414],[8.877,42.417],[8.873,42.418],[8.868,42.42],[8.865,42.42],[8.862,42.421],[8.856,42.419],[8.854,42.417],[8.85,42.417],[8.846,42.416],[8.838,42.419],[8.829,42.416],[8.824,42.411],[8.823,42.409],[8.815,42.402],[8.81,42.4],[8.798,42.398],[8.795,42.399],[8.791,42.398],[8.789,42.4],[8.785,42.401],[8.782,42.406],[8.777,42.408],[8.768,42.408],[8.763,42.406],[8.76,42.406],[8.755,42.405],[8.747,42.407],[8.74,42.408],[8.739,42.41],[8.733,42.41],[8.729,42.409],[8.728,42.405],[8.73,42.402],[8.727,42.4],[8.723,42.4],[8.719,42.399],[8.714,42.397],[8.717,42.395],[8.718,42.393],[8.722,42.392],[8.726,42.389],[8.733,42.389],[8.737,42.388],[8.744,42.388],[8.749,42.387],[8.751,42.384],[8.754,42.384],[8.753,42.381],[8.747,42.379],[8.746,42.375],[8.747,42.374],[8.745,42.369],[8.742,42.366],[8.74,42.366],[8.735,42.361],[8.733,42.356],[8.73,42.35],[8.73,42.348],[8.728,42.347],[8.725,42.342],[8.728,42.34],[8.735,42.339],[8.738,42.34],[8.742,42.338],[8.746,42.338],[8.751,42.339],[8.757,42.339],[8.759,42.337],[8.763,42.331],[8.766,42.33],[8.771,42.325]]]},"properties":{"NOM_COM_M":"MANSO","INSEE_COM":"2B153","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.703,42.185],[8.702,42.189],[8.705,42.191],[8.706,42.193],[8.709,42.195],[8.713,42.195],[8.715,42.198],[8.718,42.198],[8.718,42.201],[8.717,42.203],[8.718,42.207],[8.72,42.209],[8.734,42.209],[8.748,42.207],[8.751,42.205],[8.755,42.206],[8.757,42.205],[8.758,42.202],[8.755,42.2],[8.759,42.195],[8.762,42.199],[8.768,42.201],[8.772,42.203],[8.781,42.204],[8.792,42.207],[8.794,42.207],[8.792,42.212],[8.794,42.213],[8.8,42.214],[8.807,42.217],[8.81,42.219],[8.813,42.219],[8.817,42.222],[8.819,42.222],[8.819,42.226],[8.816,42.229],[8.813,42.229],[8.81,42.23],[8.81,42.233],[8.811,42.236],[8.814,42.239],[8.812,42.241],[8.802,42.241],[8.799,42.24],[8.796,42.238],[8.793,42.238],[8.793,42.241],[8.79,42.241],[8.787,42.243],[8.786,42.245],[8.781,42.246],[8.776,42.244],[8.774,42.246],[8.776,42.249],[8.776,42.251],[8.772,42.25],[8.768,42.252],[8.764,42.251],[8.756,42.248],[8.756,42.246],[8.754,42.243],[8.754,42.24],[8.752,42.234],[8.752,42.23],[8.749,42.229],[8.746,42.225],[8.74,42.221],[8.74,42.22],[8.736,42.218],[8.727,42.216],[8.722,42.219],[8.721,42.224],[8.708,42.224],[8.703,42.227],[8.7,42.227],[8.698,42.229],[8.695,42.227],[8.693,42.228],[8.689,42.225],[8.687,42.222],[8.681,42.218],[8.679,42.216],[8.676,42.215],[8.673,42.21],[8.667,42.211],[8.664,42.212],[8.662,42.211],[8.662,42.209],[8.659,42.206],[8.66,42.204],[8.656,42.204],[8.654,42.203],[8.654,42.2],[8.649,42.201],[8.646,42.199],[8.641,42.194],[8.636,42.191],[8.633,42.19],[8.63,42.188],[8.625,42.187],[8.621,42.185],[8.624,42.18],[8.627,42.179],[8.625,42.175],[8.629,42.175],[8.631,42.174],[8.636,42.166],[8.637,42.167],[8.642,42.167],[8.649,42.168],[8.649,42.169],[8.669,42.171],[8.672,42.17],[8.676,42.17],[8.682,42.172],[8.693,42.178],[8.697,42.183],[8.7,42.185],[8.703,42.185]]]},"properties":{"NOM_COM_M":"MARIGNANA","INSEE_COM":"2A154","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.835,42.131],[8.835,42.129],[8.832,42.129],[8.832,42.126],[8.828,42.125],[8.826,42.126],[8.824,42.124],[8.82,42.123],[8.821,42.119],[8.821,42.116],[8.829,42.114],[8.839,42.114],[8.843,42.111],[8.847,42.112],[8.848,42.11],[8.851,42.107],[8.852,42.103],[8.855,42.103],[8.859,42.101],[8.86,42.099],[8.864,42.1],[8.87,42.099],[8.874,42.1],[8.872,42.106],[8.874,42.108],[8.875,42.111],[8.877,42.112],[8.885,42.118],[8.889,42.123],[8.893,42.126],[8.895,42.13],[8.893,42.136],[8.895,42.14],[8.897,42.141],[8.893,42.148],[8.887,42.148],[8.885,42.146],[8.875,42.146],[8.87,42.145],[8.869,42.144],[8.861,42.141],[8.857,42.142],[8.845,42.14],[8.844,42.139],[8.837,42.139],[8.836,42.137],[8.836,42.133],[8.835,42.131]]]},"properties":{"NOM_COM_M":"ROSAZIA","INSEE_COM":"2A262","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.94,42.149],[8.94,42.146],[8.938,42.142],[8.936,42.142],[8.934,42.14],[8.929,42.138],[8.93,42.136],[8.929,42.133],[8.93,42.132],[8.929,42.129],[8.93,42.126],[8.934,42.124],[8.935,42.121],[8.935,42.118],[8.94,42.115],[8.944,42.109],[8.945,42.104],[8.951,42.102],[8.956,42.101],[8.961,42.1],[8.964,42.1],[8.97,42.103],[8.974,42.103],[8.977,42.105],[8.978,42.109],[8.98,42.111],[8.983,42.112],[8.97,42.12],[8.965,42.124],[8.961,42.126],[8.962,42.13],[8.961,42.133],[8.959,42.134],[8.961,42.139],[8.958,42.146],[8.953,42.151],[8.944,42.151],[8.94,42.149]]]},"properties":{"NOM_COM_M":"REZZA","INSEE_COM":"2A259","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.774,42.102],[8.77,42.101],[8.768,42.098],[8.769,42.097],[8.761,42.092],[8.76,42.093],[8.757,42.091],[8.754,42.09],[8.749,42.09],[8.744,42.087],[8.74,42.087],[8.737,42.084],[8.743,42.086],[8.746,42.084],[8.749,42.083],[8.756,42.082],[8.758,42.083],[8.76,42.082],[8.773,42.082],[8.778,42.081],[8.781,42.079],[8.787,42.078],[8.791,42.079],[8.795,42.079],[8.795,42.082],[8.799,42.083],[8.799,42.089],[8.793,42.09],[8.792,42.089],[8.787,42.092],[8.788,42.094],[8.782,42.095],[8.778,42.094],[8.779,42.099],[8.777,42.102],[8.774,42.102]]]},"properties":{"NOM_COM_M":"AMBIEGNA","INSEE_COM":"2A014","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.818,42.192],[8.831,42.195],[8.837,42.196],[8.84,42.198],[8.843,42.199],[8.843,42.201],[8.846,42.204],[8.846,42.214],[8.849,42.217],[8.849,42.22],[8.834,42.222],[8.832,42.223],[8.826,42.224],[8.824,42.222],[8.819,42.222],[8.817,42.222],[8.813,42.219],[8.81,42.219],[8.807,42.217],[8.8,42.214],[8.794,42.213],[8.792,42.212],[8.794,42.207],[8.792,42.204],[8.796,42.201],[8.799,42.194],[8.797,42.187],[8.798,42.188],[8.805,42.188],[8.808,42.19],[8.815,42.19],[8.818,42.192]]]},"properties":{"NOM_COM_M":"RENNO","INSEE_COM":"2A258","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.913,42.143],[8.917,42.137],[8.921,42.122],[8.919,42.121],[8.918,42.118],[8.916,42.117],[8.914,42.112],[8.91,42.107],[8.911,42.105],[8.916,42.106],[8.919,42.106],[8.921,42.104],[8.923,42.1],[8.926,42.097],[8.924,42.093],[8.924,42.091],[8.929,42.09],[8.934,42.086],[8.937,42.085],[8.944,42.088],[8.945,42.09],[8.947,42.09],[8.949,42.09],[8.952,42.092],[8.957,42.093],[8.957,42.098],[8.956,42.101],[8.951,42.102],[8.945,42.104],[8.944,42.109],[8.94,42.115],[8.935,42.118],[8.935,42.121],[8.934,42.124],[8.93,42.126],[8.929,42.129],[8.93,42.132],[8.929,42.133],[8.93,42.136],[8.929,42.138],[8.934,42.14],[8.936,42.142],[8.938,42.142],[8.94,42.146],[8.94,42.149],[8.938,42.149],[8.935,42.147],[8.931,42.146],[8.921,42.146],[8.917,42.145],[8.916,42.143],[8.913,42.143]]]},"properties":{"NOM_COM_M":"AZZANA","INSEE_COM":"2A027","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.794,42.056],[8.791,42.055],[8.788,42.054],[8.787,42.051],[8.791,42.05],[8.795,42.051],[8.797,42.05],[8.799,42.051],[8.807,42.049],[8.809,42.049],[8.812,42.045],[8.819,42.042],[8.823,42.039],[8.825,42.039],[8.832,42.041],[8.835,42.039],[8.842,42.043],[8.837,42.046],[8.835,42.045],[8.832,42.048],[8.824,42.053],[8.817,42.053],[8.814,42.054],[8.813,42.053],[8.803,42.055],[8.803,42.054],[8.796,42.055],[8.794,42.056]]]},"properties":{"NOM_COM_M":"CANNELLE","INSEE_COM":"2A060","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.835,42.039],[8.832,42.041],[8.825,42.039],[8.823,42.037],[8.816,42.035],[8.815,42.031],[8.813,42.029],[8.809,42.027],[8.806,42.028],[8.805,42.026],[8.796,42.024],[8.8,42.017],[8.802,42.017],[8.803,42.013],[8.807,42.013],[8.81,42.012],[8.819,42.012],[8.824,42.011],[8.826,42.01],[8.829,42.01],[8.831,42.014],[8.837,42.016],[8.835,42.018],[8.836,42.02],[8.835,42.023],[8.835,42.029],[8.836,42.031],[8.835,42.034],[8.835,42.039]]]},"properties":{"NOM_COM_M":"VALLE DI MEZZANA","INSEE_COM":"2A336","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.274,42.303],[9.271,42.301],[9.268,42.298],[9.267,42.296],[9.265,42.296],[9.255,42.294],[9.247,42.291],[9.241,42.289],[9.237,42.289],[9.232,42.292],[9.232,42.295],[9.229,42.295],[9.227,42.295],[9.226,42.291],[9.223,42.289],[9.223,42.286],[9.225,42.285],[9.233,42.277],[9.236,42.277],[9.246,42.275],[9.251,42.276],[9.255,42.281],[9.257,42.281],[9.255,42.287],[9.258,42.29],[9.262,42.29],[9.267,42.291],[9.274,42.293],[9.275,42.291],[9.277,42.291],[9.281,42.293],[9.281,42.296],[9.278,42.297],[9.278,42.299],[9.274,42.303]]]},"properties":{"NOM_COM_M":"FAVALELLO","INSEE_COM":"2B110","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.394,42.947],[9.393,42.949],[9.397,42.951],[9.393,42.954],[9.393,42.958],[9.385,42.955],[9.382,42.958],[9.385,42.961],[9.384,42.963],[9.381,42.965],[9.38,42.969],[9.371,42.971],[9.37,42.972],[9.362,42.975],[9.36,42.978],[9.357,42.985],[9.355,42.985],[9.352,42.987],[9.351,42.99],[9.347,42.993],[9.344,42.998],[9.341,42.992],[9.343,42.99],[9.343,42.987],[9.344,42.983],[9.342,42.981],[9.342,42.979],[9.345,42.976],[9.348,42.974],[9.351,42.973],[9.349,42.971],[9.351,42.968],[9.348,42.966],[9.35,42.961],[9.354,42.961],[9.356,42.958],[9.36,42.955],[9.364,42.955],[9.367,42.953],[9.371,42.952],[9.373,42.953],[9.379,42.952],[9.386,42.952],[9.385,42.95],[9.387,42.946],[9.39,42.945],[9.394,42.947]]]},"properties":{"NOM_COM_M":"CENTURI","INSEE_COM":"2B086","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.461,42.74],[9.464,42.746],[9.464,42.749],[9.468,42.753],[9.465,42.755],[9.461,42.755],[9.458,42.754],[9.451,42.754],[9.446,42.756],[9.442,42.757],[9.437,42.76],[9.435,42.762],[9.427,42.764],[9.425,42.765],[9.418,42.767],[9.417,42.771],[9.415,42.773],[9.411,42.771],[9.407,42.765],[9.405,42.764],[9.404,42.76],[9.4,42.758],[9.398,42.758],[9.394,42.754],[9.391,42.753],[9.388,42.751],[9.388,42.748],[9.39,42.746],[9.393,42.741],[9.395,42.741],[9.401,42.739],[9.403,42.739],[9.416,42.736],[9.42,42.74],[9.421,42.743],[9.423,42.744],[9.428,42.744],[9.432,42.742],[9.437,42.744],[9.441,42.742],[9.442,42.74],[9.445,42.739],[9.45,42.742],[9.456,42.742],[9.461,42.74]]]},"properties":{"NOM_COM_M":"SANTA MARIA DI LOTA","INSEE_COM":"2B309","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[9.404,43.006],[9.401,43.009],[9.397,43.007],[9.395,43.007],[9.392,43.009],[9.391,43.007],[9.383,43.01],[9.381,43.008],[9.377,43.007],[9.374,43.005],[9.372,43.006],[9.368,43.005],[9.365,43.006],[9.361,43.006],[9.358,43.007],[9.357,43.005],[9.353,43.002],[9.344,43],[9.344,42.998],[9.347,42.993],[9.351,42.99],[9.352,42.987],[9.355,42.985],[9.357,42.985],[9.36,42.978],[9.362,42.975],[9.37,42.972],[9.371,42.971],[9.38,42.969],[9.381,42.965],[9.384,42.963],[9.385,42.961],[9.382,42.958],[9.385,42.955],[9.393,42.958],[9.401,42.966],[9.407,42.974],[9.409,42.974],[9.409,42.977],[9.413,42.978],[9.415,42.98],[9.413,42.982],[9.413,42.988],[9.411,42.995],[9.405,43.002],[9.404,43.006]]],[[[9.408,43.026],[9.406,43.028],[9.404,43.026],[9.407,43.024],[9.408,43.026]]]]},"properties":{"NOM_COM_M":"ERSA","INSEE_COM":"2B107","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.395,42.741],[9.397,42.736],[9.396,42.728],[9.405,42.728],[9.416,42.725],[9.417,42.724],[9.427,42.726],[9.431,42.725],[9.437,42.725],[9.442,42.722],[9.446,42.723],[9.449,42.722],[9.453,42.717],[9.456,42.718],[9.456,42.721],[9.459,42.725],[9.462,42.736],[9.461,42.74],[9.456,42.742],[9.45,42.742],[9.445,42.739],[9.442,42.74],[9.441,42.742],[9.437,42.744],[9.432,42.742],[9.428,42.744],[9.423,42.744],[9.421,42.743],[9.42,42.74],[9.416,42.736],[9.403,42.739],[9.401,42.739],[9.395,42.741]]]},"properties":{"NOM_COM_M":"SAN MARTINO DI LOTA","INSEE_COM":"2B305","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.392,42.845],[9.392,42.847],[9.394,42.848],[9.394,42.852],[9.396,42.855],[9.402,42.861],[9.396,42.862],[9.393,42.865],[9.389,42.871],[9.386,42.874],[9.383,42.875],[9.381,42.878],[9.378,42.881],[9.372,42.884],[9.372,42.888],[9.369,42.889],[9.362,42.888],[9.361,42.89],[9.358,42.889],[9.35,42.892],[9.343,42.895],[9.34,42.898],[9.336,42.897],[9.331,42.898],[9.326,42.901],[9.322,42.9],[9.322,42.897],[9.32,42.894],[9.323,42.893],[9.328,42.89],[9.328,42.887],[9.329,42.885],[9.327,42.883],[9.328,42.88],[9.327,42.878],[9.329,42.876],[9.329,42.874],[9.332,42.871],[9.337,42.869],[9.34,42.866],[9.343,42.865],[9.347,42.866],[9.35,42.863],[9.356,42.863],[9.36,42.858],[9.363,42.857],[9.366,42.855],[9.374,42.853],[9.376,42.851],[9.38,42.849],[9.383,42.846],[9.385,42.845],[9.389,42.846],[9.392,42.845]]]},"properties":{"NOM_COM_M":"BARRETTALI","INSEE_COM":"2B030","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.477,42.882],[9.474,42.887],[9.474,42.893],[9.473,42.896],[9.474,42.9],[9.467,42.901],[9.46,42.901],[9.455,42.898],[9.451,42.898],[9.449,42.897],[9.441,42.899],[9.433,42.9],[9.431,42.905],[9.423,42.912],[9.415,42.911],[9.404,42.915],[9.396,42.92],[9.39,42.921],[9.389,42.917],[9.385,42.915],[9.379,42.913],[9.377,42.911],[9.374,42.908],[9.373,42.906],[9.369,42.903],[9.365,42.901],[9.365,42.899],[9.363,42.897],[9.361,42.893],[9.361,42.89],[9.362,42.888],[9.369,42.889],[9.372,42.888],[9.372,42.884],[9.378,42.881],[9.381,42.878],[9.383,42.875],[9.386,42.874],[9.389,42.871],[9.393,42.865],[9.396,42.862],[9.402,42.861],[9.404,42.863],[9.407,42.867],[9.41,42.875],[9.41,42.879],[9.411,42.881],[9.415,42.884],[9.417,42.887],[9.426,42.886],[9.43,42.886],[9.435,42.887],[9.44,42.887],[9.448,42.884],[9.465,42.882],[9.468,42.882],[9.472,42.881],[9.477,42.882]]]},"properties":{"NOM_COM_M":"LURI","INSEE_COM":"2B152","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.385,42.835],[9.387,42.831],[9.385,42.827],[9.395,42.822],[9.398,42.822],[9.403,42.818],[9.408,42.815],[9.407,42.812],[9.407,42.804],[9.411,42.802],[9.413,42.798],[9.416,42.796],[9.434,42.796],[9.441,42.797],[9.449,42.799],[9.461,42.798],[9.464,42.8],[9.469,42.802],[9.491,42.798],[9.492,42.801],[9.492,42.804],[9.493,42.807],[9.49,42.808],[9.49,42.815],[9.489,42.818],[9.487,42.82],[9.487,42.823],[9.486,42.825],[9.487,42.827],[9.472,42.828],[9.457,42.828],[9.436,42.829],[9.409,42.831],[9.385,42.835]]]},"properties":{"NOM_COM_M":"SISCO","INSEE_COM":"2B281","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.469,42.937],[9.465,42.943],[9.463,42.944],[9.456,42.951],[9.457,42.952],[9.455,42.957],[9.449,42.955],[9.444,42.955],[9.439,42.953],[9.434,42.952],[9.431,42.948],[9.427,42.947],[9.425,42.94],[9.421,42.938],[9.428,42.936],[9.447,42.936],[9.454,42.935],[9.469,42.937]]]},"properties":{"NOM_COM_M":"TOMINO","INSEE_COM":"2B327","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.396,42.728],[9.403,42.727],[9.406,42.721],[9.408,42.719],[9.408,42.715],[9.405,42.712],[9.404,42.709],[9.405,42.705],[9.413,42.705],[9.418,42.707],[9.42,42.709],[9.423,42.709],[9.428,42.708],[9.432,42.708],[9.436,42.706],[9.438,42.706],[9.445,42.708],[9.446,42.71],[9.449,42.711],[9.452,42.709],[9.455,42.708],[9.455,42.711],[9.456,42.714],[9.456,42.718],[9.453,42.717],[9.449,42.722],[9.446,42.723],[9.442,42.722],[9.437,42.725],[9.431,42.725],[9.427,42.726],[9.417,42.724],[9.416,42.725],[9.405,42.728],[9.396,42.728]]]},"properties":{"NOM_COM_M":"VILLE DI PIETRABUGNO","INSEE_COM":"2B353","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.35,42.961],[9.346,42.958],[9.348,42.955],[9.349,42.952],[9.356,42.949],[9.356,42.947],[9.358,42.944],[9.358,42.941],[9.357,42.939],[9.352,42.936],[9.35,42.933],[9.35,42.929],[9.353,42.929],[9.356,42.928],[9.361,42.925],[9.36,42.923],[9.359,42.921],[9.363,42.918],[9.37,42.916],[9.372,42.915],[9.377,42.911],[9.379,42.913],[9.385,42.915],[9.389,42.917],[9.39,42.921],[9.389,42.923],[9.392,42.924],[9.393,42.926],[9.396,42.927],[9.397,42.932],[9.4,42.936],[9.403,42.939],[9.4,42.939],[9.4,42.941],[9.397,42.943],[9.397,42.945],[9.393,42.945],[9.394,42.947],[9.39,42.945],[9.387,42.946],[9.385,42.95],[9.386,42.952],[9.379,42.952],[9.373,42.953],[9.371,42.952],[9.367,42.953],[9.364,42.955],[9.36,42.955],[9.356,42.958],[9.354,42.961],[9.35,42.961]]]},"properties":{"NOM_COM_M":"MORSIGLIA","INSEE_COM":"2B170","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.385,42.835],[9.381,42.836],[9.38,42.838],[9.373,42.839],[9.367,42.836],[9.356,42.833],[9.349,42.834],[9.342,42.83],[9.337,42.826],[9.331,42.822],[9.33,42.817],[9.329,42.815],[9.326,42.812],[9.332,42.811],[9.333,42.808],[9.338,42.804],[9.342,42.804],[9.343,42.805],[9.346,42.804],[9.347,42.805],[9.351,42.805],[9.353,42.807],[9.359,42.807],[9.356,42.808],[9.354,42.81],[9.358,42.812],[9.359,42.814],[9.361,42.814],[9.363,42.82],[9.366,42.822],[9.375,42.825],[9.382,42.826],[9.385,42.827],[9.387,42.831],[9.385,42.835]]]},"properties":{"NOM_COM_M":"OGLIASTRO","INSEE_COM":"2B183","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.388,42.748],[9.384,42.749],[9.382,42.748],[9.377,42.751],[9.372,42.751],[9.367,42.745],[9.362,42.743],[9.359,42.743],[9.356,42.742],[9.353,42.739],[9.348,42.739],[9.344,42.74],[9.345,42.737],[9.343,42.733],[9.339,42.728],[9.334,42.726],[9.335,42.722],[9.33,42.719],[9.334,42.716],[9.335,42.714],[9.34,42.713],[9.343,42.711],[9.346,42.712],[9.349,42.71],[9.357,42.712],[9.372,42.717],[9.379,42.718],[9.383,42.72],[9.383,42.722],[9.396,42.728],[9.397,42.736],[9.395,42.741],[9.393,42.741],[9.39,42.746],[9.388,42.748]]]},"properties":{"NOM_COM_M":"FARINOLE","INSEE_COM":"2B109","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.359,42.807],[9.353,42.807],[9.351,42.805],[9.347,42.805],[9.346,42.804],[9.343,42.805],[9.342,42.804],[9.338,42.804],[9.341,42.801],[9.34,42.799],[9.343,42.796],[9.342,42.786],[9.34,42.785],[9.34,42.782],[9.341,42.777],[9.339,42.774],[9.342,42.77],[9.338,42.766],[9.338,42.764],[9.34,42.761],[9.342,42.765],[9.345,42.766],[9.349,42.769],[9.349,42.771],[9.354,42.777],[9.36,42.779],[9.364,42.779],[9.366,42.778],[9.368,42.781],[9.377,42.788],[9.381,42.79],[9.376,42.793],[9.372,42.793],[9.368,42.795],[9.367,42.798],[9.365,42.801],[9.361,42.804],[9.361,42.807],[9.359,42.807]]]},"properties":{"NOM_COM_M":"NONZA","INSEE_COM":"2B178","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.418,42.789],[9.416,42.796],[9.413,42.798],[9.411,42.802],[9.407,42.804],[9.407,42.812],[9.408,42.815],[9.403,42.818],[9.398,42.822],[9.395,42.822],[9.385,42.827],[9.382,42.826],[9.375,42.825],[9.366,42.822],[9.363,42.82],[9.361,42.814],[9.359,42.814],[9.358,42.812],[9.354,42.81],[9.356,42.808],[9.359,42.807],[9.361,42.807],[9.361,42.804],[9.365,42.801],[9.367,42.798],[9.368,42.795],[9.372,42.793],[9.376,42.793],[9.381,42.79],[9.384,42.788],[9.389,42.788],[9.394,42.787],[9.397,42.789],[9.402,42.788],[9.405,42.789],[9.407,42.788],[9.414,42.788],[9.418,42.789]]]},"properties":{"NOM_COM_M":"OLCANI","INSEE_COM":"2B184","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.365,42.388],[9.367,42.388],[9.369,42.39],[9.374,42.39],[9.376,42.392],[9.383,42.396],[9.385,42.399],[9.383,42.398],[9.375,42.397],[9.369,42.395],[9.367,42.396],[9.363,42.393],[9.362,42.391],[9.365,42.388]]]},"properties":{"NOM_COM_M":"VERDESE","INSEE_COM":"2B344","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.232,42.25],[9.235,42.247],[9.234,42.244],[9.229,42.241],[9.231,42.238],[9.236,42.235],[9.238,42.233],[9.241,42.232],[9.242,42.23],[9.244,42.23],[9.245,42.228],[9.25,42.228],[9.253,42.229],[9.258,42.227],[9.259,42.23],[9.263,42.231],[9.267,42.235],[9.27,42.235],[9.271,42.238],[9.273,42.241],[9.273,42.244],[9.275,42.246],[9.277,42.251],[9.28,42.25],[9.282,42.253],[9.282,42.257],[9.284,42.259],[9.289,42.259],[9.293,42.261],[9.296,42.261],[9.299,42.265],[9.296,42.269],[9.289,42.274],[9.282,42.277],[9.277,42.276],[9.27,42.276],[9.267,42.275],[9.263,42.275],[9.26,42.273],[9.256,42.272],[9.255,42.268],[9.252,42.266],[9.253,42.26],[9.251,42.258],[9.248,42.249],[9.244,42.248],[9.24,42.25],[9.236,42.251],[9.232,42.25]]]},"properties":{"NOM_COM_M":"ERBAJOLO","INSEE_COM":"2B105","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.214,41.917],[9.217,41.913],[9.22,41.915],[9.222,41.914],[9.224,41.915],[9.23,41.916],[9.234,41.916],[9.237,41.913],[9.242,41.911],[9.243,41.91],[9.248,41.91],[9.252,41.899],[9.248,41.893],[9.246,41.892],[9.241,41.885],[9.239,41.885],[9.235,41.879],[9.236,41.876],[9.238,41.879],[9.243,41.882],[9.25,41.882],[9.256,41.885],[9.258,41.885],[9.263,41.891],[9.273,41.895],[9.277,41.901],[9.279,41.902],[9.281,41.906],[9.285,41.906],[9.286,41.909],[9.291,41.911],[9.294,41.914],[9.297,41.915],[9.301,41.915],[9.306,41.918],[9.309,41.921],[9.312,41.921],[9.309,41.924],[9.305,41.921],[9.304,41.925],[9.301,41.926],[9.303,41.929],[9.301,41.933],[9.302,41.936],[9.304,41.937],[9.304,41.94],[9.302,41.942],[9.302,41.945],[9.3,41.947],[9.297,41.948],[9.294,41.95],[9.291,41.948],[9.281,41.946],[9.276,41.949],[9.273,41.95],[9.27,41.95],[9.266,41.947],[9.261,41.946],[9.26,41.944],[9.25,41.941],[9.244,41.936],[9.24,41.934],[9.235,41.934],[9.231,41.933],[9.228,41.929],[9.226,41.928],[9.222,41.922],[9.22,41.922],[9.214,41.918],[9.214,41.917]]]},"properties":{"NOM_COM_M":"CHISA","INSEE_COM":"2B366","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.242,42.218],[9.243,42.218],[9.247,42.212],[9.251,42.21],[9.256,42.202],[9.261,42.198],[9.265,42.2],[9.269,42.196],[9.275,42.196],[9.276,42.195],[9.284,42.198],[9.288,42.199],[9.291,42.198],[9.292,42.199],[9.29,42.203],[9.292,42.209],[9.295,42.21],[9.298,42.213],[9.299,42.215],[9.304,42.215],[9.306,42.218],[9.306,42.225],[9.308,42.229],[9.309,42.233],[9.307,42.241],[9.308,42.243],[9.311,42.244],[9.307,42.244],[9.306,42.243],[9.303,42.244],[9.3,42.243],[9.298,42.244],[9.291,42.244],[9.285,42.243],[9.284,42.242],[9.279,42.241],[9.279,42.24],[9.274,42.235],[9.272,42.232],[9.268,42.228],[9.264,42.227],[9.262,42.224],[9.258,42.227],[9.253,42.229],[9.25,42.228],[9.245,42.228],[9.245,42.225],[9.243,42.223],[9.242,42.218]]]},"properties":{"NOM_COM_M":"ALTIANI","INSEE_COM":"2B012","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.042,41.71],[9.042,41.712],[9.045,41.718],[9.044,41.719],[9.046,41.722],[9.045,41.723],[9.04,41.724],[9.034,41.724],[9.031,41.722],[9.025,41.719],[9.025,41.716],[9.019,41.711],[9.02,41.709],[9.021,41.707],[9.02,41.705],[9.021,41.703],[9.029,41.702],[9.032,41.698],[9.031,41.696],[9.028,41.687],[9.024,41.684],[9.022,41.681],[9.019,41.678],[9.018,41.675],[9.016,41.675],[9.021,41.67],[9.025,41.67],[9.027,41.668],[9.029,41.668],[9.029,41.671],[9.028,41.673],[9.03,41.675],[9.033,41.676],[9.033,41.68],[9.035,41.683],[9.035,41.686],[9.039,41.689],[9.037,41.691],[9.038,41.694],[9.038,41.697],[9.043,41.701],[9.043,41.704],[9.041,41.705],[9.041,41.708],[9.042,41.71]]]},"properties":{"NOM_COM_M":"LORETO DI TALLANO","INSEE_COM":"2A146","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.94,41.49],[8.95,41.49],[8.953,41.493],[8.956,41.493],[8.958,41.492],[8.961,41.493],[8.964,41.49],[8.966,41.49],[8.967,41.488],[8.967,41.485],[8.97,41.484],[8.973,41.485],[8.977,41.483],[8.976,41.48],[8.98,41.48],[8.983,41.478],[8.981,41.476],[8.981,41.474],[8.984,41.474],[8.985,41.476],[8.99,41.482],[8.993,41.483],[8.993,41.485],[8.995,41.486],[8.999,41.491],[8.996,41.494],[8.997,41.496],[9.006,41.5],[9.01,41.503],[9.016,41.503],[9.031,41.506],[9.033,41.505],[9.036,41.506],[9.036,41.509],[9.035,41.513],[9.032,41.514],[9.031,41.517],[9.032,41.521],[9.036,41.524],[9.038,41.527],[9.043,41.53],[9.044,41.532],[9.049,41.535],[9.056,41.542],[9.06,41.545],[9.063,41.548],[9.062,41.55],[9.061,41.557],[9.065,41.565],[9.074,41.569],[9.076,41.571],[9.076,41.573],[9.071,41.571],[9.064,41.571],[9.056,41.57],[9.055,41.571],[9.048,41.57],[9.041,41.571],[9.037,41.568],[9.038,41.566],[9.032,41.566],[9.03,41.563],[9.028,41.563],[9.025,41.561],[9.022,41.561],[9.019,41.557],[9.014,41.552],[9.015,41.551],[9.015,41.547],[9.011,41.543],[9.006,41.541],[9.004,41.539],[9,41.537],[8.998,41.537],[8.995,41.535],[8.993,41.532],[8.987,41.528],[8.985,41.524],[8.982,41.523],[8.982,41.521],[8.98,41.519],[8.977,41.513],[8.972,41.509],[8.966,41.507],[8.964,41.508],[8.959,41.507],[8.957,41.504],[8.953,41.501],[8.944,41.495],[8.94,41.49]]]},"properties":{"NOM_COM_M":"MONACIA D AULLENE","INSEE_COM":"2A163","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.842,42.043],[8.846,42.045],[8.851,42.046],[8.857,42.046],[8.861,42.048],[8.866,42.048],[8.87,42.049],[8.876,42.054],[8.877,42.056],[8.877,42.057],[8.883,42.06],[8.886,42.062],[8.887,42.064],[8.879,42.063],[8.877,42.061],[8.873,42.061],[8.868,42.062],[8.867,42.065],[8.868,42.067],[8.865,42.07],[8.865,42.073],[8.863,42.076],[8.858,42.08],[8.849,42.081],[8.844,42.083],[8.841,42.078],[8.839,42.079],[8.837,42.078],[8.831,42.08],[8.827,42.083],[8.82,42.083],[8.814,42.082],[8.808,42.082],[8.804,42.085],[8.802,42.083],[8.799,42.083],[8.795,42.082],[8.795,42.079],[8.791,42.079],[8.787,42.078],[8.788,42.075],[8.792,42.072],[8.795,42.072],[8.798,42.07],[8.797,42.067],[8.798,42.063],[8.797,42.061],[8.793,42.057],[8.794,42.056],[8.796,42.055],[8.803,42.054],[8.803,42.055],[8.813,42.053],[8.814,42.054],[8.817,42.053],[8.824,42.053],[8.832,42.048],[8.835,42.045],[8.837,42.046],[8.842,42.043]]]},"properties":{"NOM_COM_M":"SARI D ORCINO","INSEE_COM":"2A270","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.036,41.75],[9.05,41.748],[9.055,41.743],[9.058,41.742],[9.056,41.739],[9.056,41.734],[9.055,41.732],[9.057,41.73],[9.057,41.727],[9.053,41.727],[9.057,41.724],[9.056,41.721],[9.061,41.723],[9.064,41.725],[9.066,41.725],[9.069,41.727],[9.071,41.73],[9.074,41.731],[9.075,41.733],[9.079,41.732],[9.076,41.734],[9.074,41.741],[9.076,41.743],[9.082,41.744],[9.083,41.745],[9.082,41.748],[9.084,41.75],[9.085,41.753],[9.081,41.757],[9.082,41.76],[9.082,41.764],[9.081,41.765],[9.077,41.762],[9.075,41.763],[9.072,41.761],[9.068,41.764],[9.059,41.764],[9.057,41.765],[9.054,41.764],[9.051,41.765],[9.048,41.771],[9.034,41.771],[9.029,41.766],[9.024,41.759],[9.026,41.756],[9.027,41.752],[9.036,41.75]]]},"properties":{"NOM_COM_M":"ZERUBIA","INSEE_COM":"2A357","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.091,41.721],[9.077,41.714],[9.067,41.714],[9.067,41.712],[9.063,41.71],[9.059,41.712],[9.052,41.71],[9.055,41.708],[9.052,41.707],[9.051,41.71],[9.049,41.709],[9.05,41.707],[9.052,41.707],[9.053,41.705],[9.062,41.704],[9.068,41.702],[9.069,41.703],[9.075,41.702],[9.081,41.698],[9.082,41.698],[9.088,41.704],[9.089,41.706],[9.094,41.706],[9.092,41.709],[9.092,41.711],[9.096,41.714],[9.098,41.719],[9.095,41.721],[9.091,41.721]]]},"properties":{"NOM_COM_M":"ALTAGENE","INSEE_COM":"2A011","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.099,41.731],[9.094,41.726],[9.094,41.724],[9.091,41.721],[9.095,41.721],[9.098,41.719],[9.096,41.714],[9.092,41.711],[9.092,41.709],[9.094,41.706],[9.098,41.704],[9.099,41.702],[9.099,41.699],[9.097,41.699],[9.097,41.695],[9.1,41.692],[9.095,41.686],[9.098,41.684],[9.101,41.679],[9.099,41.674],[9.097,41.672],[9.095,41.668],[9.098,41.664],[9.101,41.663],[9.102,41.659],[9.092,41.656],[9.087,41.652],[9.082,41.651],[9.08,41.65],[9.081,41.646],[9.077,41.639],[9.077,41.635],[9.076,41.631],[9.077,41.627],[9.075,41.624],[9.072,41.622],[9.07,41.619],[9.068,41.62],[9.065,41.617],[9.062,41.616],[9.059,41.614],[9.055,41.613],[9.052,41.613],[9.048,41.612],[9.046,41.609],[9.049,41.606],[9.051,41.605],[9.056,41.604],[9.058,41.601],[9.057,41.6],[9.06,41.594],[9.069,41.591],[9.069,41.589],[9.071,41.587],[9.075,41.587],[9.084,41.584],[9.087,41.585],[9.091,41.584],[9.096,41.587],[9.101,41.589],[9.104,41.594],[9.112,41.596],[9.119,41.598],[9.124,41.6],[9.13,41.597],[9.133,41.6],[9.136,41.601],[9.142,41.607],[9.147,41.61],[9.151,41.614],[9.153,41.615],[9.159,41.616],[9.166,41.616],[9.167,41.617],[9.17,41.616],[9.17,41.626],[9.171,41.628],[9.168,41.638],[9.168,41.64],[9.171,41.644],[9.167,41.649],[9.167,41.652],[9.164,41.656],[9.16,41.656],[9.153,41.655],[9.148,41.656],[9.145,41.658],[9.141,41.659],[9.138,41.659],[9.137,41.662],[9.133,41.664],[9.135,41.667],[9.132,41.669],[9.133,41.673],[9.131,41.674],[9.131,41.677],[9.126,41.679],[9.129,41.682],[9.128,41.684],[9.131,41.686],[9.135,41.686],[9.136,41.684],[9.14,41.684],[9.141,41.686],[9.146,41.688],[9.147,41.69],[9.151,41.69],[9.156,41.691],[9.161,41.694],[9.162,41.698],[9.165,41.701],[9.163,41.701],[9.158,41.699],[9.151,41.704],[9.148,41.708],[9.145,41.71],[9.141,41.708],[9.141,41.71],[9.143,41.713],[9.141,41.717],[9.138,41.725],[9.138,41.73],[9.14,41.732],[9.144,41.733],[9.137,41.738],[9.133,41.735],[9.129,41.734],[9.125,41.738],[9.121,41.737],[9.12,41.735],[9.116,41.736],[9.112,41.733],[9.108,41.733],[9.105,41.735],[9.103,41.734],[9.101,41.73],[9.099,41.731]]]},"properties":{"NOM_COM_M":"LEVIE","INSEE_COM":"2A142","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.244,41.682],[9.25,41.685],[9.25,41.681],[9.253,41.684],[9.263,41.687],[9.265,41.689],[9.269,41.69],[9.273,41.692],[9.28,41.693],[9.281,41.69],[9.284,41.689],[9.288,41.683],[9.291,41.681],[9.298,41.679],[9.297,41.676],[9.3,41.671],[9.303,41.67],[9.308,41.664],[9.311,41.662],[9.31,41.659],[9.315,41.655],[9.317,41.656],[9.322,41.655],[9.322,41.654],[9.326,41.65],[9.327,41.647],[9.326,41.644],[9.329,41.64],[9.328,41.638],[9.33,41.634],[9.328,41.63],[9.322,41.628],[9.319,41.629],[9.316,41.631],[9.314,41.629],[9.314,41.626],[9.32,41.62],[9.323,41.62],[9.324,41.618],[9.316,41.617],[9.32,41.615],[9.329,41.617],[9.332,41.62],[9.337,41.622],[9.34,41.62],[9.344,41.62],[9.344,41.618],[9.346,41.617],[9.352,41.619],[9.353,41.617],[9.356,41.617],[9.356,41.62],[9.354,41.621],[9.354,41.624],[9.352,41.625],[9.352,41.629],[9.348,41.629],[9.346,41.632],[9.348,41.637],[9.351,41.64],[9.35,41.641],[9.343,41.652],[9.338,41.668],[9.343,41.672],[9.344,41.676],[9.341,41.677],[9.342,41.68],[9.344,41.681],[9.342,41.684],[9.336,41.686],[9.333,41.692],[9.331,41.692],[9.328,41.695],[9.327,41.697],[9.322,41.7],[9.316,41.696],[9.313,41.698],[9.31,41.698],[9.305,41.695],[9.299,41.7],[9.292,41.701],[9.275,41.698],[9.268,41.696],[9.264,41.693],[9.258,41.691],[9.254,41.689],[9.244,41.682]]]},"properties":{"NOM_COM_M":"LECCI","INSEE_COM":"2A139","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.042,41.71],[9.046,41.712],[9.049,41.712],[9.05,41.716],[9.052,41.719],[9.056,41.721],[9.057,41.724],[9.053,41.727],[9.057,41.727],[9.057,41.73],[9.055,41.732],[9.056,41.734],[9.056,41.739],[9.058,41.742],[9.055,41.743],[9.05,41.748],[9.036,41.75],[9.032,41.744],[9.03,41.743],[9.03,41.74],[9.025,41.733],[9.024,41.733],[9.022,41.726],[9.018,41.723],[9.02,41.721],[9.025,41.719],[9.031,41.722],[9.034,41.724],[9.04,41.724],[9.045,41.723],[9.046,41.722],[9.044,41.719],[9.045,41.718],[9.042,41.712],[9.042,41.71]]]},"properties":{"NOM_COM_M":"CARGIACA","INSEE_COM":"2A066","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.027,41.752],[9.024,41.753],[9.021,41.756],[9.02,41.754],[9.008,41.74],[9.003,41.736],[8.989,41.728],[8.99,41.723],[8.987,41.721],[8.985,41.716],[8.987,41.715],[8.986,41.712],[8.983,41.71],[8.984,41.708],[8.988,41.707],[8.985,41.705],[8.986,41.703],[8.989,41.702],[8.993,41.703],[8.994,41.705],[8.999,41.705],[9.001,41.704],[9.001,41.702],[9.006,41.704],[9.017,41.704],[9.019,41.705],[9.02,41.709],[9.019,41.711],[9.025,41.716],[9.025,41.719],[9.02,41.721],[9.018,41.723],[9.022,41.726],[9.024,41.733],[9.025,41.733],[9.03,41.74],[9.03,41.743],[9.032,41.744],[9.036,41.75],[9.027,41.752]]]},"properties":{"NOM_COM_M":"SANTA MARIA FIGANIELLA","INSEE_COM":"2A310","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.004,41.826],[9.006,41.822],[9.005,41.82],[9.01,41.817],[9.014,41.814],[9.019,41.812],[9.024,41.813],[9.026,41.811],[9.031,41.81],[9.031,41.806],[9.033,41.804],[9.036,41.803],[9.039,41.801],[9.042,41.797],[9.044,41.791],[9.049,41.79],[9.05,41.792],[9.056,41.796],[9.057,41.8],[9.06,41.801],[9.061,41.804],[9.059,41.808],[9.057,41.809],[9.051,41.809],[9.049,41.811],[9.049,41.815],[9.046,41.819],[9.042,41.823],[9.034,41.826],[9.033,41.828],[9.034,41.83],[9.029,41.834],[9.025,41.835],[9.022,41.838],[9.017,41.835],[9.015,41.831],[9.012,41.83],[9.008,41.831],[9.007,41.829],[9.004,41.826]]]},"properties":{"NOM_COM_M":"ARGIUSTA MORICCIO","INSEE_COM":"2A021","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.094,41.706],[9.089,41.706],[9.088,41.704],[9.082,41.698],[9.087,41.693],[9.086,41.691],[9.089,41.689],[9.089,41.684],[9.092,41.682],[9.093,41.68],[9.092,41.678],[9.088,41.676],[9.084,41.673],[9.087,41.667],[9.085,41.665],[9.087,41.663],[9.097,41.66],[9.102,41.659],[9.101,41.663],[9.098,41.664],[9.095,41.668],[9.097,41.672],[9.099,41.674],[9.101,41.679],[9.098,41.684],[9.095,41.686],[9.1,41.692],[9.097,41.695],[9.097,41.699],[9.099,41.699],[9.099,41.702],[9.098,41.704],[9.094,41.706]]]},"properties":{"NOM_COM_M":"MELA","INSEE_COM":"2A158","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.232,41.774],[9.237,41.772],[9.247,41.766],[9.25,41.766],[9.258,41.765],[9.261,41.761],[9.28,41.757],[9.287,41.755],[9.298,41.751],[9.307,41.75],[9.318,41.746],[9.315,41.744],[9.312,41.733],[9.311,41.721],[9.305,41.716],[9.305,41.714],[9.31,41.711],[9.32,41.708],[9.333,41.707],[9.337,41.703],[9.34,41.703],[9.344,41.702],[9.349,41.703],[9.352,41.702],[9.356,41.704],[9.358,41.706],[9.366,41.709],[9.367,41.714],[9.367,41.717],[9.366,41.721],[9.37,41.72],[9.374,41.721],[9.377,41.723],[9.379,41.723],[9.382,41.725],[9.384,41.722],[9.387,41.724],[9.39,41.722],[9.396,41.72],[9.4,41.721],[9.402,41.718],[9.406,41.722],[9.406,41.724],[9.402,41.73],[9.404,41.732],[9.404,41.737],[9.406,41.739],[9.407,41.745],[9.404,41.747],[9.403,41.75],[9.405,41.751],[9.406,41.755],[9.405,41.757],[9.406,41.759],[9.405,41.761],[9.407,41.763],[9.408,41.766],[9.407,41.769],[9.404,41.773],[9.401,41.772],[9.398,41.772],[9.397,41.774],[9.395,41.773],[9.392,41.774],[9.386,41.77],[9.383,41.767],[9.38,41.765],[9.376,41.766],[9.373,41.766],[9.37,41.765],[9.364,41.765],[9.36,41.764],[9.357,41.771],[9.353,41.778],[9.35,41.78],[9.347,41.779],[9.334,41.786],[9.329,41.784],[9.313,41.78],[9.312,41.784],[9.277,41.794],[9.273,41.807],[9.273,41.808],[9.267,41.806],[9.265,41.806],[9.261,41.801],[9.261,41.799],[9.258,41.798],[9.254,41.794],[9.248,41.791],[9.247,41.789],[9.243,41.787],[9.232,41.774]]]},"properties":{"NOM_COM_M":"CONCA","INSEE_COM":"2A092","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.227,41.855],[9.22,41.854],[9.216,41.852],[9.209,41.852],[9.204,41.847],[9.203,41.845],[9.193,41.837],[9.189,41.837],[9.185,41.84],[9.179,41.841],[9.171,41.841],[9.163,41.839],[9.16,41.838],[9.157,41.834],[9.156,41.835],[9.153,41.834],[9.151,41.831],[9.147,41.83],[9.147,41.828],[9.143,41.821],[9.139,41.82],[9.134,41.811],[9.13,41.806],[9.129,41.802],[9.126,41.799],[9.123,41.794],[9.122,41.791],[9.123,41.782],[9.122,41.777],[9.124,41.774],[9.126,41.774],[9.127,41.772],[9.13,41.772],[9.131,41.768],[9.128,41.764],[9.13,41.761],[9.128,41.756],[9.128,41.753],[9.13,41.751],[9.128,41.749],[9.131,41.745],[9.126,41.743],[9.127,41.741],[9.125,41.738],[9.129,41.734],[9.133,41.735],[9.137,41.738],[9.14,41.74],[9.141,41.743],[9.145,41.743],[9.147,41.747],[9.15,41.747],[9.151,41.752],[9.154,41.752],[9.154,41.754],[9.161,41.758],[9.162,41.761],[9.165,41.763],[9.166,41.765],[9.171,41.766],[9.173,41.768],[9.176,41.769],[9.18,41.772],[9.186,41.773],[9.195,41.775],[9.198,41.778],[9.202,41.779],[9.203,41.784],[9.206,41.787],[9.211,41.786],[9.214,41.79],[9.217,41.791],[9.219,41.795],[9.224,41.796],[9.228,41.788],[9.234,41.782],[9.232,41.774],[9.243,41.787],[9.247,41.789],[9.248,41.791],[9.254,41.794],[9.258,41.798],[9.261,41.799],[9.261,41.801],[9.265,41.806],[9.267,41.806],[9.273,41.808],[9.275,41.81],[9.276,41.814],[9.28,41.814],[9.284,41.816],[9.293,41.818],[9.298,41.822],[9.301,41.826],[9.303,41.826],[9.305,41.832],[9.308,41.831],[9.309,41.832],[9.308,41.836],[9.309,41.84],[9.306,41.842],[9.304,41.842],[9.302,41.844],[9.299,41.845],[9.292,41.843],[9.289,41.843],[9.288,41.845],[9.283,41.844],[9.275,41.841],[9.271,41.841],[9.269,41.84],[9.266,41.843],[9.26,41.845],[9.255,41.845],[9.249,41.847],[9.245,41.85],[9.241,41.849],[9.237,41.846],[9.233,41.85],[9.232,41.853],[9.227,41.855]]]},"properties":{"NOM_COM_M":"QUENZA","INSEE_COM":"2A254","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.125,41.738],[9.127,41.741],[9.126,41.743],[9.131,41.745],[9.128,41.749],[9.13,41.751],[9.128,41.753],[9.128,41.756],[9.13,41.761],[9.128,41.764],[9.131,41.768],[9.13,41.772],[9.127,41.772],[9.126,41.774],[9.124,41.774],[9.123,41.772],[9.114,41.767],[9.113,41.764],[9.109,41.757],[9.108,41.754],[9.106,41.754],[9.104,41.745],[9.1,41.746],[9.098,41.744],[9.099,41.74],[9.094,41.736],[9.096,41.735],[9.095,41.733],[9.099,41.731],[9.101,41.73],[9.103,41.734],[9.105,41.735],[9.108,41.733],[9.112,41.733],[9.116,41.736],[9.12,41.735],[9.121,41.737],[9.125,41.738]]]},"properties":{"NOM_COM_M":"SORBOLLANO","INSEE_COM":"2A285","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.127,42.561],[9.129,42.564],[9.134,42.57],[9.131,42.572],[9.131,42.574],[9.128,42.577],[9.126,42.585],[9.126,42.589],[9.128,42.59],[9.13,42.594],[9.135,42.6],[9.135,42.608],[9.133,42.607],[9.131,42.609],[9.13,42.613],[9.126,42.615],[9.124,42.615],[9.122,42.617],[9.119,42.622],[9.115,42.625],[9.11,42.627],[9.11,42.629],[9.108,42.63],[9.107,42.633],[9.105,42.633],[9.101,42.637],[9.097,42.643],[9.096,42.646],[9.094,42.644],[9.093,42.641],[9.089,42.64],[9.088,42.637],[9.09,42.635],[9.09,42.629],[9.085,42.619],[9.08,42.618],[9.077,42.616],[9.077,42.611],[9.075,42.609],[9.075,42.606],[9.079,42.604],[9.076,42.601],[9.074,42.601],[9.074,42.598],[9.072,42.596],[9.072,42.594],[9.07,42.587],[9.071,42.583],[9.074,42.579],[9.077,42.579],[9.08,42.577],[9.081,42.573],[9.086,42.572],[9.09,42.573],[9.093,42.572],[9.095,42.569],[9.094,42.565],[9.095,42.564],[9.098,42.567],[9.103,42.567],[9.104,42.565],[9.109,42.562],[9.114,42.562],[9.116,42.563],[9.118,42.562],[9.12,42.563],[9.124,42.563],[9.127,42.561]]]},"properties":{"NOM_COM_M":"NOVELLA","INSEE_COM":"2B180","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.194,42.323],[9.194,42.32],[9.192,42.317],[9.194,42.315],[9.192,42.309],[9.19,42.307],[9.189,42.302],[9.19,42.299],[9.188,42.294],[9.192,42.293],[9.196,42.29],[9.196,42.288],[9.199,42.286],[9.206,42.285],[9.208,42.288],[9.212,42.288],[9.215,42.289],[9.218,42.288],[9.222,42.29],[9.223,42.289],[9.226,42.291],[9.227,42.295],[9.229,42.295],[9.234,42.298],[9.236,42.3],[9.239,42.301],[9.239,42.308],[9.24,42.309],[9.238,42.315],[9.239,42.319],[9.242,42.325],[9.243,42.326],[9.249,42.328],[9.251,42.332],[9.251,42.334],[9.255,42.336],[9.256,42.338],[9.254,42.344],[9.248,42.351],[9.243,42.352],[9.238,42.352],[9.235,42.35],[9.228,42.347],[9.224,42.347],[9.219,42.339],[9.216,42.337],[9.212,42.333],[9.208,42.333],[9.198,42.329],[9.195,42.329],[9.195,42.326],[9.194,42.323]]]},"properties":{"NOM_COM_M":"SANTA LUCIA DI MERCURIO","INSEE_COM":"2B306","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.166,42.371],[9.164,42.373],[9.16,42.38],[9.161,42.385],[9.165,42.385],[9.166,42.386],[9.164,42.39],[9.167,42.393],[9.165,42.394],[9.162,42.397],[9.152,42.395],[9.146,42.392],[9.135,42.39],[9.13,42.39],[9.121,42.392],[9.119,42.392],[9.117,42.389],[9.112,42.388],[9.11,42.385],[9.11,42.383],[9.107,42.379],[9.104,42.372],[9.098,42.369],[9.096,42.366],[9.091,42.363],[9.086,42.356],[9.086,42.353],[9.083,42.349],[9.088,42.346],[9.093,42.338],[9.094,42.339],[9.098,42.337],[9.098,42.336],[9.104,42.339],[9.109,42.34],[9.109,42.342],[9.112,42.344],[9.117,42.349],[9.117,42.35],[9.125,42.351],[9.131,42.351],[9.136,42.352],[9.139,42.351],[9.142,42.352],[9.145,42.352],[9.146,42.355],[9.148,42.358],[9.148,42.362],[9.153,42.362],[9.155,42.364],[9.159,42.365],[9.159,42.371],[9.163,42.37],[9.166,42.371]]]},"properties":{"NOM_COM_M":"CASTIRLA","INSEE_COM":"2B083","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.382,42.56],[9.387,42.557],[9.392,42.551],[9.396,42.55],[9.407,42.552],[9.411,42.551],[9.423,42.551],[9.427,42.549],[9.43,42.55],[9.431,42.549],[9.437,42.549],[9.442,42.551],[9.451,42.551],[9.453,42.552],[9.47,42.552],[9.486,42.555],[9.487,42.556],[9.519,42.563],[9.527,42.565],[9.526,42.568],[9.523,42.574],[9.51,42.59],[9.499,42.601],[9.496,42.603],[9.486,42.613],[9.467,42.598],[9.457,42.596],[9.451,42.594],[9.444,42.594],[9.44,42.593],[9.436,42.593],[9.433,42.59],[9.429,42.59],[9.426,42.589],[9.423,42.589],[9.421,42.59],[9.417,42.587],[9.415,42.587],[9.413,42.584],[9.399,42.577],[9.396,42.576],[9.393,42.571],[9.388,42.569],[9.384,42.569],[9.383,42.566],[9.383,42.563],[9.382,42.56]]]},"properties":{"NOM_COM_M":"BORGO","INSEE_COM":"2B042","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.375,42.438],[9.378,42.442],[9.383,42.443],[9.384,42.442],[9.386,42.446],[9.392,42.449],[9.386,42.451],[9.382,42.451],[9.38,42.453],[9.375,42.453],[9.368,42.458],[9.365,42.456],[9.358,42.452],[9.36,42.451],[9.36,42.449],[9.358,42.446],[9.36,42.444],[9.362,42.44],[9.363,42.436],[9.366,42.435],[9.367,42.437],[9.37,42.438],[9.373,42.438],[9.375,42.438]]]},"properties":{"NOM_COM_M":"CASABIANCA","INSEE_COM":"2B069","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.106,42.656],[9.111,42.657],[9.112,42.659],[9.117,42.661],[9.12,42.661],[9.123,42.656],[9.129,42.651],[9.13,42.648],[9.134,42.646],[9.135,42.644],[9.142,42.642],[9.145,42.642],[9.151,42.639],[9.154,42.638],[9.157,42.636],[9.16,42.635],[9.166,42.631],[9.168,42.631],[9.173,42.627],[9.174,42.625],[9.173,42.62],[9.175,42.618],[9.181,42.617],[9.182,42.618],[9.186,42.614],[9.186,42.612],[9.19,42.609],[9.195,42.609],[9.199,42.605],[9.202,42.605],[9.206,42.602],[9.209,42.598],[9.21,42.595],[9.211,42.592],[9.21,42.586],[9.215,42.585],[9.222,42.586],[9.225,42.587],[9.226,42.589],[9.229,42.589],[9.233,42.59],[9.237,42.589],[9.244,42.592],[9.249,42.593],[9.264,42.59],[9.266,42.591],[9.269,42.59],[9.274,42.594],[9.276,42.593],[9.279,42.595],[9.283,42.596],[9.284,42.599],[9.294,42.607],[9.296,42.611],[9.296,42.613],[9.298,42.614],[9.294,42.614],[9.286,42.61],[9.282,42.609],[9.278,42.609],[9.274,42.607],[9.271,42.604],[9.269,42.604],[9.268,42.602],[9.264,42.601],[9.26,42.602],[9.257,42.601],[9.256,42.599],[9.247,42.599],[9.242,42.601],[9.236,42.602],[9.221,42.61],[9.211,42.616],[9.2,42.621],[9.181,42.636],[9.173,42.64],[9.167,42.648],[9.163,42.652],[9.162,42.654],[9.163,42.656],[9.157,42.66],[9.157,42.662],[9.155,42.663],[9.153,42.666],[9.149,42.667],[9.146,42.666],[9.144,42.667],[9.142,42.666],[9.138,42.668],[9.141,42.671],[9.144,42.672],[9.144,42.675],[9.14,42.677],[9.135,42.681],[9.131,42.681],[9.13,42.682],[9.132,42.688],[9.136,42.692],[9.13,42.697],[9.129,42.699],[9.126,42.701],[9.12,42.702],[9.115,42.705],[9.111,42.708],[9.111,42.71],[9.106,42.711],[9.1,42.716],[9.097,42.715],[9.096,42.716],[9.092,42.716],[9.09,42.715],[9.086,42.715],[9.081,42.709],[9.082,42.705],[9.08,42.701],[9.076,42.7],[9.076,42.696],[9.073,42.696],[9.071,42.693],[9.068,42.692],[9.062,42.694],[9.066,42.686],[9.071,42.685],[9.083,42.679],[9.085,42.676],[9.086,42.672],[9.09,42.669],[9.089,42.666],[9.092,42.663],[9.093,42.66],[9.097,42.659],[9.1,42.656],[9.104,42.657],[9.106,42.656]]]},"properties":{"NOM_COM_M":"SAN GAVINO DI TENDA","INSEE_COM":"2B301","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.43,42.355],[9.432,42.357],[9.433,42.364],[9.43,42.367],[9.426,42.373],[9.417,42.373],[9.414,42.376],[9.411,42.376],[9.404,42.375],[9.402,42.373],[9.403,42.37],[9.407,42.368],[9.41,42.368],[9.414,42.366],[9.416,42.364],[9.421,42.362],[9.423,42.359],[9.43,42.355]]]},"properties":{"NOM_COM_M":"PARATA","INSEE_COM":"2B202","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.36,42.37],[9.358,42.369],[9.356,42.37],[9.35,42.366],[9.349,42.367],[9.344,42.364],[9.338,42.364],[9.333,42.36],[9.331,42.36],[9.333,42.358],[9.334,42.354],[9.334,42.348],[9.335,42.346],[9.339,42.342],[9.344,42.346],[9.345,42.348],[9.345,42.351],[9.348,42.354],[9.348,42.356],[9.35,42.358],[9.357,42.362],[9.36,42.365],[9.362,42.366],[9.365,42.371],[9.363,42.372],[9.36,42.37]]]},"properties":{"NOM_COM_M":"PIEDIPARTINO","INSEE_COM":"2B221","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.312,42.506],[9.31,42.513],[9.312,42.519],[9.31,42.522],[9.311,42.523],[9.31,42.526],[9.313,42.532],[9.318,42.537],[9.322,42.542],[9.321,42.545],[9.315,42.547],[9.312,42.547],[9.306,42.549],[9.301,42.552],[9.294,42.552],[9.291,42.551],[9.29,42.549],[9.288,42.546],[9.289,42.544],[9.288,42.542],[9.289,42.539],[9.289,42.532],[9.291,42.527],[9.293,42.524],[9.294,42.52],[9.294,42.515],[9.297,42.513],[9.299,42.508],[9.303,42.507],[9.306,42.503],[9.31,42.503],[9.312,42.506]]]},"properties":{"NOM_COM_M":"BIGORNO","INSEE_COM":"2B036","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.444,42.27],[9.457,42.27],[9.46,42.269],[9.466,42.272],[9.469,42.271],[9.471,42.272],[9.478,42.271],[9.487,42.267],[9.497,42.265],[9.498,42.262],[9.511,42.254],[9.515,42.252],[9.516,42.25],[9.52,42.248],[9.522,42.246],[9.525,42.246],[9.527,42.244],[9.536,42.242],[9.539,42.241],[9.542,42.242],[9.553,42.241],[9.555,42.252],[9.552,42.249],[9.544,42.251],[9.544,42.252],[9.535,42.259],[9.527,42.267],[9.524,42.267],[9.52,42.268],[9.518,42.27],[9.515,42.271],[9.514,42.271],[9.503,42.275],[9.502,42.276],[9.497,42.278],[9.495,42.278],[9.492,42.28],[9.485,42.282],[9.48,42.282],[9.475,42.284],[9.458,42.285],[9.454,42.282],[9.448,42.279],[9.447,42.274],[9.444,42.27]]]},"properties":{"NOM_COM_M":"CANALE DI VERDE","INSEE_COM":"2B057","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.384,42.5],[9.386,42.498],[9.389,42.497],[9.393,42.497],[9.395,42.496],[9.398,42.493],[9.4,42.494],[9.402,42.498],[9.406,42.5],[9.407,42.506],[9.408,42.509],[9.41,42.506],[9.412,42.506],[9.415,42.503],[9.419,42.506],[9.423,42.511],[9.426,42.511],[9.429,42.514],[9.427,42.519],[9.425,42.52],[9.423,42.518],[9.42,42.519],[9.418,42.522],[9.414,42.525],[9.411,42.526],[9.41,42.523],[9.408,42.522],[9.401,42.522],[9.404,42.518],[9.404,42.516],[9.396,42.518],[9.395,42.517],[9.396,42.514],[9.396,42.507],[9.393,42.504],[9.388,42.504],[9.386,42.505],[9.386,42.509],[9.385,42.51],[9.381,42.508],[9.38,42.506],[9.381,42.503],[9.384,42.5]]]},"properties":{"NOM_COM_M":"PRUNELLI DI CASACCONI","INSEE_COM":"2B250","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.365,42.371],[9.369,42.371],[9.375,42.369],[9.378,42.371],[9.376,42.374],[9.377,42.376],[9.375,42.377],[9.376,42.379],[9.38,42.382],[9.379,42.385],[9.381,42.387],[9.387,42.389],[9.389,42.39],[9.386,42.39],[9.382,42.391],[9.376,42.39],[9.375,42.387],[9.375,42.384],[9.372,42.381],[9.373,42.379],[9.372,42.377],[9.369,42.375],[9.37,42.372],[9.366,42.373],[9.363,42.373],[9.36,42.37],[9.363,42.372],[9.365,42.371]]]},"properties":{"NOM_COM_M":"STAZZONA","INSEE_COM":"2B291","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.368,42.316],[9.372,42.319],[9.381,42.323],[9.385,42.323],[9.386,42.325],[9.393,42.328],[9.393,42.33],[9.397,42.331],[9.399,42.33],[9.402,42.332],[9.398,42.333],[9.394,42.335],[9.395,42.338],[9.39,42.34],[9.387,42.341],[9.384,42.34],[9.379,42.34],[9.373,42.338],[9.366,42.333],[9.358,42.328],[9.354,42.328],[9.354,42.326],[9.357,42.323],[9.362,42.32],[9.364,42.318],[9.368,42.316]]]},"properties":{"NOM_COM_M":"PIETRICAGGIO","INSEE_COM":"2B227","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.367,42.555],[9.344,42.55],[9.346,42.545],[9.353,42.537],[9.352,42.535],[9.359,42.526],[9.364,42.524],[9.369,42.523],[9.372,42.525],[9.373,42.524],[9.379,42.526],[9.381,42.523],[9.383,42.522],[9.391,42.522],[9.387,42.524],[9.385,42.528],[9.381,42.532],[9.374,42.534],[9.375,42.536],[9.374,42.542],[9.371,42.545],[9.373,42.549],[9.374,42.554],[9.375,42.556],[9.367,42.555]]]},"properties":{"NOM_COM_M":"SCOLCA","INSEE_COM":"2B274","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.257,42.392],[9.259,42.393],[9.259,42.395],[9.257,42.396],[9.26,42.399],[9.256,42.402],[9.256,42.403],[9.255,42.403],[9.254,42.408],[9.252,42.413],[9.251,42.414],[9.247,42.413],[9.242,42.413],[9.232,42.418],[9.22,42.417],[9.216,42.419],[9.213,42.418],[9.208,42.418],[9.202,42.416],[9.197,42.418],[9.197,42.415],[9.198,42.413],[9.197,42.406],[9.203,42.405],[9.205,42.404],[9.208,42.4],[9.209,42.395],[9.212,42.393],[9.226,42.393],[9.231,42.391],[9.232,42.387],[9.237,42.386],[9.24,42.387],[9.241,42.389],[9.244,42.391],[9.25,42.39],[9.257,42.392]]]},"properties":{"NOM_COM_M":"AITI","INSEE_COM":"2B003","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.302,42.574],[9.301,42.571],[9.297,42.563],[9.293,42.563],[9.294,42.56],[9.293,42.557],[9.295,42.556],[9.294,42.552],[9.301,42.552],[9.306,42.549],[9.312,42.547],[9.315,42.547],[9.321,42.545],[9.326,42.547],[9.331,42.548],[9.334,42.55],[9.344,42.55],[9.367,42.555],[9.368,42.559],[9.367,42.562],[9.364,42.564],[9.355,42.569],[9.353,42.569],[9.352,42.572],[9.348,42.574],[9.347,42.578],[9.347,42.582],[9.344,42.582],[9.344,42.586],[9.341,42.587],[9.338,42.586],[9.332,42.59],[9.331,42.593],[9.329,42.594],[9.33,42.596],[9.325,42.596],[9.321,42.598],[9.316,42.599],[9.316,42.596],[9.314,42.594],[9.314,42.592],[9.312,42.588],[9.314,42.586],[9.313,42.584],[9.31,42.581],[9.304,42.579],[9.302,42.574]]]},"properties":{"NOM_COM_M":"MURATO","INSEE_COM":"2B172","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.341,42.484],[9.34,42.483],[9.34,42.476],[9.334,42.468],[9.333,42.466],[9.336,42.465],[9.338,42.466],[9.346,42.463],[9.347,42.464],[9.351,42.464],[9.354,42.465],[9.356,42.468],[9.361,42.47],[9.365,42.47],[9.367,42.472],[9.368,42.476],[9.372,42.479],[9.373,42.483],[9.371,42.485],[9.366,42.483],[9.36,42.483],[9.359,42.482],[9.36,42.479],[9.356,42.48],[9.352,42.479],[9.343,42.479],[9.343,42.482],[9.341,42.484]]]},"properties":{"NOM_COM_M":"CROCICCHIA","INSEE_COM":"2B102","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.209,42.395],[9.208,42.4],[9.205,42.404],[9.203,42.405],[9.197,42.406],[9.198,42.413],[9.197,42.415],[9.197,42.418],[9.199,42.421],[9.19,42.422],[9.188,42.419],[9.179,42.412],[9.177,42.411],[9.178,42.408],[9.174,42.401],[9.169,42.4],[9.166,42.397],[9.165,42.394],[9.167,42.393],[9.164,42.39],[9.166,42.386],[9.165,42.385],[9.161,42.385],[9.16,42.38],[9.164,42.373],[9.166,42.371],[9.168,42.371],[9.171,42.367],[9.174,42.364],[9.177,42.366],[9.18,42.364],[9.182,42.361],[9.185,42.359],[9.193,42.358],[9.195,42.356],[9.199,42.358],[9.203,42.353],[9.206,42.352],[9.209,42.352],[9.212,42.355],[9.216,42.36],[9.224,42.358],[9.229,42.359],[9.227,42.363],[9.226,42.367],[9.227,42.369],[9.226,42.373],[9.226,42.376],[9.228,42.384],[9.222,42.385],[9.219,42.385],[9.209,42.389],[9.207,42.388],[9.203,42.389],[9.201,42.391],[9.206,42.394],[9.209,42.395]]]},"properties":{"NOM_COM_M":"OMESSA","INSEE_COM":"2B193","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.112,42.388],[9.117,42.389],[9.119,42.392],[9.121,42.392],[9.13,42.39],[9.135,42.39],[9.146,42.392],[9.152,42.395],[9.149,42.4],[9.151,42.408],[9.149,42.414],[9.15,42.415],[9.149,42.418],[9.15,42.42],[9.147,42.422],[9.144,42.422],[9.139,42.426],[9.131,42.428],[9.129,42.426],[9.125,42.427],[9.117,42.427],[9.114,42.428],[9.113,42.43],[9.107,42.43],[9.101,42.43],[9.093,42.428],[9.09,42.429],[9.088,42.428],[9.082,42.427],[9.079,42.428],[9.079,42.424],[9.081,42.42],[9.079,42.418],[9.074,42.417],[9.077,42.412],[9.078,42.409],[9.08,42.408],[9.081,42.404],[9.084,42.404],[9.088,42.402],[9.088,42.4],[9.093,42.39],[9.092,42.389],[9.098,42.386],[9.101,42.387],[9.107,42.388],[9.112,42.388]]]},"properties":{"NOM_COM_M":"CASTIGLIONE","INSEE_COM":"2B081","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.385,42.399],[9.377,42.401],[9.37,42.401],[9.366,42.404],[9.362,42.404],[9.357,42.406],[9.35,42.407],[9.349,42.406],[9.342,42.405],[9.34,42.404],[9.34,42.402],[9.342,42.403],[9.346,42.401],[9.352,42.402],[9.357,42.4],[9.362,42.396],[9.364,42.397],[9.367,42.396],[9.369,42.395],[9.375,42.397],[9.383,42.398],[9.385,42.399]]]},"properties":{"NOM_COM_M":"POLVEROSO","INSEE_COM":"2B243","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.535,42.359],[9.534,42.362],[9.533,42.369],[9.532,42.373],[9.533,42.378],[9.53,42.378],[9.526,42.376],[9.521,42.378],[9.519,42.378],[9.515,42.38],[9.513,42.379],[9.508,42.382],[9.505,42.38],[9.503,42.377],[9.498,42.374],[9.49,42.373],[9.487,42.374],[9.483,42.372],[9.482,42.37],[9.483,42.367],[9.485,42.366],[9.482,42.362],[9.479,42.359],[9.482,42.355],[9.486,42.359],[9.49,42.362],[9.493,42.361],[9.496,42.361],[9.498,42.362],[9.503,42.361],[9.505,42.36],[9.516,42.362],[9.519,42.36],[9.526,42.36],[9.53,42.358],[9.535,42.359]]]},"properties":{"NOM_COM_M":"SAN NICOLAO","INSEE_COM":"2B313","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.409,42.447],[9.407,42.444],[9.403,42.442],[9.404,42.439],[9.403,42.435],[9.405,42.431],[9.412,42.431],[9.418,42.428],[9.42,42.426],[9.425,42.428],[9.429,42.428],[9.432,42.426],[9.434,42.429],[9.439,42.43],[9.442,42.429],[9.445,42.43],[9.445,42.432],[9.449,42.436],[9.446,42.439],[9.442,42.439],[9.44,42.44],[9.435,42.441],[9.434,42.439],[9.421,42.439],[9.418,42.442],[9.42,42.443],[9.417,42.446],[9.409,42.447]]]},"properties":{"NOM_COM_M":"CASALTA","INSEE_COM":"2B072","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.394,42.373],[9.391,42.376],[9.388,42.381],[9.387,42.389],[9.381,42.387],[9.379,42.385],[9.38,42.382],[9.376,42.379],[9.375,42.377],[9.377,42.376],[9.376,42.374],[9.378,42.371],[9.375,42.369],[9.377,42.366],[9.379,42.365],[9.381,42.365],[9.384,42.366],[9.387,42.365],[9.392,42.368],[9.392,42.37],[9.394,42.373]]]},"properties":{"NOM_COM_M":"RAPAGGIO","INSEE_COM":"2B256","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.554,42.157],[9.554,42.163],[9.556,42.18],[9.558,42.191],[9.559,42.195],[9.559,42.198],[9.556,42.202],[9.556,42.215],[9.554,42.218],[9.552,42.226],[9.552,42.233],[9.553,42.241],[9.542,42.242],[9.539,42.241],[9.536,42.242],[9.527,42.244],[9.525,42.246],[9.522,42.246],[9.52,42.248],[9.516,42.25],[9.515,42.252],[9.511,42.254],[9.498,42.262],[9.497,42.265],[9.487,42.267],[9.478,42.271],[9.471,42.272],[9.469,42.271],[9.466,42.272],[9.46,42.269],[9.457,42.27],[9.444,42.27],[9.444,42.266],[9.445,42.264],[9.447,42.264],[9.451,42.26],[9.454,42.25],[9.456,42.247],[9.458,42.246],[9.46,42.243],[9.466,42.242],[9.469,42.241],[9.471,42.236],[9.474,42.235],[9.474,42.233],[9.477,42.226],[9.475,42.221],[9.473,42.222],[9.471,42.22],[9.47,42.213],[9.474,42.205],[9.477,42.201],[9.479,42.195],[9.479,42.191],[9.483,42.19],[9.485,42.188],[9.487,42.188],[9.492,42.186],[9.494,42.184],[9.497,42.184],[9.499,42.182],[9.502,42.183],[9.504,42.178],[9.51,42.176],[9.511,42.175],[9.516,42.175],[9.516,42.173],[9.514,42.172],[9.514,42.169],[9.519,42.169],[9.52,42.168],[9.524,42.168],[9.525,42.165],[9.528,42.167],[9.531,42.168],[9.533,42.166],[9.54,42.166],[9.543,42.167],[9.544,42.163],[9.547,42.158],[9.55,42.157],[9.554,42.157]]]},"properties":{"NOM_COM_M":"LINGUIZZETTA","INSEE_COM":"2B143","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.436,42.461],[9.428,42.457],[9.427,42.45],[9.434,42.441],[9.435,42.441],[9.44,42.44],[9.442,42.439],[9.446,42.439],[9.449,42.436],[9.453,42.437],[9.451,42.441],[9.455,42.443],[9.451,42.444],[9.453,42.446],[9.457,42.444],[9.456,42.448],[9.459,42.45],[9.461,42.449],[9.462,42.446],[9.461,42.45],[9.447,42.457],[9.445,42.459],[9.441,42.459],[9.436,42.461]]]},"properties":{"NOM_COM_M":"PORRI","INSEE_COM":"2B245","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.462,42.446],[9.469,42.446],[9.473,42.445],[9.477,42.446],[9.481,42.445],[9.483,42.446],[9.486,42.444],[9.49,42.444],[9.492,42.445],[9.493,42.443],[9.497,42.444],[9.5,42.442],[9.503,42.442],[9.506,42.44],[9.508,42.44],[9.517,42.443],[9.521,42.44],[9.529,42.44],[9.53,42.438],[9.534,42.438],[9.535,42.439],[9.539,42.438],[9.541,42.439],[9.541,42.442],[9.542,42.448],[9.541,42.453],[9.541,42.46],[9.539,42.462],[9.538,42.466],[9.536,42.47],[9.523,42.469],[9.522,42.467],[9.516,42.465],[9.514,42.463],[9.509,42.462],[9.493,42.462],[9.488,42.46],[9.479,42.46],[9.474,42.461],[9.471,42.463],[9.467,42.464],[9.467,42.47],[9.464,42.476],[9.462,42.474],[9.456,42.471],[9.454,42.468],[9.45,42.468],[9.444,42.466],[9.438,42.465],[9.436,42.464],[9.436,42.461],[9.441,42.459],[9.445,42.459],[9.447,42.457],[9.461,42.45],[9.462,42.446]]]},"properties":{"NOM_COM_M":"PENTA DI CASINCA","INSEE_COM":"2B207","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.385,42.51],[9.374,42.508],[9.37,42.505],[9.367,42.505],[9.361,42.506],[9.354,42.509],[9.351,42.509],[9.349,42.511],[9.346,42.511],[9.339,42.51],[9.338,42.507],[9.335,42.506],[9.33,42.506],[9.332,42.504],[9.333,42.5],[9.336,42.496],[9.337,42.491],[9.341,42.485],[9.341,42.484],[9.343,42.482],[9.343,42.479],[9.352,42.479],[9.356,42.48],[9.36,42.479],[9.359,42.482],[9.36,42.483],[9.366,42.483],[9.371,42.485],[9.372,42.488],[9.375,42.489],[9.374,42.493],[9.376,42.494],[9.377,42.497],[9.381,42.503],[9.38,42.506],[9.381,42.508],[9.385,42.51]]]},"properties":{"NOM_COM_M":"CAMPILE","INSEE_COM":"2B054","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.306,42.312],[9.304,42.313],[9.298,42.311],[9.293,42.31],[9.291,42.312],[9.291,42.316],[9.29,42.318],[9.285,42.317],[9.282,42.32],[9.278,42.319],[9.28,42.313],[9.278,42.311],[9.279,42.306],[9.274,42.303],[9.278,42.299],[9.278,42.297],[9.281,42.296],[9.289,42.301],[9.294,42.301],[9.297,42.308],[9.301,42.309],[9.303,42.311],[9.306,42.312]]]},"properties":{"NOM_COM_M":"ALANDO","INSEE_COM":"2B005","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.39,42.416],[9.394,42.415],[9.405,42.415],[9.408,42.416],[9.415,42.417],[9.415,42.422],[9.417,42.425],[9.418,42.428],[9.412,42.431],[9.405,42.431],[9.404,42.429],[9.399,42.427],[9.397,42.427],[9.394,42.424],[9.392,42.425],[9.391,42.423],[9.392,42.42],[9.39,42.416]]]},"properties":{"NOM_COM_M":"SCATA","INSEE_COM":"2B273","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.427,42.519],[9.429,42.514],[9.433,42.514],[9.439,42.517],[9.442,42.519],[9.444,42.522],[9.449,42.525],[9.452,42.526],[9.453,42.525],[9.461,42.527],[9.465,42.53],[9.47,42.532],[9.469,42.534],[9.478,42.535],[9.48,42.533],[9.483,42.533],[9.485,42.536],[9.488,42.537],[9.491,42.534],[9.494,42.533],[9.498,42.535],[9.5,42.538],[9.505,42.535],[9.513,42.535],[9.514,42.532],[9.519,42.531],[9.521,42.529],[9.52,42.527],[9.521,42.524],[9.525,42.524],[9.529,42.526],[9.533,42.524],[9.534,42.523],[9.534,42.527],[9.533,42.534],[9.534,42.537],[9.533,42.545],[9.532,42.55],[9.529,42.558],[9.529,42.56],[9.527,42.565],[9.519,42.563],[9.487,42.556],[9.486,42.555],[9.47,42.552],[9.453,42.552],[9.451,42.551],[9.442,42.551],[9.437,42.549],[9.431,42.549],[9.43,42.55],[9.427,42.549],[9.423,42.551],[9.411,42.551],[9.407,42.552],[9.396,42.55],[9.404,42.547],[9.406,42.544],[9.405,42.542],[9.407,42.539],[9.415,42.537],[9.419,42.535],[9.421,42.531],[9.426,42.528],[9.428,42.526],[9.428,42.522],[9.427,42.519]]]},"properties":{"NOM_COM_M":"LUCCIANA","INSEE_COM":"2B148","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.375,42.438],[9.377,42.436],[9.376,42.434],[9.37,42.433],[9.37,42.432],[9.366,42.432],[9.358,42.429],[9.356,42.427],[9.354,42.427],[9.352,42.425],[9.348,42.423],[9.339,42.423],[9.333,42.421],[9.331,42.421],[9.327,42.417],[9.325,42.415],[9.324,42.411],[9.337,42.412],[9.345,42.413],[9.357,42.418],[9.362,42.417],[9.364,42.418],[9.362,42.419],[9.362,42.422],[9.36,42.425],[9.361,42.427],[9.363,42.427],[9.364,42.429],[9.37,42.432],[9.373,42.433],[9.377,42.433],[9.381,42.43],[9.385,42.429],[9.388,42.429],[9.394,42.427],[9.397,42.427],[9.395,42.429],[9.393,42.433],[9.391,42.434],[9.391,42.437],[9.388,42.438],[9.387,42.44],[9.384,42.442],[9.383,42.443],[9.378,42.442],[9.375,42.438]]]},"properties":{"NOM_COM_M":"PORTA","INSEE_COM":"2B246","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.381,42.365],[9.384,42.365],[9.385,42.363],[9.387,42.363],[9.391,42.36],[9.391,42.357],[9.392,42.354],[9.402,42.354],[9.404,42.355],[9.411,42.356],[9.412,42.358],[9.416,42.358],[9.419,42.357],[9.422,42.355],[9.43,42.355],[9.423,42.359],[9.421,42.362],[9.416,42.364],[9.414,42.366],[9.41,42.368],[9.407,42.368],[9.403,42.37],[9.402,42.373],[9.4,42.374],[9.398,42.372],[9.394,42.373],[9.392,42.37],[9.392,42.368],[9.387,42.365],[9.384,42.366],[9.381,42.365]]]},"properties":{"NOM_COM_M":"VALLE D OREZZA","INSEE_COM":"2B338","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.382,42.668],[9.377,42.67],[9.376,42.672],[9.37,42.673],[9.365,42.675],[9.347,42.675],[9.338,42.678],[9.334,42.675],[9.332,42.675],[9.328,42.672],[9.326,42.672],[9.324,42.67],[9.321,42.668],[9.321,42.666],[9.332,42.661],[9.332,42.66],[9.339,42.656],[9.34,42.653],[9.347,42.646],[9.351,42.645],[9.354,42.642],[9.355,42.639],[9.363,42.635],[9.366,42.634],[9.37,42.635],[9.373,42.635],[9.374,42.633],[9.379,42.634],[9.384,42.634],[9.388,42.637],[9.392,42.638],[9.389,42.641],[9.385,42.643],[9.386,42.648],[9.384,42.65],[9.383,42.653],[9.38,42.658],[9.38,42.666],[9.382,42.668]]]},"properties":{"NOM_COM_M":"POGGIO D OLETTA","INSEE_COM":"2B239","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.285,42.5],[9.288,42.498],[9.293,42.498],[9.296,42.497],[9.297,42.495],[9.299,42.495],[9.302,42.498],[9.303,42.501],[9.306,42.503],[9.303,42.507],[9.299,42.508],[9.297,42.513],[9.294,42.515],[9.294,42.52],[9.293,42.524],[9.291,42.527],[9.289,42.532],[9.289,42.539],[9.288,42.542],[9.289,42.544],[9.288,42.546],[9.29,42.549],[9.287,42.551],[9.284,42.55],[9.28,42.551],[9.269,42.551],[9.266,42.552],[9.264,42.551],[9.26,42.555],[9.246,42.555],[9.243,42.557],[9.235,42.555],[9.234,42.551],[9.229,42.549],[9.225,42.547],[9.226,42.545],[9.225,42.543],[9.227,42.54],[9.225,42.538],[9.224,42.53],[9.222,42.528],[9.227,42.525],[9.231,42.524],[9.232,42.52],[9.236,42.52],[9.243,42.521],[9.251,42.521],[9.251,42.516],[9.257,42.516],[9.262,42.52],[9.267,42.52],[9.27,42.516],[9.273,42.515],[9.276,42.512],[9.276,42.51],[9.279,42.51],[9.282,42.508],[9.285,42.504],[9.288,42.503],[9.285,42.5]]]},"properties":{"NOM_COM_M":"LENTO","INSEE_COM":"2B140","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.396,42.55],[9.392,42.551],[9.387,42.557],[9.382,42.56],[9.375,42.556],[9.374,42.554],[9.373,42.549],[9.371,42.545],[9.374,42.542],[9.375,42.536],[9.374,42.534],[9.381,42.532],[9.385,42.528],[9.387,42.524],[9.391,42.522],[9.397,42.52],[9.401,42.522],[9.408,42.522],[9.41,42.523],[9.411,42.526],[9.414,42.525],[9.418,42.522],[9.42,42.519],[9.423,42.518],[9.425,42.52],[9.427,42.519],[9.428,42.522],[9.428,42.526],[9.426,42.528],[9.421,42.531],[9.419,42.535],[9.415,42.537],[9.407,42.539],[9.405,42.542],[9.406,42.544],[9.404,42.547],[9.396,42.55]]]},"properties":{"NOM_COM_M":"VIGNALE","INSEE_COM":"2B350","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.326,42.399],[9.34,42.402],[9.34,42.404],[9.342,42.405],[9.349,42.406],[9.35,42.407],[9.357,42.406],[9.362,42.404],[9.366,42.404],[9.37,42.401],[9.377,42.401],[9.385,42.399],[9.389,42.398],[9.39,42.401],[9.392,42.404],[9.392,42.407],[9.389,42.408],[9.382,42.408],[9.376,42.412],[9.373,42.415],[9.369,42.416],[9.367,42.415],[9.364,42.418],[9.362,42.417],[9.357,42.418],[9.345,42.413],[9.337,42.412],[9.324,42.411],[9.324,42.405],[9.326,42.402],[9.326,42.399]]]},"properties":{"NOM_COM_M":"CROCE","INSEE_COM":"2B101","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.421,42.289],[9.428,42.287],[9.431,42.282],[9.437,42.277],[9.441,42.275],[9.444,42.27],[9.447,42.274],[9.448,42.279],[9.454,42.282],[9.458,42.285],[9.458,42.288],[9.467,42.297],[9.468,42.3],[9.465,42.303],[9.463,42.303],[9.461,42.305],[9.455,42.307],[9.447,42.31],[9.443,42.309],[9.441,42.306],[9.441,42.302],[9.439,42.301],[9.434,42.302],[9.431,42.301],[9.428,42.302],[9.426,42.301],[9.424,42.297],[9.424,42.294],[9.421,42.291],[9.421,42.289]]]},"properties":{"NOM_COM_M":"PIETRA DI VERDE","INSEE_COM":"2B225","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.426,42.301],[9.428,42.302],[9.431,42.301],[9.434,42.302],[9.439,42.301],[9.441,42.302],[9.441,42.306],[9.443,42.309],[9.447,42.31],[9.455,42.307],[9.46,42.311],[9.458,42.315],[9.456,42.316],[9.451,42.314],[9.447,42.313],[9.447,42.315],[9.443,42.315],[9.438,42.317],[9.437,42.316],[9.434,42.318],[9.433,42.317],[9.43,42.32],[9.426,42.318],[9.422,42.321],[9.415,42.318],[9.413,42.318],[9.418,42.316],[9.418,42.313],[9.421,42.314],[9.425,42.313],[9.426,42.311],[9.423,42.309],[9.42,42.303],[9.422,42.3],[9.426,42.301]]]},"properties":{"NOM_COM_M":"ORTALE","INSEE_COM":"2B194","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.395,42.635],[9.404,42.635],[9.411,42.637],[9.418,42.64],[9.423,42.638],[9.434,42.638],[9.434,42.636],[9.438,42.635],[9.443,42.638],[9.458,42.64],[9.463,42.639],[9.457,42.647],[9.454,42.653],[9.45,42.662],[9.443,42.661],[9.435,42.662],[9.429,42.665],[9.424,42.665],[9.412,42.667],[9.406,42.669],[9.404,42.671],[9.397,42.673],[9.393,42.675],[9.393,42.673],[9.39,42.67],[9.385,42.668],[9.382,42.668],[9.38,42.666],[9.38,42.658],[9.383,42.653],[9.384,42.65],[9.386,42.648],[9.385,42.643],[9.389,42.641],[9.392,42.638],[9.395,42.635]]]},"properties":{"NOM_COM_M":"FURIANI","INSEE_COM":"2B120","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.392,42.449],[9.396,42.452],[9.397,42.455],[9.399,42.456],[9.403,42.46],[9.408,42.463],[9.407,42.466],[9.405,42.468],[9.407,42.472],[9.407,42.475],[9.41,42.479],[9.41,42.481],[9.412,42.487],[9.415,42.491],[9.418,42.492],[9.425,42.496],[9.434,42.499],[9.439,42.499],[9.446,42.503],[9.451,42.504],[9.449,42.509],[9.451,42.512],[9.449,42.516],[9.45,42.518],[9.448,42.521],[9.452,42.523],[9.453,42.525],[9.452,42.526],[9.449,42.525],[9.444,42.522],[9.442,42.519],[9.439,42.517],[9.444,42.513],[9.441,42.512],[9.439,42.51],[9.433,42.508],[9.431,42.505],[9.429,42.504],[9.427,42.501],[9.422,42.501],[9.416,42.497],[9.416,42.495],[9.414,42.494],[9.41,42.494],[9.409,42.491],[9.405,42.489],[9.399,42.487],[9.393,42.489],[9.387,42.494],[9.385,42.497],[9.384,42.5],[9.381,42.503],[9.377,42.497],[9.376,42.494],[9.374,42.493],[9.375,42.489],[9.372,42.488],[9.371,42.485],[9.373,42.483],[9.372,42.479],[9.373,42.474],[9.375,42.473],[9.375,42.47],[9.377,42.469],[9.377,42.467],[9.379,42.465],[9.379,42.463],[9.381,42.462],[9.384,42.457],[9.385,42.457],[9.386,42.451],[9.392,42.449]]]},"properties":{"NOM_COM_M":"MONTE","INSEE_COM":"2B166","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.34,42.342],[9.344,42.339],[9.357,42.345],[9.363,42.346],[9.364,42.345],[9.368,42.347],[9.373,42.347],[9.368,42.349],[9.366,42.351],[9.372,42.353],[9.373,42.357],[9.375,42.36],[9.375,42.364],[9.377,42.363],[9.379,42.365],[9.377,42.366],[9.375,42.369],[9.369,42.371],[9.365,42.371],[9.362,42.366],[9.36,42.365],[9.357,42.362],[9.35,42.358],[9.348,42.356],[9.348,42.354],[9.345,42.351],[9.345,42.348],[9.344,42.346],[9.339,42.342],[9.34,42.342]]]},"properties":{"NOM_COM_M":"CARCHETO BRUSTICO","INSEE_COM":"2B063","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.392,42.354],[9.386,42.352],[9.382,42.349],[9.373,42.347],[9.368,42.347],[9.364,42.345],[9.363,42.346],[9.357,42.345],[9.344,42.339],[9.347,42.335],[9.347,42.33],[9.349,42.328],[9.354,42.328],[9.358,42.328],[9.366,42.333],[9.373,42.338],[9.379,42.34],[9.384,42.34],[9.387,42.341],[9.39,42.34],[9.388,42.342],[9.388,42.345],[9.391,42.346],[9.393,42.348],[9.394,42.351],[9.392,42.354]]]},"properties":{"NOM_COM_M":"PIOBETTA","INSEE_COM":"2B234","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.397,42.455],[9.404,42.452],[9.409,42.447],[9.417,42.446],[9.42,42.443],[9.418,42.442],[9.421,42.439],[9.434,42.439],[9.435,42.441],[9.434,42.441],[9.427,42.45],[9.428,42.457],[9.436,42.461],[9.436,42.464],[9.433,42.462],[9.424,42.462],[9.422,42.461],[9.419,42.462],[9.417,42.464],[9.408,42.463],[9.403,42.46],[9.399,42.456],[9.397,42.455]]]},"properties":{"NOM_COM_M":"SILVARECCIO","INSEE_COM":"2B280","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.489,42.389],[9.486,42.382],[9.486,42.38],[9.484,42.379],[9.484,42.377],[9.482,42.375],[9.487,42.374],[9.49,42.373],[9.498,42.374],[9.503,42.377],[9.505,42.38],[9.508,42.382],[9.513,42.379],[9.515,42.38],[9.519,42.378],[9.521,42.378],[9.526,42.376],[9.53,42.378],[9.533,42.378],[9.532,42.384],[9.535,42.394],[9.532,42.394],[9.527,42.395],[9.521,42.394],[9.518,42.394],[9.514,42.393],[9.511,42.393],[9.511,42.39],[9.506,42.389],[9.504,42.388],[9.5,42.388],[9.499,42.386],[9.494,42.388],[9.491,42.388],[9.489,42.389]]]},"properties":{"NOM_COM_M":"SANTA LUCIA DI MORIANI","INSEE_COM":"2B307","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.396,42.298],[9.398,42.292],[9.401,42.289],[9.401,42.283],[9.402,42.279],[9.4,42.278],[9.401,42.275],[9.4,42.271],[9.397,42.266],[9.398,42.264],[9.401,42.263],[9.404,42.263],[9.406,42.265],[9.406,42.267],[9.408,42.268],[9.411,42.272],[9.418,42.273],[9.42,42.276],[9.431,42.281],[9.431,42.282],[9.428,42.287],[9.421,42.289],[9.418,42.291],[9.414,42.296],[9.409,42.295],[9.403,42.296],[9.401,42.297],[9.396,42.298]]]},"properties":{"NOM_COM_M":"MOITA","INSEE_COM":"2B161","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.479,42.337],[9.486,42.336],[9.506,42.33],[9.509,42.33],[9.513,42.331],[9.516,42.33],[9.521,42.331],[9.521,42.329],[9.525,42.33],[9.529,42.329],[9.535,42.324],[9.537,42.327],[9.543,42.328],[9.541,42.337],[9.536,42.338],[9.533,42.343],[9.53,42.342],[9.52,42.342],[9.52,42.343],[9.515,42.343],[9.512,42.341],[9.506,42.339],[9.498,42.341],[9.493,42.34],[9.49,42.341],[9.485,42.341],[9.48,42.342],[9.479,42.337]]]},"properties":{"NOM_COM_M":"VALLE DI CAMPOLORO","INSEE_COM":"2B335","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.28,42.364],[9.281,42.366],[9.279,42.368],[9.281,42.372],[9.277,42.375],[9.279,42.379],[9.276,42.379],[9.276,42.382],[9.274,42.382],[9.271,42.386],[9.269,42.386],[9.265,42.384],[9.26,42.386],[9.259,42.387],[9.259,42.385],[9.255,42.384],[9.253,42.378],[9.251,42.376],[9.251,42.371],[9.257,42.371],[9.26,42.368],[9.272,42.367],[9.273,42.366],[9.279,42.365],[9.28,42.364]]]},"properties":{"NOM_COM_M":"ERONE","INSEE_COM":"2B106","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.439,42.408],[9.437,42.407],[9.431,42.406],[9.427,42.407],[9.422,42.41],[9.419,42.41],[9.417,42.416],[9.415,42.417],[9.408,42.416],[9.405,42.415],[9.394,42.415],[9.39,42.416],[9.391,42.412],[9.389,42.408],[9.392,42.407],[9.392,42.404],[9.399,42.402],[9.406,42.402],[9.413,42.401],[9.416,42.4],[9.421,42.395],[9.424,42.391],[9.426,42.392],[9.426,42.394],[9.428,42.396],[9.428,42.398],[9.439,42.401],[9.445,42.404],[9.447,42.404],[9.439,42.408]]]},"properties":{"NOM_COM_M":"SAN DAMIANO","INSEE_COM":"2B297","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.481,42.422],[9.48,42.417],[9.475,42.415],[9.472,42.411],[9.474,42.407],[9.477,42.405],[9.477,42.403],[9.481,42.401],[9.486,42.402],[9.491,42.404],[9.494,42.406],[9.493,42.409],[9.499,42.41],[9.505,42.41],[9.506,42.409],[9.51,42.41],[9.513,42.413],[9.513,42.416],[9.518,42.415],[9.523,42.413],[9.526,42.413],[9.53,42.414],[9.535,42.412],[9.538,42.412],[9.54,42.418],[9.542,42.421],[9.542,42.424],[9.543,42.429],[9.542,42.428],[9.535,42.43],[9.534,42.429],[9.522,42.431],[9.519,42.429],[9.512,42.426],[9.508,42.427],[9.504,42.427],[9.502,42.428],[9.501,42.426],[9.494,42.423],[9.492,42.424],[9.489,42.423],[9.486,42.425],[9.481,42.422]]]},"properties":{"NOM_COM_M":"TALASANI","INSEE_COM":"2B319","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.327,42.435],[9.331,42.432],[9.344,42.432],[9.346,42.433],[9.357,42.431],[9.363,42.431],[9.365,42.434],[9.369,42.433],[9.374,42.437],[9.373,42.438],[9.37,42.438],[9.367,42.437],[9.366,42.435],[9.363,42.436],[9.362,42.44],[9.36,42.444],[9.359,42.441],[9.356,42.44],[9.353,42.44],[9.35,42.439],[9.346,42.439],[9.337,42.437],[9.334,42.44],[9.33,42.442],[9.328,42.444],[9.325,42.439],[9.327,42.435]]]},"properties":{"NOM_COM_M":"POGGIO MARINACCIO","INSEE_COM":"2B241","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.222,42.528],[9.22,42.522],[9.222,42.518],[9.219,42.516],[9.207,42.517],[9.204,42.516],[9.2,42.513],[9.198,42.51],[9.195,42.509],[9.193,42.506],[9.191,42.504],[9.19,42.501],[9.187,42.5],[9.184,42.497],[9.18,42.494],[9.18,42.492],[9.184,42.492],[9.188,42.491],[9.19,42.487],[9.19,42.485],[9.192,42.483],[9.196,42.483],[9.201,42.482],[9.201,42.48],[9.203,42.479],[9.204,42.476],[9.207,42.475],[9.21,42.472],[9.213,42.471],[9.218,42.473],[9.219,42.474],[9.225,42.473],[9.229,42.47],[9.236,42.469],[9.241,42.472],[9.25,42.47],[9.255,42.475],[9.262,42.476],[9.265,42.477],[9.277,42.492],[9.282,42.496],[9.285,42.5],[9.288,42.503],[9.285,42.504],[9.282,42.508],[9.279,42.51],[9.276,42.51],[9.276,42.512],[9.273,42.515],[9.27,42.516],[9.267,42.52],[9.262,42.52],[9.257,42.516],[9.251,42.516],[9.251,42.521],[9.243,42.521],[9.236,42.52],[9.232,42.52],[9.231,42.524],[9.227,42.525],[9.222,42.528]]]},"properties":{"NOM_COM_M":"CANAVAGGIA","INSEE_COM":"2B059","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.426,42.301],[9.422,42.3],[9.42,42.303],[9.423,42.309],[9.426,42.311],[9.425,42.313],[9.421,42.314],[9.418,42.313],[9.418,42.316],[9.413,42.318],[9.409,42.315],[9.404,42.317],[9.403,42.315],[9.398,42.312],[9.396,42.309],[9.396,42.305],[9.399,42.303],[9.396,42.298],[9.401,42.297],[9.403,42.296],[9.409,42.295],[9.414,42.296],[9.418,42.291],[9.421,42.289],[9.421,42.291],[9.424,42.294],[9.424,42.297],[9.426,42.301]]]},"properties":{"NOM_COM_M":"NOVALE","INSEE_COM":"2B179","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.47,42.334],[9.473,42.332],[9.474,42.33],[9.474,42.325],[9.477,42.323],[9.482,42.324],[9.485,42.321],[9.49,42.317],[9.494,42.317],[9.497,42.319],[9.501,42.319],[9.505,42.32],[9.508,42.319],[9.513,42.319],[9.515,42.318],[9.524,42.316],[9.526,42.314],[9.529,42.313],[9.536,42.304],[9.54,42.3],[9.545,42.3],[9.554,42.299],[9.553,42.301],[9.55,42.316],[9.548,42.32],[9.546,42.321],[9.543,42.328],[9.537,42.327],[9.535,42.324],[9.529,42.329],[9.525,42.33],[9.521,42.329],[9.521,42.331],[9.516,42.33],[9.513,42.331],[9.509,42.33],[9.506,42.33],[9.486,42.336],[9.479,42.337],[9.477,42.337],[9.47,42.334]]]},"properties":{"NOM_COM_M":"CERVIONE","INSEE_COM":"2B087","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.39,42.34],[9.395,42.338],[9.394,42.335],[9.398,42.333],[9.402,42.332],[9.403,42.331],[9.406,42.335],[9.413,42.335],[9.411,42.34],[9.414,42.341],[9.413,42.345],[9.411,42.347],[9.413,42.35],[9.411,42.356],[9.404,42.355],[9.402,42.354],[9.392,42.354],[9.394,42.351],[9.393,42.348],[9.391,42.346],[9.388,42.345],[9.388,42.342],[9.39,42.34]]]},"properties":{"NOM_COM_M":"TARRANO","INSEE_COM":"2B321","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.42,42.385],[9.424,42.383],[9.425,42.38],[9.427,42.379],[9.427,42.374],[9.426,42.373],[9.43,42.367],[9.433,42.364],[9.435,42.366],[9.435,42.369],[9.439,42.376],[9.444,42.377],[9.447,42.377],[9.451,42.381],[9.456,42.385],[9.458,42.388],[9.46,42.388],[9.461,42.39],[9.465,42.388],[9.47,42.387],[9.475,42.389],[9.483,42.389],[9.487,42.388],[9.488,42.39],[9.489,42.392],[9.488,42.394],[9.488,42.398],[9.486,42.402],[9.481,42.401],[9.477,42.403],[9.477,42.405],[9.474,42.407],[9.472,42.411],[9.47,42.41],[9.469,42.407],[9.466,42.405],[9.458,42.403],[9.449,42.403],[9.447,42.404],[9.445,42.404],[9.439,42.401],[9.428,42.398],[9.428,42.396],[9.426,42.394],[9.426,42.392],[9.424,42.391],[9.422,42.39],[9.423,42.388],[9.42,42.385]]]},"properties":{"NOM_COM_M":"VELONE ORNETO","INSEE_COM":"2B340","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.536,42.47],[9.531,42.484],[9.525,42.484],[9.51,42.48],[9.494,42.476],[9.489,42.475],[9.485,42.473],[9.482,42.473],[9.479,42.474],[9.472,42.474],[9.47,42.475],[9.467,42.475],[9.464,42.476],[9.467,42.47],[9.467,42.464],[9.471,42.463],[9.474,42.461],[9.479,42.46],[9.488,42.46],[9.493,42.462],[9.509,42.462],[9.514,42.463],[9.516,42.465],[9.522,42.467],[9.523,42.469],[9.536,42.47]]]},"properties":{"NOM_COM_M":"CASTELLARE DI CASINCA","INSEE_COM":"2B077","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.389,42.408],[9.391,42.412],[9.39,42.416],[9.392,42.42],[9.391,42.423],[9.392,42.425],[9.394,42.424],[9.397,42.427],[9.394,42.427],[9.388,42.429],[9.385,42.429],[9.381,42.43],[9.377,42.433],[9.373,42.433],[9.37,42.432],[9.364,42.429],[9.363,42.427],[9.361,42.427],[9.36,42.425],[9.362,42.422],[9.362,42.419],[9.364,42.418],[9.367,42.415],[9.369,42.416],[9.373,42.415],[9.376,42.412],[9.382,42.408],[9.389,42.408]]]},"properties":{"NOM_COM_M":"FICAJA","INSEE_COM":"2B113","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.339,42.342],[9.335,42.346],[9.334,42.348],[9.334,42.354],[9.333,42.358],[9.331,42.36],[9.329,42.363],[9.323,42.361],[9.32,42.362],[9.315,42.362],[9.308,42.357],[9.309,42.353],[9.306,42.354],[9.298,42.355],[9.298,42.357],[9.295,42.359],[9.287,42.361],[9.281,42.36],[9.279,42.361],[9.275,42.358],[9.273,42.353],[9.27,42.351],[9.272,42.341],[9.276,42.338],[9.279,42.335],[9.281,42.335],[9.286,42.334],[9.292,42.337],[9.307,42.337],[9.311,42.338],[9.313,42.337],[9.316,42.338],[9.326,42.335],[9.335,42.338],[9.34,42.342],[9.339,42.342]]]},"properties":{"NOM_COM_M":"CARTICASI","INSEE_COM":"2B068","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.408,42.463],[9.417,42.464],[9.419,42.462],[9.422,42.461],[9.424,42.462],[9.433,42.462],[9.436,42.464],[9.435,42.465],[9.439,42.471],[9.443,42.476],[9.444,42.48],[9.449,42.482],[9.445,42.487],[9.44,42.488],[9.433,42.488],[9.43,42.49],[9.418,42.492],[9.415,42.491],[9.412,42.487],[9.41,42.481],[9.41,42.479],[9.407,42.475],[9.407,42.472],[9.405,42.468],[9.407,42.466],[9.408,42.463]]]},"properties":{"NOM_COM_M":"LORETO DI CASINCA","INSEE_COM":"2B145","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.36,42.444],[9.358,42.446],[9.36,42.449],[9.36,42.451],[9.358,42.452],[9.354,42.451],[9.35,42.449],[9.347,42.449],[9.343,42.447],[9.337,42.447],[9.332,42.446],[9.331,42.444],[9.328,42.444],[9.33,42.442],[9.334,42.44],[9.337,42.437],[9.346,42.439],[9.35,42.439],[9.353,42.44],[9.356,42.44],[9.359,42.441],[9.36,42.444]]]},"properties":{"NOM_COM_M":"GIOCATOJO","INSEE_COM":"2B125","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.398,42.62],[9.403,42.619],[9.407,42.616],[9.41,42.616],[9.414,42.613],[9.418,42.612],[9.421,42.61],[9.418,42.608],[9.416,42.605],[9.419,42.601],[9.419,42.599],[9.417,42.598],[9.414,42.594],[9.416,42.592],[9.413,42.588],[9.415,42.587],[9.417,42.587],[9.421,42.59],[9.423,42.589],[9.426,42.589],[9.429,42.59],[9.433,42.59],[9.436,42.593],[9.44,42.593],[9.444,42.594],[9.451,42.594],[9.457,42.596],[9.467,42.598],[9.486,42.613],[9.473,42.626],[9.463,42.639],[9.458,42.64],[9.443,42.638],[9.438,42.635],[9.434,42.636],[9.434,42.638],[9.423,42.638],[9.418,42.64],[9.411,42.637],[9.404,42.635],[9.395,42.635],[9.398,42.63],[9.407,42.626],[9.405,42.624],[9.405,42.622],[9.399,42.622],[9.398,42.62]]]},"properties":{"NOM_COM_M":"BIGUGLIA","INSEE_COM":"2B037","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.255,42.336],[9.251,42.334],[9.251,42.332],[9.249,42.328],[9.243,42.326],[9.242,42.325],[9.239,42.319],[9.238,42.315],[9.24,42.309],[9.239,42.308],[9.239,42.301],[9.236,42.3],[9.234,42.298],[9.229,42.295],[9.232,42.295],[9.232,42.292],[9.237,42.289],[9.241,42.289],[9.247,42.291],[9.25,42.295],[9.251,42.299],[9.253,42.301],[9.256,42.307],[9.257,42.308],[9.257,42.316],[9.255,42.323],[9.259,42.326],[9.258,42.329],[9.256,42.332],[9.255,42.336]]]},"properties":{"NOM_COM_M":"CASTELLARE DI MERCURIO","INSEE_COM":"2B078","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.379,42.3],[9.387,42.3],[9.394,42.297],[9.396,42.298],[9.399,42.303],[9.396,42.305],[9.396,42.309],[9.398,42.312],[9.403,42.315],[9.4,42.32],[9.397,42.322],[9.4,42.323],[9.401,42.322],[9.408,42.325],[9.403,42.328],[9.403,42.331],[9.402,42.332],[9.399,42.33],[9.397,42.331],[9.393,42.33],[9.393,42.328],[9.386,42.325],[9.385,42.323],[9.381,42.323],[9.372,42.319],[9.368,42.316],[9.368,42.314],[9.374,42.311],[9.377,42.31],[9.381,42.307],[9.379,42.305],[9.38,42.302],[9.379,42.3]]]},"properties":{"NOM_COM_M":"PERELLI","INSEE_COM":"2B208","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.329,42.694],[9.33,42.693],[9.338,42.691],[9.339,42.69],[9.339,42.681],[9.338,42.678],[9.347,42.675],[9.365,42.675],[9.37,42.673],[9.376,42.672],[9.377,42.67],[9.382,42.668],[9.385,42.668],[9.39,42.67],[9.393,42.673],[9.393,42.675],[9.39,42.676],[9.393,42.683],[9.396,42.685],[9.396,42.689],[9.398,42.69],[9.398,42.693],[9.393,42.694],[9.387,42.694],[9.385,42.696],[9.376,42.698],[9.374,42.697],[9.37,42.693],[9.368,42.693],[9.365,42.691],[9.359,42.691],[9.359,42.694],[9.355,42.698],[9.354,42.696],[9.349,42.693],[9.345,42.694],[9.339,42.694],[9.333,42.695],[9.329,42.694]]]},"properties":{"NOM_COM_M":"BARBAGGIO","INSEE_COM":"2B029","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.321,42.545],[9.322,42.542],[9.318,42.537],[9.313,42.532],[9.31,42.526],[9.311,42.523],[9.31,42.522],[9.312,42.519],[9.31,42.513],[9.312,42.506],[9.314,42.507],[9.315,42.505],[9.318,42.504],[9.322,42.508],[9.327,42.505],[9.33,42.506],[9.335,42.506],[9.333,42.509],[9.332,42.515],[9.333,42.519],[9.332,42.526],[9.334,42.537],[9.337,42.537],[9.343,42.544],[9.346,42.545],[9.344,42.55],[9.334,42.55],[9.331,42.548],[9.326,42.547],[9.321,42.545]]]},"properties":{"NOM_COM_M":"CAMPITELLO","INSEE_COM":"2B055","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.294,42.301],[9.301,42.302],[9.302,42.301],[9.306,42.301],[9.308,42.305],[9.31,42.307],[9.312,42.307],[9.318,42.31],[9.318,42.311],[9.323,42.313],[9.325,42.316],[9.335,42.323],[9.341,42.326],[9.328,42.324],[9.322,42.322],[9.32,42.319],[9.317,42.319],[9.315,42.317],[9.315,42.315],[9.311,42.314],[9.306,42.312],[9.303,42.311],[9.301,42.309],[9.297,42.308],[9.294,42.301]]]},"properties":{"NOM_COM_M":"ALZI","INSEE_COM":"2B013","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.458,42.285],[9.475,42.284],[9.48,42.282],[9.485,42.282],[9.492,42.28],[9.495,42.278],[9.497,42.278],[9.502,42.276],[9.503,42.275],[9.514,42.271],[9.515,42.271],[9.517,42.275],[9.516,42.277],[9.516,42.282],[9.512,42.285],[9.511,42.288],[9.508,42.292],[9.504,42.292],[9.499,42.296],[9.497,42.295],[9.496,42.298],[9.498,42.299],[9.495,42.3],[9.491,42.298],[9.488,42.298],[9.482,42.299],[9.474,42.298],[9.471,42.3],[9.468,42.3],[9.467,42.297],[9.458,42.288],[9.458,42.285]]]},"properties":{"NOM_COM_M":"CHIATRA","INSEE_COM":"2B088","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.325,42.377],[9.324,42.374],[9.326,42.37],[9.325,42.367],[9.329,42.363],[9.331,42.36],[9.333,42.36],[9.338,42.364],[9.344,42.364],[9.349,42.367],[9.35,42.366],[9.356,42.37],[9.358,42.369],[9.36,42.37],[9.36,42.372],[9.358,42.374],[9.357,42.378],[9.352,42.38],[9.349,42.38],[9.345,42.383],[9.336,42.383],[9.334,42.382],[9.329,42.385],[9.329,42.388],[9.327,42.391],[9.324,42.39],[9.32,42.385],[9.323,42.382],[9.323,42.378],[9.325,42.377]]]},"properties":{"NOM_COM_M":"PIE D OREZZA","INSEE_COM":"2B222","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.413,42.318],[9.415,42.318],[9.422,42.321],[9.426,42.318],[9.43,42.32],[9.433,42.317],[9.434,42.318],[9.437,42.316],[9.438,42.317],[9.443,42.315],[9.447,42.315],[9.447,42.313],[9.451,42.314],[9.456,42.316],[9.455,42.319],[9.457,42.324],[9.456,42.326],[9.458,42.328],[9.461,42.333],[9.457,42.336],[9.458,42.339],[9.455,42.339],[9.451,42.341],[9.448,42.34],[9.445,42.341],[9.434,42.34],[9.433,42.337],[9.429,42.336],[9.425,42.337],[9.421,42.337],[9.414,42.336],[9.413,42.335],[9.406,42.335],[9.403,42.331],[9.403,42.328],[9.408,42.325],[9.413,42.319],[9.413,42.318]]]},"properties":{"NOM_COM_M":"VALLE D ALESANI","INSEE_COM":"2B334","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.411,42.249],[9.405,42.248],[9.403,42.244],[9.399,42.241],[9.391,42.239],[9.385,42.233],[9.384,42.228],[9.385,42.224],[9.387,42.224],[9.388,42.221],[9.395,42.22],[9.395,42.216],[9.396,42.214],[9.399,42.214],[9.402,42.215],[9.404,42.213],[9.406,42.209],[9.409,42.209],[9.409,42.207],[9.42,42.203],[9.419,42.199],[9.421,42.195],[9.421,42.191],[9.42,42.189],[9.422,42.188],[9.428,42.188],[9.429,42.184],[9.431,42.182],[9.43,42.18],[9.431,42.177],[9.435,42.171],[9.438,42.168],[9.438,42.163],[9.443,42.161],[9.446,42.159],[9.447,42.157],[9.45,42.155],[9.452,42.151],[9.454,42.15],[9.457,42.148],[9.46,42.147],[9.463,42.144],[9.475,42.141],[9.493,42.142],[9.509,42.137],[9.511,42.136],[9.519,42.137],[9.52,42.135],[9.525,42.134],[9.528,42.132],[9.534,42.13],[9.537,42.131],[9.54,42.134],[9.541,42.137],[9.544,42.14],[9.544,42.144],[9.545,42.146],[9.548,42.147],[9.556,42.142],[9.554,42.148],[9.554,42.157],[9.55,42.157],[9.547,42.158],[9.544,42.163],[9.543,42.167],[9.54,42.166],[9.533,42.166],[9.531,42.168],[9.528,42.167],[9.525,42.165],[9.524,42.168],[9.52,42.168],[9.519,42.169],[9.514,42.169],[9.514,42.172],[9.516,42.173],[9.516,42.175],[9.511,42.175],[9.51,42.176],[9.504,42.178],[9.502,42.183],[9.499,42.182],[9.497,42.184],[9.494,42.184],[9.492,42.186],[9.487,42.188],[9.485,42.188],[9.483,42.19],[9.479,42.191],[9.479,42.195],[9.477,42.201],[9.474,42.205],[9.47,42.213],[9.471,42.22],[9.473,42.222],[9.47,42.224],[9.467,42.225],[9.466,42.227],[9.463,42.228],[9.46,42.227],[9.46,42.224],[9.448,42.221],[9.447,42.225],[9.44,42.227],[9.44,42.228],[9.436,42.231],[9.431,42.233],[9.429,42.235],[9.425,42.241],[9.423,42.243],[9.418,42.242],[9.415,42.248],[9.411,42.249]]]},"properties":{"NOM_COM_M":"TALLONE","INSEE_COM":"2B320","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.462,42.43],[9.465,42.431],[9.474,42.428],[9.477,42.423],[9.477,42.421],[9.481,42.422],[9.486,42.425],[9.489,42.423],[9.492,42.424],[9.494,42.423],[9.501,42.426],[9.502,42.428],[9.504,42.427],[9.508,42.427],[9.512,42.426],[9.519,42.429],[9.522,42.431],[9.534,42.429],[9.535,42.43],[9.542,42.428],[9.543,42.429],[9.542,42.432],[9.542,42.437],[9.541,42.439],[9.539,42.438],[9.535,42.439],[9.534,42.438],[9.53,42.438],[9.529,42.44],[9.521,42.44],[9.517,42.443],[9.508,42.44],[9.506,42.44],[9.503,42.442],[9.5,42.442],[9.497,42.444],[9.493,42.443],[9.492,42.445],[9.49,42.444],[9.486,42.444],[9.483,42.446],[9.481,42.445],[9.477,42.446],[9.473,42.445],[9.469,42.446],[9.462,42.446],[9.462,42.443],[9.46,42.442],[9.458,42.439],[9.461,42.434],[9.463,42.433],[9.462,42.43]]]},"properties":{"NOM_COM_M":"TAGLIO ISOLACCIO","INSEE_COM":"2B318","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.283,42.596],[9.279,42.595],[9.276,42.593],[9.274,42.594],[9.269,42.59],[9.266,42.591],[9.264,42.59],[9.249,42.593],[9.244,42.592],[9.237,42.589],[9.233,42.59],[9.229,42.589],[9.226,42.589],[9.225,42.587],[9.222,42.586],[9.215,42.585],[9.21,42.586],[9.207,42.584],[9.212,42.579],[9.215,42.576],[9.216,42.572],[9.216,42.569],[9.214,42.564],[9.22,42.56],[9.224,42.56],[9.228,42.561],[9.232,42.56],[9.234,42.561],[9.24,42.561],[9.245,42.562],[9.246,42.563],[9.251,42.562],[9.264,42.57],[9.267,42.571],[9.269,42.573],[9.273,42.573],[9.283,42.581],[9.28,42.589],[9.28,42.592],[9.283,42.594],[9.283,42.596]]]},"properties":{"NOM_COM_M":"SORIO","INSEE_COM":"2B287","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.15,42.452],[9.154,42.448],[9.156,42.445],[9.156,42.443],[9.164,42.441],[9.166,42.442],[9.169,42.441],[9.172,42.438],[9.177,42.437],[9.18,42.435],[9.186,42.433],[9.188,42.433],[9.193,42.431],[9.195,42.429],[9.198,42.429],[9.203,42.427],[9.209,42.433],[9.21,42.434],[9.208,42.438],[9.206,42.438],[9.203,42.441],[9.203,42.444],[9.201,42.445],[9.2,42.448],[9.202,42.452],[9.204,42.453],[9.202,42.456],[9.198,42.457],[9.194,42.457],[9.189,42.459],[9.184,42.457],[9.175,42.457],[9.177,42.459],[9.173,42.461],[9.17,42.461],[9.165,42.464],[9.161,42.461],[9.159,42.458],[9.157,42.457],[9.157,42.455],[9.15,42.452]]]},"properties":{"NOM_COM_M":"PIEDIGRIGGIO","INSEE_COM":"2B220","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.279,42.379],[9.277,42.375],[9.281,42.372],[9.279,42.368],[9.281,42.366],[9.28,42.364],[9.279,42.361],[9.281,42.36],[9.287,42.361],[9.295,42.359],[9.298,42.357],[9.298,42.355],[9.306,42.354],[9.309,42.353],[9.308,42.357],[9.315,42.362],[9.32,42.362],[9.323,42.361],[9.329,42.363],[9.325,42.367],[9.326,42.37],[9.324,42.374],[9.325,42.377],[9.321,42.375],[9.32,42.378],[9.318,42.379],[9.31,42.379],[9.307,42.38],[9.304,42.379],[9.299,42.381],[9.296,42.381],[9.294,42.379],[9.291,42.38],[9.288,42.378],[9.284,42.379],[9.279,42.379]]]},"properties":{"NOM_COM_M":"CAMBIA","INSEE_COM":"2B051","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.331,42.455],[9.328,42.457],[9.323,42.464],[9.319,42.469],[9.313,42.474],[9.306,42.478],[9.297,42.485],[9.294,42.484],[9.293,42.486],[9.286,42.489],[9.291,42.493],[9.293,42.494],[9.296,42.492],[9.299,42.493],[9.299,42.495],[9.297,42.495],[9.296,42.497],[9.293,42.498],[9.288,42.498],[9.285,42.5],[9.282,42.496],[9.277,42.492],[9.265,42.477],[9.262,42.476],[9.267,42.473],[9.272,42.472],[9.274,42.471],[9.279,42.471],[9.28,42.472],[9.285,42.472],[9.288,42.469],[9.293,42.467],[9.294,42.464],[9.297,42.46],[9.302,42.457],[9.308,42.448],[9.312,42.449],[9.315,42.447],[9.318,42.446],[9.321,42.447],[9.325,42.446],[9.328,42.45],[9.328,42.453],[9.331,42.455]]]},"properties":{"NOM_COM_M":"CASTELLO DI ROSTINO","INSEE_COM":"2B079","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.373,42.438],[9.374,42.437],[9.369,42.433],[9.365,42.434],[9.363,42.431],[9.357,42.431],[9.346,42.433],[9.344,42.432],[9.331,42.432],[9.327,42.435],[9.326,42.433],[9.327,42.431],[9.326,42.426],[9.327,42.421],[9.327,42.417],[9.331,42.421],[9.333,42.421],[9.339,42.423],[9.348,42.423],[9.352,42.425],[9.354,42.427],[9.356,42.427],[9.358,42.429],[9.366,42.432],[9.37,42.432],[9.37,42.433],[9.376,42.434],[9.377,42.436],[9.375,42.438],[9.373,42.438]]]},"properties":{"NOM_COM_M":"QUERCITELLO","INSEE_COM":"2B255","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.379,42.365],[9.377,42.363],[9.375,42.364],[9.375,42.36],[9.373,42.357],[9.372,42.353],[9.366,42.351],[9.368,42.349],[9.373,42.347],[9.382,42.349],[9.386,42.352],[9.392,42.354],[9.391,42.357],[9.391,42.36],[9.387,42.363],[9.385,42.363],[9.384,42.365],[9.381,42.365],[9.379,42.365]]]},"properties":{"NOM_COM_M":"CARPINETO","INSEE_COM":"2B067","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.347,42.33],[9.347,42.335],[9.344,42.339],[9.34,42.342],[9.335,42.338],[9.326,42.335],[9.316,42.338],[9.313,42.337],[9.311,42.338],[9.307,42.337],[9.292,42.337],[9.286,42.334],[9.281,42.335],[9.275,42.332],[9.275,42.33],[9.278,42.324],[9.277,42.322],[9.278,42.319],[9.282,42.32],[9.285,42.317],[9.29,42.318],[9.291,42.316],[9.291,42.312],[9.293,42.31],[9.298,42.311],[9.304,42.313],[9.306,42.312],[9.311,42.314],[9.315,42.315],[9.315,42.317],[9.317,42.319],[9.32,42.319],[9.322,42.322],[9.328,42.324],[9.341,42.326],[9.345,42.328],[9.347,42.33]]]},"properties":{"NOM_COM_M":"BUSTANICO","INSEE_COM":"2B045","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.229,42.359],[9.232,42.356],[9.234,42.355],[9.234,42.358],[9.235,42.36],[9.241,42.364],[9.246,42.364],[9.251,42.371],[9.251,42.376],[9.253,42.378],[9.255,42.384],[9.259,42.385],[9.259,42.387],[9.257,42.39],[9.257,42.392],[9.25,42.39],[9.244,42.391],[9.241,42.389],[9.24,42.387],[9.237,42.386],[9.232,42.387],[9.231,42.391],[9.226,42.393],[9.212,42.393],[9.209,42.395],[9.206,42.394],[9.201,42.391],[9.203,42.389],[9.207,42.388],[9.209,42.389],[9.219,42.385],[9.222,42.385],[9.228,42.384],[9.226,42.376],[9.226,42.373],[9.227,42.369],[9.226,42.367],[9.227,42.363],[9.229,42.359]]]},"properties":{"NOM_COM_M":"LANO","INSEE_COM":"2B137","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.368,42.316],[9.364,42.318],[9.362,42.32],[9.357,42.323],[9.354,42.326],[9.354,42.328],[9.349,42.328],[9.347,42.33],[9.345,42.328],[9.341,42.324],[9.342,42.32],[9.338,42.312],[9.339,42.311],[9.338,42.302],[9.338,42.299],[9.336,42.294],[9.334,42.284],[9.335,42.28],[9.341,42.277],[9.345,42.276],[9.349,42.276],[9.351,42.275],[9.354,42.271],[9.358,42.273],[9.362,42.274],[9.368,42.272],[9.37,42.273],[9.378,42.273],[9.374,42.276],[9.374,42.278],[9.372,42.279],[9.374,42.282],[9.376,42.291],[9.381,42.295],[9.379,42.3],[9.38,42.302],[9.379,42.305],[9.381,42.307],[9.377,42.31],[9.374,42.311],[9.368,42.314],[9.368,42.316]]]},"properties":{"NOM_COM_M":"PIANELLO","INSEE_COM":"2B213","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.18,42.494],[9.184,42.497],[9.187,42.5],[9.19,42.501],[9.191,42.504],[9.193,42.506],[9.19,42.509],[9.186,42.509],[9.181,42.51],[9.178,42.508],[9.175,42.51],[9.174,42.513],[9.172,42.516],[9.169,42.516],[9.168,42.52],[9.166,42.52],[9.164,42.522],[9.162,42.522],[9.161,42.524],[9.158,42.524],[9.158,42.529],[9.156,42.528],[9.154,42.532],[9.15,42.531],[9.145,42.537],[9.144,42.54],[9.14,42.541],[9.138,42.539],[9.138,42.544],[9.137,42.547],[9.132,42.546],[9.13,42.553],[9.134,42.559],[9.133,42.56],[9.127,42.56],[9.127,42.561],[9.124,42.563],[9.12,42.563],[9.118,42.562],[9.116,42.563],[9.114,42.562],[9.109,42.562],[9.104,42.565],[9.103,42.567],[9.098,42.567],[9.095,42.564],[9.094,42.565],[9.092,42.563],[9.093,42.56],[9.091,42.557],[9.087,42.557],[9.084,42.555],[9.08,42.554],[9.079,42.551],[9.08,42.548],[9.082,42.546],[9.081,42.542],[9.079,42.54],[9.075,42.538],[9.077,42.535],[9.077,42.533],[9.079,42.531],[9.078,42.529],[9.082,42.52],[9.079,42.512],[9.078,42.507],[9.082,42.501],[9.087,42.501],[9.091,42.499],[9.095,42.499],[9.098,42.497],[9.102,42.497],[9.107,42.498],[9.11,42.497],[9.114,42.497],[9.116,42.496],[9.118,42.497],[9.123,42.496],[9.126,42.497],[9.127,42.496],[9.132,42.496],[9.135,42.499],[9.14,42.499],[9.141,42.5],[9.148,42.501],[9.152,42.504],[9.154,42.51],[9.157,42.51],[9.16,42.511],[9.162,42.51],[9.163,42.507],[9.167,42.504],[9.172,42.503],[9.177,42.501],[9.181,42.498],[9.18,42.494]]]},"properties":{"NOM_COM_M":"CASTIFAO","INSEE_COM":"2B080","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.385,42.399],[9.383,42.396],[9.376,42.392],[9.374,42.39],[9.369,42.39],[9.367,42.388],[9.365,42.388],[9.361,42.387],[9.357,42.385],[9.355,42.385],[9.352,42.383],[9.35,42.383],[9.345,42.383],[9.349,42.38],[9.352,42.38],[9.357,42.378],[9.358,42.374],[9.36,42.372],[9.36,42.37],[9.363,42.373],[9.366,42.373],[9.37,42.372],[9.369,42.375],[9.372,42.377],[9.373,42.379],[9.372,42.381],[9.375,42.384],[9.375,42.387],[9.376,42.39],[9.382,42.391],[9.386,42.39],[9.389,42.39],[9.388,42.391],[9.387,42.392],[9.389,42.396],[9.389,42.398],[9.385,42.399]]]},"properties":{"NOM_COM_M":"PIEDICROCE","INSEE_COM":"2B219","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.324,42.411],[9.325,42.415],[9.327,42.417],[9.319,42.418],[9.316,42.419],[9.313,42.422],[9.31,42.426],[9.305,42.426],[9.3,42.424],[9.29,42.427],[9.287,42.427],[9.281,42.429],[9.278,42.429],[9.276,42.433],[9.271,42.437],[9.266,42.438],[9.263,42.438],[9.255,42.441],[9.248,42.441],[9.246,42.439],[9.243,42.441],[9.236,42.444],[9.234,42.443],[9.227,42.446],[9.222,42.444],[9.22,42.444],[9.223,42.44],[9.224,42.436],[9.226,42.435],[9.229,42.436],[9.233,42.434],[9.239,42.435],[9.241,42.437],[9.245,42.433],[9.246,42.431],[9.251,42.429],[9.252,42.425],[9.255,42.426],[9.255,42.423],[9.257,42.423],[9.259,42.421],[9.268,42.424],[9.269,42.426],[9.273,42.423],[9.276,42.424],[9.28,42.422],[9.287,42.422],[9.289,42.421],[9.293,42.421],[9.296,42.418],[9.306,42.414],[9.309,42.415],[9.313,42.411],[9.317,42.408],[9.324,42.405],[9.324,42.411]]]},"properties":{"NOM_COM_M":"CASTINETA","INSEE_COM":"2B082","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.424,42.391],[9.421,42.395],[9.416,42.4],[9.413,42.401],[9.406,42.402],[9.399,42.402],[9.392,42.404],[9.39,42.401],[9.389,42.398],[9.389,42.396],[9.387,42.392],[9.388,42.391],[9.391,42.39],[9.393,42.392],[9.396,42.391],[9.402,42.392],[9.405,42.387],[9.409,42.385],[9.42,42.385],[9.423,42.388],[9.422,42.39],[9.424,42.391]]]},"properties":{"NOM_COM_M":"PIAZZOLE","INSEE_COM":"2B217","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.398,42.62],[9.393,42.618],[9.385,42.621],[9.382,42.621],[9.374,42.618],[9.369,42.62],[9.364,42.621],[9.36,42.621],[9.357,42.623],[9.352,42.625],[9.351,42.626],[9.33,42.626],[9.314,42.627],[9.302,42.627],[9.304,42.626],[9.305,42.622],[9.311,42.618],[9.32,42.618],[9.324,42.617],[9.327,42.613],[9.33,42.612],[9.336,42.608],[9.339,42.608],[9.341,42.609],[9.343,42.607],[9.347,42.606],[9.351,42.604],[9.353,42.599],[9.357,42.598],[9.363,42.592],[9.364,42.595],[9.368,42.594],[9.371,42.595],[9.371,42.597],[9.379,42.599],[9.383,42.598],[9.388,42.598],[9.391,42.599],[9.393,42.598],[9.396,42.601],[9.397,42.604],[9.406,42.606],[9.408,42.605],[9.412,42.605],[9.414,42.606],[9.416,42.605],[9.418,42.608],[9.421,42.61],[9.418,42.612],[9.414,42.613],[9.41,42.616],[9.407,42.616],[9.403,42.619],[9.398,42.62]]]},"properties":{"NOM_COM_M":"OLMETA DI TUDA","INSEE_COM":"2B188","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.447,42.404],[9.449,42.403],[9.458,42.403],[9.466,42.405],[9.469,42.407],[9.47,42.41],[9.472,42.411],[9.475,42.415],[9.48,42.417],[9.481,42.422],[9.477,42.421],[9.477,42.423],[9.474,42.428],[9.465,42.431],[9.462,42.43],[9.463,42.427],[9.458,42.423],[9.458,42.42],[9.453,42.412],[9.451,42.411],[9.448,42.407],[9.447,42.404]]]},"properties":{"NOM_COM_M":"PERO CASEVECCHIE","INSEE_COM":"2B210","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.458,42.339],[9.457,42.336],[9.461,42.333],[9.458,42.328],[9.456,42.326],[9.457,42.324],[9.455,42.319],[9.456,42.316],[9.458,42.315],[9.46,42.311],[9.455,42.307],[9.461,42.305],[9.463,42.303],[9.465,42.303],[9.468,42.3],[9.471,42.3],[9.474,42.298],[9.482,42.299],[9.488,42.298],[9.491,42.298],[9.495,42.3],[9.498,42.299],[9.499,42.3],[9.496,42.303],[9.495,42.307],[9.49,42.309],[9.484,42.309],[9.483,42.311],[9.487,42.312],[9.489,42.314],[9.49,42.317],[9.485,42.321],[9.482,42.324],[9.477,42.323],[9.474,42.325],[9.474,42.33],[9.473,42.332],[9.47,42.334],[9.466,42.335],[9.463,42.337],[9.46,42.34],[9.458,42.339]]]},"properties":{"NOM_COM_M":"SANT ANDREA DI COTONE","INSEE_COM":"2B293","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.386,42.451],[9.385,42.457],[9.384,42.457],[9.381,42.462],[9.379,42.463],[9.379,42.465],[9.377,42.467],[9.377,42.469],[9.375,42.47],[9.375,42.473],[9.373,42.474],[9.372,42.479],[9.368,42.476],[9.367,42.472],[9.365,42.47],[9.363,42.469],[9.36,42.466],[9.36,42.464],[9.362,42.461],[9.366,42.46],[9.365,42.456],[9.368,42.458],[9.375,42.453],[9.38,42.453],[9.382,42.451],[9.386,42.451]]]},"properties":{"NOM_COM_M":"PENTA ACQUATELLA","INSEE_COM":"2B206","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.135,42.608],[9.138,42.605],[9.139,42.599],[9.14,42.596],[9.153,42.594],[9.158,42.593],[9.159,42.591],[9.17,42.591],[9.176,42.592],[9.178,42.591],[9.21,42.595],[9.209,42.598],[9.206,42.602],[9.202,42.605],[9.199,42.605],[9.195,42.609],[9.19,42.609],[9.186,42.612],[9.186,42.614],[9.182,42.618],[9.181,42.617],[9.175,42.618],[9.173,42.62],[9.174,42.625],[9.173,42.627],[9.168,42.631],[9.166,42.631],[9.16,42.635],[9.157,42.636],[9.154,42.638],[9.151,42.639],[9.145,42.642],[9.142,42.642],[9.135,42.644],[9.134,42.646],[9.13,42.648],[9.129,42.651],[9.123,42.656],[9.12,42.661],[9.117,42.661],[9.112,42.659],[9.111,42.657],[9.106,42.656],[9.103,42.653],[9.096,42.648],[9.096,42.646],[9.097,42.643],[9.101,42.637],[9.105,42.633],[9.107,42.633],[9.108,42.63],[9.11,42.629],[9.11,42.627],[9.115,42.625],[9.119,42.622],[9.122,42.617],[9.124,42.615],[9.126,42.615],[9.13,42.613],[9.131,42.609],[9.133,42.607],[9.135,42.608]]]},"properties":{"NOM_COM_M":"URTACA","INSEE_COM":"2B332","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.152,42.395],[9.162,42.397],[9.165,42.394],[9.166,42.397],[9.169,42.4],[9.174,42.401],[9.178,42.408],[9.177,42.411],[9.179,42.412],[9.188,42.419],[9.19,42.422],[9.199,42.421],[9.203,42.427],[9.198,42.429],[9.195,42.429],[9.193,42.431],[9.188,42.433],[9.186,42.433],[9.18,42.435],[9.177,42.437],[9.172,42.438],[9.169,42.441],[9.166,42.442],[9.164,42.441],[9.162,42.439],[9.158,42.44],[9.158,42.435],[9.159,42.432],[9.157,42.427],[9.155,42.425],[9.152,42.425],[9.147,42.422],[9.15,42.42],[9.149,42.418],[9.15,42.415],[9.149,42.414],[9.151,42.408],[9.149,42.4],[9.152,42.395]]]},"properties":{"NOM_COM_M":"PRATO DI GIOVELLINA","INSEE_COM":"2B248","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.272,42.341],[9.268,42.338],[9.267,42.334],[9.259,42.331],[9.258,42.329],[9.259,42.326],[9.255,42.323],[9.257,42.316],[9.257,42.308],[9.256,42.307],[9.253,42.301],[9.251,42.299],[9.25,42.295],[9.247,42.291],[9.255,42.294],[9.265,42.296],[9.267,42.296],[9.268,42.298],[9.271,42.301],[9.274,42.303],[9.279,42.306],[9.278,42.311],[9.28,42.313],[9.278,42.319],[9.277,42.322],[9.278,42.324],[9.275,42.33],[9.275,42.332],[9.281,42.335],[9.279,42.335],[9.276,42.338],[9.272,42.341]]]},"properties":{"NOM_COM_M":"SERMANO","INSEE_COM":"2B275","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.299,42.265],[9.301,42.266],[9.312,42.27],[9.312,42.259],[9.314,42.257],[9.318,42.258],[9.325,42.256],[9.329,42.257],[9.331,42.255],[9.331,42.259],[9.329,42.26],[9.326,42.264],[9.326,42.266],[9.329,42.269],[9.329,42.272],[9.331,42.275],[9.333,42.276],[9.335,42.28],[9.334,42.284],[9.328,42.287],[9.323,42.289],[9.321,42.292],[9.321,42.296],[9.316,42.297],[9.311,42.297],[9.309,42.3],[9.306,42.301],[9.302,42.301],[9.301,42.302],[9.294,42.301],[9.289,42.301],[9.281,42.296],[9.281,42.293],[9.277,42.291],[9.275,42.291],[9.274,42.293],[9.267,42.291],[9.262,42.29],[9.258,42.29],[9.255,42.287],[9.257,42.281],[9.255,42.281],[9.251,42.276],[9.246,42.275],[9.236,42.277],[9.234,42.273],[9.231,42.273],[9.228,42.269],[9.225,42.264],[9.226,42.261],[9.225,42.26],[9.226,42.257],[9.225,42.255],[9.228,42.25],[9.232,42.25],[9.236,42.251],[9.24,42.25],[9.244,42.248],[9.248,42.249],[9.251,42.258],[9.253,42.26],[9.252,42.266],[9.255,42.268],[9.256,42.272],[9.26,42.273],[9.263,42.275],[9.267,42.275],[9.27,42.276],[9.277,42.276],[9.282,42.277],[9.289,42.274],[9.296,42.269],[9.299,42.265]]]},"properties":{"NOM_COM_M":"SANT ANDREA DI BOZIO","INSEE_COM":"2B292","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.331,42.455],[9.328,42.453],[9.328,42.45],[9.325,42.446],[9.327,42.446],[9.328,42.444],[9.331,42.444],[9.332,42.446],[9.337,42.447],[9.343,42.447],[9.347,42.449],[9.35,42.449],[9.354,42.451],[9.358,42.452],[9.365,42.456],[9.366,42.46],[9.362,42.461],[9.36,42.464],[9.36,42.466],[9.363,42.469],[9.365,42.47],[9.361,42.47],[9.356,42.468],[9.354,42.465],[9.351,42.464],[9.347,42.464],[9.346,42.463],[9.338,42.466],[9.336,42.465],[9.333,42.466],[9.332,42.464],[9.331,42.455]]]},"properties":{"NOM_COM_M":"ORTIPORIO","INSEE_COM":"2B195","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.429,42.514],[9.426,42.511],[9.423,42.511],[9.419,42.506],[9.415,42.503],[9.412,42.506],[9.41,42.506],[9.408,42.509],[9.407,42.506],[9.406,42.5],[9.402,42.498],[9.4,42.494],[9.398,42.493],[9.395,42.496],[9.393,42.497],[9.389,42.497],[9.386,42.498],[9.384,42.5],[9.385,42.497],[9.387,42.494],[9.393,42.489],[9.399,42.487],[9.405,42.489],[9.409,42.491],[9.41,42.494],[9.414,42.494],[9.416,42.495],[9.416,42.497],[9.422,42.501],[9.427,42.501],[9.429,42.504],[9.431,42.505],[9.433,42.508],[9.439,42.51],[9.441,42.512],[9.444,42.513],[9.439,42.517],[9.433,42.514],[9.429,42.514]]]},"properties":{"NOM_COM_M":"OLMO","INSEE_COM":"2B192","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.306,42.503],[9.303,42.501],[9.302,42.498],[9.299,42.495],[9.299,42.493],[9.296,42.492],[9.293,42.494],[9.291,42.493],[9.286,42.489],[9.293,42.486],[9.294,42.484],[9.297,42.485],[9.306,42.478],[9.313,42.474],[9.319,42.469],[9.323,42.464],[9.328,42.457],[9.331,42.455],[9.332,42.464],[9.333,42.466],[9.334,42.468],[9.34,42.476],[9.34,42.483],[9.341,42.484],[9.341,42.485],[9.337,42.491],[9.336,42.496],[9.333,42.5],[9.332,42.504],[9.33,42.506],[9.327,42.505],[9.322,42.508],[9.318,42.504],[9.315,42.505],[9.314,42.507],[9.312,42.506],[9.31,42.503],[9.306,42.503]]]},"properties":{"NOM_COM_M":"BISINCHI","INSEE_COM":"2B039","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.394,42.373],[9.398,42.372],[9.4,42.374],[9.402,42.373],[9.404,42.375],[9.411,42.376],[9.414,42.376],[9.417,42.373],[9.426,42.373],[9.427,42.374],[9.427,42.379],[9.425,42.38],[9.424,42.383],[9.42,42.385],[9.409,42.385],[9.405,42.387],[9.402,42.392],[9.396,42.391],[9.393,42.392],[9.391,42.39],[9.388,42.391],[9.389,42.39],[9.387,42.389],[9.388,42.381],[9.391,42.376],[9.394,42.373]]]},"properties":{"NOM_COM_M":"MONACIA D OREZZA","INSEE_COM":"2B164","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.177,42.25],[9.174,42.248],[9.169,42.252],[9.17,42.254],[9.169,42.256],[9.165,42.256],[9.162,42.255],[9.159,42.256],[9.153,42.256],[9.15,42.259],[9.148,42.256],[9.145,42.255],[9.139,42.251],[9.129,42.245],[9.124,42.239],[9.149,42.239],[9.154,42.24],[9.164,42.241],[9.17,42.24],[9.174,42.241],[9.175,42.243],[9.178,42.243],[9.181,42.241],[9.184,42.24],[9.191,42.236],[9.195,42.236],[9.197,42.237],[9.2,42.236],[9.203,42.238],[9.205,42.237],[9.207,42.239],[9.209,42.237],[9.213,42.237],[9.215,42.236],[9.223,42.237],[9.229,42.241],[9.223,42.24],[9.219,42.243],[9.211,42.24],[9.21,42.242],[9.202,42.242],[9.199,42.243],[9.192,42.241],[9.19,42.24],[9.186,42.24],[9.179,42.244],[9.177,42.246],[9.178,42.248],[9.177,42.25]]]},"properties":{"NOM_COM_M":"SANTO PIETRO DI VENACO","INSEE_COM":"2B315","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.409,42.254],[9.415,42.26],[9.417,42.261],[9.428,42.262],[9.431,42.264],[9.437,42.265],[9.442,42.267],[9.444,42.27],[9.441,42.275],[9.437,42.277],[9.431,42.282],[9.431,42.281],[9.42,42.276],[9.418,42.273],[9.411,42.272],[9.408,42.268],[9.406,42.267],[9.406,42.265],[9.404,42.263],[9.404,42.261],[9.406,42.256],[9.409,42.254]]]},"properties":{"NOM_COM_M":"CAMPI","INSEE_COM":"2B053","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.382,42.234],[9.379,42.232],[9.374,42.235],[9.372,42.234],[9.37,42.236],[9.366,42.236],[9.365,42.238],[9.361,42.24],[9.36,42.245],[9.357,42.245],[9.356,42.248],[9.353,42.249],[9.35,42.251],[9.347,42.25],[9.345,42.251],[9.339,42.251],[9.342,42.246],[9.343,42.239],[9.34,42.239],[9.338,42.236],[9.341,42.234],[9.342,42.223],[9.344,42.22],[9.348,42.218],[9.351,42.218],[9.358,42.221],[9.363,42.222],[9.364,42.224],[9.365,42.225],[9.371,42.228],[9.378,42.228],[9.381,42.23],[9.382,42.234]]]},"properties":{"NOM_COM_M":"PIETRASERENA","INSEE_COM":"2B226","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.182,42.257],[9.178,42.256],[9.177,42.259],[9.175,42.26],[9.174,42.263],[9.176,42.267],[9.178,42.268],[9.177,42.27],[9.178,42.274],[9.18,42.275],[9.17,42.275],[9.168,42.276],[9.165,42.274],[9.162,42.273],[9.158,42.273],[9.155,42.277],[9.153,42.277],[9.15,42.279],[9.148,42.277],[9.145,42.277],[9.141,42.276],[9.141,42.272],[9.139,42.27],[9.133,42.267],[9.134,42.265],[9.133,42.263],[9.134,42.261],[9.126,42.256],[9.122,42.252],[9.122,42.25],[9.118,42.245],[9.122,42.243],[9.124,42.239],[9.129,42.245],[9.139,42.251],[9.145,42.255],[9.148,42.256],[9.15,42.259],[9.153,42.256],[9.159,42.256],[9.162,42.255],[9.165,42.256],[9.169,42.256],[9.17,42.254],[9.169,42.252],[9.174,42.248],[9.177,42.25],[9.18,42.252],[9.182,42.255],[9.182,42.257]]]},"properties":{"NOM_COM_M":"CASANOVA","INSEE_COM":"2B074","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.317,42.181],[9.317,42.177],[9.315,42.174],[9.318,42.168],[9.315,42.159],[9.317,42.155],[9.32,42.151],[9.328,42.148],[9.332,42.148],[9.337,42.145],[9.344,42.145],[9.353,42.145],[9.358,42.144],[9.362,42.146],[9.365,42.146],[9.367,42.149],[9.37,42.151],[9.373,42.15],[9.378,42.15],[9.38,42.148],[9.38,42.146],[9.386,42.147],[9.389,42.145],[9.385,42.137],[9.389,42.132],[9.389,42.13],[9.393,42.129],[9.393,42.127],[9.4,42.128],[9.401,42.126],[9.409,42.124],[9.409,42.123],[9.414,42.123],[9.417,42.12],[9.423,42.12],[9.424,42.122],[9.427,42.121],[9.429,42.122],[9.438,42.123],[9.439,42.128],[9.441,42.129],[9.445,42.128],[9.448,42.128],[9.453,42.129],[9.456,42.131],[9.458,42.134],[9.457,42.137],[9.455,42.14],[9.455,42.142],[9.452,42.143],[9.45,42.144],[9.447,42.142],[9.442,42.143],[9.438,42.153],[9.434,42.154],[9.429,42.154],[9.427,42.155],[9.425,42.158],[9.428,42.161],[9.425,42.164],[9.416,42.165],[9.419,42.168],[9.413,42.176],[9.408,42.176],[9.406,42.178],[9.405,42.181],[9.403,42.182],[9.401,42.181],[9.399,42.183],[9.396,42.182],[9.392,42.176],[9.392,42.174],[9.39,42.173],[9.382,42.175],[9.382,42.178],[9.386,42.18],[9.387,42.183],[9.383,42.184],[9.379,42.184],[9.376,42.182],[9.374,42.182],[9.367,42.185],[9.366,42.188],[9.366,42.191],[9.363,42.189],[9.36,42.19],[9.362,42.192],[9.359,42.194],[9.357,42.192],[9.355,42.194],[9.352,42.194],[9.35,42.192],[9.347,42.191],[9.346,42.189],[9.342,42.187],[9.341,42.185],[9.338,42.184],[9.334,42.18],[9.329,42.176],[9.326,42.177],[9.317,42.181]]]},"properties":{"NOM_COM_M":"ANTISANTI","INSEE_COM":"2B016","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.367,42.035],[9.368,42.038],[9.366,42.041],[9.369,42.043],[9.372,42.042],[9.373,42.044],[9.367,42.047],[9.367,42.049],[9.363,42.047],[9.361,42.047],[9.358,42.05],[9.354,42.05],[9.351,42.051],[9.348,42.055],[9.338,42.059],[9.317,42.061],[9.31,42.062],[9.293,42.07],[9.286,42.068],[9.284,42.072],[9.278,42.075],[9.275,42.076],[9.271,42.075],[9.265,42.072],[9.258,42.073],[9.257,42.071],[9.248,42.074],[9.239,42.075],[9.238,42.071],[9.236,42.066],[9.232,42.063],[9.23,42.059],[9.227,42.058],[9.23,42.054],[9.228,42.045],[9.236,42.048],[9.24,42.047],[9.242,42.048],[9.25,42.048],[9.254,42.046],[9.259,42.046],[9.269,42.039],[9.273,42.039],[9.274,42.037],[9.279,42.035],[9.279,42.034],[9.286,42.036],[9.289,42.036],[9.294,42.033],[9.296,42.033],[9.302,42.031],[9.306,42.033],[9.307,42.035],[9.31,42.035],[9.314,42.038],[9.316,42.036],[9.319,42.038],[9.325,42.035],[9.329,42.035],[9.331,42.037],[9.333,42.037],[9.334,42.039],[9.34,42.038],[9.342,42.037],[9.347,42.037],[9.349,42.036],[9.355,42.035],[9.361,42.037],[9.364,42.035],[9.367,42.035]]]},"properties":{"NOM_COM_M":"POGGIO DI NAZZA","INSEE_COM":"2B236","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.393,42.127],[9.393,42.129],[9.389,42.13],[9.389,42.132],[9.385,42.137],[9.389,42.145],[9.386,42.147],[9.38,42.146],[9.38,42.148],[9.378,42.15],[9.373,42.15],[9.37,42.151],[9.367,42.149],[9.365,42.146],[9.362,42.146],[9.358,42.144],[9.353,42.145],[9.344,42.145],[9.342,42.143],[9.344,42.134],[9.348,42.13],[9.352,42.129],[9.352,42.127],[9.357,42.124],[9.361,42.124],[9.366,42.122],[9.37,42.122],[9.374,42.124],[9.38,42.122],[9.384,42.123],[9.384,42.125],[9.386,42.127],[9.393,42.127]]]},"properties":{"NOM_COM_M":"CASEVECCHIE","INSEE_COM":"2B075","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.242,42.218],[9.239,42.219],[9.235,42.214],[9.236,42.213],[9.233,42.209],[9.23,42.207],[9.226,42.206],[9.227,42.204],[9.225,42.199],[9.225,42.19],[9.217,42.178],[9.218,42.175],[9.219,42.165],[9.223,42.17],[9.229,42.175],[9.23,42.177],[9.234,42.178],[9.238,42.181],[9.246,42.183],[9.25,42.185],[9.255,42.186],[9.255,42.188],[9.258,42.192],[9.258,42.194],[9.261,42.198],[9.256,42.202],[9.251,42.21],[9.247,42.212],[9.243,42.218],[9.242,42.218]]]},"properties":{"NOM_COM_M":"ROSPIGLIANI","INSEE_COM":"2B263","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.228,42.045],[9.23,42.054],[9.227,42.058],[9.23,42.059],[9.232,42.063],[9.236,42.066],[9.238,42.071],[9.239,42.075],[9.248,42.074],[9.257,42.071],[9.258,42.073],[9.265,42.072],[9.271,42.075],[9.275,42.076],[9.277,42.079],[9.277,42.084],[9.278,42.086],[9.279,42.091],[9.278,42.094],[9.282,42.095],[9.286,42.095],[9.289,42.097],[9.29,42.096],[9.299,42.096],[9.303,42.095],[9.307,42.096],[9.311,42.098],[9.315,42.096],[9.314,42.092],[9.319,42.093],[9.322,42.092],[9.328,42.092],[9.333,42.094],[9.335,42.093],[9.341,42.093],[9.341,42.096],[9.345,42.097],[9.345,42.101],[9.342,42.103],[9.336,42.105],[9.335,42.106],[9.33,42.107],[9.304,42.107],[9.302,42.108],[9.29,42.108],[9.287,42.11],[9.28,42.11],[9.279,42.113],[9.277,42.124],[9.269,42.127],[9.261,42.127],[9.258,42.132],[9.252,42.137],[9.251,42.141],[9.247,42.141],[9.245,42.142],[9.242,42.142],[9.238,42.143],[9.237,42.147],[9.235,42.148],[9.235,42.15],[9.233,42.153],[9.231,42.154],[9.226,42.16],[9.223,42.163],[9.219,42.163],[9.217,42.162],[9.215,42.159],[9.209,42.155],[9.203,42.149],[9.196,42.147],[9.189,42.143],[9.181,42.142],[9.18,42.141],[9.178,42.139],[9.179,42.137],[9.178,42.133],[9.176,42.132],[9.171,42.131],[9.169,42.129],[9.167,42.125],[9.164,42.122],[9.16,42.117],[9.159,42.115],[9.157,42.115],[9.156,42.112],[9.154,42.111],[9.151,42.111],[9.15,42.109],[9.151,42.104],[9.149,42.101],[9.143,42.099],[9.138,42.096],[9.137,42.094],[9.134,42.091],[9.135,42.088],[9.134,42.085],[9.134,42.08],[9.133,42.076],[9.131,42.073],[9.131,42.071],[9.128,42.067],[9.13,42.064],[9.131,42.061],[9.134,42.06],[9.132,42.058],[9.131,42.054],[9.133,42.052],[9.137,42.052],[9.138,42.05],[9.141,42.049],[9.141,42.047],[9.145,42.042],[9.149,42.04],[9.152,42.041],[9.152,42.036],[9.155,42.033],[9.16,42.027],[9.161,42.025],[9.172,42.027],[9.176,42.029],[9.181,42.03],[9.182,42.031],[9.187,42.031],[9.189,42.032],[9.192,42.031],[9.196,42.028],[9.203,42.028],[9.207,42.03],[9.21,42.03],[9.212,42.028],[9.215,42.028],[9.221,42.027],[9.221,42.03],[9.224,42.035],[9.226,42.036],[9.228,42.043],[9.228,42.045]]]},"properties":{"NOM_COM_M":"GHISONI","INSEE_COM":"2B124","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.457,42.077],[9.448,42.071],[9.44,42.069],[9.435,42.064],[9.435,42.062],[9.433,42.06],[9.431,42.061],[9.426,42.065],[9.421,42.068],[9.412,42.072],[9.403,42.075],[9.399,42.076],[9.396,42.08],[9.39,42.083],[9.384,42.086],[9.379,42.089],[9.368,42.093],[9.359,42.095],[9.351,42.098],[9.349,42.1],[9.345,42.101],[9.345,42.097],[9.341,42.096],[9.341,42.093],[9.347,42.092],[9.355,42.087],[9.359,42.085],[9.359,42.083],[9.361,42.078],[9.358,42.077],[9.358,42.074],[9.361,42.072],[9.361,42.069],[9.365,42.067],[9.364,42.065],[9.369,42.062],[9.365,42.058],[9.365,42.055],[9.369,42.052],[9.37,42.05],[9.367,42.049],[9.367,42.047],[9.373,42.044],[9.372,42.042],[9.369,42.043],[9.366,42.041],[9.368,42.038],[9.367,42.035],[9.369,42.032],[9.368,42.027],[9.373,42.024],[9.374,42.022],[9.38,42.017],[9.383,42.017],[9.386,42.015],[9.391,42.015],[9.397,42.01],[9.401,42.009],[9.408,42.009],[9.411,42.006],[9.415,42.008],[9.42,42.005],[9.42,42.003],[9.423,42],[9.427,41.999],[9.427,41.997],[9.429,41.996],[9.431,41.997],[9.437,41.993],[9.439,41.99],[9.442,41.99],[9.453,41.999],[9.457,42.001],[9.458,42.004],[9.46,42.007],[9.467,42.013],[9.47,42.016],[9.476,42.024],[9.487,42.036],[9.497,42.048],[9.496,42.049],[9.496,42.053],[9.495,42.055],[9.492,42.057],[9.491,42.056],[9.488,42.058],[9.485,42.059],[9.484,42.062],[9.482,42.064],[9.483,42.066],[9.481,42.067],[9.479,42.072],[9.477,42.071],[9.475,42.073],[9.475,42.075],[9.472,42.078],[9.464,42.076],[9.457,42.077]]]},"properties":{"NOM_COM_M":"GHISONACCIA","INSEE_COM":"2B123","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.453,42.144],[9.449,42.148],[9.447,42.151],[9.44,42.154],[9.437,42.156],[9.436,42.158],[9.433,42.16],[9.432,42.162],[9.429,42.164],[9.427,42.167],[9.425,42.167],[9.424,42.171],[9.418,42.176],[9.415,42.177],[9.411,42.181],[9.411,42.183],[9.408,42.187],[9.408,42.189],[9.404,42.192],[9.403,42.196],[9.398,42.198],[9.395,42.2],[9.393,42.199],[9.388,42.2],[9.384,42.202],[9.384,42.203],[9.379,42.205],[9.378,42.206],[9.371,42.208],[9.37,42.21],[9.37,42.216],[9.366,42.219],[9.364,42.224],[9.363,42.222],[9.358,42.221],[9.351,42.218],[9.348,42.218],[9.345,42.214],[9.345,42.212],[9.343,42.21],[9.343,42.207],[9.348,42.206],[9.35,42.205],[9.35,42.203],[9.346,42.2],[9.343,42.196],[9.344,42.195],[9.348,42.196],[9.353,42.198],[9.355,42.197],[9.355,42.194],[9.357,42.192],[9.359,42.194],[9.362,42.192],[9.36,42.19],[9.363,42.189],[9.366,42.191],[9.366,42.188],[9.367,42.185],[9.374,42.182],[9.376,42.182],[9.379,42.184],[9.383,42.184],[9.387,42.183],[9.386,42.18],[9.382,42.178],[9.382,42.175],[9.39,42.173],[9.392,42.174],[9.392,42.176],[9.396,42.182],[9.399,42.183],[9.401,42.181],[9.403,42.182],[9.405,42.181],[9.406,42.178],[9.408,42.176],[9.413,42.176],[9.419,42.168],[9.416,42.165],[9.425,42.164],[9.428,42.161],[9.425,42.158],[9.427,42.155],[9.429,42.154],[9.434,42.154],[9.438,42.153],[9.442,42.143],[9.447,42.142],[9.45,42.144],[9.452,42.143],[9.453,42.144]]]},"properties":{"NOM_COM_M":"GIUNCAGGIO","INSEE_COM":"2B126","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.311,42.244],[9.313,42.25],[9.313,42.253],[9.312,42.255],[9.314,42.257],[9.312,42.259],[9.312,42.27],[9.301,42.266],[9.299,42.265],[9.296,42.261],[9.293,42.261],[9.289,42.259],[9.284,42.259],[9.282,42.257],[9.282,42.253],[9.28,42.25],[9.277,42.251],[9.275,42.246],[9.273,42.244],[9.273,42.241],[9.271,42.238],[9.27,42.235],[9.267,42.235],[9.263,42.231],[9.259,42.23],[9.258,42.227],[9.262,42.224],[9.264,42.227],[9.268,42.228],[9.272,42.232],[9.274,42.235],[9.279,42.24],[9.279,42.241],[9.284,42.242],[9.285,42.243],[9.291,42.244],[9.298,42.244],[9.3,42.243],[9.303,42.244],[9.306,42.243],[9.307,42.244],[9.311,42.244]]]},"properties":{"NOM_COM_M":"FOCICCHIA","INSEE_COM":"2B116","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.35,42.251],[9.353,42.249],[9.356,42.248],[9.357,42.245],[9.36,42.245],[9.362,42.247],[9.367,42.249],[9.366,42.25],[9.368,42.253],[9.367,42.257],[9.364,42.258],[9.362,42.26],[9.359,42.26],[9.357,42.262],[9.349,42.261],[9.345,42.257],[9.345,42.255],[9.348,42.251],[9.35,42.251]]]},"properties":{"NOM_COM_M":"AMPRIANI","INSEE_COM":"2B015","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.223,41.949],[9.221,41.946],[9.217,41.944],[9.215,41.942],[9.221,41.937],[9.224,41.934],[9.226,41.934],[9.229,41.932],[9.231,41.933],[9.234,41.938],[9.238,41.941],[9.241,41.942],[9.244,41.947],[9.246,41.947],[9.249,41.95],[9.25,41.953],[9.256,41.958],[9.261,41.963],[9.261,41.965],[9.267,41.968],[9.268,41.97],[9.278,41.974],[9.277,41.978],[9.279,41.981],[9.282,41.979],[9.29,41.982],[9.294,41.986],[9.297,41.986],[9.295,41.988],[9.292,41.987],[9.287,41.987],[9.285,41.988],[9.282,41.993],[9.281,41.996],[9.277,41.997],[9.275,41.995],[9.271,41.994],[9.267,41.995],[9.26,41.998],[9.254,41.998],[9.251,41.994],[9.245,41.993],[9.242,41.991],[9.234,41.989],[9.228,41.99],[9.22,41.99],[9.219,41.986],[9.221,41.981],[9.22,41.975],[9.224,41.973],[9.225,41.971],[9.223,41.963],[9.225,41.959],[9.223,41.955],[9.223,41.949]]]},"properties":{"NOM_COM_M":"SAN GAVINO DI FIUMORBO","INSEE_COM":"2B365","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.335,42.28],[9.333,42.276],[9.331,42.275],[9.329,42.272],[9.329,42.269],[9.326,42.266],[9.326,42.264],[9.329,42.26],[9.331,42.259],[9.331,42.255],[9.335,42.253],[9.337,42.253],[9.339,42.251],[9.345,42.251],[9.347,42.25],[9.35,42.251],[9.348,42.251],[9.345,42.255],[9.345,42.257],[9.349,42.261],[9.357,42.262],[9.357,42.268],[9.356,42.27],[9.358,42.273],[9.354,42.271],[9.351,42.275],[9.349,42.276],[9.345,42.276],[9.341,42.277],[9.335,42.28]]]},"properties":{"NOM_COM_M":"ZUANI","INSEE_COM":"2B364","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.053,41.959],[9.056,41.956],[9.056,41.951],[9.059,41.947],[9.061,41.946],[9.059,41.943],[9.061,41.939],[9.065,41.934],[9.065,41.929],[9.063,41.927],[9.063,41.925],[9.062,41.922],[9.063,41.917],[9.062,41.916],[9.063,41.913],[9.062,41.91],[9.059,41.906],[9.06,41.905],[9.062,41.906],[9.065,41.905],[9.067,41.906],[9.07,41.903],[9.078,41.901],[9.081,41.899],[9.086,41.897],[9.088,41.895],[9.088,41.893],[9.093,41.889],[9.094,41.894],[9.096,41.895],[9.097,41.899],[9.101,41.903],[9.101,41.906],[9.098,41.907],[9.101,41.91],[9.103,41.908],[9.106,41.91],[9.106,41.913],[9.105,41.917],[9.102,41.924],[9.097,41.927],[9.094,41.923],[9.088,41.926],[9.089,41.928],[9.086,41.932],[9.083,41.932],[9.078,41.933],[9.075,41.933],[9.07,41.936],[9.07,41.94],[9.075,41.945],[9.073,41.95],[9.074,41.952],[9.068,41.956],[9.065,41.963],[9.062,41.964],[9.058,41.961],[9.053,41.959]]]},"properties":{"NOM_COM_M":"GUITERA LES BAINS","INSEE_COM":"2A133","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.927,42.254],[8.927,42.252],[8.933,42.251],[8.934,42.248],[8.936,42.247],[8.94,42.237],[8.943,42.236],[8.945,42.234],[8.952,42.233],[8.955,42.234],[8.957,42.233],[8.968,42.233],[8.972,42.232],[8.973,42.233],[8.977,42.231],[8.977,42.228],[8.98,42.224],[8.984,42.225],[8.992,42.217],[8.997,42.214],[9,42.215],[9.006,42.213],[9.006,42.209],[9.014,42.208],[9.018,42.205],[9.023,42.203],[9.027,42.203],[9.031,42.205],[9.038,42.207],[9.043,42.207],[9.046,42.208],[9.046,42.211],[9.049,42.211],[9.05,42.214],[9.054,42.217],[9.059,42.215],[9.059,42.213],[9.062,42.211],[9.07,42.208],[9.075,42.21],[9.078,42.213],[9.081,42.215],[9.085,42.216],[9.088,42.215],[9.092,42.217],[9.094,42.219],[9.096,42.223],[9.099,42.226],[9.102,42.226],[9.107,42.227],[9.11,42.229],[9.12,42.231],[9.121,42.234],[9.124,42.239],[9.122,42.243],[9.118,42.245],[9.122,42.25],[9.122,42.252],[9.126,42.256],[9.134,42.261],[9.133,42.263],[9.134,42.265],[9.133,42.267],[9.139,42.27],[9.141,42.272],[9.141,42.276],[9.145,42.277],[9.148,42.277],[9.15,42.279],[9.153,42.277],[9.155,42.277],[9.158,42.273],[9.162,42.273],[9.165,42.274],[9.168,42.276],[9.17,42.275],[9.18,42.275],[9.185,42.277],[9.189,42.278],[9.194,42.281],[9.201,42.281],[9.204,42.282],[9.206,42.28],[9.211,42.279],[9.208,42.284],[9.206,42.285],[9.199,42.286],[9.196,42.288],[9.196,42.29],[9.192,42.293],[9.188,42.294],[9.19,42.299],[9.189,42.302],[9.19,42.307],[9.192,42.309],[9.194,42.315],[9.192,42.317],[9.194,42.32],[9.194,42.323],[9.191,42.323],[9.19,42.319],[9.188,42.32],[9.181,42.318],[9.172,42.32],[9.172,42.323],[9.174,42.328],[9.17,42.329],[9.17,42.331],[9.16,42.331],[9.158,42.332],[9.159,42.334],[9.155,42.339],[9.152,42.342],[9.145,42.344],[9.143,42.344],[9.139,42.341],[9.135,42.342],[9.128,42.342],[9.113,42.338],[9.111,42.33],[9.099,42.325],[9.093,42.323],[9.094,42.32],[9.09,42.317],[9.086,42.312],[9.085,42.308],[9.076,42.314],[9.061,42.306],[9.056,42.305],[9.039,42.296],[9.035,42.293],[9.037,42.283],[9.034,42.281],[9.029,42.28],[9.028,42.279],[9.023,42.278],[9.019,42.275],[9.019,42.271],[9.012,42.264],[9.011,42.262],[9.008,42.261],[9.008,42.259],[9.006,42.256],[9.002,42.255],[8.997,42.25],[8.997,42.247],[8.995,42.246],[8.992,42.243],[8.986,42.241],[8.975,42.241],[8.967,42.244],[8.967,42.246],[8.964,42.247],[8.963,42.25],[8.958,42.254],[8.955,42.252],[8.95,42.253],[8.948,42.252],[8.942,42.255],[8.937,42.258],[8.933,42.256],[8.927,42.254]]]},"properties":{"NOM_COM_M":"CORTE","INSEE_COM":"2B096","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.229,42.241],[9.234,42.244],[9.235,42.247],[9.232,42.25],[9.228,42.25],[9.225,42.251],[9.219,42.249],[9.213,42.248],[9.212,42.249],[9.212,42.253],[9.213,42.254],[9.206,42.256],[9.201,42.255],[9.196,42.256],[9.194,42.255],[9.19,42.255],[9.185,42.254],[9.185,42.257],[9.182,42.257],[9.182,42.255],[9.18,42.252],[9.177,42.25],[9.178,42.248],[9.177,42.246],[9.179,42.244],[9.186,42.24],[9.19,42.24],[9.192,42.241],[9.199,42.243],[9.202,42.242],[9.21,42.242],[9.211,42.24],[9.219,42.243],[9.223,42.24],[9.229,42.241]]]},"properties":{"NOM_COM_M":"RIVENTOSA","INSEE_COM":"2B260","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.219,42.163],[9.223,42.163],[9.226,42.16],[9.231,42.154],[9.233,42.153],[9.235,42.15],[9.235,42.148],[9.237,42.147],[9.238,42.143],[9.242,42.142],[9.245,42.142],[9.247,42.141],[9.251,42.141],[9.251,42.144],[9.253,42.145],[9.252,42.15],[9.249,42.153],[9.249,42.155],[9.252,42.157],[9.255,42.158],[9.257,42.161],[9.268,42.168],[9.273,42.169],[9.276,42.164],[9.278,42.163],[9.278,42.159],[9.28,42.157],[9.282,42.151],[9.286,42.148],[9.287,42.146],[9.293,42.142],[9.294,42.14],[9.297,42.139],[9.298,42.137],[9.3,42.137],[9.307,42.132],[9.307,42.129],[9.31,42.125],[9.313,42.122],[9.318,42.118],[9.32,42.119],[9.321,42.117],[9.325,42.115],[9.329,42.114],[9.335,42.117],[9.34,42.114],[9.343,42.111],[9.345,42.107],[9.35,42.106],[9.356,42.106],[9.361,42.104],[9.363,42.104],[9.363,42.1],[9.368,42.1],[9.366,42.102],[9.366,42.106],[9.362,42.109],[9.356,42.117],[9.358,42.119],[9.358,42.122],[9.357,42.124],[9.352,42.127],[9.352,42.129],[9.348,42.13],[9.344,42.134],[9.342,42.143],[9.344,42.145],[9.337,42.145],[9.332,42.148],[9.328,42.148],[9.32,42.151],[9.317,42.155],[9.315,42.159],[9.318,42.168],[9.315,42.174],[9.317,42.177],[9.317,42.181],[9.312,42.187],[9.308,42.186],[9.308,42.189],[9.302,42.19],[9.295,42.192],[9.297,42.196],[9.295,42.201],[9.292,42.199],[9.291,42.198],[9.288,42.199],[9.284,42.198],[9.276,42.195],[9.275,42.196],[9.269,42.196],[9.265,42.2],[9.261,42.198],[9.258,42.194],[9.258,42.192],[9.255,42.188],[9.255,42.186],[9.25,42.185],[9.246,42.183],[9.238,42.181],[9.234,42.178],[9.23,42.177],[9.229,42.175],[9.223,42.17],[9.219,42.165],[9.219,42.163]]]},"properties":{"NOM_COM_M":"VEZZANI","INSEE_COM":"2B347","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.047,41.86],[9.049,41.859],[9.056,41.861],[9.062,41.868],[9.065,41.869],[9.073,41.867],[9.079,41.864],[9.081,41.862],[9.085,41.862],[9.087,41.863],[9.086,41.868],[9.087,41.873],[9.09,41.876],[9.1,41.884],[9.097,41.885],[9.093,41.885],[9.09,41.886],[9.093,41.889],[9.088,41.893],[9.088,41.895],[9.086,41.897],[9.081,41.899],[9.078,41.901],[9.07,41.903],[9.067,41.906],[9.065,41.905],[9.062,41.906],[9.06,41.905],[9.061,41.902],[9.058,41.895],[9.058,41.891],[9.056,41.89],[9.055,41.887],[9.053,41.884],[9.053,41.882],[9.051,41.881],[9.049,41.877],[9.052,41.874],[9.049,41.871],[9.049,41.867],[9.047,41.864],[9.047,41.86]]]},"properties":{"NOM_COM_M":"CORRANO","INSEE_COM":"2A094","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.219,42.163],[9.219,42.165],[9.218,42.167],[9.215,42.168],[9.212,42.171],[9.208,42.174],[9.203,42.175],[9.2,42.177],[9.197,42.182],[9.194,42.184],[9.193,42.188],[9.191,42.19],[9.189,42.197],[9.18,42.197],[9.175,42.2],[9.174,42.198],[9.171,42.197],[9.17,42.194],[9.168,42.193],[9.169,42.19],[9.174,42.186],[9.174,42.183],[9.175,42.178],[9.178,42.176],[9.178,42.174],[9.18,42.171],[9.18,42.169],[9.178,42.167],[9.177,42.164],[9.178,42.162],[9.176,42.159],[9.176,42.157],[9.172,42.153],[9.173,42.151],[9.172,42.148],[9.174,42.144],[9.178,42.141],[9.18,42.141],[9.181,42.142],[9.189,42.143],[9.196,42.147],[9.203,42.149],[9.209,42.155],[9.215,42.159],[9.217,42.162],[9.219,42.163]]]},"properties":{"NOM_COM_M":"MURACCIOLE","INSEE_COM":"2B171","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.008,41.831],[9.012,41.83],[9.015,41.831],[9.017,41.835],[9.022,41.838],[9.025,41.838],[9.026,41.841],[9.032,41.841],[9.033,41.845],[9.035,41.848],[9.035,41.852],[9.036,41.853],[9.033,41.857],[9.03,41.857],[9.027,41.856],[9.025,41.858],[9.022,41.858],[9.022,41.856],[9.018,41.858],[9.014,41.858],[9.01,41.861],[9.006,41.861],[8.999,41.863],[8.998,41.859],[8.996,41.859],[8.995,41.855],[8.997,41.852],[8.999,41.853],[9.003,41.849],[9.005,41.846],[9.004,41.844],[9.006,41.839],[9.004,41.835],[9.007,41.834],[9.01,41.834],[9.01,41.832],[9.008,41.831]]]},"properties":{"NOM_COM_M":"FORCIOLO","INSEE_COM":"2A117","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.309,41.832],[9.308,41.831],[9.305,41.832],[9.303,41.826],[9.301,41.826],[9.298,41.822],[9.293,41.818],[9.284,41.816],[9.28,41.814],[9.276,41.814],[9.275,41.81],[9.273,41.808],[9.273,41.807],[9.277,41.794],[9.312,41.784],[9.313,41.78],[9.329,41.784],[9.334,41.786],[9.347,41.779],[9.35,41.78],[9.353,41.778],[9.357,41.771],[9.36,41.764],[9.364,41.765],[9.37,41.765],[9.373,41.766],[9.376,41.766],[9.38,41.765],[9.383,41.767],[9.386,41.77],[9.392,41.774],[9.395,41.773],[9.397,41.774],[9.396,41.777],[9.398,41.778],[9.399,41.782],[9.397,41.784],[9.4,41.786],[9.4,41.789],[9.397,41.791],[9.397,41.794],[9.394,41.798],[9.398,41.802],[9.399,41.806],[9.402,41.813],[9.405,41.818],[9.406,41.823],[9.405,41.828],[9.405,41.832],[9.403,41.836],[9.403,41.839],[9.402,41.841],[9.404,41.842],[9.4,41.85],[9.402,41.854],[9.401,41.856],[9.403,41.857],[9.402,41.86],[9.401,41.859],[9.396,41.86],[9.395,41.863],[9.386,41.868],[9.379,41.865],[9.378,41.867],[9.374,41.865],[9.371,41.865],[9.37,41.861],[9.366,41.861],[9.363,41.86],[9.362,41.858],[9.359,41.857],[9.357,41.855],[9.354,41.855],[9.352,41.849],[9.349,41.849],[9.347,41.846],[9.339,41.846],[9.335,41.842],[9.33,41.839],[9.33,41.837],[9.327,41.837],[9.326,41.834],[9.323,41.835],[9.32,41.835],[9.317,41.832],[9.313,41.833],[9.309,41.832]]]},"properties":{"NOM_COM_M":"SARI SOLENZARA","INSEE_COM":"2A269","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.236,41.876],[9.235,41.879],[9.239,41.885],[9.241,41.885],[9.246,41.892],[9.248,41.893],[9.252,41.899],[9.248,41.91],[9.243,41.91],[9.242,41.911],[9.237,41.913],[9.234,41.916],[9.23,41.916],[9.224,41.915],[9.222,41.914],[9.22,41.915],[9.217,41.913],[9.214,41.917],[9.208,41.916],[9.206,41.915],[9.201,41.915],[9.199,41.917],[9.194,41.915],[9.19,41.911],[9.18,41.907],[9.179,41.91],[9.174,41.911],[9.169,41.91],[9.166,41.912],[9.166,41.915],[9.165,41.919],[9.162,41.921],[9.156,41.924],[9.152,41.923],[9.141,41.927],[9.139,41.931],[9.135,41.931],[9.132,41.929],[9.129,41.929],[9.127,41.928],[9.122,41.928],[9.118,41.93],[9.113,41.927],[9.113,41.924],[9.11,41.923],[9.107,41.928],[9.106,41.923],[9.109,41.922],[9.109,41.918],[9.105,41.917],[9.106,41.913],[9.106,41.91],[9.103,41.908],[9.101,41.91],[9.098,41.907],[9.101,41.906],[9.101,41.903],[9.097,41.899],[9.096,41.895],[9.094,41.894],[9.093,41.889],[9.09,41.886],[9.093,41.885],[9.097,41.885],[9.1,41.884],[9.09,41.876],[9.087,41.873],[9.086,41.868],[9.087,41.863],[9.088,41.862],[9.092,41.862],[9.096,41.863],[9.097,41.861],[9.106,41.858],[9.108,41.857],[9.116,41.855],[9.119,41.856],[9.119,41.858],[9.124,41.856],[9.131,41.856],[9.134,41.858],[9.137,41.858],[9.144,41.861],[9.145,41.859],[9.144,41.857],[9.145,41.853],[9.14,41.85],[9.148,41.848],[9.147,41.846],[9.152,41.844],[9.159,41.84],[9.163,41.839],[9.171,41.841],[9.179,41.841],[9.185,41.84],[9.189,41.837],[9.193,41.837],[9.203,41.845],[9.204,41.847],[9.209,41.852],[9.216,41.852],[9.22,41.854],[9.227,41.855],[9.231,41.86],[9.233,41.868],[9.237,41.874],[9.236,41.876]]]},"properties":{"NOM_COM_M":"ZICAVO","INSEE_COM":"2A359","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.11,41.975],[9.108,41.972],[9.115,41.963],[9.115,41.959],[9.113,41.952],[9.113,41.942],[9.109,41.939],[9.109,41.931],[9.107,41.928],[9.11,41.923],[9.113,41.924],[9.113,41.927],[9.118,41.93],[9.122,41.928],[9.127,41.928],[9.126,41.93],[9.13,41.934],[9.134,41.941],[9.133,41.943],[9.136,41.947],[9.136,41.949],[9.133,41.953],[9.127,41.957],[9.128,41.959],[9.125,41.96],[9.128,41.962],[9.127,41.964],[9.118,41.968],[9.11,41.975]]]},"properties":{"NOM_COM_M":"SAMPOLO","INSEE_COM":"2A268","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.402,41.86],[9.399,41.864],[9.399,41.867],[9.397,41.875],[9.399,41.882],[9.402,41.886],[9.401,41.888],[9.403,41.899],[9.409,41.907],[9.406,41.907],[9.404,41.909],[9.399,41.91],[9.391,41.911],[9.386,41.914],[9.377,41.917],[9.366,41.92],[9.354,41.92],[9.35,41.922],[9.345,41.92],[9.341,41.919],[9.338,41.92],[9.332,41.921],[9.33,41.923],[9.327,41.922],[9.324,41.922],[9.32,41.926],[9.315,41.925],[9.313,41.921],[9.312,41.921],[9.309,41.921],[9.306,41.918],[9.301,41.915],[9.297,41.915],[9.294,41.914],[9.291,41.911],[9.286,41.909],[9.285,41.906],[9.281,41.906],[9.279,41.902],[9.277,41.901],[9.273,41.895],[9.263,41.891],[9.258,41.885],[9.256,41.885],[9.25,41.882],[9.243,41.882],[9.238,41.879],[9.236,41.876],[9.237,41.874],[9.233,41.868],[9.231,41.86],[9.227,41.855],[9.232,41.853],[9.233,41.85],[9.237,41.846],[9.241,41.849],[9.245,41.85],[9.249,41.847],[9.255,41.845],[9.26,41.845],[9.266,41.843],[9.269,41.84],[9.271,41.841],[9.275,41.841],[9.283,41.844],[9.288,41.845],[9.289,41.843],[9.292,41.843],[9.299,41.845],[9.302,41.844],[9.304,41.842],[9.306,41.842],[9.309,41.84],[9.308,41.836],[9.309,41.832],[9.313,41.833],[9.317,41.832],[9.32,41.835],[9.323,41.835],[9.326,41.834],[9.327,41.837],[9.33,41.837],[9.33,41.839],[9.335,41.842],[9.339,41.846],[9.347,41.846],[9.349,41.849],[9.352,41.849],[9.354,41.855],[9.357,41.855],[9.359,41.857],[9.362,41.858],[9.363,41.86],[9.366,41.861],[9.37,41.861],[9.371,41.865],[9.374,41.865],[9.378,41.867],[9.379,41.865],[9.386,41.868],[9.395,41.863],[9.396,41.86],[9.401,41.859],[9.402,41.86]]]},"properties":{"NOM_COM_M":"SOLARO","INSEE_COM":"2B283","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.139,41.931],[9.141,41.927],[9.152,41.923],[9.156,41.924],[9.162,41.921],[9.165,41.919],[9.166,41.915],[9.166,41.912],[9.169,41.91],[9.174,41.911],[9.179,41.91],[9.18,41.907],[9.19,41.911],[9.194,41.915],[9.199,41.917],[9.201,41.915],[9.206,41.915],[9.208,41.916],[9.214,41.917],[9.214,41.918],[9.22,41.922],[9.222,41.922],[9.226,41.928],[9.228,41.929],[9.231,41.933],[9.229,41.932],[9.226,41.934],[9.224,41.934],[9.221,41.937],[9.215,41.942],[9.217,41.944],[9.221,41.946],[9.223,41.949],[9.211,41.953],[9.198,41.957],[9.193,41.953],[9.182,41.955],[9.179,41.953],[9.172,41.956],[9.171,41.955],[9.166,41.954],[9.163,41.953],[9.164,41.95],[9.161,41.945],[9.158,41.943],[9.155,41.942],[9.155,41.94],[9.147,41.94],[9.146,41.936],[9.141,41.935],[9.141,41.931],[9.139,41.931]]]},"properties":{"NOM_COM_M":"COZZANO","INSEE_COM":"2A099","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.22,41.99],[9.216,41.992],[9.215,41.994],[9.217,41.996],[9.219,42.008],[9.22,42.019],[9.221,42.027],[9.215,42.028],[9.212,42.028],[9.21,42.03],[9.207,42.03],[9.203,42.028],[9.196,42.028],[9.192,42.031],[9.189,42.032],[9.187,42.031],[9.182,42.031],[9.181,42.03],[9.176,42.029],[9.172,42.027],[9.161,42.025],[9.16,42.027],[9.157,42.025],[9.156,42.023],[9.151,42.018],[9.148,42.011],[9.147,42.011],[9.154,42.002],[9.156,42],[9.161,42],[9.154,41.981],[9.162,41.977],[9.161,41.972],[9.164,41.97],[9.162,41.967],[9.162,41.963],[9.164,41.96],[9.164,41.958],[9.162,41.956],[9.164,41.954],[9.166,41.954],[9.171,41.955],[9.172,41.956],[9.179,41.953],[9.182,41.955],[9.193,41.953],[9.198,41.957],[9.211,41.953],[9.223,41.949],[9.223,41.955],[9.225,41.959],[9.223,41.963],[9.225,41.971],[9.224,41.973],[9.22,41.975],[9.221,41.981],[9.219,41.986],[9.22,41.99]]]},"properties":{"NOM_COM_M":"PALNECA","INSEE_COM":"2A200","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.053,41.959],[9.058,41.961],[9.062,41.964],[9.065,41.963],[9.068,41.963],[9.07,41.961],[9.072,41.963],[9.074,41.963],[9.077,41.966],[9.08,41.966],[9.083,41.968],[9.083,41.971],[9.085,41.972],[9.086,41.975],[9.091,41.975],[9.095,41.978],[9.097,41.978],[9.1,41.979],[9.103,41.984],[9.104,41.988],[9.106,41.989],[9.111,41.99],[9.112,41.993],[9.116,41.994],[9.119,41.993],[9.122,41.995],[9.124,41.999],[9.127,42.002],[9.133,42.003],[9.138,42.006],[9.142,42.007],[9.147,42.011],[9.148,42.011],[9.151,42.018],[9.156,42.023],[9.157,42.025],[9.16,42.027],[9.155,42.033],[9.152,42.036],[9.152,42.041],[9.149,42.04],[9.145,42.042],[9.141,42.047],[9.141,42.049],[9.138,42.05],[9.137,42.052],[9.133,42.052],[9.131,42.054],[9.132,42.058],[9.134,42.06],[9.126,42.058],[9.124,42.056],[9.112,42.052],[9.112,42.047],[9.107,42.043],[9.103,42.045],[9.09,42.041],[9.088,42.04],[9.085,42.042],[9.079,42.043],[9.075,42.041],[9.073,42.037],[9.071,42.036],[9.063,42.037],[9.054,42.039],[9.045,42.035],[9.041,42.034],[9.04,42.036],[9.037,42.035],[9.036,42.033],[9.033,42.031],[9.029,42.037],[9.027,42.037],[9.026,42.039],[9.021,42.041],[9.023,42.036],[9.015,42.03],[9.013,42.03],[9.01,42.028],[9.006,42.02],[9.001,42.021],[8.997,42.02],[8.991,42.016],[8.986,42.012],[8.984,42.011],[8.978,42.01],[8.976,42.006],[8.974,42.005],[8.974,42],[8.975,41.998],[8.983,41.996],[8.984,41.997],[8.989,41.997],[8.993,41.995],[8.995,41.992],[8.998,41.989],[9,41.988],[9,41.985],[9.003,41.984],[9.005,41.981],[9.004,41.978],[9.001,41.978],[8.999,41.975],[8.998,41.971],[8.995,41.97],[8.993,41.968],[8.996,41.966],[8.996,41.964],[8.993,41.962],[8.987,41.961],[8.983,41.958],[8.982,41.956],[8.984,41.953],[8.984,41.949],[8.982,41.944],[8.979,41.944],[8.977,41.942],[8.974,41.942],[8.973,41.94],[8.974,41.938],[8.967,41.938],[8.963,41.932],[8.959,41.931],[8.957,41.932],[8.954,41.932],[8.95,41.931],[8.954,41.924],[8.951,41.921],[8.95,41.918],[8.953,41.915],[8.952,41.912],[8.952,41.904],[8.955,41.899],[8.96,41.897],[8.963,41.899],[8.969,41.9],[8.97,41.904],[8.978,41.905],[8.983,41.906],[8.988,41.909],[8.991,41.911],[8.995,41.912],[8.999,41.911],[9.005,41.914],[9.008,41.918],[9.012,41.922],[9.018,41.924],[9.02,41.928],[9.022,41.928],[9.025,41.928],[9.027,41.932],[9.029,41.934],[9.034,41.936],[9.036,41.939],[9.036,41.944],[9.039,41.945],[9.041,41.947],[9.045,41.946],[9.048,41.955],[9.047,41.957],[9.051,41.96],[9.053,41.959]]]},"properties":{"NOM_COM_M":"BASTELICA","INSEE_COM":"2A031","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.541,42.337],[9.54,42.339],[9.541,42.343],[9.539,42.343],[9.537,42.349],[9.537,42.353],[9.535,42.355],[9.535,42.359],[9.53,42.358],[9.526,42.36],[9.519,42.36],[9.516,42.362],[9.505,42.36],[9.503,42.361],[9.498,42.362],[9.496,42.361],[9.493,42.361],[9.49,42.362],[9.486,42.359],[9.482,42.355],[9.48,42.353],[9.476,42.343],[9.476,42.341],[9.48,42.342],[9.485,42.341],[9.49,42.341],[9.493,42.34],[9.498,42.341],[9.506,42.339],[9.512,42.341],[9.515,42.343],[9.52,42.343],[9.52,42.342],[9.53,42.342],[9.533,42.343],[9.536,42.338],[9.541,42.337]]]},"properties":{"NOM_COM_M":"SANTA MARIA POGGIO","INSEE_COM":"2B311","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.453,42.525],[9.452,42.523],[9.448,42.521],[9.45,42.518],[9.449,42.516],[9.451,42.512],[9.449,42.509],[9.451,42.504],[9.446,42.503],[9.439,42.499],[9.434,42.499],[9.425,42.496],[9.418,42.492],[9.43,42.49],[9.433,42.488],[9.44,42.488],[9.445,42.487],[9.447,42.489],[9.45,42.49],[9.45,42.493],[9.456,42.494],[9.456,42.495],[9.467,42.499],[9.464,42.503],[9.468,42.503],[9.466,42.506],[9.472,42.507],[9.474,42.506],[9.479,42.507],[9.485,42.513],[9.485,42.514],[9.491,42.514],[9.497,42.516],[9.507,42.517],[9.508,42.521],[9.511,42.521],[9.515,42.522],[9.518,42.522],[9.523,42.52],[9.53,42.522],[9.531,42.524],[9.533,42.524],[9.529,42.526],[9.525,42.524],[9.521,42.524],[9.52,42.527],[9.521,42.529],[9.519,42.531],[9.514,42.532],[9.513,42.535],[9.505,42.535],[9.5,42.538],[9.498,42.535],[9.494,42.533],[9.491,42.534],[9.488,42.537],[9.485,42.536],[9.483,42.533],[9.48,42.533],[9.478,42.535],[9.469,42.534],[9.47,42.532],[9.465,42.53],[9.461,42.527],[9.453,42.525]]]},"properties":{"NOM_COM_M":"VESCOVATO","INSEE_COM":"2B346","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.975,42.614],[8.972,42.613],[8.968,42.61],[8.965,42.607],[8.965,42.605],[8.961,42.604],[8.958,42.604],[8.952,42.602],[8.949,42.601],[8.949,42.587],[8.948,42.585],[8.95,42.583],[8.951,42.58],[8.948,42.576],[8.949,42.574],[8.952,42.573],[8.957,42.565],[8.959,42.563],[8.96,42.56],[8.959,42.558],[8.962,42.555],[8.961,42.551],[8.962,42.548],[8.967,42.546],[8.968,42.542],[8.972,42.538],[8.974,42.538],[8.978,42.54],[8.985,42.54],[8.988,42.543],[8.992,42.546],[8.996,42.547],[8.999,42.549],[8.993,42.553],[8.99,42.554],[8.983,42.564],[8.984,42.572],[8.984,42.58],[8.981,42.582],[8.978,42.588],[8.978,42.598],[8.976,42.6],[8.976,42.603],[8.978,42.604],[8.976,42.607],[8.978,42.609],[8.978,42.612],[8.975,42.614]]]},"properties":{"NOM_COM_M":"SPELONCATO","INSEE_COM":"2B290","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.004,42.569],[9.003,42.578],[9,42.585],[8.996,42.585],[8.997,42.582],[8.995,42.578],[8.993,42.576],[8.993,42.574],[8.999,42.569],[9.001,42.568],[9.004,42.569]]]},"properties":{"NOM_COM_M":"COSTA","INSEE_COM":"2B097","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.93,42.373],[8.929,42.37],[8.931,42.369],[8.935,42.369],[8.945,42.364],[8.95,42.362],[8.951,42.36],[8.951,42.357],[8.952,42.355],[8.953,42.35],[8.954,42.35],[8.958,42.344],[8.96,42.343],[8.963,42.344],[8.964,42.337],[8.972,42.336],[8.975,42.337],[8.978,42.335],[8.981,42.335],[8.989,42.333],[8.995,42.335],[8.998,42.334],[9.001,42.336],[9.013,42.341],[9.013,42.343],[9.019,42.347],[9.025,42.353],[9.021,42.356],[9.018,42.357],[9.017,42.36],[9.018,42.362],[9.016,42.364],[9.019,42.37],[9.019,42.371],[9.014,42.373],[9.01,42.378],[9.005,42.378],[9.001,42.379],[8.997,42.383],[8.994,42.384],[8.989,42.388],[8.98,42.39],[8.978,42.392],[8.971,42.392],[8.966,42.39],[8.961,42.387],[8.958,42.384],[8.955,42.383],[8.952,42.383],[8.946,42.38],[8.942,42.377],[8.937,42.376],[8.93,42.373]]]},"properties":{"NOM_COM_M":"LOZZI","INSEE_COM":"2B147","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.051,41.71],[9.052,41.707],[9.055,41.708],[9.052,41.71],[9.059,41.712],[9.063,41.71],[9.067,41.712],[9.067,41.714],[9.077,41.714],[9.091,41.721],[9.088,41.724],[9.088,41.729],[9.089,41.731],[9.084,41.736],[9.083,41.738],[9.079,41.732],[9.075,41.733],[9.074,41.731],[9.071,41.73],[9.069,41.727],[9.066,41.725],[9.064,41.725],[9.061,41.723],[9.056,41.721],[9.052,41.719],[9.05,41.716],[9.049,41.712],[9.051,41.71]]]},"properties":{"NOM_COM_M":"ZOZA","INSEE_COM":"2A363","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.152,41.844],[9.142,41.834],[9.136,41.826],[9.132,41.823],[9.13,41.819],[9.126,41.816],[9.118,41.811],[9.116,41.808],[9.117,41.805],[9.116,41.803],[9.112,41.802],[9.109,41.8],[9.107,41.796],[9.102,41.794],[9.101,41.79],[9.096,41.783],[9.095,41.779],[9.095,41.774],[9.093,41.772],[9.09,41.772],[9.089,41.77],[9.09,41.768],[9.088,41.765],[9.082,41.764],[9.082,41.76],[9.081,41.757],[9.085,41.753],[9.084,41.75],[9.082,41.748],[9.083,41.745],[9.082,41.744],[9.076,41.743],[9.074,41.741],[9.076,41.734],[9.079,41.732],[9.083,41.738],[9.084,41.736],[9.089,41.731],[9.088,41.729],[9.088,41.724],[9.091,41.721],[9.094,41.724],[9.094,41.726],[9.099,41.731],[9.095,41.733],[9.096,41.735],[9.094,41.736],[9.099,41.74],[9.098,41.744],[9.1,41.746],[9.104,41.745],[9.106,41.754],[9.108,41.754],[9.109,41.757],[9.113,41.764],[9.114,41.767],[9.123,41.772],[9.124,41.774],[9.122,41.777],[9.123,41.782],[9.122,41.791],[9.123,41.794],[9.126,41.799],[9.129,41.802],[9.13,41.806],[9.134,41.811],[9.139,41.82],[9.143,41.821],[9.147,41.828],[9.147,41.83],[9.151,41.831],[9.153,41.834],[9.156,41.835],[9.157,41.834],[9.16,41.838],[9.163,41.839],[9.159,41.84],[9.152,41.844]]]},"properties":{"NOM_COM_M":"SERRA DI SCOPAMENE","INSEE_COM":"2A278","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[8.573,42.382],[8.576,42.38],[8.577,42.377],[8.572,42.372],[8.573,42.37],[8.565,42.371],[8.563,42.369],[8.56,42.372],[8.557,42.371],[8.553,42.373],[8.552,42.376],[8.55,42.379],[8.546,42.378],[8.545,42.374],[8.546,42.37],[8.543,42.369],[8.544,42.367],[8.546,42.367],[8.551,42.365],[8.554,42.366],[8.556,42.365],[8.556,42.357],[8.554,42.355],[8.557,42.354],[8.555,42.35],[8.553,42.348],[8.56,42.344],[8.557,42.342],[8.558,42.34],[8.556,42.338],[8.556,42.336],[8.553,42.335],[8.553,42.333],[8.559,42.334],[8.563,42.333],[8.565,42.335],[8.568,42.336],[8.568,42.338],[8.573,42.338],[8.577,42.341],[8.577,42.343],[8.582,42.347],[8.582,42.349],[8.587,42.35],[8.59,42.353],[8.596,42.354],[8.602,42.353],[8.604,42.35],[8.608,42.35],[8.611,42.348],[8.615,42.35],[8.618,42.347],[8.617,42.344],[8.619,42.341],[8.625,42.34],[8.628,42.341],[8.627,42.336],[8.628,42.332],[8.622,42.328],[8.62,42.328],[8.619,42.326],[8.617,42.327],[8.607,42.323],[8.605,42.323],[8.598,42.319],[8.598,42.317],[8.602,42.316],[8.602,42.313],[8.605,42.311],[8.602,42.31],[8.605,42.307],[8.607,42.307],[8.609,42.309],[8.612,42.309],[8.618,42.311],[8.62,42.311],[8.626,42.313],[8.631,42.31],[8.631,42.304],[8.633,42.305],[8.638,42.304],[8.64,42.302],[8.641,42.299],[8.646,42.301],[8.646,42.303],[8.649,42.303],[8.654,42.301],[8.66,42.302],[8.663,42.303],[8.664,42.305],[8.669,42.306],[8.671,42.308],[8.673,42.307],[8.676,42.31],[8.674,42.316],[8.678,42.319],[8.676,42.329],[8.67,42.333],[8.672,42.336],[8.677,42.341],[8.68,42.346],[8.684,42.348],[8.682,42.351],[8.683,42.354],[8.681,42.357],[8.682,42.36],[8.672,42.36],[8.664,42.358],[8.659,42.359],[8.657,42.361],[8.65,42.362],[8.643,42.368],[8.643,42.37],[8.641,42.374],[8.637,42.373],[8.635,42.374],[8.629,42.372],[8.623,42.371],[8.62,42.372],[8.618,42.375],[8.615,42.373],[8.61,42.374],[8.605,42.372],[8.602,42.369],[8.6,42.369],[8.598,42.371],[8.595,42.37],[8.594,42.372],[8.591,42.373],[8.591,42.375],[8.589,42.376],[8.587,42.379],[8.578,42.38],[8.573,42.382]]],[[[8.542,42.37],[8.538,42.372],[8.535,42.371],[8.54,42.368],[8.542,42.37]]]]},"properties":{"NOM_COM_M":"OSANI","INSEE_COM":"2A197","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.462,42.446],[9.461,42.449],[9.459,42.45],[9.456,42.448],[9.457,42.444],[9.453,42.446],[9.451,42.444],[9.455,42.443],[9.451,42.441],[9.453,42.437],[9.449,42.436],[9.445,42.432],[9.445,42.43],[9.442,42.429],[9.439,42.43],[9.434,42.429],[9.432,42.426],[9.434,42.425],[9.435,42.422],[9.433,42.419],[9.432,42.415],[9.434,42.412],[9.439,42.409],[9.439,42.408],[9.447,42.404],[9.448,42.407],[9.451,42.411],[9.453,42.412],[9.458,42.42],[9.458,42.423],[9.463,42.427],[9.462,42.43],[9.463,42.433],[9.461,42.434],[9.458,42.439],[9.46,42.442],[9.462,42.443],[9.462,42.446]]]},"properties":{"NOM_COM_M":"PRUNO","INSEE_COM":"2B252","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.379,42.3],[9.381,42.295],[9.376,42.291],[9.374,42.282],[9.372,42.279],[9.374,42.278],[9.374,42.276],[9.378,42.273],[9.38,42.272],[9.384,42.272],[9.385,42.269],[9.387,42.269],[9.388,42.266],[9.392,42.265],[9.392,42.267],[9.394,42.268],[9.397,42.266],[9.4,42.271],[9.401,42.275],[9.4,42.278],[9.402,42.279],[9.401,42.283],[9.401,42.289],[9.398,42.292],[9.396,42.298],[9.394,42.297],[9.387,42.3],[9.379,42.3]]]},"properties":{"NOM_COM_M":"MATRA","INSEE_COM":"2B155","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.15,42.452],[9.143,42.451],[9.14,42.454],[9.135,42.452],[9.132,42.452],[9.128,42.45],[9.121,42.448],[9.121,42.443],[9.114,42.44],[9.111,42.441],[9.101,42.44],[9.102,42.437],[9.105,42.434],[9.107,42.43],[9.113,42.43],[9.114,42.428],[9.117,42.427],[9.125,42.427],[9.129,42.426],[9.131,42.428],[9.139,42.426],[9.144,42.422],[9.147,42.422],[9.152,42.425],[9.155,42.425],[9.157,42.427],[9.159,42.432],[9.158,42.435],[9.158,42.44],[9.162,42.439],[9.164,42.441],[9.156,42.443],[9.156,42.445],[9.154,42.448],[9.15,42.452]]]},"properties":{"NOM_COM_M":"POPOLASCA","INSEE_COM":"2B244","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.229,42.549],[9.222,42.552],[9.222,42.555],[9.223,42.558],[9.22,42.56],[9.214,42.564],[9.216,42.569],[9.216,42.572],[9.215,42.576],[9.212,42.579],[9.208,42.576],[9.201,42.573],[9.196,42.573],[9.178,42.563],[9.174,42.562],[9.171,42.563],[9.166,42.562],[9.164,42.565],[9.16,42.562],[9.159,42.558],[9.156,42.561],[9.151,42.563],[9.149,42.565],[9.134,42.57],[9.129,42.564],[9.127,42.561],[9.127,42.56],[9.133,42.56],[9.134,42.559],[9.13,42.553],[9.132,42.546],[9.137,42.547],[9.138,42.544],[9.138,42.539],[9.14,42.541],[9.144,42.54],[9.145,42.537],[9.15,42.531],[9.154,42.532],[9.156,42.528],[9.158,42.529],[9.158,42.524],[9.161,42.524],[9.162,42.522],[9.164,42.522],[9.166,42.52],[9.168,42.52],[9.169,42.516],[9.172,42.516],[9.174,42.513],[9.175,42.51],[9.178,42.508],[9.181,42.51],[9.186,42.509],[9.19,42.509],[9.193,42.506],[9.195,42.509],[9.198,42.51],[9.2,42.513],[9.204,42.516],[9.207,42.517],[9.219,42.516],[9.222,42.518],[9.22,42.522],[9.222,42.528],[9.224,42.53],[9.225,42.538],[9.227,42.54],[9.225,42.543],[9.226,42.545],[9.225,42.547],[9.229,42.549]]]},"properties":{"NOM_COM_M":"PIETRALBA","INSEE_COM":"2B223","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.191,41.495],[9.187,41.499],[9.182,41.501],[9.178,41.504],[9.174,41.504],[9.167,41.509],[9.168,41.514],[9.167,41.519],[9.171,41.523],[9.171,41.525],[9.174,41.528],[9.177,41.528],[9.177,41.531],[9.17,41.535],[9.169,41.543],[9.167,41.543],[9.167,41.548],[9.165,41.548],[9.167,41.556],[9.162,41.555],[9.156,41.552],[9.154,41.552],[9.153,41.554],[9.149,41.554],[9.149,41.557],[9.147,41.559],[9.144,41.558],[9.14,41.56],[9.138,41.563],[9.134,41.564],[9.132,41.569],[9.126,41.577],[9.12,41.587],[9.117,41.59],[9.113,41.592],[9.112,41.596],[9.104,41.594],[9.101,41.589],[9.096,41.587],[9.091,41.584],[9.087,41.585],[9.087,41.581],[9.089,41.575],[9.092,41.575],[9.095,41.574],[9.096,41.572],[9.091,41.569],[9.091,41.568],[9.086,41.564],[9.082,41.562],[9.081,41.559],[9.078,41.555],[9.075,41.553],[9.071,41.547],[9.069,41.547],[9.067,41.544],[9.063,41.534],[9.061,41.532],[9.064,41.531],[9.063,41.529],[9.068,41.524],[9.072,41.525],[9.076,41.523],[9.08,41.52],[9.083,41.517],[9.082,41.512],[9.079,41.511],[9.078,41.508],[9.076,41.505],[9.073,41.505],[9.074,41.5],[9.078,41.495],[9.077,41.492],[9.078,41.487],[9.084,41.483],[9.084,41.482],[9.079,41.481],[9.08,41.477],[9.078,41.475],[9.077,41.472],[9.073,41.471],[9.071,41.469],[9.071,41.466],[9.067,41.466],[9.067,41.463],[9.069,41.461],[9.069,41.458],[9.066,41.458],[9.066,41.45],[9.068,41.45],[9.071,41.445],[9.074,41.443],[9.078,41.442],[9.082,41.442],[9.086,41.445],[9.09,41.445],[9.091,41.447],[9.095,41.45],[9.099,41.453],[9.098,41.456],[9.099,41.457],[9.088,41.46],[9.091,41.465],[9.093,41.465],[9.095,41.467],[9.094,41.47],[9.097,41.471],[9.1,41.474],[9.107,41.473],[9.113,41.473],[9.118,41.472],[9.123,41.475],[9.126,41.474],[9.13,41.47],[9.138,41.467],[9.137,41.462],[9.136,41.46],[9.14,41.457],[9.143,41.456],[9.15,41.456],[9.15,41.46],[9.151,41.461],[9.158,41.463],[9.165,41.467],[9.165,41.47],[9.168,41.472],[9.169,41.475],[9.172,41.475],[9.175,41.476],[9.178,41.479],[9.179,41.484],[9.185,41.488],[9.191,41.495]]]},"properties":{"NOM_COM_M":"FIGARI","INSEE_COM":"2A114","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.164,41.656],[9.168,41.657],[9.171,41.66],[9.172,41.662],[9.177,41.665],[9.177,41.666],[9.189,41.672],[9.19,41.671],[9.194,41.671],[9.191,41.678],[9.191,41.681],[9.189,41.684],[9.179,41.692],[9.173,41.695],[9.168,41.697],[9.165,41.701],[9.162,41.698],[9.161,41.694],[9.156,41.691],[9.151,41.69],[9.147,41.69],[9.146,41.688],[9.141,41.686],[9.14,41.684],[9.136,41.684],[9.135,41.686],[9.131,41.686],[9.128,41.684],[9.129,41.682],[9.126,41.679],[9.131,41.677],[9.131,41.674],[9.133,41.673],[9.132,41.669],[9.135,41.667],[9.133,41.664],[9.137,41.662],[9.138,41.659],[9.141,41.659],[9.145,41.658],[9.148,41.656],[9.153,41.655],[9.16,41.656],[9.164,41.656]]]},"properties":{"NOM_COM_M":"CARBINI","INSEE_COM":"2A061","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.048,42.176],[9.048,42.173],[9.051,42.17],[9.056,42.169],[9.063,42.167],[9.065,42.167],[9.066,42.158],[9.068,42.156],[9.072,42.155],[9.07,42.15],[9.073,42.146],[9.074,42.143],[9.077,42.137],[9.074,42.132],[9.071,42.13],[9.077,42.129],[9.078,42.127],[9.08,42.127],[9.084,42.125],[9.088,42.12],[9.093,42.116],[9.095,42.115],[9.098,42.116],[9.103,42.116],[9.109,42.114],[9.112,42.114],[9.114,42.11],[9.118,42.11],[9.121,42.107],[9.125,42.105],[9.125,42.099],[9.127,42.098],[9.128,42.095],[9.132,42.091],[9.134,42.091],[9.137,42.094],[9.138,42.096],[9.143,42.099],[9.149,42.101],[9.151,42.104],[9.15,42.109],[9.151,42.111],[9.154,42.111],[9.156,42.112],[9.157,42.115],[9.159,42.115],[9.16,42.117],[9.164,42.122],[9.167,42.125],[9.169,42.129],[9.171,42.131],[9.176,42.132],[9.178,42.133],[9.179,42.137],[9.178,42.139],[9.18,42.141],[9.178,42.141],[9.174,42.144],[9.172,42.148],[9.173,42.151],[9.172,42.153],[9.176,42.157],[9.176,42.159],[9.178,42.162],[9.177,42.164],[9.178,42.167],[9.18,42.169],[9.18,42.171],[9.178,42.174],[9.178,42.176],[9.175,42.178],[9.174,42.183],[9.174,42.186],[9.169,42.19],[9.168,42.193],[9.163,42.193],[9.162,42.194],[9.152,42.195],[9.147,42.191],[9.139,42.19],[9.133,42.188],[9.131,42.188],[9.127,42.186],[9.123,42.182],[9.118,42.183],[9.116,42.185],[9.113,42.185],[9.11,42.186],[9.105,42.186],[9.104,42.187],[9.099,42.188],[9.095,42.188],[9.09,42.187],[9.086,42.188],[9.084,42.191],[9.064,42.193],[9.062,42.193],[9.061,42.195],[9.058,42.195],[9.049,42.193],[9.051,42.19],[9.051,42.187],[9.049,42.185],[9.048,42.181],[9.049,42.178],[9.048,42.176]]]},"properties":{"NOM_COM_M":"VIVARIO","INSEE_COM":"2B354","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.355,42.194],[9.355,42.197],[9.353,42.198],[9.348,42.196],[9.344,42.195],[9.343,42.196],[9.346,42.2],[9.35,42.203],[9.35,42.205],[9.348,42.206],[9.343,42.207],[9.343,42.21],[9.345,42.212],[9.345,42.214],[9.348,42.218],[9.344,42.22],[9.342,42.223],[9.341,42.234],[9.338,42.236],[9.34,42.239],[9.343,42.239],[9.342,42.246],[9.339,42.251],[9.337,42.253],[9.335,42.253],[9.331,42.255],[9.329,42.257],[9.325,42.256],[9.318,42.258],[9.314,42.257],[9.312,42.255],[9.313,42.253],[9.313,42.25],[9.311,42.244],[9.308,42.243],[9.307,42.241],[9.309,42.233],[9.308,42.229],[9.306,42.225],[9.306,42.218],[9.304,42.215],[9.299,42.215],[9.298,42.213],[9.295,42.21],[9.292,42.209],[9.29,42.203],[9.292,42.199],[9.295,42.201],[9.297,42.196],[9.295,42.192],[9.302,42.19],[9.308,42.189],[9.308,42.186],[9.312,42.187],[9.317,42.181],[9.326,42.177],[9.329,42.176],[9.334,42.18],[9.338,42.184],[9.341,42.185],[9.342,42.187],[9.346,42.189],[9.347,42.191],[9.35,42.192],[9.352,42.194],[9.355,42.194]]]},"properties":{"NOM_COM_M":"PIEDICORTE DI GAGGIO","INSEE_COM":"2B218","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.857,42.331],[8.853,42.33],[8.848,42.327],[8.845,42.328],[8.843,42.325],[8.841,42.324],[8.837,42.324],[8.828,42.319],[8.825,42.319],[8.823,42.317],[8.82,42.316],[8.819,42.319],[8.812,42.319],[8.811,42.32],[8.807,42.32],[8.802,42.323],[8.792,42.323],[8.79,42.327],[8.784,42.326],[8.78,42.326],[8.771,42.325],[8.769,42.323],[8.772,42.319],[8.771,42.317],[8.772,42.313],[8.768,42.311],[8.768,42.308],[8.767,42.304],[8.77,42.301],[8.77,42.295],[8.767,42.291],[8.774,42.289],[8.775,42.286],[8.777,42.285],[8.781,42.285],[8.779,42.282],[8.775,42.281],[8.777,42.278],[8.776,42.276],[8.781,42.271],[8.782,42.268],[8.784,42.267],[8.784,42.264],[8.782,42.261],[8.777,42.258],[8.774,42.254],[8.768,42.252],[8.772,42.25],[8.776,42.251],[8.776,42.249],[8.774,42.246],[8.776,42.244],[8.781,42.246],[8.786,42.245],[8.787,42.243],[8.79,42.241],[8.793,42.241],[8.793,42.238],[8.796,42.238],[8.799,42.24],[8.802,42.241],[8.812,42.241],[8.814,42.239],[8.82,42.239],[8.823,42.241],[8.826,42.24],[8.827,42.243],[8.826,42.245],[8.833,42.252],[8.837,42.253],[8.845,42.254],[8.852,42.256],[8.854,42.256],[8.858,42.26],[8.861,42.261],[8.862,42.264],[8.869,42.264],[8.875,42.268],[8.878,42.269],[8.882,42.272],[8.886,42.283],[8.885,42.285],[8.883,42.285],[8.882,42.287],[8.879,42.289],[8.878,42.293],[8.87,42.296],[8.863,42.297],[8.859,42.3],[8.86,42.304],[8.859,42.306],[8.861,42.308],[8.861,42.315],[8.859,42.315],[8.862,42.32],[8.862,42.323],[8.86,42.325],[8.862,42.33],[8.857,42.331]]]},"properties":{"NOM_COM_M":"EVISA","INSEE_COM":"2A108","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.796,42.024],[8.805,42.026],[8.806,42.028],[8.804,42.03],[8.799,42.032],[8.798,42.034],[8.79,42.035],[8.785,42.037],[8.78,42.036],[8.78,42.042],[8.778,42.046],[8.776,42.045],[8.767,42.047],[8.764,42.049],[8.755,42.049],[8.754,42.053],[8.75,42.054],[8.746,42.057],[8.744,42.057],[8.745,42.055],[8.743,42.054],[8.747,42.051],[8.747,42.049],[8.745,42.044],[8.742,42.041],[8.738,42.04],[8.728,42.043],[8.723,42.042],[8.724,42.038],[8.726,42.035],[8.716,42.03],[8.713,42.029],[8.7,42.026],[8.69,42.028],[8.685,42.027],[8.683,42.023],[8.681,42.021],[8.674,42.021],[8.669,42.018],[8.667,42.016],[8.661,42.013],[8.657,42.009],[8.656,42.006],[8.657,42.004],[8.665,42.004],[8.67,42.005],[8.674,42.005],[8.674,42.007],[8.678,42.009],[8.68,42.009],[8.682,42.011],[8.69,42.013],[8.696,42.015],[8.702,42.019],[8.715,42.019],[8.722,42.02],[8.729,42.023],[8.732,42.023],[8.734,42.022],[8.736,42.019],[8.739,42.019],[8.745,42.018],[8.747,42.02],[8.75,42.021],[8.757,42.021],[8.762,42.02],[8.769,42.021],[8.774,42.02],[8.786,42.02],[8.789,42.022],[8.796,42.024]]]},"properties":{"NOM_COM_M":"CALCATOGGIO","INSEE_COM":"2A048","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.822,41.96],[8.823,41.958],[8.822,41.956],[8.818,41.955],[8.818,41.951],[8.821,41.951],[8.822,41.949],[8.816,41.942],[8.818,41.941],[8.815,41.937],[8.814,41.933],[8.821,41.931],[8.815,41.925],[8.816,41.922],[8.82,41.921],[8.821,41.919],[8.813,41.916],[8.812,41.915],[8.807,41.915],[8.804,41.914],[8.803,41.908],[8.802,41.908],[8.803,41.904],[8.805,41.903],[8.808,41.904],[8.811,41.908],[8.815,41.909],[8.819,41.907],[8.819,41.909],[8.822,41.91],[8.823,41.912],[8.833,41.914],[8.838,41.912],[8.841,41.914],[8.843,41.917],[8.848,41.918],[8.851,41.92],[8.855,41.921],[8.859,41.924],[8.861,41.924],[8.864,41.926],[8.862,41.93],[8.855,41.937],[8.854,41.94],[8.854,41.944],[8.865,41.947],[8.87,41.95],[8.87,41.952],[8.872,41.954],[8.863,41.956],[8.862,41.957],[8.855,41.958],[8.85,41.957],[8.846,41.958],[8.835,41.958],[8.826,41.962],[8.822,41.96]]]},"properties":{"NOM_COM_M":"BASTELICACCIA","INSEE_COM":"2A032","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.803,42.013],[8.808,42.009],[8.809,42.005],[8.811,42.003],[8.811,42],[8.816,42],[8.814,41.998],[8.815,41.995],[8.813,41.994],[8.815,41.991],[8.816,41.985],[8.816,41.981],[8.813,41.977],[8.808,41.973],[8.807,41.969],[8.804,41.966],[8.81,41.962],[8.805,41.959],[8.789,41.953],[8.785,41.953],[8.786,41.95],[8.797,41.95],[8.803,41.949],[8.807,41.949],[8.813,41.948],[8.815,41.95],[8.818,41.951],[8.818,41.955],[8.822,41.956],[8.823,41.958],[8.822,41.96],[8.821,41.961],[8.823,41.967],[8.826,41.968],[8.829,41.968],[8.832,41.969],[8.833,41.973],[8.831,41.975],[8.835,41.976],[8.837,41.979],[8.843,41.982],[8.842,41.985],[8.845,41.991],[8.842,41.996],[8.848,41.996],[8.85,42.002],[8.852,42.004],[8.856,42.005],[8.857,42.007],[8.861,42.008],[8.864,42.011],[8.865,42.014],[8.867,42.015],[8.87,42.02],[8.869,42.022],[8.87,42.024],[8.867,42.026],[8.865,42.031],[8.867,42.037],[8.87,42.04],[8.869,42.044],[8.87,42.049],[8.866,42.048],[8.861,42.048],[8.857,42.046],[8.851,42.046],[8.846,42.045],[8.842,42.043],[8.835,42.039],[8.835,42.034],[8.836,42.031],[8.835,42.029],[8.835,42.023],[8.836,42.02],[8.835,42.018],[8.837,42.016],[8.831,42.014],[8.829,42.01],[8.826,42.01],[8.824,42.011],[8.819,42.012],[8.81,42.012],[8.807,42.013],[8.803,42.013]]]},"properties":{"NOM_COM_M":"SARROLA CARCOPINO","INSEE_COM":"2A271","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.988,41.909],[8.988,41.907],[8.99,41.903],[8.988,41.9],[9.005,41.896],[9.011,41.896],[9.014,41.897],[9.023,41.906],[9.023,41.91],[9.026,41.914],[9.026,41.919],[9.023,41.927],[9.022,41.928],[9.02,41.928],[9.018,41.924],[9.012,41.922],[9.008,41.918],[9.005,41.914],[8.999,41.911],[8.995,41.912],[8.991,41.911],[8.988,41.909]]]},"properties":{"NOM_COM_M":"QUASQUARA","INSEE_COM":"2A253","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.022,41.928],[9.023,41.927],[9.026,41.919],[9.026,41.914],[9.023,41.91],[9.023,41.906],[9.014,41.897],[9.014,41.891],[9.016,41.887],[9.009,41.882],[9.007,41.88],[9.011,41.879],[9.016,41.881],[9.021,41.882],[9.024,41.885],[9.03,41.888],[9.028,41.89],[9.031,41.892],[9.03,41.894],[9.038,41.901],[9.042,41.904],[9.042,41.906],[9.046,41.909],[9.053,41.909],[9.053,41.912],[9.058,41.919],[9.061,41.921],[9.063,41.925],[9.063,41.927],[9.065,41.929],[9.065,41.934],[9.061,41.939],[9.059,41.943],[9.061,41.946],[9.059,41.947],[9.056,41.951],[9.056,41.956],[9.053,41.959],[9.051,41.96],[9.047,41.957],[9.048,41.955],[9.045,41.946],[9.041,41.947],[9.039,41.945],[9.036,41.944],[9.036,41.939],[9.034,41.936],[9.029,41.934],[9.027,41.932],[9.025,41.928],[9.022,41.928]]]},"properties":{"NOM_COM_M":"FRASSETO","INSEE_COM":"2A119","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.799,42.083],[8.802,42.083],[8.804,42.085],[8.808,42.082],[8.814,42.082],[8.82,42.083],[8.827,42.083],[8.828,42.085],[8.828,42.088],[8.827,42.093],[8.824,42.095],[8.82,42.099],[8.82,42.101],[8.818,42.103],[8.816,42.107],[8.813,42.111],[8.81,42.112],[8.806,42.112],[8.803,42.114],[8.8,42.112],[8.798,42.109],[8.793,42.11],[8.792,42.107],[8.786,42.104],[8.785,42.103],[8.782,42.104],[8.778,42.104],[8.774,42.102],[8.777,42.102],[8.779,42.099],[8.778,42.094],[8.782,42.095],[8.788,42.094],[8.787,42.092],[8.792,42.089],[8.793,42.09],[8.799,42.089],[8.799,42.083]]]},"properties":{"NOM_COM_M":"ARRO","INSEE_COM":"2A022","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.228,42.25],[9.225,42.255],[9.226,42.257],[9.225,42.26],[9.226,42.261],[9.225,42.264],[9.228,42.269],[9.231,42.273],[9.234,42.273],[9.236,42.277],[9.233,42.277],[9.225,42.285],[9.223,42.286],[9.223,42.289],[9.222,42.29],[9.218,42.288],[9.215,42.289],[9.212,42.288],[9.208,42.288],[9.206,42.285],[9.208,42.284],[9.211,42.279],[9.206,42.28],[9.204,42.282],[9.201,42.281],[9.194,42.281],[9.189,42.278],[9.185,42.277],[9.18,42.275],[9.178,42.274],[9.177,42.27],[9.178,42.268],[9.176,42.267],[9.174,42.263],[9.175,42.26],[9.177,42.259],[9.178,42.256],[9.182,42.257],[9.185,42.257],[9.185,42.254],[9.19,42.255],[9.194,42.255],[9.196,42.256],[9.201,42.255],[9.206,42.256],[9.213,42.254],[9.212,42.253],[9.212,42.249],[9.213,42.248],[9.219,42.249],[9.225,42.251],[9.228,42.25]]]},"properties":{"NOM_COM_M":"POGGIO DI VENACO","INSEE_COM":"2B238","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.364,42.224],[9.366,42.219],[9.37,42.216],[9.37,42.21],[9.371,42.208],[9.378,42.206],[9.379,42.205],[9.384,42.203],[9.384,42.202],[9.388,42.2],[9.393,42.199],[9.395,42.2],[9.398,42.198],[9.403,42.196],[9.404,42.192],[9.408,42.189],[9.408,42.187],[9.411,42.183],[9.411,42.181],[9.415,42.177],[9.418,42.176],[9.424,42.171],[9.425,42.167],[9.427,42.167],[9.429,42.164],[9.432,42.162],[9.433,42.16],[9.436,42.158],[9.437,42.156],[9.44,42.154],[9.447,42.151],[9.449,42.148],[9.453,42.144],[9.453,42.146],[9.455,42.148],[9.454,42.15],[9.452,42.151],[9.45,42.155],[9.447,42.157],[9.446,42.159],[9.443,42.161],[9.438,42.163],[9.438,42.168],[9.435,42.171],[9.431,42.177],[9.43,42.18],[9.431,42.182],[9.429,42.184],[9.428,42.188],[9.422,42.188],[9.42,42.189],[9.421,42.191],[9.421,42.195],[9.419,42.199],[9.42,42.203],[9.409,42.207],[9.409,42.209],[9.406,42.209],[9.404,42.213],[9.402,42.215],[9.399,42.214],[9.396,42.214],[9.395,42.216],[9.395,42.22],[9.388,42.221],[9.387,42.224],[9.385,42.224],[9.384,42.228],[9.385,42.233],[9.382,42.234],[9.381,42.23],[9.378,42.228],[9.371,42.228],[9.365,42.225],[9.364,42.224]]]},"properties":{"NOM_COM_M":"PANCHERACCIA","INSEE_COM":"2B201","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.264,42.652],[9.263,42.656],[9.261,42.659],[9.262,42.661],[9.265,42.663],[9.266,42.666],[9.266,42.672],[9.264,42.676],[9.261,42.676],[9.258,42.678],[9.259,42.681],[9.258,42.682],[9.261,42.687],[9.263,42.689],[9.262,42.692],[9.259,42.694],[9.256,42.695],[9.251,42.698],[9.25,42.697],[9.246,42.697],[9.245,42.7],[9.243,42.701],[9.242,42.699],[9.237,42.7],[9.233,42.704],[9.235,42.708],[9.234,42.709],[9.229,42.718],[9.234,42.72],[9.233,42.723],[9.23,42.725],[9.228,42.728],[9.224,42.731],[9.224,42.733],[9.221,42.735],[9.218,42.733],[9.213,42.733],[9.21,42.729],[9.201,42.725],[9.198,42.725],[9.192,42.727],[9.188,42.727],[9.183,42.73],[9.178,42.73],[9.176,42.732],[9.17,42.733],[9.169,42.736],[9.163,42.737],[9.161,42.735],[9.157,42.734],[9.154,42.735],[9.151,42.732],[9.148,42.731],[9.145,42.732],[9.143,42.734],[9.14,42.73],[9.135,42.728],[9.132,42.73],[9.125,42.732],[9.121,42.729],[9.118,42.728],[9.118,42.724],[9.114,42.727],[9.112,42.726],[9.11,42.723],[9.106,42.724],[9.103,42.72],[9.101,42.719],[9.1,42.716],[9.106,42.711],[9.111,42.71],[9.111,42.708],[9.115,42.705],[9.12,42.702],[9.126,42.701],[9.129,42.699],[9.13,42.697],[9.136,42.692],[9.132,42.688],[9.13,42.682],[9.131,42.681],[9.135,42.681],[9.14,42.677],[9.144,42.675],[9.144,42.672],[9.141,42.671],[9.138,42.668],[9.142,42.666],[9.144,42.667],[9.146,42.666],[9.149,42.667],[9.153,42.666],[9.155,42.663],[9.157,42.662],[9.157,42.66],[9.163,42.656],[9.162,42.654],[9.163,42.652],[9.167,42.648],[9.173,42.64],[9.181,42.636],[9.2,42.621],[9.211,42.616],[9.221,42.61],[9.236,42.602],[9.242,42.601],[9.247,42.599],[9.256,42.599],[9.257,42.601],[9.26,42.602],[9.264,42.601],[9.268,42.602],[9.269,42.604],[9.271,42.604],[9.274,42.607],[9.278,42.609],[9.282,42.609],[9.286,42.61],[9.294,42.614],[9.298,42.614],[9.299,42.615],[9.294,42.619],[9.289,42.622],[9.288,42.625],[9.285,42.626],[9.286,42.631],[9.283,42.634],[9.277,42.638],[9.277,42.64],[9.274,42.64],[9.264,42.652]]]},"properties":{"NOM_COM_M":"SANTO PIETRO DI TENDA","INSEE_COM":"2B314","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.404,43.006],[9.405,43.002],[9.411,42.995],[9.413,42.988],[9.413,42.982],[9.415,42.98],[9.413,42.978],[9.409,42.977],[9.409,42.974],[9.407,42.974],[9.401,42.966],[9.393,42.958],[9.393,42.954],[9.397,42.951],[9.393,42.949],[9.394,42.947],[9.393,42.945],[9.397,42.945],[9.397,42.943],[9.4,42.941],[9.4,42.939],[9.403,42.939],[9.41,42.936],[9.419,42.938],[9.421,42.938],[9.425,42.94],[9.427,42.947],[9.431,42.948],[9.434,42.952],[9.439,42.953],[9.444,42.955],[9.449,42.955],[9.455,42.957],[9.451,42.963],[9.454,42.966],[9.457,42.965],[9.457,42.968],[9.454,42.973],[9.455,42.976],[9.46,42.977],[9.462,42.981],[9.461,42.983],[9.464,42.985],[9.463,42.987],[9.46,42.988],[9.454,42.988],[9.449,42.991],[9.447,42.993],[9.444,42.993],[9.443,42.995],[9.445,42.996],[9.441,43.001],[9.44,43],[9.43,43.003],[9.43,43.006],[9.429,43.009],[9.424,43.01],[9.421,43.012],[9.418,43.011],[9.415,43.007],[9.406,43.005],[9.404,43.006]]]},"properties":{"NOM_COM_M":"ROGLIANO","INSEE_COM":"2B261","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.924,42.638],[8.923,42.64],[8.915,42.634],[8.914,42.631],[8.912,42.629],[8.904,42.627],[8.899,42.628],[8.895,42.628],[8.894,42.63],[8.891,42.627],[8.889,42.63],[8.885,42.628],[8.88,42.629],[8.88,42.626],[8.884,42.625],[8.879,42.623],[8.881,42.621],[8.877,42.62],[8.874,42.618],[8.876,42.615],[8.876,42.61],[8.881,42.607],[8.883,42.608],[8.89,42.605],[8.899,42.603],[8.906,42.6],[8.909,42.602],[8.919,42.602],[8.919,42.604],[8.917,42.605],[8.914,42.608],[8.917,42.611],[8.917,42.614],[8.919,42.616],[8.92,42.619],[8.923,42.621],[8.924,42.626],[8.923,42.631],[8.924,42.635],[8.924,42.638]]]},"properties":{"NOM_COM_M":"CORBARA","INSEE_COM":"2B093","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.919,42.498],[8.915,42.501],[8.908,42.503],[8.899,42.505],[8.894,42.509],[8.886,42.513],[8.882,42.511],[8.874,42.517],[8.871,42.516],[8.869,42.518],[8.869,42.52],[8.865,42.52],[8.858,42.524],[8.856,42.525],[8.851,42.523],[8.844,42.527],[8.836,42.533],[8.829,42.535],[8.828,42.534],[8.824,42.534],[8.823,42.535],[8.818,42.537],[8.815,42.537],[8.808,42.532],[8.8,42.528],[8.795,42.53],[8.795,42.526],[8.794,42.525],[8.782,42.519],[8.779,42.517],[8.772,42.517],[8.768,42.515],[8.766,42.515],[8.764,42.517],[8.76,42.518],[8.754,42.526],[8.746,42.526],[8.742,42.531],[8.743,42.533],[8.74,42.535],[8.736,42.536],[8.735,42.535],[8.731,42.535],[8.723,42.533],[8.722,42.53],[8.717,42.529],[8.72,42.528],[8.72,42.525],[8.718,42.524],[8.712,42.525],[8.71,42.523],[8.707,42.523],[8.704,42.527],[8.703,42.526],[8.699,42.527],[8.695,42.525],[8.697,42.523],[8.696,42.521],[8.689,42.519],[8.683,42.515],[8.68,42.518],[8.676,42.517],[8.675,42.519],[8.667,42.516],[8.665,42.513],[8.666,42.512],[8.666,42.502],[8.667,42.498],[8.666,42.496],[8.66,42.488],[8.657,42.485],[8.654,42.484],[8.654,42.481],[8.652,42.481],[8.65,42.478],[8.649,42.475],[8.651,42.474],[8.656,42.476],[8.664,42.475],[8.667,42.476],[8.669,42.475],[8.672,42.477],[8.675,42.476],[8.679,42.473],[8.68,42.47],[8.679,42.467],[8.685,42.463],[8.691,42.462],[8.695,42.46],[8.699,42.46],[8.703,42.459],[8.708,42.46],[8.719,42.457],[8.721,42.456],[8.723,42.452],[8.726,42.451],[8.728,42.447],[8.732,42.446],[8.735,42.442],[8.736,42.444],[8.739,42.446],[8.745,42.447],[8.746,42.449],[8.75,42.453],[8.753,42.455],[8.756,42.456],[8.763,42.461],[8.772,42.462],[8.78,42.458],[8.783,42.457],[8.785,42.458],[8.788,42.457],[8.79,42.455],[8.793,42.455],[8.797,42.451],[8.799,42.45],[8.802,42.446],[8.8,42.442],[8.8,42.435],[8.805,42.431],[8.807,42.431],[8.809,42.429],[8.812,42.429],[8.817,42.428],[8.823,42.428],[8.829,42.425],[8.839,42.421],[8.838,42.419],[8.846,42.416],[8.85,42.417],[8.854,42.417],[8.856,42.419],[8.862,42.421],[8.865,42.42],[8.868,42.42],[8.873,42.418],[8.877,42.417],[8.879,42.414],[8.884,42.413],[8.887,42.414],[8.892,42.413],[8.894,42.414],[8.897,42.412],[8.899,42.413],[8.904,42.413],[8.907,42.411],[8.911,42.41],[8.916,42.414],[8.916,42.421],[8.918,42.424],[8.921,42.426],[8.92,42.431],[8.917,42.432],[8.917,42.44],[8.916,42.444],[8.913,42.446],[8.914,42.449],[8.918,42.455],[8.919,42.46],[8.918,42.462],[8.917,42.467],[8.916,42.47],[8.914,42.472],[8.917,42.474],[8.918,42.477],[8.924,42.483],[8.924,42.486],[8.922,42.488],[8.922,42.492],[8.92,42.497],[8.919,42.498]],[[8.843,42.509],[8.84,42.504],[8.839,42.505],[8.835,42.505],[8.833,42.5],[8.83,42.497],[8.829,42.495],[8.822,42.494],[8.815,42.491],[8.809,42.485],[8.805,42.487],[8.802,42.492],[8.801,42.497],[8.801,42.502],[8.8,42.506],[8.8,42.513],[8.801,42.514],[8.805,42.511],[8.808,42.512],[8.814,42.509],[8.817,42.509],[8.821,42.512],[8.821,42.515],[8.828,42.515],[8.834,42.519],[8.838,42.52],[8.839,42.517],[8.842,42.513],[8.843,42.509]]]},"properties":{"NOM_COM_M":"CALENZANA","INSEE_COM":"2B049","INSEE_DEP":"2B"}}, +{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[9.396,41.67],[9.394,41.673],[9.389,41.67],[9.391,41.668],[9.394,41.67],[9.396,41.67]]],[[[9.244,41.682],[9.254,41.689],[9.258,41.691],[9.264,41.693],[9.268,41.696],[9.275,41.698],[9.292,41.701],[9.299,41.7],[9.305,41.695],[9.31,41.698],[9.313,41.698],[9.316,41.696],[9.322,41.7],[9.327,41.697],[9.328,41.695],[9.331,41.692],[9.333,41.692],[9.336,41.686],[9.342,41.684],[9.344,41.681],[9.342,41.68],[9.341,41.677],[9.344,41.676],[9.343,41.672],[9.338,41.668],[9.343,41.652],[9.35,41.641],[9.351,41.64],[9.355,41.641],[9.358,41.641],[9.363,41.64],[9.364,41.636],[9.367,41.636],[9.371,41.637],[9.371,41.639],[9.373,41.641],[9.372,41.644],[9.376,41.644],[9.378,41.649],[9.381,41.648],[9.381,41.651],[9.385,41.652],[9.386,41.656],[9.389,41.657],[9.385,41.66],[9.382,41.661],[9.381,41.663],[9.384,41.668],[9.387,41.669],[9.382,41.671],[9.379,41.669],[9.375,41.671],[9.373,41.675],[9.373,41.679],[9.374,41.681],[9.377,41.683],[9.378,41.685],[9.381,41.688],[9.386,41.69],[9.387,41.691],[9.39,41.689],[9.398,41.691],[9.401,41.695],[9.401,41.698],[9.4,41.701],[9.402,41.707],[9.405,41.709],[9.403,41.712],[9.406,41.713],[9.405,41.715],[9.402,41.716],[9.402,41.718],[9.4,41.721],[9.396,41.72],[9.39,41.722],[9.387,41.724],[9.384,41.722],[9.382,41.725],[9.379,41.723],[9.377,41.723],[9.374,41.721],[9.37,41.72],[9.366,41.721],[9.367,41.717],[9.367,41.714],[9.366,41.709],[9.358,41.706],[9.356,41.704],[9.352,41.702],[9.349,41.703],[9.344,41.702],[9.34,41.703],[9.337,41.703],[9.333,41.707],[9.32,41.708],[9.31,41.711],[9.305,41.714],[9.305,41.716],[9.311,41.721],[9.312,41.733],[9.315,41.744],[9.318,41.746],[9.307,41.75],[9.298,41.751],[9.287,41.755],[9.28,41.757],[9.261,41.761],[9.258,41.765],[9.25,41.766],[9.247,41.766],[9.237,41.772],[9.232,41.774],[9.234,41.782],[9.228,41.788],[9.224,41.796],[9.219,41.795],[9.217,41.791],[9.214,41.79],[9.211,41.786],[9.206,41.787],[9.203,41.784],[9.202,41.779],[9.198,41.778],[9.195,41.775],[9.186,41.773],[9.18,41.772],[9.176,41.769],[9.173,41.768],[9.171,41.766],[9.166,41.765],[9.165,41.763],[9.162,41.761],[9.161,41.758],[9.154,41.754],[9.154,41.752],[9.151,41.752],[9.15,41.747],[9.147,41.747],[9.145,41.743],[9.141,41.743],[9.14,41.74],[9.137,41.738],[9.148,41.74],[9.15,41.739],[9.156,41.738],[9.157,41.735],[9.16,41.733],[9.166,41.732],[9.169,41.732],[9.17,41.73],[9.168,41.727],[9.168,41.723],[9.167,41.72],[9.175,41.715],[9.184,41.711],[9.191,41.707],[9.195,41.702],[9.203,41.695],[9.209,41.694],[9.22,41.691],[9.222,41.689],[9.233,41.687],[9.236,41.687],[9.24,41.686],[9.244,41.682]]]]},"properties":{"NOM_COM_M":"ZONZA","INSEE_COM":"2A362","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.703,42.185],[8.7,42.185],[8.697,42.183],[8.693,42.178],[8.682,42.172],[8.683,42.17],[8.687,42.17],[8.686,42.168],[8.688,42.166],[8.685,42.161],[8.684,42.161],[8.682,42.157],[8.683,42.153],[8.682,42.15],[8.68,42.15],[8.679,42.147],[8.675,42.144],[8.676,42.142],[8.676,42.138],[8.672,42.136],[8.673,42.134],[8.671,42.13],[8.668,42.13],[8.664,42.129],[8.663,42.127],[8.66,42.125],[8.659,42.122],[8.657,42.122],[8.651,42.117],[8.653,42.113],[8.657,42.111],[8.659,42.107],[8.658,42.105],[8.66,42.101],[8.663,42.103],[8.664,42.106],[8.666,42.107],[8.675,42.107],[8.68,42.105],[8.683,42.108],[8.686,42.109],[8.688,42.111],[8.689,42.115],[8.694,42.115],[8.698,42.114],[8.702,42.111],[8.701,42.116],[8.701,42.12],[8.703,42.121],[8.705,42.127],[8.705,42.129],[8.708,42.133],[8.711,42.136],[8.715,42.142],[8.72,42.143],[8.725,42.14],[8.73,42.139],[8.731,42.137],[8.735,42.141],[8.738,42.142],[8.743,42.142],[8.746,42.14],[8.752,42.138],[8.758,42.133],[8.763,42.135],[8.768,42.135],[8.77,42.136],[8.775,42.136],[8.775,42.14],[8.781,42.148],[8.783,42.15],[8.787,42.152],[8.793,42.152],[8.796,42.153],[8.797,42.152],[8.804,42.152],[8.807,42.151],[8.812,42.155],[8.811,42.158],[8.816,42.164],[8.818,42.164],[8.818,42.167],[8.821,42.17],[8.82,42.176],[8.813,42.179],[8.812,42.181],[8.813,42.185],[8.816,42.189],[8.818,42.188],[8.82,42.191],[8.818,42.192],[8.815,42.19],[8.808,42.19],[8.805,42.188],[8.798,42.188],[8.797,42.187],[8.795,42.183],[8.796,42.181],[8.792,42.176],[8.787,42.171],[8.787,42.169],[8.784,42.166],[8.781,42.167],[8.776,42.162],[8.772,42.162],[8.769,42.164],[8.767,42.163],[8.765,42.166],[8.763,42.166],[8.761,42.168],[8.757,42.167],[8.753,42.168],[8.752,42.167],[8.745,42.172],[8.737,42.171],[8.732,42.172],[8.723,42.175],[8.721,42.174],[8.718,42.176],[8.714,42.18],[8.71,42.183],[8.705,42.184],[8.703,42.185]]]},"properties":{"NOM_COM_M":"VICO","INSEE_COM":"2A348","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.917,42.145],[8.914,42.148],[8.915,42.151],[8.913,42.153],[8.913,42.155],[8.911,42.157],[8.913,42.163],[8.915,42.166],[8.92,42.167],[8.921,42.171],[8.923,42.177],[8.919,42.178],[8.919,42.181],[8.916,42.182],[8.908,42.181],[8.907,42.182],[8.902,42.18],[8.897,42.179],[8.892,42.177],[8.891,42.176],[8.884,42.177],[8.88,42.178],[8.878,42.175],[8.878,42.165],[8.876,42.164],[8.874,42.158],[8.884,42.148],[8.887,42.148],[8.893,42.148],[8.897,42.141],[8.902,42.141],[8.913,42.143],[8.916,42.143],[8.917,42.145]]]},"properties":{"NOM_COM_M":"POGGIOLO","INSEE_COM":"2A240","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.802,41.908],[8.801,41.909],[8.798,41.908],[8.798,41.905],[8.801,41.901],[8.803,41.895],[8.803,41.891],[8.8,41.89],[8.792,41.885],[8.788,41.884],[8.787,41.885],[8.781,41.883],[8.78,41.881],[8.784,41.88],[8.786,41.878],[8.781,41.874],[8.781,41.873],[8.786,41.872],[8.786,41.869],[8.788,41.868],[8.794,41.867],[8.796,41.868],[8.798,41.867],[8.803,41.869],[8.804,41.871],[8.807,41.874],[8.809,41.875],[8.814,41.874],[8.816,41.875],[8.821,41.874],[8.823,41.872],[8.834,41.875],[8.837,41.874],[8.841,41.875],[8.846,41.873],[8.851,41.872],[8.851,41.87],[8.854,41.868],[8.858,41.872],[8.859,41.874],[8.858,41.877],[8.859,41.879],[8.858,41.881],[8.855,41.883],[8.86,41.888],[8.867,41.887],[8.872,41.887],[8.876,41.886],[8.879,41.887],[8.881,41.886],[8.883,41.887],[8.886,41.885],[8.89,41.884],[8.893,41.884],[8.896,41.883],[8.902,41.877],[8.907,41.877],[8.915,41.88],[8.922,41.878],[8.927,41.877],[8.932,41.878],[8.934,41.875],[8.939,41.876],[8.94,41.871],[8.944,41.87],[8.945,41.867],[8.948,41.867],[8.953,41.865],[8.953,41.863],[8.959,41.864],[8.961,41.863],[8.959,41.86],[8.961,41.855],[8.967,41.854],[8.97,41.855],[8.973,41.858],[8.973,41.86],[8.976,41.863],[8.974,41.868],[8.974,41.87],[8.969,41.868],[8.967,41.869],[8.967,41.874],[8.968,41.878],[8.967,41.88],[8.964,41.881],[8.962,41.883],[8.96,41.887],[8.955,41.893],[8.957,41.896],[8.96,41.897],[8.955,41.899],[8.952,41.904],[8.946,41.9],[8.948,41.895],[8.934,41.889],[8.932,41.89],[8.929,41.895],[8.927,41.897],[8.923,41.897],[8.92,41.896],[8.917,41.893],[8.912,41.891],[8.909,41.892],[8.906,41.892],[8.902,41.893],[8.901,41.89],[8.898,41.89],[8.897,41.888],[8.891,41.886],[8.882,41.889],[8.867,41.893],[8.86,41.894],[8.861,41.892],[8.861,41.889],[8.854,41.889],[8.847,41.888],[8.844,41.886],[8.837,41.888],[8.833,41.893],[8.834,41.895],[8.833,41.898],[8.83,41.904],[8.827,41.906],[8.823,41.907],[8.819,41.907],[8.815,41.909],[8.811,41.908],[8.808,41.904],[8.805,41.903],[8.803,41.904],[8.802,41.908]]]},"properties":{"NOM_COM_M":"GROSSETO PRUGNA","INSEE_COM":"2A130","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.913,41.823],[8.915,41.826],[8.913,41.827],[8.914,41.829],[8.913,41.834],[8.916,41.835],[8.915,41.837],[8.91,41.838],[8.911,41.841],[8.913,41.841],[8.913,41.844],[8.908,41.845],[8.904,41.854],[8.901,41.856],[8.895,41.852],[8.892,41.844],[8.888,41.842],[8.887,41.84],[8.882,41.838],[8.878,41.838],[8.877,41.836],[8.874,41.833],[8.876,41.83],[8.875,41.826],[8.871,41.825],[8.869,41.827],[8.865,41.827],[8.86,41.823],[8.864,41.819],[8.862,41.818],[8.855,41.817],[8.853,41.815],[8.851,41.816],[8.85,41.814],[8.848,41.814],[8.845,41.811],[8.84,41.81],[8.836,41.808],[8.834,41.803],[8.83,41.803],[8.83,41.799],[8.827,41.797],[8.827,41.795],[8.824,41.794],[8.821,41.791],[8.824,41.789],[8.833,41.786],[8.823,41.779],[8.821,41.773],[8.823,41.771],[8.823,41.767],[8.825,41.764],[8.828,41.762],[8.833,41.763],[8.837,41.763],[8.842,41.76],[8.847,41.761],[8.849,41.757],[8.852,41.757],[8.854,41.758],[8.857,41.755],[8.864,41.757],[8.866,41.76],[8.868,41.76],[8.867,41.764],[8.863,41.765],[8.863,41.767],[8.861,41.771],[8.863,41.774],[8.86,41.777],[8.863,41.778],[8.867,41.782],[8.876,41.781],[8.874,41.784],[8.874,41.787],[8.875,41.79],[8.88,41.797],[8.883,41.798],[8.885,41.801],[8.886,41.805],[8.888,41.807],[8.89,41.812],[8.893,41.811],[8.894,41.809],[8.896,41.809],[8.903,41.815],[8.903,41.818],[8.907,41.819],[8.909,41.822],[8.913,41.823]]]},"properties":{"NOM_COM_M":"COGNOCOLI MONTICCHI","INSEE_COM":"2A091","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.702,42.111],[8.702,42.108],[8.7,42.107],[8.701,42.105],[8.706,42.103],[8.71,42.096],[8.708,42.094],[8.708,42.092],[8.704,42.087],[8.71,42.087],[8.716,42.081],[8.717,42.078],[8.723,42.078],[8.728,42.08],[8.73,42.079],[8.73,42.077],[8.734,42.076],[8.738,42.078],[8.739,42.081],[8.737,42.084],[8.74,42.087],[8.744,42.087],[8.749,42.09],[8.754,42.09],[8.757,42.091],[8.757,42.094],[8.759,42.099],[8.763,42.103],[8.766,42.103],[8.766,42.106],[8.77,42.111],[8.777,42.113],[8.778,42.114],[8.778,42.118],[8.776,42.119],[8.777,42.121],[8.772,42.126],[8.767,42.128],[8.769,42.133],[8.768,42.135],[8.763,42.135],[8.758,42.133],[8.752,42.138],[8.746,42.14],[8.743,42.142],[8.738,42.142],[8.735,42.141],[8.731,42.137],[8.73,42.139],[8.725,42.14],[8.72,42.143],[8.715,42.142],[8.711,42.136],[8.708,42.133],[8.705,42.129],[8.705,42.127],[8.703,42.121],[8.701,42.12],[8.701,42.116],[8.702,42.111]]]},"properties":{"NOM_COM_M":"COGGIA","INSEE_COM":"2A090","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.86,41.823],[8.865,41.827],[8.869,41.827],[8.871,41.825],[8.875,41.826],[8.876,41.83],[8.874,41.833],[8.877,41.836],[8.878,41.838],[8.882,41.838],[8.887,41.84],[8.888,41.842],[8.892,41.844],[8.895,41.852],[8.901,41.856],[8.904,41.854],[8.908,41.845],[8.913,41.844],[8.912,41.845],[8.916,41.85],[8.917,41.854],[8.921,41.855],[8.924,41.854],[8.93,41.853],[8.933,41.851],[8.933,41.849],[8.936,41.848],[8.934,41.846],[8.937,41.845],[8.94,41.845],[8.943,41.845],[8.944,41.847],[8.947,41.848],[8.954,41.848],[8.958,41.847],[8.96,41.849],[8.959,41.852],[8.961,41.855],[8.959,41.86],[8.961,41.863],[8.959,41.864],[8.953,41.863],[8.953,41.865],[8.948,41.867],[8.945,41.867],[8.944,41.87],[8.94,41.871],[8.939,41.876],[8.934,41.875],[8.932,41.878],[8.927,41.877],[8.922,41.878],[8.915,41.88],[8.907,41.877],[8.902,41.877],[8.896,41.883],[8.893,41.884],[8.89,41.884],[8.886,41.885],[8.883,41.887],[8.881,41.886],[8.879,41.887],[8.876,41.886],[8.872,41.887],[8.867,41.887],[8.86,41.888],[8.855,41.883],[8.858,41.881],[8.859,41.879],[8.858,41.877],[8.859,41.874],[8.858,41.872],[8.854,41.868],[8.851,41.87],[8.851,41.872],[8.846,41.873],[8.841,41.875],[8.837,41.874],[8.834,41.875],[8.823,41.872],[8.821,41.874],[8.816,41.875],[8.814,41.874],[8.809,41.875],[8.807,41.874],[8.804,41.871],[8.803,41.869],[8.798,41.867],[8.796,41.868],[8.794,41.867],[8.788,41.868],[8.79,41.868],[8.791,41.865],[8.791,41.856],[8.79,41.853],[8.792,41.851],[8.797,41.853],[8.803,41.853],[8.804,41.854],[8.81,41.857],[8.811,41.858],[8.814,41.857],[8.816,41.858],[8.822,41.859],[8.823,41.856],[8.826,41.856],[8.829,41.853],[8.835,41.854],[8.837,41.851],[8.834,41.85],[8.837,41.847],[8.839,41.847],[8.842,41.849],[8.845,41.85],[8.844,41.846],[8.849,41.845],[8.849,41.839],[8.855,41.84],[8.854,41.835],[8.858,41.826],[8.858,41.824],[8.86,41.823]]]},"properties":{"NOM_COM_M":"ALBITRECCIA","INSEE_COM":"2A008","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[8.598,41.88],[8.596,41.881],[8.592,41.878],[8.587,41.876],[8.587,41.874],[8.594,41.874],[8.593,41.876],[8.598,41.88]]],[[[8.623,41.971],[8.617,41.971],[8.614,41.972],[8.609,41.968],[8.599,41.967],[8.593,41.965],[8.591,41.962],[8.592,41.961],[8.598,41.96],[8.6,41.957],[8.598,41.953],[8.603,41.952],[8.606,41.952],[8.606,41.948],[8.608,41.946],[8.607,41.942],[8.61,41.94],[8.62,41.94],[8.624,41.935],[8.623,41.932],[8.621,41.932],[8.62,41.93],[8.623,41.928],[8.623,41.926],[8.615,41.923],[8.616,41.919],[8.612,41.916],[8.61,41.912],[8.61,41.907],[8.612,41.907],[8.614,41.904],[8.614,41.901],[8.612,41.901],[8.607,41.895],[8.609,41.894],[8.61,41.896],[8.614,41.898],[8.617,41.901],[8.622,41.902],[8.625,41.902],[8.629,41.905],[8.63,41.907],[8.638,41.908],[8.642,41.91],[8.647,41.91],[8.65,41.909],[8.655,41.909],[8.66,41.907],[8.664,41.908],[8.671,41.905],[8.673,41.906],[8.676,41.904],[8.678,41.907],[8.688,41.909],[8.701,41.909],[8.706,41.907],[8.709,41.908],[8.715,41.909],[8.719,41.908],[8.724,41.912],[8.728,41.912],[8.73,41.913],[8.731,41.916],[8.735,41.917],[8.739,41.916],[8.74,41.918],[8.741,41.924],[8.74,41.926],[8.741,41.928],[8.74,41.93],[8.741,41.932],[8.747,41.934],[8.755,41.933],[8.756,41.93],[8.758,41.928],[8.758,41.926],[8.765,41.923],[8.767,41.926],[8.771,41.928],[8.779,41.926],[8.79,41.917],[8.797,41.908],[8.798,41.905],[8.798,41.908],[8.801,41.909],[8.802,41.908],[8.803,41.908],[8.804,41.914],[8.807,41.915],[8.812,41.915],[8.813,41.916],[8.821,41.919],[8.82,41.921],[8.816,41.922],[8.815,41.925],[8.821,41.931],[8.814,41.933],[8.815,41.937],[8.818,41.941],[8.816,41.942],[8.822,41.949],[8.821,41.951],[8.818,41.951],[8.815,41.95],[8.813,41.948],[8.807,41.949],[8.803,41.949],[8.797,41.95],[8.786,41.95],[8.785,41.953],[8.785,41.955],[8.782,41.959],[8.775,41.961],[8.769,41.962],[8.768,41.96],[8.769,41.958],[8.767,41.957],[8.758,41.957],[8.756,41.956],[8.752,41.958],[8.751,41.96],[8.748,41.961],[8.742,41.961],[8.743,41.958],[8.739,41.957],[8.738,41.959],[8.732,41.959],[8.729,41.96],[8.726,41.96],[8.726,41.958],[8.723,41.958],[8.72,41.955],[8.718,41.952],[8.72,41.95],[8.72,41.948],[8.716,41.949],[8.715,41.951],[8.711,41.951],[8.71,41.949],[8.711,41.947],[8.707,41.946],[8.704,41.947],[8.701,41.953],[8.694,41.95],[8.69,41.95],[8.687,41.948],[8.681,41.948],[8.679,41.946],[8.677,41.947],[8.67,41.947],[8.669,41.948],[8.664,41.956],[8.66,41.956],[8.653,41.958],[8.65,41.958],[8.648,41.963],[8.64,41.963],[8.638,41.964],[8.631,41.963],[8.626,41.966],[8.623,41.966],[8.622,41.968],[8.623,41.971]]]]},"properties":{"NOM_COM_M":"AJACCIO","INSEE_COM":"2A004","INSEE_DEP":"2A"}}, +{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.393,42.675],[9.397,42.673],[9.404,42.671],[9.406,42.669],[9.412,42.667],[9.424,42.665],[9.429,42.665],[9.435,42.662],[9.443,42.661],[9.45,42.662],[9.447,42.669],[9.446,42.675],[9.447,42.679],[9.447,42.685],[9.446,42.686],[9.448,42.69],[9.452,42.691],[9.453,42.696],[9.452,42.7],[9.456,42.706],[9.455,42.708],[9.452,42.709],[9.449,42.711],[9.446,42.71],[9.445,42.708],[9.438,42.706],[9.436,42.706],[9.432,42.708],[9.428,42.708],[9.423,42.709],[9.42,42.709],[9.418,42.707],[9.413,42.705],[9.405,42.705],[9.406,42.703],[9.403,42.699],[9.4,42.699],[9.4,42.695],[9.398,42.693],[9.398,42.69],[9.396,42.689],[9.396,42.685],[9.393,42.683],[9.39,42.676],[9.393,42.675]]]},"properties":{"NOM_COM_M":"BASTIA","INSEE_COM":"2B033","INSEE_DEP":"2B"}} +]} \ No newline at end of file diff --git a/support-services/datafeeder/datadir/console/console.properties b/support-services/datafeeder/datadir/console/console.properties new file mode 100644 index 0000000000..1083b473ba --- /dev/null +++ b/support-services/datafeeder/datadir/console/console.properties @@ -0,0 +1,165 @@ +# set by GeorchestraDatabaseContainer as a System property, +# so bad it looks like console doesn't resolve ${} placeholders +#pgsqlHost=${jdbc.host} +# set by GeorchestraDatabaseContainer as a System property +#pgsqlPort=${jdbc.port} +pgsqlDatabase=georchestra +pgsqlUser=georchestra +pgsqlPassword=georchestra + +# Org type values is used to populate the drop down list from /console/account/new +# default: Association,Company,NGO,Individual,Other +orgTypeValues=Association,Company,NGO,Individual,Other +# Areas map configuration +# This map appears on the /console/account/new page, when the user checks the "my org does not exist" checkbox. +# Currently the map is configured with the EPSG:4326 SRS. +# Center of map +AreaMapCenter=9.3707, 42.0753 + +# Zoom of map +AreaMapZoom=7 + +# AreasUrl is the URL of a static geojson file in the current folder, which +# provides the basic geometries used to build up organization's areas. +# Also accepts an URL, which can be a static file or a WFS request. +# MUST provide a GeoJSON FeatureCollection with the EPSG:4326 SRS. +# example "dynamic" AreasUrl=https://my.server.org/geoserver/ows?SERVICE=WFS&REQUEST=GetFeature&typeName=gadm:gadm_for_countries&outputFormat=json&srs=EPSG:4326&cql_filter=ISO='FRA' or ISO='BEL' +AreasUrl=cities.geojson + +# The following properties are used to configure the map widget behavior: +# AreasKey is the key stored in the org LDAP record to uniquely identify a feature. +AreasKey=INSEE_COM + +# AreasValue is the feature "nice name" which appears in the widget list once selected, and in the search result as well. +AreasValue=NOM_COM_M + +# AreasGroup is the feature property which is used to group together areas. +# eg: if the GeoJSON file represents regions, then AreasGroup might be the property with the "state name". +# CAUTION: AreasGroup **has to** be a string, not a numeric ! +AreasGroup=INSEE_DEP + +# LDAP organizational units + +# Pending users +# default: ou=pendingusers +#pendingUserSearchBaseDN=ou=pendingusers + +# Pending organizations +# default: ou=pendingorgs +#pendingOrgSearchBaseDN=ou=pendingorgs + + +# PostgreSQL database connection parameters + +# Minimum connections pool size +# default: 2 +#dataSource.minPoolSize = 2 + +# Maximum connections pool size +# default: 10 +#dataSource.maxPoolSize = 10 + +# Acquire connection timeout (in ms for c3p0) +# default: 1000 +#dataSource.timeout = 1000 + +# Max time unused connections are kept idle in the pool. Unit is seconds for c3p0. +# default: 60 +#dataSource.maxIdleTime=60 + +# Email-related properties + +# Send emails in HTML format +# default: false +#emailHtml=false + +# Reply-To field in sent emails +# default: ${administratorEmail} +#replyTo=${administratorEmail} + +# From field in sent emails +# default: ${administratorEmail} +#from=${administratorEmail} + +# Subject of email when your account has been created +# default: [${instanceName}] Your account has been created +#subject.account.created=[${instanceName}] Your account has been created + +# Subject of email when your account creation is waiting for validation +# default: [${instanceName}] Your new account is waiting for validation +#subject.account.in.process=[${instanceName}] Your new account is waiting for validation + +# Subject of email for moderator at account creation +# default: [${instanceName}] New account waiting for validation +#subject.requires.moderation=[${instanceName}] New account waiting for validation + +# Subject of email for password change +# default: [${instanceName}] Update your password +#subject.change.password=[${instanceName}] Update your password + +# Subject of email for login change +# default: [${instanceName}] New login for your account +#subject.account.uid.renamed=[${instanceName}] New login for your account + +# Subject of email when a new account has been created +# default: [${instanceName}] New account created +#subject.new.account.notification=[${instanceName}] New account created + +# Encoding of the email templates +# This "é" char should display nicely in a ISO 8859-1 configured editor +# default: UTF-8 +#templateEncoding=UTF-8 + +# Warn a user if their login has been modified +# default: true +#warnUserIfUidModified=true + + +# Email proxy configuration +# Basically, this webapp can send emails on behalf of LDAP users. +# The service endpoint is available at /console/emailProxy +# Usage is restricted to users having the EMAILPROXY role by default, +# cf https://github.com/georchestra/datadir/blob/master/security-proxy/security-mappings.xml +# see https://github.com/georchestra/georchestra/pull/1572 for more information. +# The following restrictions have been implemented to prevent spammers. + +# From field in sent emails +# default: ${administratorEmail} +#emailProxyFromAddress=${administratorEmail} + +# Maximum number of recipients +# default: 10 +#emailProxyMaxRecipient=10 + +# Maximum email body size +# default: 10000 +#emailProxyMaxBodySize=10000 + +# Maximum email subject size +# 200 +#emailProxyMaxSubjectSize=200 + +# Comma-separated list of allowed recipients of emails +# For example: psc@georchestra.org, postmaster@georchestra.org, listmaster@georchestra.org +# default: ${administratorEmail} +#emailProxyRecipientWhitelist=${administratorEmail} + +# Activates SASL +# if set to true, the console will leave the possibility to the administrator +# to set a user to cascade the authentication to another system. +# See https://github.com/georchestra/georchestra/blob/master/docs/tutorials/sasl.md#remote-adldap-authentication-with-sasl +# for more info on how to configure your OpenLDAP to cascade authentication to another LDAP-aware system. +# default: false +#saslEnabled=false + +# name of the remote SASL server +# This option is purely informative, and give hints to the administrator on which server the authentication will take place +# in case of the previous option is activated. +# As all the SASL configuration is made outside of geOrchestra, setting this property won't have influence on the +# server which will be actually queried for authentication. +# default: null +#saslServer=null + +# Activates or disable GDPR-related endpoints +# default: true +#gdpr.allowAccountDeletion=true diff --git a/support-services/datafeeder/datadir/datafeeder/datafeeder.properties b/support-services/datafeeder/datadir/datafeeder/datafeeder.properties new file mode 100644 index 0000000000..90efdc30e4 --- /dev/null +++ b/support-services/datafeeder/datadir/datafeeder/datafeeder.properties @@ -0,0 +1,140 @@ +### The following properties are inherited from the geOrchestra default.properties, +### if you want to override them for datafeeder, uncomment them. +# PostgreSQL server domain name +# Domain name, or IP address, of the PostgreSQL server +# pgsqlHost=localhost + +# PostgreSQL server port +# Listening port of the PostgreSQL server +# pgsqlPort=5432 + +# PostgreSQL database name +# Default common PostgreSQL database for all geOrchestra modules +# pgsqlDatabase=georchestra + +# User to connect to PostgreSQL server +# Default common PostgreSQL user for all geOrchestra modules +# pgsqlUser=georchestra + +# Password to connect to PostgreSQL server +# Default common password of PostgreSQL user for all geOrchestra modules +# pgsqlPassword=georchestra + +#################################### +# Datafeeder specific properties # +#################################### + +publicUrl=http://localhost:8080 +# pgsqlSchema=datafeeder +gn.url=http://geonetwork:8080/geonetwork +gs.url=http://geoserver:8080/geoserver/rest + +# maximum size allowed for uploaded files. (e.g. 128MB, GB can't be used, only KB or MB) +file-upload.max-file-size=5MB +# maximum size allowed for multipart/form-data requests (e.g. 128MB, GB can't be used, only KB or MB) +file-upload.max-request-size=10MB +# size threshold after which files will be written to disk. +file-upload.file-size-threshold=1MB +# directory location where files will be stored by the servlet container once the request exceeds the {@link #fileSizeThreshold} +file-upload.temporary-location=${java.io.tmpdir}/datafeeder/tmp +# directory location where files will be stored. +file-upload.persistent-location=${java.io.tmpdir}/datafeeder/uploads +# select the file to serve as the front-end application configuration +front-end.config.uri=file:${georchestra.datadir}/datafeeder/frontend-config.json + +datafeeder.publishing.geoserver.api-url=${gs.url:http://geoserver:8080/geoserver/rest} +datafeeder.publishing.geoserver.public-url=https://${domainName}/geoserver +datafeeder.publishing.geoserver.layer-client-cache-seconds=3600 +# Use this for HTTP basic authentication to geoserver api url: +#datafeeder.publishing.geoserver.auth.type=basic +#datafeeder.publishing.geoserver.auth.basic.username=geoserver_privileged_user +#datafeeder.publishing.geoserver.auth.basic.password=gerlsSnFd6SmM +# Use this for HTTP-headers based authentication to GeoServer's api url: +datafeeder.publishing.geoserver.auth.type=headers +datafeeder.publishing.geoserver.auth.headers.[sec-proxy]=true +datafeeder.publishing.geoserver.auth.headers.[sec-username]=datafeeder-application +datafeeder.publishing.geoserver.auth.headers.[sec-roles]=ROLE_ADMINISTRATOR + +datafeeder.publishing.geonetwork.api-url=${gn.url:http://geonetwork:8080/geonetwork} +datafeeder.publishing.geonetwork.public-url=https://${domainName}/geonetwork +# Use this for HTTP basic authentication to Geonetwork's api url: +#datafeeder.publishing.geonetwork.auth.type=basic +#datafeeder.publishing.geonetwork.auth.basic.username= +#datafeeder.publishing.geonetwork.auth.basic.password= +# Use this for HTTP-headers based authentication to Geonetwork's api url: +datafeeder.publishing.geonetwork.auth.type=headers +datafeeder.publishing.geonetwork.auth.headers.[sec-proxy]=true +datafeeder.publishing.geonetwork.auth.headers.[sec-username]=testadmin +datafeeder.publishing.geonetwork.auth.headers.[sec-org]=Datafeeder Test +datafeeder.publishing.geonetwork.auth.headers.[sec-roles]=ROLE_ADMINISTRATOR;ROLE_GN_ADMIN +# This is odd, apparently any UUID works as XSRF token, and these two need to be set +datafeeder.publishing.geonetwork.auth.headers.[X-XSRF-TOKEN]=c9f33266-e242-4198-a18c-b01290dce5f1 +datafeeder.publishing.geonetwork.auth.headers.[Cookie]=XSRF-TOKEN=c9f33266-e242-4198-a18c-b01290dce5f1 + +#template-record-id, an existing geonetwork record id to use as template. If provided, takes precedence over template-record +datafeeder.publishing.geonetwork.template-record-id: +#let's use the default template and transform for testing +datafeeder.publishing.geonetwork.template-record: +datafeeder.publishing.geonetwork.template-transform: +#datafeeder.publishing.geonetwork.template-record: file:${georchestra.datadir}/datafeeder/metadata_template.xml +#datafeeder.publishing.geonetwork.template-transform: file:${georchestra.datadir}/datafeeder/metadata_transform.xsl +datafeeder.publishing.geonetwork.defaultResourceType=series + +datafeeder.publishing.backend.local.dbtype=postgis +datafeeder.publishing.backend.local.host=${pgsqlHost} +datafeeder.publishing.backend.local.port=${pgsqlPort} +datafeeder.publishing.backend.local.database=${pgsqlDatabase} +datafeeder.publishing.backend.local.schema=public +datafeeder.publishing.backend.local.user=${pgsqlUser} +datafeeder.publishing.backend.local.passwd=${pgsqlPassword} +datafeeder.publishing.backend.local.preparedStatements=true + +datafeeder.publishing.backend.geoserver.dbtype=postgis +datafeeder.publishing.backend.geoserver.preparedStatements=true +#just a random test property to assert props are loaded from datafeeder.properties +datafeeder.publishing.backend.geoserver.testFromDatafeederPropertiesFile=true +# is a placeholder to be replaced by the actual schema computed from the "sec-org" request header +datafeeder.publishing.backend.geoserver.schema= +#datafeeder.publishing.backend.geoserver.jndiReferenceName=java:comp/env/jdbc/datafeeder +#if a JNDI data source is configured in geoserver, uncomment the above line and comment out the following ones +datafeeder.publishing.backend.geoserver.host=database +datafeeder.publishing.backend.geoserver.port=${pgsqlPort} +datafeeder.publishing.backend.geoserver.database=${pgsqlDatabase} +datafeeder.publishing.backend.geoserver.user=${pgsqlUser} +datafeeder.publishing.backend.geoserver.passwd=${pgsqlPassword} + +# note how to set a property with spaces: property.prefix.[name\ with\ spaces]=value +datafeeder.publishing.backend.geoserver.[Loose\ bbox]=false +datafeeder.publishing.backend.geoserver.[Estimated\ extends]=true + +datafeeder.email.send=false +datafeeder.email.ackTemplate=file:${georchestra.datadir}/datafeeder/templates/analysis-started-email-template.txt +datafeeder.email.analysisFailedTemplate=file:${georchestra.datadir}/datafeeder/templates/analysis-failed-email-template.txt +datafeeder.email.publishFailedTemplate=file:${georchestra.datadir}/datafeeder/templates/data-publishing-failed-email-template.txt +datafeeder.email.publishSuccessTemplate=file:${georchestra.datadir}/datafeeder/templates/data-publishing-succeeded-email-template.txt + +administratorEmail=noreply.georchestra.dev@gmail.com + +# Configuration for SMTP email sending of application events +# Datafeeder will send emails to the user when a job is started, finished, or failed, +# if these configuration properties are set. +spring.mail.host=${smtpHost} +spring.mail.port=${smtpPort} +spring.mail.username=${smtpUser:} +spring.mail.password=${smtpPassword:} +spring.mail.protocol=smtp +spring.mail.test-connection=${smtpTest:false} +spring.mail.properties.mail.smtp.auth=${smtpAuth:false} +spring.mail.properties.mail.smtp.starttls.enable=${smtpTLS:false} + +# Example for gmail: +# make sure 2-step verification is turned off: https://support.google.com/accounts/answer/1064203?hl=en +# and Allow Less Secure App turnes ON: https://myaccount.google.com/lesssecureapps +#spring.mail.host=smtp.gmail.com +#spring.mail.port=587 +#spring.mail.username: noreply.georchestra.dev@gmail.com +#spring.mail.password: ***** +#spring.mail.protocol: smtp +#spring.mail.test-connection: true +#spring.mail.properties.mail.smtp.auth: true +#spring.mail.properties.mail.smtp.starttls.enable: true diff --git a/support-services/datafeeder/datadir/datafeeder/esri.properties b/support-services/datafeeder/datadir/datafeeder/esri.properties new file mode 100644 index 0000000000..34504effca --- /dev/null +++ b/support-services/datafeeder/datadir/datafeeder/esri.properties @@ -0,0 +1 @@ +2154=PROJCS["RGF_1993_Lambert_93",GEOGCS["GCS_RGF_1993",DATUM["D_RGF_1993",SPHEROID["GRS_1980",6378137.0,298.257222101]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Lambert_Conformal_Conic"],PARAMETER["False_Easting",700000.0],PARAMETER["False_Northing",6600000.0],PARAMETER["Central_Meridian",3.0],PARAMETER["Standard_Parallel_1",49.0],PARAMETER["Standard_Parallel_2",44.0],PARAMETER["Latitude_Of_Origin",46.5],UNIT["Meter",1.0]] \ No newline at end of file diff --git a/support-services/datafeeder/datadir/datafeeder/frontend-config.json b/support-services/datafeeder/datadir/datafeeder/frontend-config.json new file mode 100644 index 0000000000..acccb680d1 --- /dev/null +++ b/support-services/datafeeder/datadir/datafeeder/frontend-config.json @@ -0,0 +1,27 @@ +{ + "encodings": [ + { + "label": "UTF-8", + "value": "UTF-8" + }, + { + "label": "ISO-8859-1", + "value": "ISO-8859-1" + } + ], + "projections": [ + { + "label": "WGS84", + "value": "EPSG:4326" + }, + { + "label": "Lambert 93", + "value": "EPSG:2154" + }, + { + "label": "Web Mercator", + "value": "EPSG:3857" + } + ], + "thesaurusUrl": "https://dev.geo2france.fr/geonetwork/srv/api/registries/vocabularies/search?type=CONTAINS&thesaurus=external.theme.httpinspireeceuropaeutheme-theme&rows=200&q=${q}&uri=**&lang=${lang}" +} diff --git a/support-services/datafeeder/datadir/datafeeder/templates/README.md b/support-services/datafeeder/datadir/datafeeder/templates/README.md new file mode 100644 index 0000000000..207c1c9aae --- /dev/null +++ b/support-services/datafeeder/datadir/datafeeder/templates/README.md @@ -0,0 +1,58 @@ +# Email message templates + +Message template locations are to be configured in `datafeeder.propeties` using the following properties: + +``` +datafeeder.email.ackTemplate=file:${georchestra.datadir}/datafeeder/templates/analysis-started-email-template.txt +datafeeder.email.analysisFailedTemplate=file:${georchestra.datadir}/datafeeder/templates/analysis-failed-email-template.txt +datafeeder.email.publishFailedTemplate=file:${georchestra.datadir}/datafeeder/templates/data-publishing-failed-email-template.txt +datafeeder.email.publishSuccessTemplate=file:${georchestra.datadir}/datafeeder/templates/data-publishing-succeeded-email-template.txt +``` + +A message template consists of a number of one-line header parts, followed by the full message body. + +Variables on a message template are specified using `${variable-name}` notation, like in the following example: + +``` +to: ${user.email} +cc: ${administratorEmail} +bcc: +sender: ${administratorEmail} +from: Georchestra Importer Application +subject: +body: + +Dear ${user.name}, +.... +``` + +The following variables are resolved against the job's user, dataset, or publishing attributes: + +* `${user.name}`: +* `${user.lastName}`: +* `${user.email}`: +* `${job.id}`: +* `${job.createdAt}`: +* `${job.error}`: +* `${job.analizeStatus}`: +* `${job.publishStatus}`: +* `${dataset.name}`: +* `${dataset.featureCount}`: +* `${dataset.encoding}`: +* `${dataset.nativeBounds}`: +* `${publish.tableName}`: +* `${publish.layerName}`: +* `${publish.workspace}`: +* `${publish.srs}`: +* `${publish.encoding}`: +* `${metadata.id}`: +* `${metadata.title}`: +* `${metadata.abstract}`: +* `${metadata.creationDate}`: +* `${metadata.lineage}`: +* `${metadata.latLonBoundingBox}`: +* `${metadata.keywords}`: +* `${metadata.scale}`: + +Additionally, any other ${property} will be resolved against the application context +(for example, any property specified in `default.properties` or `datafeeder.properties`). diff --git a/support-services/datafeeder/datadir/datafeeder/templates/analysis-failed-email-template.txt b/support-services/datafeeder/datadir/datafeeder/templates/analysis-failed-email-template.txt new file mode 100644 index 0000000000..72016e6ef9 --- /dev/null +++ b/support-services/datafeeder/datadir/datafeeder/templates/analysis-failed-email-template.txt @@ -0,0 +1,51 @@ +to: ${user.email} +cc: ${administratorEmail} +bcc: +sender: ${administratorEmail} +from: Georchestra Importer Application +subject: Problem analyzing your ${dataset.name} dataset +body: + +Dear ${user.name}, + +We're sorry to inform you that a problem occurred during the +analysis phase for the ${dataset.name} dataset you have provided +on ${job.createdAt}. + +The platform administrator has been notified too. + +Job identifier: ${job.id} +Reported error: ${job.error} + +You can access the job page at this location: ${publicUrl}/import/${job.id} + +--- +Sent by ${instanceName} + +--- For debugging purposes, full list of available job properties: --- + +user.name: ${user.name} +user.lastName: ${user.lastName} +user.email: ${user.email} +job.id: ${job.id} +job.createdAt: ${job.createdAt} +job.error: ${job.error} +job.analizeStatus: ${job.analizeStatus} +job.publishStatus: ${job.publishStatus} +dataset.name: ${dataset.name} +dataset.featureCount: ${dataset.featureCount} +dataset.encoding: ${dataset.encoding} +dataset.nativeBounds: ${dataset.nativeBounds} +publish.tableName: ${publish.tableName} +publish.layerName: ${publish.layerName} +publish.workspace: ${publish.workspace} +publish.srs: ${publish.srs} +publish.encoding: ${publish.encoding} +metadata.id: ${metadata.id} +metadata.title: ${metadata.title} +metadata.abstract: ${metadata.abstract} +metadata.creationDate: ${metadata.creationDate} +metadata.lineage: ${metadata.lineage} +metadata.latLonBoundingBox: ${metadata.latLonBoundingBox} +metadata.keywords: ${metadata.keywords} +metadata.scale: ${metadata.scale} diff --git a/support-services/datafeeder/datadir/datafeeder/templates/analysis-started-email-template.txt b/support-services/datafeeder/datadir/datafeeder/templates/analysis-started-email-template.txt new file mode 100644 index 0000000000..1788b5d3e5 --- /dev/null +++ b/support-services/datafeeder/datadir/datafeeder/templates/analysis-started-email-template.txt @@ -0,0 +1,43 @@ +to: ${user.email} +cc: ${administratorEmail} +bcc: +sender: ${administratorEmail} +from: Georchestra Importer Application +subject: Analysis process started for your ${dataset.name} dataset +body: + +Dear ${user.name}, + +Your ${dataset.name} dataset was received correctly and is currently being analyzed. + +You can access the job page at this location: ${publicUrl}/import/${job.id} + +--- +Sent by ${instanceName} + +--- For debugging purposes, full list of available job properties: --- +user.name: ${user.name} +user.lastName: ${user.lastName} +user.email: ${user.email} +job.id: ${job.id} +job.createdAt: ${job.createdAt} +job.error: ${job.error} +job.analizeStatus: ${job.analizeStatus} +job.publishStatus: ${job.publishStatus} +dataset.name: ${dataset.name} +dataset.featureCount: ${dataset.featureCount} +dataset.encoding: ${dataset.encoding} +dataset.nativeBounds: ${dataset.nativeBounds} +publish.tableName: ${publish.tableName} +publish.layerName: ${publish.layerName} +publish.workspace: ${publish.workspace} +publish.srs: ${publish.srs} +publish.encoding: ${publish.encoding} +metadata.id: ${metadata.id} +metadata.title: ${metadata.title} +metadata.abstract: ${metadata.abstract} +metadata.creationDate: ${metadata.creationDate} +metadata.lineage: ${metadata.lineage} +metadata.latLonBoundingBox: ${metadata.latLonBoundingBox} +metadata.keywords: ${metadata.keywords} +metadata.scale: ${metadata.scale} diff --git a/support-services/datafeeder/datadir/datafeeder/templates/data-publishing-failed-email-template.txt b/support-services/datafeeder/datadir/datafeeder/templates/data-publishing-failed-email-template.txt new file mode 100644 index 0000000000..4a0b007141 --- /dev/null +++ b/support-services/datafeeder/datadir/datafeeder/templates/data-publishing-failed-email-template.txt @@ -0,0 +1,51 @@ +to: ${user.email} +cc: ${administratorEmail} +bcc: +sender: ${administratorEmail} +from: Georchestra Importer Application +subject: Publishing process failed for your ${dataset.name} dataset +body: + +Dear ${user.name}, + +We're sorry to inform you that the publication process for your +${dataset.name} dataset failed submitted on ${job.createdAt} +has encountered an error and could not finish correctly. + +The platform administrator has been notified too. + +Job identifier: ${job.id} +Reported error: ${job.error} + +You can access the job page at this location: ${publicUrl}/import/${job.id} + +--- +Sent by ${instanceName} + +--- For debugging purposes, full list of available job properties: --- + +user.name: ${user.name} +user.lastName: ${user.lastName} +user.email: ${user.email} +job.id: ${job.id} +job.createdAt: ${job.createdAt} +job.error: ${job.error} +job.analizeStatus: ${job.analizeStatus} +job.publishStatus: ${job.publishStatus} +dataset.name: ${dataset.name} +dataset.featureCount: ${dataset.featureCount} +dataset.encoding: ${dataset.encoding} +dataset.nativeBounds: ${dataset.nativeBounds} +publish.tableName: ${publish.tableName} +publish.layerName: ${publish.layerName} +publish.workspace: ${publish.workspace} +publish.srs: ${publish.srs} +publish.encoding: ${publish.encoding} +metadata.id: ${metadata.id} +metadata.title: ${metadata.title} +metadata.abstract: ${metadata.abstract} +metadata.creationDate: ${metadata.creationDate} +metadata.lineage: ${metadata.lineage} +metadata.latLonBoundingBox: ${metadata.latLonBoundingBox} +metadata.keywords: ${metadata.keywords} +metadata.scale: ${metadata.scale} diff --git a/support-services/datafeeder/datadir/datafeeder/templates/data-publishing-succeeded-email-template.txt b/support-services/datafeeder/datadir/datafeeder/templates/data-publishing-succeeded-email-template.txt new file mode 100644 index 0000000000..75caa8c2cb --- /dev/null +++ b/support-services/datafeeder/datadir/datafeeder/templates/data-publishing-succeeded-email-template.txt @@ -0,0 +1,51 @@ +to: ${user.email} +cc: ${administratorEmail} +bcc: +sender: ${administratorEmail} +from: Georchestra Importer Application +subject: Your ${dataset.name} dataset has been published +body: + +Dear ${user.name}, + +We're pleased to inform you that your ${dataset.name} dataset +submitted on ${job.createdAt} has been correctly processed and published. + +Browse to the following URL to access a map preview of the published layer: + +${publicUrl}/geoserver/${publish.workspace}/wms/reflect?format=application/openlayers&LAYERS=${publish.layerName} + +And to this URL to access its published metadata: + +${publicUrl}/geonetwork/srv/eng/catalog.search#/metadata/${metadata.id} + +--- +Sent by ${instanceName} + +--- For debugging purposes, full list of available job properties: --- + +user.name: ${user.name} +user.lastName: ${user.lastName} +user.email: ${user.email} +job.id: ${job.id} +job.createdAt: ${job.createdAt} +job.error: ${job.error} +job.analizeStatus: ${job.analizeStatus} +job.publishStatus: ${job.publishStatus} +dataset.name: ${dataset.name} +dataset.featureCount: ${dataset.featureCount} +dataset.encoding: ${dataset.encoding} +dataset.nativeBounds: ${dataset.nativeBounds} +publish.tableName: ${publish.tableName} +publish.layerName: ${publish.layerName} +publish.workspace: ${publish.workspace} +publish.srs: ${publish.srs} +publish.encoding: ${publish.encoding} +metadata.id: ${metadata.id} +metadata.title: ${metadata.title} +metadata.abstract: ${metadata.abstract} +metadata.creationDate: ${metadata.creationDate} +metadata.lineage: ${metadata.lineage} +metadata.latLonBoundingBox: ${metadata.latLonBoundingBox} +metadata.keywords: ${metadata.keywords} +metadata.scale: ${metadata.scale} diff --git a/support-services/datafeeder/datadir/default.properties b/support-services/datafeeder/datadir/default.properties new file mode 100644 index 0000000000..7b3627c308 --- /dev/null +++ b/support-services/datafeeder/datadir/default.properties @@ -0,0 +1,27 @@ +domainName=georchestra.test.org +instanceName=geOrchestra +language=en +headerHeight=90 +headerUrl=/header/ +administratorEmail=georchestra@georchestra-127-0-1-1.traefik.me +### PostgreSQL properties +pgsqlHost=database +pgsqlPort=5432 +pgsqlDatabase=georchestra +pgsqlUser=georchestra +pgsqlPassword=georchestra +### LDAP properties +ldapHost=ldap +ldapPort=389 +ldapScheme=ldap +ldapBaseDn=dc=georchestra,dc=org +ldapAdminDn=cn=admin,dc=georchestra,dc=org +ldapAdminPassword=secret +ldapUsersRdn=ou=users +# Roles RDN +ldapRolesRdn=ou=roles +# Organizations RDN +ldapOrgsRdn=ou=orgs +### SMTP properties +smtpHost=smtp +smtpPort=25 diff --git a/support-services/datafeeder/datadir/geonetwork/geonetwork.properties b/support-services/datafeeder/datadir/geonetwork/geonetwork.properties new file mode 100644 index 0000000000..ed0809191d --- /dev/null +++ b/support-services/datafeeder/datadir/geonetwork/geonetwork.properties @@ -0,0 +1,18 @@ +georchestra.console.url=http://console:8080 +geonetwork.syncMode=orgs +#geonetwork.syncRolesFilter=.* + +jdbc.host=database +jdbc.port=5432 +jdbc.database=georchestra +jdbc.schema=geonetwork +jdbc.username=georchestra +jdbc.password=georchestra + +geonetwork.profiles.default=RegisteredUser +geonetwork.profiles.rolemappings.[GN_ADMIN]=Administrator +geonetwork.profiles.rolemappings.[GN_REVIEWER]=Reviewer +geonetwork.profiles.rolemappings.[GN_EDITOR]=Editor +geonetwork.profiles.rolemappings.[GN_USER]=RegisteredUser + +geonetwork.scheduled.enabled=true diff --git a/support-services/datafeeder/datadir/geonetwork/log4j/log4j.xml b/support-services/datafeeder/datadir/geonetwork/log4j/log4j.xml new file mode 100644 index 0000000000..67937a7c94 --- /dev/null +++ b/support-services/datafeeder/datadir/geonetwork/log4j/log4j.xml @@ -0,0 +1,200 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/support-services/datafeeder/datadir/kibana/kibana.yml b/support-services/datafeeder/datadir/kibana/kibana.yml new file mode 100644 index 0000000000..f923d68e2d --- /dev/null +++ b/support-services/datafeeder/datadir/kibana/kibana.yml @@ -0,0 +1,5 @@ +server.basePath: "/geonetwork/dashboards" +server.rewriteBasePath: false +kibana.index: ".dashboards" +# https://github.com/elastic/kibana/issues/12918 +server.host: "0.0.0.0" \ No newline at end of file diff --git a/support-services/datafeeder/docker-compose.yml b/support-services/datafeeder/docker-compose.yml new file mode 100644 index 0000000000..313652a363 --- /dev/null +++ b/support-services/datafeeder/docker-compose.yml @@ -0,0 +1,104 @@ +version: "3.1" + +volumes: + datafeeder_uploads: + elasticsearch_data: + +services: + smtp: + image: camptocamp/smtp-sink:latest + ports: + - "2025:25" + restart: always + + database: + image: georchestra/database:latest + environment: + - POSTGRES_USER=georchestra + - POSTGRES_PASSWORD=georchestra + ports: + - "15432:5432" + + ldap: + image: georchestra/ldap:latest + environment: + - SLAPD_ORGANISATION=georchestra + - SLAPD_DOMAIN=georchestra.org + - SLAPD_PASSWORD=secret + - SLAPD_LOG_LEVEL=32768 # See https://www.openldap.org/doc/admin24/slapdconfig.html#loglevel%20%3Clevel%3E + + console: + image: georchestra/console:latest + depends_on: + - ldap + - database + volumes: + - ./datadir:/etc/georchestra + environment: + - JAVA_OPTIONS=-Dorg.eclipse.jetty.annotations.AnnotationParser.LEVEL=OFF + - XMS=256M + - XMX=1G + ports: + - "38080:8080" + + geoserver: + image: georchestra/geoserver:latest + depends_on: + - ldap + volumes: + - ./datadir:/etc/georchestra + environment: + - JAVA_OPTIONS=-Dorg.eclipse.jetty.annotations.AnnotationParser.LEVEL=OFF + - XMS=256M + ports: + - "18080:8080" + + geonetwork: + image: georchestra/geonetwork:latest + depends_on: + - console + - database + - elasticsearch + volumes: + - ./datadir:/etc/georchestra + environment: + - DATA_DIR=/var/lib/geonetwork_data + - ES_HOST=elasticsearch + - ES_PROTOCOL=http + - ES_PORT=9200 + - JAVA_OPTIONS=-Duser.home=/tmp/jetty -Dgeorchestra.datadir=/etc/georchestra -Dorg.eclipse.jetty.annotations.AnnotationParser.LEVEL=OFF + - XMS=256M + ports: + - "8080:8080" + + elasticsearch: + image: docker.elastic.co/elasticsearch/elasticsearch:7.15.1 + ulimits: + memlock: + soft: -1 + hard: -1 + nofile: + soft: 65536 + hard: 65536 + environment: + discovery.type: single-node + ES_JAVA_OPTS: "-Xms1g -Xmx1g" + volumes: + - elasticsearch_data:/usr/share/elasticsearch/data + + + datafeeder: + image: georchestra/datafeeder:latest + depends_on: + database: + condition: service_healthy + volumes: + - ./datadir:/etc/georchestra + - datafeeder_uploads:/tmp/datafeeder + environment: + - JAVA_OPTS=-Xms512m -Xmx512m + # You can set a higher loglevel this way: (ref. https://docs.spring.io/spring-boot/docs/2.1.13.RELEASE/reference/html/boot-features-logging.html#boot-features-custom-log-levels) + - LOGGING_LEVEL_ORG_GEORCHESTRA_DATAFEEDER=INFO + ports: + - 8181:8080 + diff --git a/support-services/docker-compose.yml b/support-services/docker-compose.yml index d695e718b3..6debc3c808 100644 --- a/support-services/docker-compose.yml +++ b/support-services/docker-compose.yml @@ -65,28 +65,6 @@ services: ports: - '5601:5601' - # TODO: include the datafeeder backend as well - # datafeeder: - # image: georchestra/datafeeder:latest - # depends_on: - # database: - # condition: service_healthy - # postgis: - # condition: service_healthy - # healthcheck: - # test: ["CMD-SHELL", "curl -s -f http://localhost:8080/datafeeder >/dev/null || exit 1"] - # interval: 30s - # timeout: 10s - # retries: 10 - # volumes: - # - georchestra_datadir:/etc/georchestra - # - datafeeder_uploads:/tmp/datafeeder - # environment: - # - JAVA_OPTS=-Xms512m -Xmx512m - # - LOGGING_LEVEL_ORG_GEORCHESTRA_DATAFEEDER=INFO - # ports: - # - "8081:8080" - geonetwork: image: geonetwork:${GEONETWORK_VERSION} environment: From 167d308e818d7bdab0b877e46ff6afa68ab0454e Mon Sep 17 00:00:00 2001 From: Florian Necas Date: Mon, 28 Aug 2023 09:06:04 +0200 Subject: [PATCH 2/4] fix: formatting --- docs/apps/datafeeder.md | 7 +- .../datafeeder/datadir/console/cities.geojson | 26246 +++++++++++++++- .../datadir/datafeeder/templates/README.md | 56 +- .../datafeeder/datadir/kibana/kibana.yml | 6 +- .../datafeeder/docker-compose.yml | 16 +- 5 files changed, 25926 insertions(+), 405 deletions(-) diff --git a/docs/apps/datafeeder.md b/docs/apps/datafeeder.md index 0b734326a6..2e45c3056d 100644 --- a/docs/apps/datafeeder.md +++ b/docs/apps/datafeeder.md @@ -12,7 +12,7 @@ The front-end part is built with Geonetwork-UI components ## Usage -The easiest way to deploy datafeeder locally is to use the docker composition in `support-services/datafeeder`. +The easiest way to deploy datafeeder locally is to use the docker composition in `support-services/datafeeder`. ```shell cd support-services/datafeeder @@ -22,12 +22,13 @@ docker compose up -d With this composition, you'll need to use `proxy-config-dev.js`. To do so, the nx command must be executed with the `--proxy-config proxy-config-dev.js` argument. In `geonetwork-ui/` directory, run : + ```shell npx nx run datafeeder:serve --proxy-config proxy-config-dev.js ``` -## Configuration +## Configuration ### Adding projections and encodings -The datafeeder configuration can be edited by modifying the `frontend-config.json` file in `support-services/datafeeder/datadir/datafeeder/` folder. +The datafeeder configuration can be edited by modifying the `frontend-config.json` file in `support-services/datafeeder/datadir/datafeeder/` folder. diff --git a/support-services/datafeeder/datadir/console/cities.geojson b/support-services/datafeeder/datadir/console/cities.geojson index 8236f14a37..2fd539cffd 100644 --- a/support-services/datafeeder/datadir/console/cities.geojson +++ b/support-services/datafeeder/datadir/console/cities.geojson @@ -1,362 +1,25884 @@ -{"type":"FeatureCollection", "features": [ -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.266,42.666],[9.27,42.667],[9.277,42.665],[9.28,42.665],[9.283,42.662],[9.286,42.665],[9.289,42.665],[9.295,42.668],[9.299,42.668],[9.3,42.669],[9.306,42.67],[9.31,42.67],[9.315,42.668],[9.317,42.67],[9.321,42.672],[9.324,42.67],[9.326,42.672],[9.328,42.672],[9.332,42.675],[9.334,42.675],[9.338,42.678],[9.339,42.681],[9.339,42.69],[9.338,42.691],[9.33,42.693],[9.329,42.694],[9.322,42.696],[9.319,42.693],[9.317,42.693],[9.314,42.689],[9.305,42.684],[9.3,42.684],[9.299,42.681],[9.301,42.68],[9.299,42.676],[9.293,42.674],[9.288,42.674],[9.283,42.678],[9.283,42.681],[9.279,42.684],[9.28,42.689],[9.277,42.691],[9.275,42.694],[9.272,42.694],[9.269,42.697],[9.269,42.701],[9.266,42.7],[9.262,42.7],[9.259,42.701],[9.259,42.703],[9.256,42.706],[9.255,42.712],[9.257,42.718],[9.254,42.718],[9.247,42.72],[9.245,42.718],[9.234,42.72],[9.229,42.718],[9.234,42.709],[9.235,42.708],[9.233,42.704],[9.237,42.7],[9.242,42.699],[9.243,42.701],[9.245,42.7],[9.246,42.697],[9.25,42.697],[9.251,42.698],[9.256,42.695],[9.259,42.694],[9.262,42.692],[9.263,42.689],[9.261,42.687],[9.258,42.682],[9.259,42.681],[9.258,42.678],[9.261,42.676],[9.264,42.676],[9.266,42.672],[9.266,42.666]]]},"properties":{"NOM_COM_M":"SAINT FLORENT","INSEE_COM":"2B298","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.065,41.963],[9.068,41.956],[9.074,41.952],[9.073,41.95],[9.075,41.945],[9.07,41.94],[9.07,41.936],[9.075,41.933],[9.078,41.933],[9.083,41.932],[9.086,41.932],[9.089,41.928],[9.088,41.926],[9.094,41.923],[9.097,41.927],[9.102,41.924],[9.105,41.917],[9.109,41.918],[9.109,41.922],[9.106,41.923],[9.107,41.928],[9.109,41.931],[9.109,41.939],[9.113,41.942],[9.113,41.952],[9.115,41.959],[9.115,41.963],[9.108,41.972],[9.11,41.975],[9.104,41.976],[9.102,41.977],[9.097,41.978],[9.095,41.978],[9.091,41.975],[9.086,41.975],[9.085,41.972],[9.083,41.971],[9.083,41.968],[9.08,41.966],[9.077,41.966],[9.074,41.963],[9.072,41.963],[9.07,41.961],[9.068,41.963],[9.065,41.963]]]},"properties":{"NOM_COM_M":"TASSO","INSEE_COM":"2A322","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.231,41.933],[9.235,41.934],[9.24,41.934],[9.244,41.936],[9.25,41.941],[9.26,41.944],[9.261,41.946],[9.266,41.947],[9.27,41.95],[9.273,41.95],[9.276,41.949],[9.281,41.946],[9.291,41.948],[9.294,41.95],[9.296,41.951],[9.303,41.953],[9.311,41.956],[9.327,41.958],[9.336,41.961],[9.339,41.964],[9.341,41.964],[9.344,41.966],[9.344,41.969],[9.35,41.969],[9.351,41.968],[9.356,41.968],[9.364,41.97],[9.366,41.969],[9.37,41.969],[9.375,41.97],[9.379,41.97],[9.395,41.968],[9.408,41.968],[9.408,41.965],[9.409,41.962],[9.408,41.96],[9.409,41.957],[9.406,41.955],[9.409,41.951],[9.408,41.941],[9.41,41.939],[9.413,41.938],[9.412,41.941],[9.412,41.949],[9.414,41.955],[9.416,41.959],[9.426,41.973],[9.431,41.979],[9.44,41.988],[9.439,41.988],[9.433,41.983],[9.428,41.98],[9.427,41.978],[9.423,41.978],[9.419,41.975],[9.417,41.976],[9.412,41.977],[9.408,41.976],[9.397,41.976],[9.392,41.978],[9.391,41.982],[9.389,41.984],[9.384,41.985],[9.384,41.988],[9.383,41.99],[9.383,41.993],[9.379,41.994],[9.377,41.997],[9.372,42.001],[9.366,41.997],[9.364,41.997],[9.36,41.995],[9.356,41.996],[9.349,41.995],[9.348,41.996],[9.345,41.995],[9.341,41.998],[9.336,41.998],[9.331,41.997],[9.33,41.994],[9.327,41.994],[9.324,41.996],[9.319,41.994],[9.316,41.994],[9.312,41.993],[9.306,41.993],[9.304,41.99],[9.301,41.987],[9.297,41.986],[9.294,41.986],[9.29,41.982],[9.282,41.979],[9.279,41.981],[9.277,41.978],[9.278,41.974],[9.268,41.97],[9.267,41.968],[9.261,41.965],[9.261,41.963],[9.256,41.958],[9.25,41.953],[9.249,41.95],[9.246,41.947],[9.244,41.947],[9.241,41.942],[9.238,41.941],[9.234,41.938],[9.231,41.933]]]},"properties":{"NOM_COM_M":"SERRA DI FIUMORBO","INSEE_COM":"2B277","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.433,42.364],[9.438,42.366],[9.439,42.365],[9.445,42.368],[9.449,42.368],[9.451,42.369],[9.457,42.364],[9.466,42.36],[9.468,42.356],[9.474,42.353],[9.48,42.353],[9.482,42.355],[9.479,42.359],[9.482,42.362],[9.485,42.366],[9.483,42.367],[9.482,42.37],[9.483,42.372],[9.487,42.374],[9.482,42.375],[9.484,42.377],[9.484,42.379],[9.486,42.38],[9.486,42.382],[9.489,42.389],[9.488,42.39],[9.487,42.388],[9.483,42.389],[9.475,42.389],[9.47,42.387],[9.465,42.388],[9.461,42.39],[9.46,42.388],[9.458,42.388],[9.456,42.385],[9.451,42.381],[9.447,42.377],[9.444,42.377],[9.439,42.376],[9.435,42.369],[9.435,42.366],[9.433,42.364]]]},"properties":{"NOM_COM_M":"SAN GIOVANNI DI MORIANI","INSEE_COM":"2B302","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.48,42.342],[9.476,42.341],[9.476,42.343],[9.48,42.353],[9.474,42.353],[9.468,42.356],[9.466,42.36],[9.457,42.364],[9.451,42.369],[9.449,42.368],[9.445,42.368],[9.439,42.365],[9.438,42.366],[9.433,42.364],[9.432,42.357],[9.43,42.355],[9.44,42.35],[9.445,42.341],[9.448,42.34],[9.451,42.341],[9.455,42.339],[9.458,42.339],[9.46,42.34],[9.463,42.337],[9.466,42.335],[9.47,42.334],[9.477,42.337],[9.479,42.337],[9.48,42.342]]]},"properties":{"NOM_COM_M":"SANTA REPARATA DI MORIANI","INSEE_COM":"2B317","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.381,42.79],[9.377,42.788],[9.368,42.781],[9.366,42.778],[9.364,42.779],[9.36,42.779],[9.354,42.777],[9.349,42.771],[9.349,42.769],[9.345,42.766],[9.342,42.765],[9.34,42.761],[9.339,42.758],[9.342,42.753],[9.342,42.748],[9.345,42.746],[9.346,42.743],[9.344,42.74],[9.348,42.739],[9.353,42.739],[9.356,42.742],[9.359,42.743],[9.362,42.743],[9.367,42.745],[9.372,42.751],[9.377,42.751],[9.382,42.748],[9.384,42.749],[9.388,42.748],[9.388,42.751],[9.391,42.753],[9.394,42.754],[9.398,42.758],[9.4,42.758],[9.404,42.76],[9.405,42.764],[9.407,42.765],[9.411,42.771],[9.415,42.773],[9.414,42.774],[9.416,42.781],[9.42,42.785],[9.418,42.789],[9.414,42.788],[9.407,42.788],[9.405,42.789],[9.402,42.788],[9.397,42.789],[9.394,42.787],[9.389,42.788],[9.384,42.788],[9.381,42.79]]]},"properties":{"NOM_COM_M":"OLMETA DI CAPOCORSO","INSEE_COM":"2B187","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.682,42.172],[8.676,42.17],[8.672,42.17],[8.669,42.171],[8.649,42.169],[8.649,42.168],[8.642,42.167],[8.637,42.167],[8.636,42.166],[8.631,42.174],[8.629,42.175],[8.625,42.175],[8.627,42.179],[8.624,42.18],[8.621,42.185],[8.618,42.184],[8.617,42.188],[8.611,42.194],[8.609,42.194],[8.608,42.196],[8.603,42.196],[8.598,42.192],[8.593,42.189],[8.589,42.186],[8.582,42.183],[8.586,42.183],[8.587,42.182],[8.585,42.179],[8.582,42.178],[8.573,42.178],[8.568,42.177],[8.566,42.175],[8.562,42.173],[8.562,42.171],[8.568,42.169],[8.573,42.169],[8.581,42.171],[8.583,42.17],[8.585,42.172],[8.588,42.171],[8.591,42.171],[8.594,42.169],[8.594,42.167],[8.589,42.162],[8.583,42.162],[8.584,42.16],[8.577,42.157],[8.577,42.155],[8.571,42.156],[8.57,42.154],[8.567,42.154],[8.561,42.151],[8.559,42.146],[8.564,42.148],[8.568,42.149],[8.573,42.151],[8.573,42.152],[8.578,42.152],[8.581,42.151],[8.584,42.152],[8.587,42.149],[8.59,42.149],[8.594,42.144],[8.59,42.139],[8.585,42.135],[8.584,42.132],[8.582,42.131],[8.583,42.129],[8.585,42.13],[8.588,42.129],[8.596,42.13],[8.596,42.132],[8.601,42.133],[8.603,42.132],[8.612,42.135],[8.616,42.133],[8.618,42.127],[8.621,42.125],[8.624,42.125],[8.625,42.123],[8.629,42.122],[8.634,42.124],[8.637,42.122],[8.637,42.12],[8.642,42.12],[8.644,42.121],[8.648,42.121],[8.651,42.117],[8.657,42.122],[8.659,42.122],[8.66,42.125],[8.663,42.127],[8.664,42.129],[8.668,42.13],[8.671,42.13],[8.673,42.134],[8.672,42.136],[8.676,42.138],[8.676,42.142],[8.675,42.144],[8.679,42.147],[8.68,42.15],[8.682,42.15],[8.683,42.153],[8.682,42.157],[8.684,42.161],[8.685,42.161],[8.688,42.166],[8.686,42.168],[8.687,42.17],[8.683,42.17],[8.682,42.172]]]},"properties":{"NOM_COM_M":"CARGESE","INSEE_COM":"2A065","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.328,42.444],[9.327,42.446],[9.325,42.446],[9.321,42.447],[9.318,42.446],[9.315,42.447],[9.312,42.449],[9.308,42.448],[9.305,42.446],[9.297,42.444],[9.293,42.445],[9.274,42.445],[9.265,42.449],[9.259,42.449],[9.256,42.45],[9.253,42.45],[9.249,42.454],[9.243,42.453],[9.24,42.455],[9.238,42.458],[9.235,42.458],[9.233,42.459],[9.228,42.459],[9.227,42.461],[9.221,42.465],[9.217,42.465],[9.21,42.469],[9.21,42.472],[9.207,42.475],[9.204,42.476],[9.203,42.479],[9.201,42.48],[9.201,42.482],[9.196,42.483],[9.192,42.483],[9.188,42.48],[9.189,42.477],[9.191,42.475],[9.191,42.473],[9.189,42.469],[9.179,42.463],[9.177,42.459],[9.175,42.457],[9.184,42.457],[9.189,42.459],[9.194,42.457],[9.198,42.457],[9.202,42.456],[9.204,42.453],[9.202,42.452],[9.2,42.448],[9.201,42.445],[9.209,42.446],[9.212,42.446],[9.22,42.444],[9.222,42.444],[9.227,42.446],[9.234,42.443],[9.236,42.444],[9.243,42.441],[9.246,42.439],[9.248,42.441],[9.255,42.441],[9.263,42.438],[9.266,42.438],[9.271,42.437],[9.276,42.433],[9.278,42.429],[9.281,42.429],[9.287,42.427],[9.29,42.427],[9.3,42.424],[9.305,42.426],[9.31,42.426],[9.313,42.422],[9.316,42.419],[9.319,42.418],[9.327,42.417],[9.327,42.421],[9.326,42.426],[9.327,42.431],[9.326,42.433],[9.327,42.435],[9.325,42.439],[9.328,42.444]]]},"properties":{"NOM_COM_M":"MOROSAGLIA","INSEE_COM":"2B169","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.311,42.618],[9.316,42.616],[9.315,42.614],[9.318,42.612],[9.319,42.609],[9.322,42.607],[9.32,42.602],[9.316,42.601],[9.316,42.599],[9.321,42.598],[9.325,42.596],[9.33,42.596],[9.329,42.594],[9.331,42.593],[9.332,42.59],[9.338,42.586],[9.341,42.587],[9.344,42.586],[9.344,42.582],[9.347,42.582],[9.347,42.584],[9.35,42.587],[9.357,42.588],[9.357,42.59],[9.363,42.592],[9.357,42.598],[9.353,42.599],[9.351,42.604],[9.347,42.606],[9.343,42.607],[9.341,42.609],[9.339,42.608],[9.336,42.608],[9.33,42.612],[9.327,42.613],[9.324,42.617],[9.32,42.618],[9.311,42.618]]]},"properties":{"NOM_COM_M":"VALLECALLE","INSEE_COM":"2B333","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.127,41.928],[9.129,41.929],[9.132,41.929],[9.135,41.931],[9.139,41.931],[9.141,41.931],[9.141,41.935],[9.146,41.936],[9.147,41.94],[9.155,41.94],[9.155,41.942],[9.158,41.943],[9.161,41.945],[9.164,41.95],[9.163,41.953],[9.166,41.954],[9.164,41.954],[9.162,41.956],[9.164,41.958],[9.164,41.96],[9.162,41.963],[9.162,41.967],[9.164,41.97],[9.161,41.972],[9.162,41.977],[9.154,41.981],[9.161,42],[9.156,42],[9.154,42.002],[9.147,42.011],[9.142,42.007],[9.138,42.006],[9.133,42.003],[9.127,42.002],[9.124,41.999],[9.122,41.995],[9.119,41.993],[9.116,41.994],[9.112,41.993],[9.111,41.99],[9.106,41.989],[9.104,41.988],[9.103,41.984],[9.1,41.979],[9.097,41.978],[9.102,41.977],[9.104,41.976],[9.11,41.975],[9.118,41.968],[9.127,41.964],[9.128,41.962],[9.125,41.96],[9.128,41.959],[9.127,41.957],[9.133,41.953],[9.136,41.949],[9.136,41.947],[9.133,41.943],[9.134,41.941],[9.13,41.934],[9.126,41.93],[9.127,41.928]]]},"properties":{"NOM_COM_M":"CIAMANNACCE","INSEE_COM":"2A089","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.34,42.866],[9.334,42.864],[9.334,42.861],[9.329,42.855],[9.329,42.853],[9.324,42.851],[9.322,42.847],[9.316,42.843],[9.315,42.84],[9.315,42.837],[9.31,42.834],[9.311,42.83],[9.314,42.83],[9.316,42.827],[9.319,42.827],[9.324,42.817],[9.326,42.812],[9.329,42.815],[9.33,42.817],[9.331,42.822],[9.337,42.826],[9.342,42.83],[9.349,42.834],[9.356,42.833],[9.367,42.836],[9.373,42.839],[9.38,42.838],[9.381,42.836],[9.385,42.835],[9.388,42.843],[9.392,42.845],[9.389,42.846],[9.385,42.845],[9.383,42.846],[9.38,42.849],[9.376,42.851],[9.374,42.853],[9.366,42.855],[9.363,42.857],[9.36,42.858],[9.356,42.863],[9.35,42.863],[9.347,42.866],[9.343,42.865],[9.34,42.866]]]},"properties":{"NOM_COM_M":"CANARI","INSEE_COM":"2B058","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.382,42.234],[9.385,42.233],[9.391,42.239],[9.399,42.241],[9.403,42.244],[9.405,42.248],[9.411,42.249],[9.41,42.251],[9.411,42.253],[9.409,42.254],[9.406,42.256],[9.404,42.261],[9.404,42.263],[9.401,42.263],[9.398,42.264],[9.397,42.266],[9.394,42.268],[9.392,42.267],[9.392,42.265],[9.388,42.266],[9.387,42.269],[9.385,42.269],[9.384,42.272],[9.38,42.272],[9.378,42.273],[9.37,42.273],[9.368,42.272],[9.362,42.274],[9.358,42.273],[9.356,42.27],[9.357,42.268],[9.357,42.262],[9.359,42.26],[9.362,42.26],[9.364,42.258],[9.367,42.257],[9.368,42.253],[9.366,42.25],[9.367,42.249],[9.362,42.247],[9.36,42.245],[9.361,42.24],[9.365,42.238],[9.366,42.236],[9.37,42.236],[9.372,42.234],[9.374,42.235],[9.379,42.232],[9.382,42.234]]]},"properties":{"NOM_COM_M":"ZALANA","INSEE_COM":"2B356","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.43,42.355],[9.422,42.355],[9.419,42.357],[9.416,42.358],[9.412,42.358],[9.411,42.356],[9.413,42.35],[9.411,42.347],[9.413,42.345],[9.414,42.341],[9.411,42.34],[9.413,42.335],[9.414,42.336],[9.421,42.337],[9.425,42.337],[9.429,42.336],[9.433,42.337],[9.434,42.34],[9.445,42.341],[9.44,42.35],[9.43,42.355]]]},"properties":{"NOM_COM_M":"FELCE","INSEE_COM":"2B111","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.497,42.048],[9.501,42.054],[9.515,42.068],[9.518,42.072],[9.529,42.085],[9.533,42.09],[9.545,42.1],[9.549,42.104],[9.551,42.109],[9.555,42.124],[9.555,42.127],[9.556,42.138],[9.556,42.142],[9.548,42.147],[9.545,42.146],[9.544,42.144],[9.544,42.14],[9.541,42.137],[9.54,42.134],[9.537,42.131],[9.534,42.13],[9.528,42.132],[9.525,42.134],[9.52,42.135],[9.519,42.137],[9.511,42.136],[9.509,42.137],[9.493,42.142],[9.475,42.141],[9.463,42.144],[9.46,42.147],[9.457,42.148],[9.454,42.15],[9.455,42.148],[9.453,42.146],[9.453,42.144],[9.452,42.143],[9.455,42.142],[9.455,42.14],[9.457,42.137],[9.458,42.134],[9.456,42.131],[9.453,42.129],[9.448,42.128],[9.445,42.128],[9.441,42.129],[9.439,42.128],[9.438,42.123],[9.439,42.117],[9.438,42.114],[9.442,42.11],[9.445,42.106],[9.452,42.106],[9.451,42.098],[9.45,42.094],[9.447,42.087],[9.447,42.085],[9.457,42.077],[9.464,42.076],[9.472,42.078],[9.475,42.075],[9.475,42.073],[9.477,42.071],[9.479,42.072],[9.481,42.067],[9.483,42.066],[9.482,42.064],[9.484,42.062],[9.485,42.059],[9.488,42.058],[9.491,42.056],[9.492,42.057],[9.495,42.055],[9.496,42.053],[9.496,42.049],[9.497,42.048]]]},"properties":{"NOM_COM_M":"ALERIA","INSEE_COM":"2B009","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.398,42.693],[9.4,42.695],[9.4,42.699],[9.403,42.699],[9.406,42.703],[9.405,42.705],[9.404,42.709],[9.405,42.712],[9.408,42.715],[9.408,42.719],[9.406,42.721],[9.403,42.727],[9.396,42.728],[9.383,42.722],[9.383,42.72],[9.379,42.718],[9.372,42.717],[9.357,42.712],[9.349,42.71],[9.346,42.712],[9.343,42.711],[9.34,42.713],[9.335,42.714],[9.334,42.716],[9.33,42.719],[9.322,42.717],[9.321,42.714],[9.321,42.711],[9.322,42.706],[9.321,42.704],[9.323,42.702],[9.322,42.7],[9.323,42.697],[9.322,42.696],[9.329,42.694],[9.333,42.695],[9.339,42.694],[9.345,42.694],[9.349,42.693],[9.354,42.696],[9.355,42.698],[9.359,42.694],[9.359,42.691],[9.365,42.691],[9.368,42.693],[9.37,42.693],[9.374,42.697],[9.376,42.698],[9.385,42.696],[9.387,42.694],[9.393,42.694],[9.398,42.693]]]},"properties":{"NOM_COM_M":"PATRIMONIO","INSEE_COM":"2B205","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.324,42.405],[9.317,42.408],[9.313,42.411],[9.309,42.415],[9.306,42.414],[9.296,42.418],[9.293,42.421],[9.289,42.421],[9.287,42.422],[9.28,42.422],[9.276,42.424],[9.273,42.423],[9.269,42.426],[9.268,42.424],[9.259,42.421],[9.257,42.423],[9.255,42.423],[9.255,42.426],[9.252,42.425],[9.251,42.429],[9.246,42.431],[9.245,42.433],[9.241,42.437],[9.239,42.435],[9.233,42.434],[9.229,42.436],[9.226,42.435],[9.224,42.436],[9.223,42.44],[9.22,42.444],[9.212,42.446],[9.209,42.446],[9.201,42.445],[9.203,42.444],[9.203,42.441],[9.206,42.438],[9.208,42.438],[9.21,42.434],[9.209,42.433],[9.212,42.43],[9.216,42.43],[9.222,42.426],[9.226,42.425],[9.234,42.424],[9.238,42.426],[9.246,42.427],[9.245,42.425],[9.247,42.423],[9.246,42.419],[9.251,42.42],[9.257,42.418],[9.259,42.416],[9.262,42.417],[9.265,42.415],[9.271,42.415],[9.275,42.414],[9.278,42.408],[9.28,42.407],[9.284,42.409],[9.292,42.409],[9.306,42.406],[9.318,42.403],[9.326,42.402],[9.324,42.405]]]},"properties":{"NOM_COM_M":"GAVIGNANO","INSEE_COM":"2B122","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.413,42.318],[9.413,42.319],[9.408,42.325],[9.401,42.322],[9.4,42.323],[9.397,42.322],[9.4,42.32],[9.403,42.315],[9.404,42.317],[9.409,42.315],[9.413,42.318]]]},"properties":{"NOM_COM_M":"PIAZZALI","INSEE_COM":"2B216","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.533,42.524],[9.531,42.524],[9.53,42.522],[9.523,42.52],[9.518,42.522],[9.515,42.522],[9.511,42.521],[9.508,42.521],[9.507,42.517],[9.497,42.516],[9.491,42.514],[9.485,42.514],[9.485,42.513],[9.479,42.507],[9.474,42.506],[9.472,42.507],[9.466,42.506],[9.468,42.503],[9.464,42.503],[9.467,42.499],[9.456,42.495],[9.456,42.494],[9.45,42.493],[9.45,42.49],[9.447,42.489],[9.445,42.487],[9.449,42.482],[9.444,42.48],[9.443,42.476],[9.446,42.479],[9.449,42.48],[9.453,42.48],[9.46,42.479],[9.465,42.482],[9.468,42.482],[9.469,42.484],[9.473,42.484],[9.482,42.488],[9.481,42.489],[9.49,42.492],[9.493,42.492],[9.507,42.496],[9.508,42.498],[9.515,42.497],[9.519,42.496],[9.53,42.496],[9.53,42.5],[9.531,42.507],[9.533,42.515],[9.535,42.521],[9.534,42.523],[9.533,42.524]]]},"properties":{"NOM_COM_M":"VENZOLASCA","INSEE_COM":"2B343","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.439,42.408],[9.439,42.409],[9.434,42.412],[9.432,42.415],[9.433,42.419],[9.435,42.422],[9.434,42.425],[9.432,42.426],[9.429,42.428],[9.425,42.428],[9.42,42.426],[9.418,42.428],[9.417,42.425],[9.415,42.422],[9.415,42.417],[9.417,42.416],[9.419,42.41],[9.422,42.41],[9.427,42.407],[9.431,42.406],[9.437,42.407],[9.439,42.408]]]},"properties":{"NOM_COM_M":"SAN GAVINO D AMPUGNANI","INSEE_COM":"2B299","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.345,42.328],[9.341,42.326],[9.335,42.323],[9.325,42.316],[9.323,42.313],[9.318,42.311],[9.318,42.31],[9.312,42.307],[9.31,42.307],[9.308,42.305],[9.306,42.301],[9.309,42.3],[9.311,42.297],[9.316,42.297],[9.321,42.296],[9.321,42.292],[9.323,42.289],[9.328,42.287],[9.334,42.284],[9.336,42.294],[9.338,42.299],[9.338,42.302],[9.339,42.311],[9.338,42.312],[9.342,42.32],[9.341,42.324],[9.345,42.328]]]},"properties":{"NOM_COM_M":"MAZZOLA","INSEE_COM":"2B157","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.046,41.609],[9.048,41.612],[9.052,41.613],[9.055,41.613],[9.059,41.614],[9.062,41.616],[9.065,41.617],[9.068,41.62],[9.07,41.619],[9.072,41.622],[9.075,41.624],[9.077,41.627],[9.076,41.631],[9.077,41.635],[9.077,41.639],[9.081,41.646],[9.08,41.65],[9.078,41.65],[9.076,41.647],[9.073,41.645],[9.07,41.644],[9.065,41.639],[9.063,41.638],[9.058,41.641],[9.058,41.644],[9.057,41.646],[9.054,41.646],[9.051,41.642],[9.048,41.641],[9.045,41.638],[9.041,41.636],[9.033,41.634],[9.029,41.635],[9.028,41.635],[9.027,41.627],[9.026,41.626],[9.022,41.626],[9.022,41.63],[9.015,41.63],[9.01,41.631],[9.003,41.627],[8.993,41.62],[8.99,41.62],[8.989,41.618],[8.993,41.617],[8.997,41.615],[8.997,41.611],[8.996,41.608],[8.993,41.605],[8.993,41.602],[9.005,41.602],[9.008,41.604],[9.01,41.603],[9.013,41.604],[9.022,41.598],[9.025,41.598],[9.028,41.603],[9.032,41.602],[9.032,41.605],[9.034,41.605],[9.038,41.608],[9.039,41.61],[9.042,41.611],[9.046,41.609]]]},"properties":{"NOM_COM_M":"FOCE","INSEE_COM":"2A115","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.071,42.13],[9.068,42.131],[9.063,42.13],[9.058,42.123],[9.054,42.126],[9.05,42.126],[9.048,42.125],[9.042,42.127],[9.038,42.127],[9.035,42.126],[9.033,42.124],[9.029,42.124],[9.026,42.122],[9.022,42.121],[9.019,42.119],[9.013,42.119],[9.007,42.117],[9.004,42.115],[9.003,42.113],[9.002,42.111],[9.003,42.107],[9.01,42.103],[9.007,42.101],[9.002,42.094],[9.004,42.092],[9.003,42.09],[9.004,42.086],[8.999,42.084],[8.997,42.082],[9,42.081],[9.004,42.081],[9.005,42.08],[9.012,42.08],[9.017,42.079],[9.028,42.079],[9.031,42.077],[9.032,42.075],[9.036,42.074],[9.037,42.069],[9.039,42.067],[9.038,42.064],[9.04,42.061],[9.049,42.057],[9.052,42.057],[9.057,42.054],[9.061,42.054],[9.064,42.052],[9.072,42.05],[9.075,42.05],[9.079,42.048],[9.081,42.048],[9.087,42.05],[9.093,42.05],[9.093,42.049],[9.098,42.048],[9.103,42.045],[9.107,42.043],[9.112,42.047],[9.112,42.052],[9.124,42.056],[9.126,42.058],[9.134,42.06],[9.131,42.061],[9.13,42.064],[9.128,42.067],[9.131,42.071],[9.131,42.073],[9.133,42.076],[9.134,42.08],[9.134,42.085],[9.135,42.088],[9.134,42.091],[9.132,42.091],[9.128,42.095],[9.127,42.098],[9.125,42.099],[9.125,42.105],[9.121,42.107],[9.118,42.11],[9.114,42.11],[9.112,42.114],[9.109,42.114],[9.103,42.116],[9.098,42.116],[9.095,42.115],[9.093,42.116],[9.088,42.12],[9.084,42.125],[9.08,42.127],[9.078,42.127],[9.077,42.129],[9.071,42.13]]]},"properties":{"NOM_COM_M":"BOCOGNANO","INSEE_COM":"2A040","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.953,42.151],[8.955,42.15],[8.957,42.151],[8.963,42.152],[8.965,42.154],[8.977,42.157],[8.983,42.159],[8.986,42.161],[8.99,42.162],[8.994,42.162],[9.002,42.166],[9.005,42.166],[9.01,42.167],[9.015,42.172],[9.023,42.172],[9.03,42.171],[9.034,42.173],[9.037,42.177],[9.045,42.176],[9.048,42.176],[9.049,42.178],[9.048,42.181],[9.049,42.185],[9.051,42.187],[9.051,42.19],[9.049,42.193],[9.047,42.199],[9.047,42.203],[9.046,42.208],[9.043,42.207],[9.038,42.207],[9.031,42.205],[9.027,42.203],[9.023,42.203],[9.018,42.205],[9.014,42.208],[9.006,42.209],[9.004,42.209],[9,42.207],[8.995,42.207],[8.991,42.208],[8.983,42.209],[8.981,42.206],[8.978,42.204],[8.976,42.2],[8.971,42.187],[8.965,42.186],[8.961,42.187],[8.958,42.186],[8.955,42.183],[8.955,42.181],[8.953,42.179],[8.95,42.18],[8.938,42.182],[8.938,42.179],[8.935,42.176],[8.932,42.176],[8.928,42.173],[8.921,42.171],[8.92,42.167],[8.915,42.166],[8.913,42.163],[8.911,42.157],[8.913,42.155],[8.913,42.153],[8.915,42.151],[8.914,42.148],[8.917,42.145],[8.921,42.146],[8.931,42.146],[8.935,42.147],[8.938,42.149],[8.94,42.149],[8.944,42.151],[8.953,42.151]]]},"properties":{"NOM_COM_M":"GUAGNO","INSEE_COM":"2A131","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.443,42.476],[9.439,42.471],[9.435,42.465],[9.436,42.464],[9.438,42.465],[9.444,42.466],[9.45,42.468],[9.454,42.468],[9.456,42.471],[9.462,42.474],[9.464,42.476],[9.467,42.475],[9.47,42.475],[9.472,42.474],[9.479,42.474],[9.482,42.473],[9.485,42.473],[9.489,42.475],[9.494,42.476],[9.51,42.48],[9.525,42.484],[9.531,42.484],[9.53,42.49],[9.53,42.496],[9.519,42.496],[9.515,42.497],[9.508,42.498],[9.507,42.496],[9.493,42.492],[9.49,42.492],[9.481,42.489],[9.482,42.488],[9.473,42.484],[9.469,42.484],[9.468,42.482],[9.465,42.482],[9.46,42.479],[9.453,42.48],[9.449,42.48],[9.446,42.479],[9.443,42.476]]]},"properties":{"NOM_COM_M":"SORBO OCAGNANO","INSEE_COM":"2B286","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.049,41.712],[9.046,41.712],[9.042,41.71],[9.041,41.708],[9.041,41.705],[9.043,41.704],[9.043,41.701],[9.038,41.697],[9.038,41.694],[9.037,41.691],[9.039,41.689],[9.041,41.691],[9.042,41.696],[9.044,41.696],[9.046,41.7],[9.053,41.698],[9.053,41.697],[9.057,41.695],[9.057,41.697],[9.06,41.697],[9.063,41.695],[9.063,41.693],[9.06,41.687],[9.054,41.682],[9.055,41.68],[9.052,41.678],[9.046,41.67],[9.046,41.668],[9.044,41.667],[9.045,41.665],[9.048,41.662],[9.04,41.659],[9.036,41.658],[9.031,41.658],[9.028,41.659],[9.025,41.659],[9.023,41.657],[9.024,41.654],[9.028,41.65],[9.028,41.648],[9.024,41.646],[9.025,41.644],[9.024,41.642],[9.021,41.64],[9.023,41.638],[9.028,41.636],[9.029,41.635],[9.033,41.634],[9.041,41.636],[9.045,41.638],[9.048,41.641],[9.051,41.642],[9.054,41.646],[9.057,41.646],[9.058,41.644],[9.058,41.641],[9.063,41.638],[9.065,41.639],[9.07,41.644],[9.073,41.645],[9.076,41.647],[9.078,41.65],[9.08,41.65],[9.082,41.651],[9.087,41.652],[9.092,41.656],[9.102,41.659],[9.097,41.66],[9.087,41.663],[9.085,41.665],[9.087,41.667],[9.084,41.673],[9.088,41.676],[9.092,41.678],[9.093,41.68],[9.092,41.682],[9.089,41.684],[9.089,41.689],[9.086,41.691],[9.087,41.693],[9.082,41.698],[9.081,41.698],[9.075,41.702],[9.069,41.703],[9.068,41.702],[9.062,41.704],[9.053,41.705],[9.052,41.707],[9.05,41.707],[9.049,41.709],[9.051,41.71],[9.049,41.712]]]},"properties":{"NOM_COM_M":"SAINTE LUCIE DE TALLANO","INSEE_COM":"2A308","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.324,41.996],[9.327,41.994],[9.33,41.994],[9.331,41.997],[9.336,41.998],[9.341,41.998],[9.345,41.995],[9.348,41.996],[9.349,41.995],[9.356,41.996],[9.36,41.995],[9.364,41.997],[9.366,41.997],[9.372,42.001],[9.377,41.997],[9.379,41.994],[9.383,41.993],[9.383,41.99],[9.384,41.988],[9.384,41.985],[9.389,41.984],[9.391,41.982],[9.392,41.978],[9.397,41.976],[9.408,41.976],[9.412,41.977],[9.417,41.976],[9.419,41.975],[9.423,41.978],[9.427,41.978],[9.428,41.98],[9.433,41.983],[9.439,41.988],[9.44,41.988],[9.442,41.99],[9.439,41.99],[9.437,41.993],[9.431,41.997],[9.429,41.996],[9.427,41.997],[9.427,41.999],[9.423,42],[9.42,42.003],[9.42,42.005],[9.415,42.008],[9.411,42.006],[9.408,42.009],[9.401,42.009],[9.397,42.01],[9.391,42.015],[9.386,42.015],[9.383,42.017],[9.38,42.017],[9.374,42.022],[9.373,42.024],[9.368,42.027],[9.369,42.032],[9.367,42.035],[9.364,42.035],[9.361,42.037],[9.355,42.035],[9.349,42.036],[9.347,42.037],[9.342,42.037],[9.34,42.038],[9.334,42.039],[9.333,42.037],[9.331,42.037],[9.329,42.035],[9.325,42.035],[9.319,42.038],[9.316,42.036],[9.314,42.033],[9.313,42.028],[9.31,42.025],[9.311,42.021],[9.31,42.017],[9.308,42.015],[9.31,42.012],[9.312,42.012],[9.314,42.01],[9.312,42.005],[9.313,42.002],[9.312,42.001],[9.317,41.997],[9.32,41.996],[9.324,41.996]]]},"properties":{"NOM_COM_M":"PRUNELLI DI FIUMORBO","INSEE_COM":"2B251","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.867,42.608],[8.865,42.608],[8.862,42.61],[8.86,42.609],[8.858,42.61],[8.853,42.609],[8.854,42.612],[8.851,42.612],[8.848,42.609],[8.85,42.606],[8.847,42.603],[8.851,42.601],[8.851,42.599],[8.856,42.598],[8.86,42.6],[8.86,42.602],[8.864,42.601],[8.867,42.602],[8.868,42.604],[8.871,42.605],[8.867,42.608]]]},"properties":{"NOM_COM_M":"ALGAJOLA","INSEE_COM":"2B010","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.932,42.52],[8.933,42.523],[8.933,42.526],[8.935,42.528],[8.934,42.531],[8.928,42.536],[8.924,42.537],[8.924,42.539],[8.922,42.541],[8.923,42.543],[8.922,42.545],[8.925,42.546],[8.928,42.548],[8.931,42.553],[8.927,42.558],[8.92,42.568],[8.917,42.571],[8.916,42.569],[8.916,42.567],[8.907,42.56],[8.904,42.556],[8.903,42.557],[8.897,42.554],[8.895,42.55],[8.897,42.548],[8.902,42.547],[8.905,42.545],[8.907,42.538],[8.913,42.535],[8.916,42.534],[8.916,42.53],[8.918,42.527],[8.926,42.524],[8.932,42.52]]]},"properties":{"NOM_COM_M":"MURO","INSEE_COM":"2B173","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.927,42.254],[8.934,42.259],[8.947,42.263],[8.95,42.265],[8.955,42.264],[8.958,42.264],[8.964,42.266],[8.966,42.265],[8.97,42.265],[8.973,42.266],[8.975,42.269],[8.977,42.269],[8.978,42.272],[8.985,42.277],[8.986,42.28],[8.982,42.283],[8.98,42.287],[8.976,42.289],[8.976,42.296],[8.977,42.298],[8.975,42.299],[8.978,42.305],[8.977,42.308],[8.974,42.311],[8.977,42.313],[8.978,42.317],[8.981,42.317],[8.984,42.319],[8.99,42.32],[8.99,42.324],[8.992,42.325],[8.994,42.324],[8.995,42.328],[8.998,42.329],[8.997,42.331],[8.998,42.334],[8.995,42.335],[8.989,42.333],[8.981,42.335],[8.978,42.335],[8.975,42.337],[8.972,42.336],[8.964,42.337],[8.963,42.344],[8.96,42.343],[8.958,42.344],[8.954,42.35],[8.953,42.35],[8.952,42.355],[8.951,42.357],[8.951,42.36],[8.95,42.362],[8.945,42.364],[8.935,42.369],[8.931,42.369],[8.929,42.37],[8.93,42.373],[8.927,42.373],[8.924,42.374],[8.919,42.374],[8.914,42.375],[8.912,42.373],[8.908,42.372],[8.905,42.37],[8.904,42.368],[8.901,42.367],[8.901,42.364],[8.899,42.363],[8.898,42.358],[8.893,42.355],[8.89,42.352],[8.886,42.35],[8.882,42.349],[8.88,42.346],[8.879,42.343],[8.875,42.341],[8.871,42.34],[8.868,42.34],[8.866,42.338],[8.866,42.335],[8.857,42.331],[8.862,42.33],[8.86,42.325],[8.862,42.323],[8.862,42.32],[8.859,42.315],[8.861,42.315],[8.861,42.308],[8.859,42.306],[8.86,42.304],[8.859,42.3],[8.863,42.297],[8.87,42.296],[8.878,42.293],[8.879,42.289],[8.882,42.287],[8.883,42.285],[8.885,42.285],[8.886,42.283],[8.882,42.272],[8.883,42.27],[8.889,42.267],[8.893,42.263],[8.899,42.259],[8.905,42.254],[8.911,42.255],[8.915,42.255],[8.919,42.256],[8.923,42.258],[8.927,42.254]]]},"properties":{"NOM_COM_M":"ALBERTACCE","INSEE_COM":"2B007","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.966,42.531],[8.969,42.532],[8.972,42.534],[8.974,42.538],[8.972,42.538],[8.968,42.542],[8.967,42.546],[8.962,42.548],[8.961,42.551],[8.962,42.555],[8.959,42.558],[8.96,42.56],[8.959,42.563],[8.957,42.565],[8.952,42.573],[8.949,42.569],[8.947,42.568],[8.947,42.565],[8.943,42.564],[8.943,42.561],[8.947,42.558],[8.943,42.555],[8.942,42.553],[8.942,42.55],[8.944,42.547],[8.944,42.544],[8.946,42.54],[8.949,42.54],[8.953,42.537],[8.959,42.535],[8.961,42.533],[8.966,42.531]]]},"properties":{"NOM_COM_M":"NESSA","INSEE_COM":"2B175","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.221,42.027],[9.22,42.019],[9.219,42.008],[9.217,41.996],[9.215,41.994],[9.216,41.992],[9.22,41.99],[9.228,41.99],[9.234,41.989],[9.242,41.991],[9.245,41.993],[9.251,41.994],[9.254,41.998],[9.26,41.998],[9.267,41.995],[9.271,41.994],[9.275,41.995],[9.277,41.997],[9.281,41.996],[9.282,41.993],[9.285,41.988],[9.287,41.987],[9.292,41.987],[9.295,41.988],[9.297,41.986],[9.301,41.987],[9.304,41.99],[9.306,41.993],[9.312,41.993],[9.316,41.994],[9.319,41.994],[9.324,41.996],[9.32,41.996],[9.317,41.997],[9.312,42.001],[9.313,42.002],[9.312,42.005],[9.314,42.01],[9.312,42.012],[9.31,42.012],[9.308,42.015],[9.31,42.017],[9.311,42.021],[9.31,42.025],[9.313,42.028],[9.314,42.033],[9.316,42.036],[9.314,42.038],[9.31,42.035],[9.307,42.035],[9.306,42.033],[9.302,42.031],[9.296,42.033],[9.294,42.033],[9.289,42.036],[9.286,42.036],[9.279,42.034],[9.279,42.035],[9.274,42.037],[9.273,42.039],[9.269,42.039],[9.259,42.046],[9.254,42.046],[9.25,42.048],[9.242,42.048],[9.24,42.047],[9.236,42.048],[9.228,42.045],[9.228,42.043],[9.226,42.036],[9.224,42.035],[9.221,42.03],[9.221,42.027]]]},"properties":{"NOM_COM_M":"ISOLACCIO DI FIUMORBO","INSEE_COM":"2B135","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.828,41.716],[8.83,41.715],[8.84,41.723],[8.845,41.724],[8.846,41.725],[8.852,41.723],[8.855,41.72],[8.856,41.723],[8.863,41.721],[8.864,41.724],[8.866,41.725],[8.87,41.723],[8.873,41.72],[8.875,41.723],[8.878,41.723],[8.881,41.726],[8.884,41.726],[8.886,41.729],[8.89,41.728],[8.891,41.73],[8.895,41.727],[8.898,41.726],[8.9,41.728],[8.905,41.728],[8.91,41.729],[8.914,41.733],[8.916,41.737],[8.92,41.74],[8.922,41.74],[8.925,41.744],[8.928,41.745],[8.928,41.747],[8.922,41.749],[8.919,41.752],[8.918,41.754],[8.915,41.756],[8.903,41.761],[8.9,41.763],[8.895,41.763],[8.892,41.761],[8.887,41.764],[8.885,41.764],[8.883,41.767],[8.876,41.769],[8.873,41.766],[8.873,41.763],[8.871,41.761],[8.868,41.76],[8.866,41.76],[8.864,41.757],[8.857,41.755],[8.856,41.753],[8.853,41.751],[8.853,41.749],[8.857,41.743],[8.855,41.741],[8.848,41.739],[8.843,41.737],[8.843,41.732],[8.837,41.73],[8.834,41.727],[8.83,41.727],[8.824,41.721],[8.826,41.719],[8.828,41.719],[8.828,41.716]]]},"properties":{"NOM_COM_M":"SOLLACARO","INSEE_COM":"2A284","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.367,42.396],[9.364,42.397],[9.362,42.396],[9.357,42.4],[9.352,42.402],[9.346,42.401],[9.342,42.403],[9.34,42.402],[9.326,42.399],[9.327,42.396],[9.329,42.395],[9.34,42.393],[9.344,42.392],[9.35,42.392],[9.352,42.391],[9.354,42.392],[9.357,42.388],[9.353,42.386],[9.35,42.383],[9.352,42.383],[9.355,42.385],[9.357,42.385],[9.361,42.387],[9.365,42.388],[9.362,42.391],[9.363,42.393],[9.367,42.396]]]},"properties":{"NOM_COM_M":"NOCARIO","INSEE_COM":"2B176","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.245,42.228],[9.244,42.23],[9.242,42.23],[9.241,42.232],[9.238,42.233],[9.236,42.235],[9.231,42.238],[9.229,42.241],[9.223,42.237],[9.215,42.236],[9.213,42.237],[9.209,42.237],[9.207,42.239],[9.205,42.237],[9.203,42.238],[9.2,42.236],[9.197,42.237],[9.195,42.236],[9.191,42.236],[9.184,42.24],[9.181,42.241],[9.178,42.243],[9.175,42.243],[9.174,42.241],[9.17,42.24],[9.164,42.241],[9.154,42.24],[9.149,42.239],[9.124,42.239],[9.121,42.234],[9.12,42.231],[9.11,42.229],[9.107,42.227],[9.102,42.226],[9.099,42.226],[9.096,42.223],[9.094,42.219],[9.092,42.217],[9.088,42.215],[9.085,42.216],[9.081,42.215],[9.078,42.213],[9.075,42.21],[9.07,42.208],[9.062,42.211],[9.059,42.213],[9.059,42.215],[9.054,42.217],[9.05,42.214],[9.049,42.211],[9.046,42.211],[9.046,42.208],[9.047,42.203],[9.047,42.199],[9.049,42.193],[9.058,42.195],[9.061,42.195],[9.062,42.193],[9.064,42.193],[9.084,42.191],[9.086,42.188],[9.09,42.187],[9.095,42.188],[9.099,42.188],[9.104,42.187],[9.105,42.186],[9.11,42.186],[9.113,42.185],[9.116,42.185],[9.118,42.183],[9.123,42.182],[9.127,42.186],[9.131,42.188],[9.133,42.188],[9.139,42.19],[9.147,42.191],[9.152,42.195],[9.162,42.194],[9.163,42.193],[9.168,42.193],[9.17,42.194],[9.171,42.197],[9.174,42.198],[9.175,42.2],[9.178,42.202],[9.177,42.204],[9.18,42.208],[9.182,42.209],[9.185,42.212],[9.186,42.216],[9.188,42.216],[9.187,42.22],[9.19,42.221],[9.196,42.219],[9.199,42.222],[9.2,42.224],[9.205,42.224],[9.209,42.221],[9.211,42.221],[9.217,42.225],[9.223,42.224],[9.227,42.225],[9.233,42.225],[9.233,42.227],[9.243,42.227],[9.245,42.228]]]},"properties":{"NOM_COM_M":"VENACO","INSEE_COM":"2B341","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.177,42.459],[9.179,42.463],[9.189,42.469],[9.191,42.473],[9.191,42.475],[9.189,42.477],[9.188,42.48],[9.192,42.483],[9.19,42.485],[9.19,42.487],[9.188,42.491],[9.184,42.492],[9.18,42.492],[9.18,42.494],[9.181,42.498],[9.177,42.501],[9.172,42.503],[9.167,42.504],[9.163,42.507],[9.162,42.51],[9.16,42.511],[9.157,42.51],[9.154,42.51],[9.152,42.504],[9.148,42.501],[9.141,42.5],[9.14,42.499],[9.135,42.499],[9.132,42.496],[9.127,42.496],[9.126,42.497],[9.123,42.496],[9.118,42.497],[9.116,42.496],[9.114,42.497],[9.11,42.497],[9.107,42.498],[9.102,42.497],[9.098,42.497],[9.095,42.499],[9.091,42.499],[9.087,42.501],[9.082,42.501],[9.078,42.507],[9.071,42.505],[9.066,42.504],[9.064,42.505],[9.061,42.504],[9.062,42.503],[9.059,42.499],[9.06,42.495],[9.059,42.491],[9.057,42.489],[9.06,42.483],[9.063,42.482],[9.067,42.482],[9.071,42.484],[9.074,42.483],[9.077,42.48],[9.077,42.476],[9.079,42.475],[9.078,42.473],[9.084,42.467],[9.081,42.464],[9.081,42.461],[9.083,42.459],[9.083,42.456],[9.08,42.45],[9.079,42.449],[9.08,42.444],[9.081,42.442],[9.081,42.439],[9.083,42.435],[9.082,42.433],[9.079,42.431],[9.079,42.428],[9.082,42.427],[9.088,42.428],[9.09,42.429],[9.093,42.428],[9.101,42.43],[9.107,42.43],[9.105,42.434],[9.102,42.437],[9.101,42.44],[9.111,42.441],[9.114,42.44],[9.121,42.443],[9.121,42.448],[9.128,42.45],[9.132,42.452],[9.135,42.452],[9.14,42.454],[9.143,42.451],[9.15,42.452],[9.157,42.455],[9.157,42.457],[9.159,42.458],[9.161,42.461],[9.165,42.464],[9.17,42.461],[9.173,42.461],[9.177,42.459]]]},"properties":{"NOM_COM_M":"MOLTIFAO","INSEE_COM":"2B162","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.698,42.229],[8.7,42.232],[8.698,42.236],[8.699,42.238],[8.699,42.241],[8.701,42.242],[8.696,42.245],[8.688,42.247],[8.689,42.25],[8.688,42.252],[8.692,42.254],[8.693,42.257],[8.689,42.261],[8.689,42.263],[8.685,42.263],[8.677,42.262],[8.675,42.263],[8.672,42.262],[8.666,42.259],[8.662,42.259],[8.658,42.26],[8.656,42.258],[8.651,42.258],[8.647,42.257],[8.642,42.257],[8.641,42.254],[8.639,42.253],[8.632,42.252],[8.628,42.253],[8.626,42.251],[8.621,42.254],[8.617,42.255],[8.617,42.252],[8.613,42.253],[8.606,42.249],[8.599,42.248],[8.593,42.245],[8.589,42.245],[8.583,42.243],[8.581,42.245],[8.578,42.243],[8.576,42.24],[8.574,42.24],[8.573,42.238],[8.569,42.239],[8.563,42.238],[8.559,42.236],[8.557,42.236],[8.552,42.239],[8.546,42.24],[8.54,42.237],[8.54,42.235],[8.543,42.235],[8.545,42.232],[8.549,42.232],[8.548,42.229],[8.554,42.227],[8.558,42.229],[8.558,42.23],[8.562,42.232],[8.564,42.23],[8.57,42.231],[8.574,42.227],[8.574,42.225],[8.572,42.223],[8.569,42.222],[8.568,42.219],[8.572,42.218],[8.578,42.214],[8.575,42.212],[8.57,42.213],[8.571,42.21],[8.569,42.205],[8.571,42.204],[8.578,42.208],[8.582,42.206],[8.581,42.196],[8.577,42.195],[8.58,42.189],[8.578,42.189],[8.582,42.183],[8.589,42.186],[8.593,42.189],[8.598,42.192],[8.603,42.196],[8.608,42.196],[8.609,42.194],[8.611,42.194],[8.617,42.188],[8.618,42.184],[8.621,42.185],[8.625,42.187],[8.63,42.188],[8.633,42.19],[8.636,42.191],[8.641,42.194],[8.646,42.199],[8.649,42.201],[8.654,42.2],[8.654,42.203],[8.656,42.204],[8.66,42.204],[8.659,42.206],[8.662,42.209],[8.662,42.211],[8.664,42.212],[8.667,42.211],[8.673,42.21],[8.676,42.215],[8.679,42.216],[8.681,42.218],[8.687,42.222],[8.689,42.225],[8.693,42.228],[8.695,42.227],[8.698,42.229]]]},"properties":{"NOM_COM_M":"PIANA","INSEE_COM":"2A212","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.725,42.342],[8.719,42.339],[8.717,42.339],[8.713,42.335],[8.712,42.333],[8.71,42.333],[8.709,42.329],[8.705,42.329],[8.701,42.325],[8.705,42.321],[8.703,42.319],[8.702,42.316],[8.699,42.315],[8.698,42.312],[8.701,42.31],[8.7,42.307],[8.7,42.304],[8.701,42.302],[8.699,42.3],[8.699,42.291],[8.697,42.288],[8.692,42.287],[8.689,42.283],[8.687,42.282],[8.69,42.278],[8.692,42.277],[8.691,42.275],[8.694,42.275],[8.698,42.274],[8.715,42.278],[8.719,42.278],[8.721,42.277],[8.725,42.278],[8.73,42.278],[8.735,42.28],[8.737,42.279],[8.739,42.28],[8.741,42.279],[8.751,42.279],[8.755,42.28],[8.756,42.282],[8.759,42.285],[8.764,42.288],[8.767,42.291],[8.77,42.295],[8.77,42.301],[8.767,42.304],[8.768,42.308],[8.768,42.311],[8.772,42.313],[8.771,42.317],[8.772,42.319],[8.769,42.323],[8.771,42.325],[8.766,42.33],[8.763,42.331],[8.759,42.337],[8.757,42.339],[8.751,42.339],[8.746,42.338],[8.742,42.338],[8.738,42.34],[8.735,42.339],[8.728,42.34],[8.725,42.342]]]},"properties":{"NOM_COM_M":"SERRIERA","INSEE_COM":"2A279","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.859,41.624],[8.86,41.627],[8.865,41.635],[8.867,41.637],[8.87,41.644],[8.869,41.646],[8.867,41.648],[8.863,41.649],[8.861,41.647],[8.856,41.646],[8.852,41.647],[8.849,41.645],[8.848,41.643],[8.842,41.643],[8.841,41.64],[8.833,41.638],[8.825,41.635],[8.824,41.632],[8.822,41.63],[8.816,41.63],[8.811,41.631],[8.81,41.635],[8.81,41.638],[8.809,41.64],[8.806,41.642],[8.803,41.641],[8.805,41.638],[8.803,41.633],[8.798,41.633],[8.793,41.63],[8.791,41.627],[8.795,41.625],[8.792,41.621],[8.786,41.619],[8.79,41.617],[8.792,41.61],[8.792,41.608],[8.789,41.605],[8.785,41.602],[8.787,41.597],[8.784,41.596],[8.779,41.593],[8.775,41.593],[8.776,41.59],[8.779,41.59],[8.782,41.588],[8.783,41.587],[8.786,41.591],[8.79,41.594],[8.796,41.593],[8.8,41.59],[8.804,41.589],[8.807,41.591],[8.811,41.588],[8.814,41.588],[8.819,41.592],[8.823,41.592],[8.823,41.594],[8.83,41.595],[8.826,41.599],[8.829,41.6],[8.834,41.598],[8.84,41.601],[8.84,41.603],[8.844,41.606],[8.851,41.613],[8.857,41.62],[8.859,41.624]]]},"properties":{"NOM_COM_M":"BELVEDERE CAMPOMORO","INSEE_COM":"2A035","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.137,41.738],[9.144,41.733],[9.14,41.732],[9.138,41.73],[9.138,41.725],[9.141,41.717],[9.143,41.713],[9.141,41.71],[9.141,41.708],[9.145,41.71],[9.148,41.708],[9.151,41.704],[9.158,41.699],[9.163,41.701],[9.165,41.701],[9.168,41.697],[9.173,41.695],[9.179,41.692],[9.189,41.684],[9.197,41.687],[9.201,41.686],[9.204,41.684],[9.209,41.684],[9.211,41.679],[9.214,41.678],[9.215,41.674],[9.215,41.668],[9.219,41.662],[9.226,41.661],[9.235,41.663],[9.238,41.663],[9.242,41.66],[9.248,41.658],[9.249,41.655],[9.254,41.65],[9.256,41.647],[9.261,41.646],[9.269,41.639],[9.273,41.637],[9.279,41.632],[9.284,41.635],[9.286,41.638],[9.292,41.642],[9.295,41.643],[9.296,41.645],[9.304,41.647],[9.309,41.65],[9.32,41.653],[9.322,41.654],[9.322,41.655],[9.317,41.656],[9.315,41.655],[9.31,41.659],[9.311,41.662],[9.308,41.664],[9.303,41.67],[9.3,41.671],[9.297,41.676],[9.298,41.679],[9.291,41.681],[9.288,41.683],[9.284,41.689],[9.281,41.69],[9.28,41.693],[9.273,41.692],[9.269,41.69],[9.265,41.689],[9.263,41.687],[9.253,41.684],[9.25,41.681],[9.25,41.685],[9.244,41.682],[9.24,41.686],[9.236,41.687],[9.233,41.687],[9.222,41.689],[9.22,41.691],[9.209,41.694],[9.203,41.695],[9.195,41.702],[9.191,41.707],[9.184,41.711],[9.175,41.715],[9.167,41.72],[9.168,41.723],[9.168,41.727],[9.17,41.73],[9.169,41.732],[9.166,41.732],[9.16,41.733],[9.157,41.735],[9.156,41.738],[9.15,41.739],[9.148,41.74],[9.137,41.738]]]},"properties":{"NOM_COM_M":"SAN GAVINO DI CARBINI","INSEE_COM":"2A300","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.815,42.537],[8.811,42.539],[8.809,42.541],[8.804,42.544],[8.804,42.547],[8.802,42.55],[8.804,42.553],[8.81,42.553],[8.805,42.556],[8.805,42.558],[8.802,42.559],[8.801,42.561],[8.797,42.565],[8.794,42.563],[8.794,42.561],[8.79,42.559],[8.783,42.557],[8.773,42.556],[8.766,42.556],[8.759,42.56],[8.756,42.564],[8.757,42.566],[8.762,42.567],[8.763,42.57],[8.758,42.569],[8.756,42.571],[8.749,42.568],[8.744,42.568],[8.74,42.569],[8.738,42.568],[8.738,42.565],[8.732,42.563],[8.73,42.563],[8.728,42.561],[8.727,42.564],[8.728,42.566],[8.726,42.569],[8.727,42.57],[8.726,42.573],[8.724,42.574],[8.724,42.58],[8.722,42.582],[8.719,42.581],[8.715,42.578],[8.712,42.578],[8.71,42.576],[8.713,42.574],[8.707,42.571],[8.711,42.569],[8.717,42.571],[8.717,42.569],[8.715,42.566],[8.715,42.564],[8.719,42.562],[8.721,42.558],[8.723,42.556],[8.722,42.553],[8.72,42.553],[8.717,42.551],[8.717,42.549],[8.72,42.548],[8.721,42.546],[8.718,42.544],[8.719,42.541],[8.717,42.539],[8.712,42.538],[8.71,42.536],[8.712,42.534],[8.715,42.534],[8.717,42.532],[8.717,42.529],[8.722,42.53],[8.723,42.533],[8.731,42.535],[8.735,42.535],[8.736,42.536],[8.74,42.535],[8.743,42.533],[8.742,42.531],[8.746,42.526],[8.754,42.526],[8.76,42.518],[8.764,42.517],[8.766,42.515],[8.768,42.515],[8.772,42.517],[8.779,42.517],[8.782,42.519],[8.794,42.525],[8.795,42.526],[8.795,42.53],[8.8,42.528],[8.808,42.532],[8.815,42.537]]]},"properties":{"NOM_COM_M":"CALVI","INSEE_COM":"2B050","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.02,42.552],[9.022,42.553],[9.024,42.556],[9.031,42.56],[9.034,42.566],[9.036,42.568],[9.036,42.57],[9.038,42.574],[9.033,42.576],[9.027,42.576],[9.023,42.575],[9.019,42.576],[9.013,42.579],[9.01,42.582],[9.01,42.585],[9.006,42.589],[9.005,42.591],[9.006,42.595],[9.003,42.597],[9.002,42.599],[9.001,42.605],[9.001,42.609],[8.998,42.614],[9,42.625],[8.999,42.634],[9,42.639],[9,42.642],[8.998,42.64],[8.994,42.64],[8.993,42.641],[8.989,42.64],[8.986,42.641],[8.984,42.639],[8.98,42.639],[8.982,42.637],[8.982,42.634],[8.984,42.632],[8.984,42.63],[8.988,42.626],[8.986,42.624],[8.985,42.62],[8.986,42.614],[8.989,42.61],[8.992,42.601],[8.994,42.594],[8.998,42.592],[9,42.585],[9.003,42.578],[9.004,42.569],[9.005,42.566],[9.007,42.563],[9.008,42.559],[9.017,42.552],[9.02,42.552]]]},"properties":{"NOM_COM_M":"OCCHIATANA","INSEE_COM":"2B182","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.917,41.682],[8.911,41.68],[8.908,41.677],[8.904,41.677],[8.903,41.676],[8.894,41.676],[8.892,41.673],[8.887,41.671],[8.883,41.672],[8.881,41.67],[8.881,41.666],[8.879,41.662],[8.879,41.658],[8.877,41.651],[8.872,41.647],[8.869,41.646],[8.87,41.644],[8.867,41.637],[8.865,41.635],[8.86,41.627],[8.859,41.624],[8.863,41.622],[8.866,41.622],[8.869,41.62],[8.874,41.622],[8.886,41.626],[8.887,41.627],[8.89,41.629],[8.895,41.634],[8.894,41.637],[8.896,41.639],[8.905,41.638],[8.906,41.64],[8.908,41.639],[8.914,41.634],[8.917,41.639],[8.92,41.639],[8.92,41.644],[8.919,41.647],[8.92,41.649],[8.918,41.65],[8.919,41.655],[8.917,41.659],[8.917,41.661],[8.919,41.665],[8.921,41.667],[8.919,41.669],[8.918,41.676],[8.92,41.679],[8.919,41.681],[8.917,41.682]]]},"properties":{"NOM_COM_M":"PROPRIANO","INSEE_COM":"2A249","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[9.363,41.55],[9.365,41.553],[9.362,41.554],[9.359,41.551],[9.361,41.549],[9.363,41.55]]],[[[9.287,41.484],[9.287,41.486],[9.284,41.487],[9.284,41.489],[9.287,41.492],[9.288,41.494],[9.284,41.5],[9.28,41.499],[9.278,41.496],[9.276,41.496],[9.274,41.499],[9.269,41.499],[9.268,41.501],[9.272,41.504],[9.275,41.504],[9.28,41.51],[9.284,41.517],[9.284,41.52],[9.281,41.521],[9.279,41.523],[9.273,41.523],[9.272,41.525],[9.272,41.529],[9.277,41.532],[9.28,41.53],[9.286,41.529],[9.29,41.532],[9.291,41.534],[9.294,41.537],[9.296,41.541],[9.298,41.541],[9.302,41.544],[9.303,41.546],[9.308,41.545],[9.309,41.549],[9.314,41.552],[9.318,41.551],[9.319,41.554],[9.324,41.557],[9.331,41.56],[9.334,41.56],[9.337,41.559],[9.34,41.56],[9.341,41.559],[9.344,41.561],[9.347,41.562],[9.35,41.566],[9.35,41.572],[9.348,41.575],[9.351,41.577],[9.353,41.577],[9.356,41.582],[9.356,41.584],[9.362,41.588],[9.362,41.591],[9.368,41.591],[9.367,41.593],[9.368,41.598],[9.364,41.596],[9.356,41.596],[9.354,41.594],[9.348,41.594],[9.346,41.595],[9.343,41.594],[9.34,41.594],[9.34,41.597],[9.338,41.6],[9.334,41.602],[9.329,41.602],[9.326,41.604],[9.322,41.605],[9.319,41.605],[9.313,41.601],[9.31,41.597],[9.309,41.594],[9.306,41.592],[9.304,41.589],[9.302,41.59],[9.299,41.585],[9.295,41.584],[9.291,41.587],[9.286,41.59],[9.283,41.596],[9.281,41.598],[9.284,41.599],[9.287,41.599],[9.286,41.603],[9.288,41.609],[9.291,41.61],[9.294,41.61],[9.304,41.614],[9.306,41.616],[9.304,41.622],[9.304,41.625],[9.308,41.629],[9.311,41.628],[9.314,41.629],[9.316,41.631],[9.319,41.629],[9.322,41.628],[9.328,41.63],[9.33,41.634],[9.328,41.638],[9.329,41.64],[9.326,41.644],[9.327,41.647],[9.326,41.65],[9.322,41.654],[9.32,41.653],[9.309,41.65],[9.304,41.647],[9.296,41.645],[9.295,41.643],[9.292,41.642],[9.286,41.638],[9.284,41.635],[9.279,41.632],[9.273,41.637],[9.269,41.639],[9.261,41.646],[9.256,41.647],[9.254,41.65],[9.249,41.655],[9.248,41.658],[9.242,41.66],[9.238,41.663],[9.235,41.663],[9.226,41.661],[9.219,41.662],[9.215,41.668],[9.215,41.674],[9.214,41.678],[9.211,41.679],[9.209,41.684],[9.204,41.684],[9.201,41.686],[9.197,41.687],[9.189,41.684],[9.191,41.681],[9.191,41.678],[9.194,41.671],[9.19,41.671],[9.189,41.672],[9.177,41.666],[9.177,41.665],[9.172,41.662],[9.171,41.66],[9.168,41.657],[9.164,41.656],[9.167,41.652],[9.167,41.649],[9.171,41.644],[9.168,41.64],[9.168,41.638],[9.171,41.628],[9.17,41.626],[9.17,41.616],[9.172,41.615],[9.17,41.611],[9.175,41.606],[9.179,41.606],[9.18,41.602],[9.184,41.602],[9.184,41.594],[9.192,41.576],[9.202,41.572],[9.21,41.564],[9.214,41.561],[9.22,41.564],[9.223,41.562],[9.226,41.555],[9.23,41.552],[9.233,41.547],[9.238,41.544],[9.242,41.541],[9.24,41.539],[9.239,41.535],[9.237,41.534],[9.236,41.531],[9.239,41.528],[9.237,41.522],[9.235,41.521],[9.234,41.518],[9.235,41.515],[9.234,41.512],[9.234,41.509],[9.235,41.507],[9.234,41.501],[9.236,41.499],[9.238,41.5],[9.237,41.494],[9.24,41.494],[9.242,41.489],[9.244,41.488],[9.244,41.486],[9.246,41.483],[9.249,41.485],[9.25,41.487],[9.253,41.489],[9.259,41.491],[9.265,41.491],[9.267,41.489],[9.267,41.487],[9.271,41.484],[9.277,41.485],[9.277,41.487],[9.279,41.488],[9.281,41.485],[9.286,41.486],[9.287,41.484]]]]},"properties":{"NOM_COM_M":"PORTO VECCHIO","INSEE_COM":"2A247","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.486,42.402],[9.488,42.398],[9.488,42.394],[9.489,42.392],[9.488,42.39],[9.489,42.389],[9.491,42.388],[9.494,42.388],[9.499,42.386],[9.5,42.388],[9.504,42.388],[9.506,42.389],[9.511,42.39],[9.511,42.393],[9.514,42.393],[9.518,42.394],[9.521,42.394],[9.527,42.395],[9.532,42.394],[9.535,42.394],[9.537,42.403],[9.538,42.412],[9.535,42.412],[9.53,42.414],[9.526,42.413],[9.523,42.413],[9.518,42.415],[9.513,42.416],[9.513,42.413],[9.51,42.41],[9.506,42.409],[9.505,42.41],[9.499,42.41],[9.493,42.409],[9.494,42.406],[9.491,42.404],[9.486,42.402]]]},"properties":{"NOM_COM_M":"POGGIO MEZZANA","INSEE_COM":"2B242","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.01,41.631],[9.008,41.634],[9.006,41.635],[9.002,41.635],[9.003,41.64],[9.003,41.643],[8.997,41.643],[8.996,41.648],[8.999,41.651],[9.001,41.652],[8.999,41.654],[9,41.661],[8.994,41.662],[8.989,41.66],[8.989,41.658],[8.987,41.656],[8.983,41.655],[8.981,41.656],[8.973,41.654],[8.972,41.652],[8.971,41.65],[8.967,41.648],[8.964,41.648],[8.958,41.647],[8.955,41.648],[8.949,41.647],[8.947,41.65],[8.944,41.652],[8.939,41.651],[8.938,41.652],[8.929,41.653],[8.926,41.656],[8.922,41.655],[8.919,41.655],[8.918,41.65],[8.92,41.649],[8.919,41.647],[8.92,41.644],[8.92,41.639],[8.917,41.639],[8.914,41.634],[8.918,41.628],[8.922,41.627],[8.923,41.623],[8.922,41.62],[8.92,41.618],[8.922,41.615],[8.92,41.613],[8.912,41.61],[8.912,41.608],[8.906,41.607],[8.901,41.605],[8.9,41.602],[8.898,41.6],[8.898,41.595],[8.897,41.593],[8.89,41.593],[8.884,41.591],[8.881,41.589],[8.876,41.589],[8.876,41.588],[8.871,41.587],[8.869,41.586],[8.866,41.586],[8.861,41.589],[8.859,41.587],[8.857,41.589],[8.854,41.588],[8.852,41.585],[8.849,41.584],[8.845,41.585],[8.841,41.583],[8.838,41.586],[8.836,41.586],[8.835,41.584],[8.832,41.584],[8.825,41.586],[8.821,41.586],[8.819,41.588],[8.814,41.588],[8.811,41.588],[8.807,41.591],[8.804,41.589],[8.8,41.59],[8.796,41.593],[8.79,41.594],[8.786,41.591],[8.783,41.587],[8.782,41.588],[8.782,41.587],[8.787,41.586],[8.789,41.587],[8.792,41.587],[8.791,41.583],[8.792,41.579],[8.794,41.579],[8.799,41.575],[8.803,41.576],[8.804,41.575],[8.802,41.572],[8.799,41.572],[8.795,41.569],[8.792,41.566],[8.79,41.567],[8.786,41.565],[8.789,41.559],[8.795,41.556],[8.799,41.557],[8.802,41.557],[8.805,41.556],[8.81,41.557],[8.81,41.555],[8.813,41.553],[8.816,41.553],[8.814,41.549],[8.817,41.547],[8.82,41.547],[8.821,41.545],[8.826,41.546],[8.828,41.545],[8.83,41.547],[8.834,41.547],[8.837,41.545],[8.843,41.547],[8.845,41.545],[8.843,41.542],[8.846,41.541],[8.85,41.543],[8.852,41.547],[8.854,41.547],[8.851,41.542],[8.851,41.539],[8.856,41.536],[8.856,41.534],[8.851,41.533],[8.847,41.529],[8.843,41.527],[8.841,41.522],[8.843,41.518],[8.847,41.518],[8.848,41.519],[8.852,41.518],[8.856,41.518],[8.86,41.521],[8.862,41.52],[8.866,41.52],[8.874,41.524],[8.877,41.524],[8.882,41.521],[8.884,41.518],[8.89,41.517],[8.891,41.515],[8.884,41.511],[8.882,41.508],[8.886,41.505],[8.893,41.508],[8.894,41.507],[8.9,41.509],[8.909,41.506],[8.91,41.508],[8.914,41.508],[8.917,41.505],[8.921,41.498],[8.922,41.492],[8.921,41.489],[8.926,41.49],[8.929,41.492],[8.932,41.496],[8.937,41.495],[8.936,41.492],[8.94,41.49],[8.944,41.495],[8.953,41.501],[8.957,41.504],[8.959,41.507],[8.964,41.508],[8.966,41.507],[8.972,41.509],[8.977,41.513],[8.98,41.519],[8.982,41.521],[8.982,41.523],[8.985,41.524],[8.987,41.528],[8.993,41.532],[8.995,41.535],[8.998,41.537],[9,41.537],[9.004,41.539],[9.006,41.541],[9.011,41.543],[9.015,41.547],[9.015,41.551],[9.014,41.552],[9.019,41.557],[9.022,41.561],[9.025,41.561],[9.028,41.563],[9.03,41.563],[9.032,41.566],[9.038,41.566],[9.037,41.568],[9.041,41.571],[9.048,41.57],[9.055,41.571],[9.056,41.57],[9.064,41.571],[9.071,41.571],[9.076,41.573],[9.075,41.577],[9.081,41.583],[9.084,41.584],[9.075,41.587],[9.071,41.587],[9.069,41.589],[9.069,41.591],[9.06,41.594],[9.057,41.6],[9.058,41.601],[9.056,41.604],[9.051,41.605],[9.049,41.606],[9.046,41.609],[9.042,41.611],[9.039,41.61],[9.038,41.608],[9.034,41.605],[9.032,41.605],[9.032,41.602],[9.028,41.603],[9.025,41.598],[9.022,41.598],[9.013,41.604],[9.01,41.603],[9.008,41.604],[9.005,41.602],[8.993,41.602],[8.993,41.605],[8.996,41.608],[8.997,41.611],[8.997,41.615],[8.993,41.617],[8.989,41.618],[8.99,41.62],[8.993,41.62],[9.003,41.627],[9.01,41.631]],[[8.981,41.586],[8.982,41.582],[8.97,41.58],[8.965,41.577],[8.96,41.579],[8.957,41.576],[8.953,41.575],[8.95,41.572],[8.936,41.572],[8.935,41.574],[8.938,41.575],[8.938,41.579],[8.94,41.585],[8.938,41.588],[8.939,41.59],[8.942,41.59],[8.948,41.593],[8.943,41.596],[8.943,41.601],[8.946,41.6],[8.948,41.598],[8.952,41.597],[8.955,41.599],[8.963,41.598],[8.972,41.598],[8.974,41.595],[8.976,41.594],[8.98,41.587],[8.981,41.586]]]},"properties":{"NOM_COM_M":"SARTENE","INSEE_COM":"2A272","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.487,42.827],[9.486,42.834],[9.483,42.836],[9.481,42.836],[9.48,42.84],[9.484,42.842],[9.483,42.844],[9.484,42.846],[9.483,42.848],[9.486,42.851],[9.484,42.854],[9.483,42.857],[9.48,42.86],[9.47,42.861],[9.466,42.859],[9.456,42.858],[9.449,42.858],[9.449,42.859],[9.443,42.861],[9.436,42.861],[9.434,42.86],[9.425,42.862],[9.416,42.865],[9.41,42.863],[9.408,42.864],[9.404,42.863],[9.402,42.861],[9.396,42.855],[9.394,42.852],[9.394,42.848],[9.392,42.847],[9.392,42.845],[9.388,42.843],[9.385,42.835],[9.409,42.831],[9.436,42.829],[9.457,42.828],[9.472,42.828],[9.487,42.827]]]},"properties":{"NOM_COM_M":"PIETRACORBARA","INSEE_COM":"2B224","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.392,42.638],[9.388,42.637],[9.384,42.634],[9.379,42.634],[9.374,42.633],[9.373,42.635],[9.37,42.635],[9.366,42.634],[9.363,42.635],[9.355,42.639],[9.354,42.642],[9.351,42.645],[9.347,42.646],[9.34,42.653],[9.339,42.656],[9.332,42.66],[9.332,42.661],[9.321,42.666],[9.321,42.668],[9.324,42.67],[9.321,42.672],[9.317,42.67],[9.315,42.668],[9.31,42.67],[9.306,42.67],[9.3,42.669],[9.299,42.668],[9.295,42.668],[9.289,42.665],[9.286,42.665],[9.283,42.662],[9.288,42.654],[9.287,42.65],[9.289,42.646],[9.292,42.645],[9.295,42.643],[9.295,42.64],[9.297,42.638],[9.296,42.634],[9.297,42.631],[9.302,42.632],[9.303,42.629],[9.302,42.627],[9.314,42.627],[9.33,42.626],[9.351,42.626],[9.352,42.625],[9.357,42.623],[9.36,42.621],[9.364,42.621],[9.369,42.62],[9.374,42.618],[9.382,42.621],[9.385,42.621],[9.393,42.618],[9.398,42.62],[9.399,42.622],[9.405,42.622],[9.405,42.624],[9.407,42.626],[9.398,42.63],[9.395,42.635],[9.392,42.638]]]},"properties":{"NOM_COM_M":"OLETTA","INSEE_COM":"2B185","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.197,42.418],[9.202,42.416],[9.208,42.418],[9.213,42.418],[9.216,42.419],[9.22,42.417],[9.232,42.418],[9.242,42.413],[9.247,42.413],[9.251,42.414],[9.252,42.413],[9.254,42.408],[9.255,42.403],[9.256,42.403],[9.271,42.406],[9.273,42.402],[9.275,42.4],[9.277,42.401],[9.281,42.401],[9.285,42.397],[9.289,42.396],[9.297,42.393],[9.305,42.392],[9.307,42.393],[9.312,42.392],[9.327,42.396],[9.326,42.399],[9.326,42.402],[9.318,42.403],[9.306,42.406],[9.292,42.409],[9.284,42.409],[9.28,42.407],[9.278,42.408],[9.275,42.414],[9.271,42.415],[9.265,42.415],[9.262,42.417],[9.259,42.416],[9.257,42.418],[9.251,42.42],[9.246,42.419],[9.247,42.423],[9.245,42.425],[9.246,42.427],[9.238,42.426],[9.234,42.424],[9.226,42.425],[9.222,42.426],[9.216,42.43],[9.212,42.43],[9.209,42.433],[9.203,42.427],[9.199,42.421],[9.197,42.418]]]},"properties":{"NOM_COM_M":"SALICETO","INSEE_COM":"2B267","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.401,42.522],[9.397,42.52],[9.391,42.522],[9.383,42.522],[9.381,42.523],[9.379,42.526],[9.373,42.524],[9.372,42.525],[9.369,42.523],[9.364,42.524],[9.359,42.526],[9.352,42.535],[9.353,42.537],[9.346,42.545],[9.343,42.544],[9.337,42.537],[9.334,42.537],[9.332,42.526],[9.333,42.519],[9.332,42.515],[9.333,42.509],[9.335,42.506],[9.338,42.507],[9.339,42.51],[9.346,42.511],[9.349,42.511],[9.351,42.509],[9.354,42.509],[9.361,42.506],[9.367,42.505],[9.37,42.505],[9.374,42.508],[9.385,42.51],[9.386,42.509],[9.386,42.505],[9.388,42.504],[9.393,42.504],[9.396,42.507],[9.396,42.514],[9.395,42.517],[9.396,42.518],[9.404,42.516],[9.404,42.518],[9.401,42.522]]]},"properties":{"NOM_COM_M":"VOLPAJOLA","INSEE_COM":"2B355","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.084,41.584],[9.081,41.583],[9.075,41.577],[9.076,41.573],[9.076,41.571],[9.074,41.569],[9.065,41.565],[9.061,41.557],[9.062,41.55],[9.063,41.548],[9.06,41.545],[9.056,41.542],[9.049,41.535],[9.044,41.532],[9.043,41.53],[9.038,41.527],[9.036,41.524],[9.032,41.521],[9.031,41.517],[9.032,41.514],[9.035,41.513],[9.036,41.509],[9.036,41.506],[9.033,41.505],[9.031,41.506],[9.016,41.503],[9.01,41.503],[9.006,41.5],[8.997,41.496],[8.996,41.494],[8.999,41.491],[8.995,41.486],[8.998,41.482],[8.997,41.48],[9.002,41.477],[9.003,41.475],[9.008,41.476],[9.01,41.474],[9.015,41.479],[9.018,41.478],[9.016,41.475],[9.015,41.471],[9.018,41.47],[9.018,41.467],[9.024,41.466],[9.023,41.463],[9.025,41.462],[9.028,41.463],[9.029,41.468],[9.033,41.469],[9.035,41.471],[9.039,41.469],[9.04,41.463],[9.038,41.46],[9.038,41.458],[9.041,41.457],[9.047,41.461],[9.052,41.46],[9.055,41.462],[9.056,41.464],[9.059,41.465],[9.061,41.467],[9.062,41.471],[9.067,41.473],[9.069,41.476],[9.072,41.475],[9.073,41.478],[9.076,41.477],[9.08,41.477],[9.079,41.481],[9.084,41.482],[9.084,41.483],[9.078,41.487],[9.077,41.492],[9.078,41.495],[9.074,41.5],[9.073,41.505],[9.076,41.505],[9.078,41.508],[9.079,41.511],[9.082,41.512],[9.083,41.517],[9.08,41.52],[9.076,41.523],[9.072,41.525],[9.068,41.524],[9.063,41.529],[9.064,41.531],[9.061,41.532],[9.063,41.534],[9.067,41.544],[9.069,41.547],[9.071,41.547],[9.075,41.553],[9.078,41.555],[9.081,41.559],[9.082,41.562],[9.086,41.564],[9.091,41.568],[9.091,41.569],[9.096,41.572],[9.095,41.574],[9.092,41.575],[9.089,41.575],[9.087,41.581],[9.087,41.585],[9.084,41.584]]]},"properties":{"NOM_COM_M":"PIANOTTOLI CALDARELLO","INSEE_COM":"2A215","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.872,41.954],[8.876,41.954],[8.881,41.957],[8.886,41.956],[8.89,41.957],[8.893,41.956],[8.9,41.963],[8.902,41.964],[8.904,41.967],[8.91,41.97],[8.914,41.968],[8.917,41.97],[8.921,41.97],[8.925,41.974],[8.928,41.974],[8.931,41.975],[8.934,41.975],[8.941,41.978],[8.942,41.982],[8.944,41.983],[8.944,41.985],[8.947,41.987],[8.947,41.989],[8.941,41.991],[8.938,41.99],[8.935,41.992],[8.929,41.992],[8.918,41.995],[8.912,41.997],[8.908,41.994],[8.903,41.997],[8.896,42],[8.89,41.998],[8.885,42.001],[8.88,42.001],[8.879,41.998],[8.874,41.996],[8.874,41.994],[8.869,41.991],[8.863,41.99],[8.861,41.988],[8.857,41.988],[8.855,41.986],[8.85,41.986],[8.843,41.982],[8.837,41.979],[8.835,41.976],[8.831,41.975],[8.833,41.973],[8.832,41.969],[8.829,41.968],[8.826,41.968],[8.823,41.967],[8.821,41.961],[8.822,41.96],[8.826,41.962],[8.835,41.958],[8.846,41.958],[8.85,41.957],[8.855,41.958],[8.862,41.957],[8.863,41.956],[8.872,41.954]]]},"properties":{"NOM_COM_M":"CUTTOLI CORTICCHIATO","INSEE_COM":"2A103","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.01,41.631],[9.015,41.63],[9.022,41.63],[9.022,41.626],[9.026,41.626],[9.027,41.627],[9.028,41.635],[9.029,41.635],[9.028,41.636],[9.023,41.638],[9.021,41.64],[9.016,41.641],[9.015,41.645],[9.015,41.648],[9.017,41.648],[9.018,41.65],[9.015,41.652],[9.013,41.651],[9.01,41.653],[9.005,41.654],[9.001,41.652],[8.999,41.651],[8.996,41.648],[8.997,41.643],[9.003,41.643],[9.003,41.64],[9.002,41.635],[9.006,41.635],[9.008,41.634],[9.01,41.631]]]},"properties":{"NOM_COM_M":"GRANACE","INSEE_COM":"2A128","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.06,41.905],[9.059,41.906],[9.062,41.91],[9.063,41.913],[9.062,41.916],[9.063,41.917],[9.062,41.922],[9.063,41.925],[9.061,41.921],[9.058,41.919],[9.053,41.912],[9.053,41.909],[9.046,41.909],[9.042,41.906],[9.042,41.904],[9.038,41.901],[9.03,41.894],[9.031,41.892],[9.028,41.89],[9.03,41.888],[9.033,41.887],[9.034,41.884],[9.037,41.881],[9.037,41.879],[9.034,41.876],[9.031,41.874],[9.032,41.87],[9.034,41.866],[9.033,41.862],[9.033,41.857],[9.036,41.853],[9.04,41.855],[9.043,41.858],[9.044,41.861],[9.047,41.86],[9.047,41.864],[9.049,41.867],[9.049,41.871],[9.052,41.874],[9.049,41.877],[9.051,41.881],[9.053,41.882],[9.053,41.884],[9.055,41.887],[9.056,41.89],[9.058,41.891],[9.058,41.895],[9.061,41.902],[9.06,41.905]]]},"properties":{"NOM_COM_M":"ZEVACO","INSEE_COM":"2A358","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.957,41.811],[8.958,41.813],[8.957,41.815],[8.959,41.82],[8.96,41.825],[8.963,41.827],[8.964,41.829],[8.963,41.831],[8.964,41.833],[8.963,41.836],[8.964,41.837],[8.962,41.838],[8.961,41.842],[8.958,41.844],[8.958,41.847],[8.954,41.848],[8.947,41.848],[8.944,41.847],[8.943,41.845],[8.94,41.845],[8.942,41.841],[8.94,41.839],[8.939,41.836],[8.936,41.834],[8.933,41.83],[8.936,41.825],[8.939,41.823],[8.94,41.82],[8.945,41.818],[8.947,41.814],[8.946,41.811],[8.938,41.808],[8.935,41.809],[8.936,41.802],[8.938,41.798],[8.941,41.801],[8.945,41.801],[8.947,41.799],[8.949,41.802],[8.949,41.805],[8.952,41.806],[8.954,41.811],[8.957,41.811]]]},"properties":{"NOM_COM_M":"URBALACONE","INSEE_COM":"2A331","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.857,41.755],[8.854,41.758],[8.852,41.757],[8.849,41.757],[8.847,41.761],[8.842,41.76],[8.837,41.763],[8.833,41.763],[8.828,41.762],[8.825,41.764],[8.823,41.767],[8.823,41.771],[8.821,41.773],[8.823,41.779],[8.833,41.786],[8.824,41.789],[8.821,41.787],[8.818,41.783],[8.818,41.78],[8.813,41.777],[8.809,41.776],[8.802,41.773],[8.799,41.769],[8.796,41.766],[8.796,41.764],[8.791,41.762],[8.791,41.756],[8.788,41.753],[8.788,41.746],[8.785,41.745],[8.784,41.742],[8.785,41.741],[8.783,41.738],[8.784,41.735],[8.784,41.731],[8.78,41.727],[8.781,41.725],[8.778,41.722],[8.774,41.72],[8.773,41.715],[8.771,41.714],[8.772,41.712],[8.775,41.712],[8.779,41.71],[8.784,41.709],[8.786,41.71],[8.788,41.709],[8.787,41.707],[8.788,41.705],[8.786,41.703],[8.783,41.702],[8.782,41.7],[8.784,41.699],[8.787,41.7],[8.791,41.7],[8.795,41.707],[8.795,41.709],[8.798,41.711],[8.802,41.711],[8.807,41.71],[8.807,41.712],[8.81,41.714],[8.813,41.714],[8.821,41.711],[8.826,41.71],[8.828,41.713],[8.828,41.716],[8.828,41.719],[8.826,41.719],[8.824,41.721],[8.83,41.727],[8.834,41.727],[8.837,41.73],[8.843,41.732],[8.843,41.737],[8.848,41.739],[8.855,41.741],[8.857,41.743],[8.853,41.749],[8.853,41.751],[8.856,41.753],[8.857,41.755]]]},"properties":{"NOM_COM_M":"SERRA DI FERRO","INSEE_COM":"2A276","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.964,41.72],[8.964,41.719],[8.959,41.71],[8.96,41.708],[8.957,41.706],[8.952,41.701],[8.951,41.698],[8.949,41.696],[8.949,41.692],[8.952,41.69],[8.953,41.686],[8.955,41.685],[8.961,41.686],[8.962,41.682],[8.964,41.68],[8.966,41.682],[8.969,41.68],[8.972,41.684],[8.976,41.688],[8.981,41.689],[8.985,41.688],[8.989,41.689],[8.991,41.686],[8.995,41.687],[9.003,41.684],[9.003,41.681],[9.005,41.68],[9.008,41.681],[9.01,41.679],[9.012,41.679],[9.013,41.676],[9.016,41.675],[9.018,41.675],[9.019,41.678],[9.022,41.681],[9.024,41.684],[9.028,41.687],[9.031,41.696],[9.032,41.698],[9.029,41.702],[9.021,41.703],[9.02,41.705],[9.021,41.707],[9.02,41.709],[9.019,41.705],[9.017,41.704],[9.006,41.704],[9.001,41.702],[9.001,41.704],[8.999,41.705],[8.994,41.705],[8.993,41.703],[8.989,41.702],[8.986,41.703],[8.985,41.705],[8.988,41.707],[8.984,41.708],[8.983,41.71],[8.986,41.712],[8.987,41.715],[8.985,41.716],[8.987,41.721],[8.99,41.723],[8.989,41.728],[8.983,41.727],[8.98,41.727],[8.976,41.724],[8.968,41.721],[8.964,41.72]]]},"properties":{"NOM_COM_M":"FOZZANO","INSEE_COM":"2A118","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.814,41.588],[8.819,41.588],[8.821,41.586],[8.825,41.586],[8.832,41.584],[8.835,41.584],[8.836,41.586],[8.838,41.586],[8.841,41.583],[8.845,41.585],[8.849,41.584],[8.852,41.585],[8.854,41.588],[8.857,41.589],[8.859,41.587],[8.861,41.589],[8.866,41.586],[8.869,41.586],[8.871,41.587],[8.876,41.588],[8.876,41.589],[8.881,41.589],[8.884,41.591],[8.89,41.593],[8.897,41.593],[8.898,41.595],[8.898,41.6],[8.9,41.602],[8.901,41.605],[8.9,41.604],[8.895,41.605],[8.893,41.606],[8.891,41.611],[8.894,41.614],[8.897,41.621],[8.895,41.621],[8.892,41.623],[8.889,41.624],[8.887,41.627],[8.886,41.626],[8.874,41.622],[8.869,41.62],[8.866,41.622],[8.863,41.622],[8.859,41.624],[8.857,41.62],[8.851,41.613],[8.844,41.606],[8.84,41.603],[8.84,41.601],[8.834,41.598],[8.829,41.6],[8.826,41.599],[8.83,41.595],[8.823,41.594],[8.823,41.592],[8.819,41.592],[8.814,41.588]]]},"properties":{"NOM_COM_M":"GROSSA","INSEE_COM":"2A129","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.016,41.675],[9.013,41.676],[9.012,41.679],[9.01,41.679],[9.008,41.681],[9.005,41.68],[9.003,41.681],[9.003,41.684],[8.995,41.687],[8.991,41.686],[8.989,41.689],[8.985,41.688],[8.981,41.689],[8.976,41.688],[8.972,41.684],[8.969,41.68],[8.971,41.677],[8.968,41.676],[8.966,41.674],[8.966,41.671],[8.968,41.665],[8.971,41.663],[8.975,41.662],[8.974,41.66],[8.968,41.659],[8.964,41.657],[8.967,41.653],[8.972,41.652],[8.973,41.654],[8.981,41.656],[8.983,41.655],[8.987,41.656],[8.989,41.658],[8.989,41.66],[8.994,41.662],[9,41.661],[9.003,41.66],[9.008,41.664],[9.015,41.664],[9.019,41.665],[9.019,41.668],[9.021,41.67],[9.016,41.675]]]},"properties":{"NOM_COM_M":"ARBELLARA","INSEE_COM":"2A018","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.308,42.448],[9.302,42.457],[9.297,42.46],[9.294,42.464],[9.293,42.467],[9.288,42.469],[9.285,42.472],[9.28,42.472],[9.279,42.471],[9.274,42.471],[9.272,42.472],[9.267,42.473],[9.262,42.476],[9.255,42.475],[9.25,42.47],[9.241,42.472],[9.236,42.469],[9.229,42.47],[9.225,42.473],[9.219,42.474],[9.218,42.473],[9.213,42.471],[9.21,42.472],[9.21,42.469],[9.217,42.465],[9.221,42.465],[9.227,42.461],[9.228,42.459],[9.233,42.459],[9.235,42.458],[9.238,42.458],[9.24,42.455],[9.243,42.453],[9.249,42.454],[9.253,42.45],[9.256,42.45],[9.259,42.449],[9.265,42.449],[9.274,42.445],[9.293,42.445],[9.297,42.444],[9.305,42.446],[9.308,42.448]]]},"properties":{"NOM_COM_M":"VALLE DI ROSTINO","INSEE_COM":"2B337","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.938,41.798],[8.936,41.802],[8.935,41.809],[8.938,41.808],[8.946,41.811],[8.947,41.814],[8.945,41.818],[8.94,41.82],[8.939,41.823],[8.936,41.825],[8.933,41.83],[8.936,41.834],[8.939,41.836],[8.94,41.839],[8.942,41.841],[8.94,41.845],[8.937,41.845],[8.934,41.846],[8.936,41.848],[8.933,41.849],[8.933,41.851],[8.93,41.853],[8.924,41.854],[8.921,41.855],[8.917,41.854],[8.916,41.85],[8.912,41.845],[8.913,41.844],[8.913,41.841],[8.911,41.841],[8.91,41.838],[8.915,41.837],[8.916,41.835],[8.913,41.834],[8.914,41.829],[8.913,41.827],[8.915,41.826],[8.913,41.823],[8.915,41.823],[8.92,41.82],[8.918,41.819],[8.924,41.813],[8.925,41.811],[8.924,41.805],[8.929,41.801],[8.926,41.798],[8.929,41.797],[8.929,41.795],[8.934,41.794],[8.938,41.795],[8.938,41.798]]]},"properties":{"NOM_COM_M":"GUARGUALE","INSEE_COM":"2A132","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.79,41.853],[8.788,41.85],[8.786,41.85],[8.785,41.848],[8.782,41.847],[8.778,41.848],[8.773,41.846],[8.769,41.846],[8.767,41.847],[8.762,41.847],[8.757,41.846],[8.753,41.846],[8.751,41.843],[8.757,41.841],[8.764,41.844],[8.766,41.843],[8.766,41.841],[8.769,41.84],[8.768,41.838],[8.772,41.837],[8.773,41.835],[8.776,41.834],[8.777,41.835],[8.781,41.834],[8.785,41.831],[8.784,41.829],[8.781,41.827],[8.779,41.827],[8.774,41.825],[8.773,41.822],[8.774,41.819],[8.773,41.816],[8.774,41.815],[8.772,41.812],[8.772,41.811],[8.777,41.81],[8.784,41.811],[8.791,41.809],[8.796,41.806],[8.802,41.804],[8.806,41.8],[8.81,41.8],[8.815,41.797],[8.818,41.796],[8.82,41.791],[8.821,41.791],[8.824,41.794],[8.827,41.795],[8.827,41.797],[8.83,41.799],[8.83,41.803],[8.834,41.803],[8.836,41.808],[8.84,41.81],[8.845,41.811],[8.848,41.814],[8.85,41.814],[8.851,41.816],[8.853,41.815],[8.855,41.817],[8.862,41.818],[8.864,41.819],[8.86,41.823],[8.858,41.824],[8.858,41.826],[8.854,41.835],[8.855,41.84],[8.849,41.839],[8.849,41.845],[8.844,41.846],[8.845,41.85],[8.842,41.849],[8.839,41.847],[8.837,41.847],[8.834,41.85],[8.837,41.851],[8.835,41.854],[8.829,41.853],[8.826,41.856],[8.823,41.856],[8.822,41.859],[8.816,41.858],[8.814,41.857],[8.811,41.858],[8.81,41.857],[8.804,41.854],[8.803,41.853],[8.797,41.853],[8.792,41.851],[8.79,41.853]]]},"properties":{"NOM_COM_M":"PIETROSELLA","INSEE_COM":"2A228","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.919,41.681],[8.924,41.685],[8.929,41.684],[8.935,41.689],[8.945,41.695],[8.949,41.696],[8.951,41.698],[8.952,41.701],[8.957,41.706],[8.96,41.708],[8.959,41.71],[8.964,41.719],[8.964,41.72],[8.963,41.723],[8.964,41.725],[8.964,41.732],[8.961,41.734],[8.953,41.743],[8.946,41.738],[8.933,41.738],[8.929,41.736],[8.927,41.738],[8.925,41.738],[8.922,41.74],[8.92,41.74],[8.916,41.737],[8.914,41.733],[8.91,41.729],[8.905,41.728],[8.9,41.728],[8.898,41.726],[8.895,41.727],[8.891,41.73],[8.89,41.728],[8.886,41.729],[8.884,41.726],[8.881,41.726],[8.878,41.723],[8.875,41.723],[8.873,41.72],[8.87,41.723],[8.866,41.725],[8.864,41.724],[8.863,41.721],[8.856,41.723],[8.855,41.72],[8.852,41.723],[8.846,41.725],[8.845,41.724],[8.84,41.723],[8.83,41.715],[8.828,41.716],[8.828,41.713],[8.826,41.71],[8.831,41.706],[8.836,41.7],[8.841,41.698],[8.845,41.697],[8.848,41.697],[8.85,41.696],[8.855,41.697],[8.857,41.698],[8.86,41.696],[8.87,41.696],[8.874,41.694],[8.878,41.696],[8.882,41.695],[8.884,41.693],[8.886,41.689],[8.891,41.69],[8.894,41.689],[8.899,41.69],[8.909,41.691],[8.914,41.691],[8.916,41.687],[8.917,41.682],[8.919,41.681]]]},"properties":{"NOM_COM_M":"OLMETO","INSEE_COM":"2A189","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.981,41.586],[8.98,41.587],[8.976,41.594],[8.974,41.595],[8.972,41.598],[8.963,41.598],[8.955,41.599],[8.952,41.597],[8.948,41.598],[8.946,41.6],[8.943,41.601],[8.943,41.596],[8.948,41.593],[8.942,41.59],[8.939,41.59],[8.938,41.588],[8.94,41.585],[8.938,41.579],[8.938,41.575],[8.935,41.574],[8.936,41.572],[8.95,41.572],[8.953,41.575],[8.957,41.576],[8.96,41.579],[8.965,41.577],[8.97,41.58],[8.982,41.582],[8.981,41.586]]]},"properties":{"NOM_COM_M":"GIUNCHETO","INSEE_COM":"2A127","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.49,42.317],[9.489,42.314],[9.487,42.312],[9.483,42.311],[9.484,42.309],[9.49,42.309],[9.495,42.307],[9.496,42.303],[9.499,42.3],[9.498,42.299],[9.496,42.298],[9.497,42.295],[9.499,42.296],[9.504,42.292],[9.508,42.292],[9.511,42.288],[9.512,42.285],[9.516,42.282],[9.516,42.277],[9.517,42.275],[9.515,42.271],[9.518,42.27],[9.52,42.268],[9.524,42.267],[9.527,42.267],[9.535,42.259],[9.544,42.252],[9.544,42.251],[9.552,42.249],[9.555,42.252],[9.557,42.263],[9.559,42.272],[9.559,42.278],[9.56,42.284],[9.558,42.286],[9.555,42.294],[9.554,42.299],[9.545,42.3],[9.54,42.3],[9.536,42.304],[9.529,42.313],[9.526,42.314],[9.524,42.316],[9.515,42.318],[9.513,42.319],[9.508,42.319],[9.505,42.32],[9.501,42.319],[9.497,42.319],[9.494,42.317],[9.49,42.317]]]},"properties":{"NOM_COM_M":"SAN GIULIANO","INSEE_COM":"2B303","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.238,42.352],[9.234,42.355],[9.232,42.356],[9.229,42.359],[9.224,42.358],[9.216,42.36],[9.212,42.355],[9.209,42.352],[9.206,42.352],[9.203,42.353],[9.199,42.358],[9.195,42.356],[9.193,42.358],[9.192,42.355],[9.189,42.354],[9.189,42.352],[9.185,42.35],[9.181,42.349],[9.178,42.347],[9.174,42.348],[9.169,42.347],[9.165,42.347],[9.16,42.346],[9.157,42.347],[9.153,42.345],[9.153,42.342],[9.155,42.339],[9.159,42.334],[9.158,42.332],[9.16,42.331],[9.17,42.331],[9.17,42.329],[9.174,42.328],[9.172,42.323],[9.172,42.32],[9.181,42.318],[9.188,42.32],[9.19,42.319],[9.191,42.323],[9.194,42.323],[9.195,42.326],[9.195,42.329],[9.198,42.329],[9.208,42.333],[9.212,42.333],[9.216,42.337],[9.219,42.339],[9.224,42.347],[9.228,42.347],[9.235,42.35],[9.238,42.352]]]},"properties":{"NOM_COM_M":"TRALONCA","INSEE_COM":"2B329","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.238,42.352],[9.243,42.352],[9.248,42.351],[9.254,42.344],[9.256,42.338],[9.255,42.336],[9.256,42.332],[9.258,42.329],[9.259,42.331],[9.267,42.334],[9.268,42.338],[9.272,42.341],[9.27,42.351],[9.273,42.353],[9.275,42.358],[9.279,42.361],[9.28,42.364],[9.279,42.365],[9.273,42.366],[9.272,42.367],[9.26,42.368],[9.257,42.371],[9.251,42.371],[9.246,42.364],[9.241,42.364],[9.235,42.36],[9.234,42.358],[9.234,42.355],[9.238,42.352]]]},"properties":{"NOM_COM_M":"RUSIO","INSEE_COM":"2B264","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.949,41.696],[8.945,41.695],[8.935,41.689],[8.929,41.684],[8.924,41.685],[8.919,41.681],[8.92,41.679],[8.918,41.676],[8.919,41.669],[8.921,41.667],[8.919,41.665],[8.917,41.661],[8.917,41.659],[8.919,41.655],[8.922,41.655],[8.926,41.656],[8.929,41.653],[8.938,41.652],[8.939,41.651],[8.944,41.652],[8.947,41.65],[8.949,41.647],[8.955,41.648],[8.958,41.647],[8.964,41.648],[8.967,41.648],[8.971,41.65],[8.972,41.652],[8.967,41.653],[8.964,41.657],[8.968,41.659],[8.974,41.66],[8.975,41.662],[8.971,41.663],[8.968,41.665],[8.966,41.671],[8.966,41.674],[8.968,41.676],[8.971,41.677],[8.969,41.68],[8.966,41.682],[8.964,41.68],[8.962,41.682],[8.961,41.686],[8.955,41.685],[8.953,41.686],[8.952,41.69],[8.949,41.692],[8.949,41.696]]]},"properties":{"NOM_COM_M":"VIGGIANELLO","INSEE_COM":"2A349","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.119,41.856],[9.119,41.854],[9.111,41.846],[9.112,41.843],[9.111,41.841],[9.108,41.838],[9.101,41.837],[9.098,41.834],[9.093,41.827],[9.089,41.824],[9.082,41.821],[9.076,41.823],[9.069,41.818],[9.07,41.815],[9.069,41.813],[9.067,41.813],[9.063,41.807],[9.063,41.805],[9.061,41.804],[9.06,41.801],[9.057,41.8],[9.056,41.796],[9.05,41.792],[9.049,41.79],[9.048,41.787],[9.044,41.785],[9.042,41.785],[9.041,41.783],[9.037,41.782],[9.036,41.779],[9.034,41.778],[9.035,41.773],[9.034,41.771],[9.048,41.771],[9.051,41.765],[9.054,41.764],[9.057,41.765],[9.059,41.764],[9.068,41.764],[9.072,41.761],[9.075,41.763],[9.077,41.762],[9.081,41.765],[9.082,41.764],[9.088,41.765],[9.09,41.768],[9.089,41.77],[9.09,41.772],[9.093,41.772],[9.095,41.774],[9.095,41.779],[9.096,41.783],[9.101,41.79],[9.102,41.794],[9.107,41.796],[9.109,41.8],[9.112,41.802],[9.116,41.803],[9.117,41.805],[9.116,41.808],[9.118,41.811],[9.126,41.816],[9.13,41.819],[9.132,41.823],[9.136,41.826],[9.142,41.834],[9.152,41.844],[9.147,41.846],[9.148,41.848],[9.14,41.85],[9.145,41.853],[9.144,41.857],[9.145,41.859],[9.144,41.861],[9.137,41.858],[9.134,41.858],[9.131,41.856],[9.124,41.856],[9.119,41.858],[9.119,41.856]]]},"properties":{"NOM_COM_M":"AULLENE","INSEE_COM":"2A024","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.404,42.863],[9.408,42.864],[9.41,42.863],[9.416,42.865],[9.425,42.862],[9.434,42.86],[9.436,42.861],[9.443,42.861],[9.449,42.859],[9.449,42.858],[9.456,42.858],[9.466,42.859],[9.47,42.861],[9.48,42.86],[9.482,42.865],[9.481,42.869],[9.479,42.87],[9.479,42.872],[9.474,42.874],[9.473,42.878],[9.478,42.879],[9.477,42.882],[9.472,42.881],[9.468,42.882],[9.465,42.882],[9.448,42.884],[9.44,42.887],[9.435,42.887],[9.43,42.886],[9.426,42.886],[9.417,42.887],[9.415,42.884],[9.411,42.881],[9.41,42.879],[9.41,42.875],[9.407,42.867],[9.404,42.863]]]},"properties":{"NOM_COM_M":"CAGNANO","INSEE_COM":"2B046","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.962,41.809],[8.964,41.808],[8.968,41.809],[8.969,41.806],[8.971,41.804],[8.975,41.805],[8.979,41.804],[8.981,41.8],[8.986,41.8],[8.987,41.799],[8.992,41.797],[8.995,41.794],[8.997,41.794],[8.998,41.792],[8.997,41.788],[8.998,41.785],[9.002,41.782],[9.006,41.78],[9.007,41.778],[9.009,41.77],[9.007,41.765],[9.003,41.761],[8.998,41.759],[8.996,41.757],[8.997,41.752],[8.999,41.75],[9.002,41.749],[9.005,41.746],[8.998,41.742],[8.995,41.742],[8.994,41.737],[8.99,41.735],[8.989,41.732],[8.987,41.732],[8.986,41.73],[8.989,41.728],[9.003,41.736],[9.008,41.74],[9.02,41.754],[9.021,41.756],[9.024,41.753],[9.027,41.752],[9.026,41.756],[9.024,41.759],[9.029,41.766],[9.034,41.771],[9.035,41.773],[9.034,41.778],[9.036,41.779],[9.037,41.782],[9.041,41.783],[9.042,41.785],[9.044,41.785],[9.048,41.787],[9.049,41.79],[9.044,41.791],[9.042,41.797],[9.039,41.801],[9.036,41.803],[9.033,41.804],[9.031,41.806],[9.031,41.81],[9.026,41.811],[9.024,41.813],[9.019,41.812],[9.014,41.814],[9.01,41.817],[9.005,41.82],[9.006,41.822],[9.004,41.826],[9.001,41.827],[8.999,41.824],[8.992,41.82],[8.99,41.82],[8.984,41.822],[8.981,41.822],[8.98,41.819],[8.974,41.811],[8.967,41.812],[8.967,41.814],[8.965,41.815],[8.961,41.814],[8.963,41.811],[8.962,41.809]]]},"properties":{"NOM_COM_M":"MOCA CROCE","INSEE_COM":"2A160","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.914,41.634],[8.908,41.639],[8.906,41.64],[8.905,41.638],[8.896,41.639],[8.894,41.637],[8.895,41.634],[8.89,41.629],[8.887,41.627],[8.889,41.624],[8.892,41.623],[8.895,41.621],[8.897,41.621],[8.894,41.614],[8.891,41.611],[8.893,41.606],[8.895,41.605],[8.9,41.604],[8.901,41.605],[8.906,41.607],[8.912,41.608],[8.912,41.61],[8.92,41.613],[8.922,41.615],[8.92,41.618],[8.922,41.62],[8.923,41.623],[8.922,41.627],[8.918,41.628],[8.914,41.634]]]},"properties":{"NOM_COM_M":"BILIA","INSEE_COM":"2A038","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.325,42.377],[9.323,42.378],[9.323,42.382],[9.32,42.385],[9.324,42.39],[9.327,42.391],[9.327,42.396],[9.312,42.392],[9.307,42.393],[9.305,42.392],[9.297,42.393],[9.289,42.396],[9.285,42.397],[9.281,42.401],[9.277,42.401],[9.275,42.4],[9.273,42.402],[9.271,42.406],[9.256,42.403],[9.256,42.402],[9.26,42.399],[9.257,42.396],[9.259,42.395],[9.259,42.393],[9.257,42.392],[9.257,42.39],[9.259,42.387],[9.26,42.386],[9.265,42.384],[9.269,42.386],[9.271,42.386],[9.274,42.382],[9.276,42.382],[9.276,42.379],[9.279,42.379],[9.284,42.379],[9.288,42.378],[9.291,42.38],[9.294,42.379],[9.296,42.381],[9.299,42.381],[9.304,42.379],[9.307,42.38],[9.31,42.379],[9.318,42.379],[9.32,42.378],[9.321,42.375],[9.325,42.377]]]},"properties":{"NOM_COM_M":"SAN LORENZO","INSEE_COM":"2B304","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.298,42.614],[9.296,42.613],[9.296,42.611],[9.294,42.607],[9.284,42.599],[9.283,42.596],[9.283,42.594],[9.28,42.592],[9.28,42.589],[9.283,42.581],[9.273,42.573],[9.269,42.573],[9.267,42.571],[9.264,42.57],[9.251,42.562],[9.246,42.563],[9.245,42.562],[9.24,42.561],[9.234,42.561],[9.232,42.56],[9.228,42.561],[9.224,42.56],[9.22,42.56],[9.223,42.558],[9.222,42.555],[9.222,42.552],[9.229,42.549],[9.234,42.551],[9.235,42.555],[9.243,42.557],[9.246,42.555],[9.26,42.555],[9.264,42.551],[9.266,42.552],[9.269,42.551],[9.28,42.551],[9.284,42.55],[9.287,42.551],[9.29,42.549],[9.291,42.551],[9.294,42.552],[9.295,42.556],[9.293,42.557],[9.294,42.56],[9.293,42.563],[9.297,42.563],[9.301,42.571],[9.302,42.574],[9.298,42.575],[9.299,42.578],[9.298,42.58],[9.293,42.586],[9.296,42.591],[9.294,42.594],[9.296,42.597],[9.303,42.6],[9.306,42.607],[9.309,42.61],[9.308,42.613],[9.305,42.617],[9.301,42.617],[9.302,42.619],[9.3,42.623],[9.293,42.629],[9.288,42.64],[9.285,42.645],[9.282,42.646],[9.281,42.652],[9.276,42.656],[9.267,42.654],[9.264,42.652],[9.274,42.64],[9.277,42.64],[9.277,42.638],[9.283,42.634],[9.286,42.631],[9.285,42.626],[9.288,42.625],[9.289,42.622],[9.294,42.619],[9.299,42.615],[9.298,42.614]]]},"properties":{"NOM_COM_M":"PIEVE","INSEE_COM":"2B230","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.868,41.76],[8.871,41.761],[8.873,41.763],[8.873,41.766],[8.876,41.769],[8.878,41.772],[8.881,41.773],[8.885,41.772],[8.888,41.773],[8.89,41.772],[8.897,41.775],[8.903,41.775],[8.907,41.776],[8.909,41.775],[8.912,41.776],[8.913,41.78],[8.917,41.78],[8.92,41.781],[8.923,41.788],[8.921,41.79],[8.924,41.791],[8.93,41.792],[8.929,41.795],[8.929,41.797],[8.926,41.798],[8.929,41.801],[8.924,41.805],[8.925,41.811],[8.924,41.813],[8.918,41.819],[8.92,41.82],[8.915,41.823],[8.913,41.823],[8.909,41.822],[8.907,41.819],[8.903,41.818],[8.903,41.815],[8.896,41.809],[8.894,41.809],[8.893,41.811],[8.89,41.812],[8.888,41.807],[8.886,41.805],[8.885,41.801],[8.883,41.798],[8.88,41.797],[8.875,41.79],[8.874,41.787],[8.874,41.784],[8.876,41.781],[8.867,41.782],[8.863,41.778],[8.86,41.777],[8.863,41.774],[8.861,41.771],[8.863,41.767],[8.863,41.765],[8.867,41.764],[8.868,41.76]]]},"properties":{"NOM_COM_M":"PILA CANALE","INSEE_COM":"2A232","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.119,41.856],[9.116,41.855],[9.108,41.857],[9.106,41.858],[9.097,41.861],[9.096,41.863],[9.092,41.862],[9.088,41.862],[9.087,41.863],[9.085,41.862],[9.081,41.862],[9.079,41.864],[9.073,41.867],[9.065,41.869],[9.062,41.868],[9.056,41.861],[9.049,41.859],[9.047,41.86],[9.044,41.861],[9.043,41.858],[9.04,41.855],[9.036,41.853],[9.035,41.852],[9.035,41.848],[9.033,41.845],[9.032,41.841],[9.026,41.841],[9.025,41.838],[9.022,41.838],[9.025,41.835],[9.029,41.834],[9.034,41.83],[9.033,41.828],[9.034,41.826],[9.042,41.823],[9.046,41.819],[9.049,41.815],[9.049,41.811],[9.051,41.809],[9.057,41.809],[9.059,41.808],[9.061,41.804],[9.063,41.805],[9.063,41.807],[9.067,41.813],[9.069,41.813],[9.07,41.815],[9.069,41.818],[9.076,41.823],[9.082,41.821],[9.089,41.824],[9.093,41.827],[9.098,41.834],[9.101,41.837],[9.108,41.838],[9.111,41.841],[9.112,41.843],[9.111,41.846],[9.119,41.854],[9.119,41.856]]]},"properties":{"NOM_COM_M":"OLIVESE","INSEE_COM":"2A186","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.191,41.495],[9.195,41.495],[9.198,41.496],[9.197,41.5],[9.199,41.501],[9.204,41.499],[9.206,41.499],[9.209,41.504],[9.211,41.503],[9.216,41.507],[9.223,41.507],[9.225,41.509],[9.228,41.51],[9.235,41.507],[9.234,41.509],[9.234,41.512],[9.235,41.515],[9.234,41.518],[9.235,41.521],[9.237,41.522],[9.239,41.528],[9.236,41.531],[9.237,41.534],[9.239,41.535],[9.24,41.539],[9.242,41.541],[9.238,41.544],[9.233,41.547],[9.23,41.552],[9.226,41.555],[9.223,41.562],[9.22,41.564],[9.214,41.561],[9.21,41.564],[9.202,41.572],[9.192,41.576],[9.184,41.594],[9.184,41.602],[9.18,41.602],[9.179,41.606],[9.175,41.606],[9.17,41.611],[9.172,41.615],[9.17,41.616],[9.167,41.617],[9.166,41.616],[9.159,41.616],[9.153,41.615],[9.151,41.614],[9.147,41.61],[9.142,41.607],[9.136,41.601],[9.133,41.6],[9.13,41.597],[9.124,41.6],[9.119,41.598],[9.112,41.596],[9.113,41.592],[9.117,41.59],[9.12,41.587],[9.126,41.577],[9.132,41.569],[9.134,41.564],[9.138,41.563],[9.14,41.56],[9.144,41.558],[9.147,41.559],[9.149,41.557],[9.149,41.554],[9.153,41.554],[9.154,41.552],[9.156,41.552],[9.162,41.555],[9.167,41.556],[9.165,41.548],[9.167,41.548],[9.167,41.543],[9.169,41.543],[9.17,41.535],[9.177,41.531],[9.177,41.528],[9.174,41.528],[9.171,41.525],[9.171,41.523],[9.167,41.519],[9.168,41.514],[9.167,41.509],[9.174,41.504],[9.178,41.504],[9.182,41.501],[9.187,41.499],[9.191,41.495]]]},"properties":{"NOM_COM_M":"SOTTA","INSEE_COM":"2A288","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.684,42.348],[8.688,42.349],[8.692,42.349],[8.696,42.348],[8.706,42.347],[8.711,42.349],[8.714,42.349],[8.716,42.346],[8.719,42.345],[8.725,42.342],[8.728,42.347],[8.73,42.348],[8.73,42.35],[8.733,42.356],[8.735,42.361],[8.74,42.366],[8.742,42.366],[8.745,42.369],[8.747,42.374],[8.746,42.375],[8.747,42.379],[8.753,42.381],[8.754,42.384],[8.751,42.384],[8.749,42.387],[8.744,42.388],[8.737,42.388],[8.733,42.389],[8.726,42.389],[8.722,42.392],[8.718,42.393],[8.717,42.395],[8.714,42.397],[8.719,42.399],[8.723,42.4],[8.727,42.4],[8.73,42.402],[8.728,42.405],[8.729,42.409],[8.733,42.41],[8.739,42.41],[8.74,42.408],[8.747,42.407],[8.755,42.405],[8.76,42.406],[8.763,42.406],[8.768,42.408],[8.777,42.408],[8.782,42.406],[8.785,42.401],[8.789,42.4],[8.791,42.398],[8.795,42.399],[8.798,42.398],[8.81,42.4],[8.815,42.402],[8.823,42.409],[8.824,42.411],[8.829,42.416],[8.838,42.419],[8.839,42.421],[8.829,42.425],[8.823,42.428],[8.817,42.428],[8.812,42.429],[8.809,42.429],[8.807,42.431],[8.805,42.431],[8.8,42.435],[8.8,42.442],[8.802,42.446],[8.799,42.45],[8.797,42.451],[8.793,42.455],[8.79,42.455],[8.788,42.457],[8.785,42.458],[8.783,42.457],[8.78,42.458],[8.772,42.462],[8.763,42.461],[8.756,42.456],[8.753,42.455],[8.75,42.453],[8.746,42.449],[8.745,42.447],[8.739,42.446],[8.736,42.444],[8.735,42.442],[8.732,42.446],[8.728,42.447],[8.726,42.451],[8.723,42.452],[8.721,42.456],[8.719,42.457],[8.708,42.46],[8.703,42.459],[8.699,42.46],[8.695,42.46],[8.691,42.462],[8.685,42.463],[8.679,42.467],[8.678,42.466],[8.675,42.467],[8.674,42.464],[8.67,42.461],[8.668,42.458],[8.664,42.456],[8.666,42.454],[8.669,42.453],[8.67,42.45],[8.668,42.449],[8.668,42.446],[8.665,42.444],[8.663,42.445],[8.656,42.444],[8.653,42.445],[8.65,42.444],[8.651,42.441],[8.655,42.437],[8.658,42.438],[8.659,42.436],[8.664,42.434],[8.662,42.429],[8.662,42.426],[8.66,42.422],[8.657,42.418],[8.653,42.416],[8.651,42.414],[8.646,42.413],[8.64,42.419],[8.638,42.418],[8.63,42.421],[8.625,42.421],[8.622,42.422],[8.621,42.418],[8.619,42.417],[8.614,42.417],[8.611,42.416],[8.609,42.417],[8.606,42.416],[8.606,42.414],[8.609,42.412],[8.607,42.41],[8.602,42.41],[8.602,42.408],[8.604,42.407],[8.607,42.408],[8.612,42.403],[8.609,42.403],[8.608,42.401],[8.606,42.402],[8.603,42.401],[8.602,42.399],[8.608,42.394],[8.609,42.389],[8.608,42.386],[8.602,42.386],[8.598,42.383],[8.594,42.382],[8.591,42.384],[8.587,42.384],[8.583,42.382],[8.579,42.382],[8.577,42.384],[8.573,42.382],[8.578,42.38],[8.587,42.379],[8.589,42.376],[8.591,42.375],[8.591,42.373],[8.594,42.372],[8.595,42.37],[8.598,42.371],[8.6,42.369],[8.602,42.369],[8.605,42.372],[8.61,42.374],[8.615,42.373],[8.618,42.375],[8.62,42.372],[8.623,42.371],[8.629,42.372],[8.635,42.374],[8.637,42.373],[8.641,42.374],[8.643,42.37],[8.643,42.368],[8.65,42.362],[8.657,42.361],[8.659,42.359],[8.664,42.358],[8.672,42.36],[8.682,42.36],[8.681,42.357],[8.683,42.354],[8.682,42.351],[8.684,42.348]]]},"properties":{"NOM_COM_M":"GALERIA","INSEE_COM":"2B121","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.135,42.608],[9.135,42.6],[9.13,42.594],[9.128,42.59],[9.126,42.589],[9.126,42.585],[9.128,42.577],[9.131,42.574],[9.131,42.572],[9.134,42.57],[9.149,42.565],[9.151,42.563],[9.156,42.561],[9.159,42.558],[9.16,42.562],[9.164,42.565],[9.166,42.562],[9.171,42.563],[9.174,42.562],[9.178,42.563],[9.196,42.573],[9.201,42.573],[9.208,42.576],[9.212,42.579],[9.207,42.584],[9.21,42.586],[9.211,42.592],[9.21,42.595],[9.178,42.591],[9.176,42.592],[9.17,42.591],[9.159,42.591],[9.158,42.593],[9.153,42.594],[9.14,42.596],[9.139,42.599],[9.138,42.605],[9.135,42.608]]]},"properties":{"NOM_COM_M":"LAMA","INSEE_COM":"2B136","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.175,42.2],[9.18,42.197],[9.189,42.197],[9.191,42.19],[9.193,42.188],[9.194,42.184],[9.197,42.182],[9.2,42.177],[9.203,42.175],[9.208,42.174],[9.212,42.171],[9.215,42.168],[9.218,42.167],[9.219,42.165],[9.218,42.175],[9.217,42.178],[9.225,42.19],[9.225,42.199],[9.227,42.204],[9.226,42.206],[9.23,42.207],[9.233,42.209],[9.236,42.213],[9.235,42.214],[9.239,42.219],[9.242,42.218],[9.243,42.223],[9.245,42.225],[9.245,42.228],[9.243,42.227],[9.233,42.227],[9.233,42.225],[9.227,42.225],[9.223,42.224],[9.217,42.225],[9.211,42.221],[9.209,42.221],[9.205,42.224],[9.2,42.224],[9.199,42.222],[9.196,42.219],[9.19,42.221],[9.187,42.22],[9.188,42.216],[9.186,42.216],[9.185,42.212],[9.182,42.209],[9.18,42.208],[9.177,42.204],[9.178,42.202],[9.175,42.2]]]},"properties":{"NOM_COM_M":"NOCETA","INSEE_COM":"2B177","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.473,42.222],[9.475,42.221],[9.477,42.226],[9.474,42.233],[9.474,42.235],[9.471,42.236],[9.469,42.241],[9.466,42.242],[9.46,42.243],[9.458,42.246],[9.456,42.247],[9.454,42.25],[9.451,42.26],[9.447,42.264],[9.445,42.264],[9.444,42.266],[9.444,42.27],[9.442,42.267],[9.437,42.265],[9.431,42.264],[9.428,42.262],[9.417,42.261],[9.415,42.26],[9.409,42.254],[9.411,42.253],[9.41,42.251],[9.411,42.249],[9.415,42.248],[9.418,42.242],[9.423,42.243],[9.425,42.241],[9.429,42.235],[9.431,42.233],[9.436,42.231],[9.44,42.228],[9.44,42.227],[9.447,42.225],[9.448,42.221],[9.46,42.224],[9.46,42.227],[9.463,42.228],[9.466,42.227],[9.467,42.225],[9.47,42.224],[9.473,42.222]]]},"properties":{"NOM_COM_M":"TOX","INSEE_COM":"2B328","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.684,42.348],[8.68,42.346],[8.677,42.341],[8.672,42.336],[8.67,42.333],[8.676,42.329],[8.678,42.319],[8.674,42.316],[8.676,42.31],[8.673,42.307],[8.671,42.308],[8.669,42.306],[8.664,42.305],[8.663,42.303],[8.66,42.302],[8.662,42.298],[8.665,42.298],[8.668,42.295],[8.67,42.296],[8.675,42.294],[8.673,42.291],[8.675,42.29],[8.678,42.286],[8.674,42.285],[8.678,42.283],[8.678,42.281],[8.685,42.283],[8.687,42.282],[8.689,42.283],[8.692,42.287],[8.697,42.288],[8.699,42.291],[8.699,42.3],[8.701,42.302],[8.7,42.304],[8.7,42.307],[8.701,42.31],[8.698,42.312],[8.699,42.315],[8.702,42.316],[8.703,42.319],[8.705,42.321],[8.701,42.325],[8.705,42.329],[8.709,42.329],[8.71,42.333],[8.712,42.333],[8.713,42.335],[8.717,42.339],[8.719,42.339],[8.725,42.342],[8.719,42.345],[8.716,42.346],[8.714,42.349],[8.711,42.349],[8.706,42.347],[8.696,42.348],[8.692,42.349],[8.688,42.349],[8.684,42.348]]]},"properties":{"NOM_COM_M":"PARTINELLO","INSEE_COM":"2A203","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[9.259,41.347],[9.254,41.344],[9.25,41.343],[9.249,41.34],[9.252,41.34],[9.258,41.337],[9.258,41.335],[9.26,41.334],[9.261,41.336],[9.259,41.34],[9.256,41.341],[9.256,41.343],[9.259,41.347]]],[[[9.266,41.369],[9.269,41.372],[9.268,41.373],[9.264,41.373],[9.261,41.371],[9.259,41.374],[9.256,41.371],[9.252,41.37],[9.251,41.368],[9.255,41.368],[9.255,41.366],[9.262,41.366],[9.263,41.363],[9.268,41.363],[9.266,41.366],[9.268,41.367],[9.273,41.366],[9.272,41.369],[9.268,41.368],[9.266,41.369]]],[[[9.095,41.45],[9.095,41.448],[9.098,41.446],[9.097,41.444],[9.1,41.443],[9.104,41.443],[9.107,41.446],[9.109,41.444],[9.108,41.441],[9.111,41.441],[9.119,41.443],[9.12,41.438],[9.118,41.434],[9.116,41.435],[9.111,41.43],[9.107,41.429],[9.104,41.426],[9.105,41.422],[9.109,41.421],[9.107,41.418],[9.104,41.416],[9.099,41.416],[9.097,41.413],[9.095,41.412],[9.096,41.41],[9.094,41.408],[9.091,41.402],[9.092,41.399],[9.095,41.4],[9.096,41.399],[9.094,41.395],[9.096,41.392],[9.099,41.391],[9.1,41.393],[9.102,41.393],[9.105,41.395],[9.107,41.395],[9.115,41.397],[9.119,41.396],[9.122,41.396],[9.124,41.398],[9.133,41.4],[9.134,41.399],[9.128,41.396],[9.127,41.394],[9.13,41.393],[9.133,41.394],[9.136,41.394],[9.139,41.39],[9.143,41.389],[9.146,41.389],[9.151,41.391],[9.153,41.391],[9.159,41.389],[9.155,41.388],[9.154,41.389],[9.149,41.388],[9.149,41.385],[9.152,41.386],[9.158,41.386],[9.161,41.387],[9.168,41.385],[9.174,41.379],[9.174,41.378],[9.178,41.373],[9.179,41.367],[9.186,41.366],[9.191,41.367],[9.194,41.366],[9.197,41.368],[9.199,41.367],[9.204,41.366],[9.206,41.367],[9.208,41.366],[9.212,41.368],[9.217,41.368],[9.22,41.367],[9.223,41.372],[9.221,41.375],[9.224,41.379],[9.229,41.382],[9.233,41.386],[9.237,41.393],[9.236,41.395],[9.24,41.396],[9.24,41.399],[9.246,41.402],[9.249,41.405],[9.251,41.41],[9.255,41.411],[9.26,41.414],[9.259,41.416],[9.261,41.417],[9.261,41.422],[9.264,41.423],[9.263,41.426],[9.265,41.427],[9.264,41.429],[9.258,41.428],[9.255,41.425],[9.251,41.423],[9.244,41.422],[9.238,41.416],[9.236,41.416],[9.235,41.414],[9.227,41.409],[9.225,41.405],[9.221,41.405],[9.217,41.407],[9.215,41.413],[9.216,41.415],[9.222,41.414],[9.225,41.417],[9.225,41.42],[9.227,41.427],[9.225,41.43],[9.223,41.435],[9.223,41.44],[9.224,41.443],[9.229,41.443],[9.23,41.444],[9.236,41.445],[9.244,41.447],[9.248,41.452],[9.25,41.451],[9.253,41.455],[9.255,41.455],[9.259,41.457],[9.259,41.462],[9.264,41.464],[9.265,41.466],[9.268,41.466],[9.269,41.464],[9.273,41.462],[9.277,41.463],[9.277,41.465],[9.272,41.467],[9.269,41.467],[9.267,41.468],[9.267,41.471],[9.27,41.473],[9.276,41.471],[9.276,41.474],[9.279,41.477],[9.284,41.478],[9.284,41.48],[9.286,41.484],[9.287,41.484],[9.286,41.486],[9.281,41.485],[9.279,41.488],[9.277,41.487],[9.277,41.485],[9.271,41.484],[9.267,41.487],[9.267,41.489],[9.265,41.491],[9.259,41.491],[9.253,41.489],[9.25,41.487],[9.249,41.485],[9.246,41.483],[9.244,41.486],[9.244,41.488],[9.242,41.489],[9.24,41.494],[9.237,41.494],[9.238,41.5],[9.236,41.499],[9.234,41.501],[9.235,41.507],[9.228,41.51],[9.225,41.509],[9.223,41.507],[9.216,41.507],[9.211,41.503],[9.209,41.504],[9.206,41.499],[9.204,41.499],[9.199,41.501],[9.197,41.5],[9.198,41.496],[9.195,41.495],[9.191,41.495],[9.185,41.488],[9.179,41.484],[9.178,41.479],[9.175,41.476],[9.172,41.475],[9.169,41.475],[9.168,41.472],[9.165,41.47],[9.165,41.467],[9.158,41.463],[9.151,41.461],[9.15,41.46],[9.15,41.456],[9.143,41.456],[9.14,41.457],[9.136,41.46],[9.137,41.462],[9.138,41.467],[9.13,41.47],[9.126,41.474],[9.123,41.475],[9.118,41.472],[9.113,41.473],[9.107,41.473],[9.1,41.474],[9.097,41.471],[9.094,41.47],[9.095,41.467],[9.093,41.465],[9.091,41.465],[9.088,41.46],[9.099,41.457],[9.098,41.456],[9.099,41.453],[9.095,41.45]]]]},"properties":{"NOM_COM_M":"BONIFACIO","INSEE_COM":"2A041","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.103,42.045],[9.098,42.048],[9.093,42.049],[9.093,42.05],[9.087,42.05],[9.081,42.048],[9.079,42.048],[9.075,42.05],[9.072,42.05],[9.064,42.052],[9.061,42.054],[9.057,42.054],[9.052,42.057],[9.049,42.057],[9.04,42.061],[9.038,42.064],[9.039,42.067],[9.037,42.069],[9.036,42.074],[9.032,42.075],[9.031,42.077],[9.028,42.079],[9.017,42.079],[9.012,42.08],[9.005,42.08],[9.004,42.081],[9,42.081],[8.997,42.082],[8.999,42.084],[9.004,42.086],[9.003,42.09],[9.004,42.092],[9.002,42.094],[9.007,42.101],[9.01,42.103],[9.003,42.107],[9.002,42.111],[9.003,42.113],[8.997,42.114],[8.992,42.113],[8.991,42.114],[8.987,42.114],[8.983,42.112],[8.98,42.111],[8.978,42.109],[8.977,42.105],[8.974,42.103],[8.97,42.103],[8.964,42.1],[8.961,42.1],[8.956,42.101],[8.957,42.098],[8.957,42.093],[8.967,42.091],[8.969,42.088],[8.971,42.087],[8.972,42.083],[8.971,42.081],[8.972,42.077],[8.977,42.077],[8.98,42.076],[8.985,42.07],[8.984,42.067],[8.987,42.067],[8.99,42.066],[8.994,42.062],[9.003,42.062],[9.006,42.061],[9.006,42.059],[9.013,42.055],[9.013,42.05],[9.015,42.048],[9.016,42.045],[9.021,42.041],[9.026,42.039],[9.027,42.037],[9.029,42.037],[9.033,42.031],[9.036,42.033],[9.037,42.035],[9.04,42.036],[9.041,42.034],[9.045,42.035],[9.054,42.039],[9.063,42.037],[9.071,42.036],[9.073,42.037],[9.075,42.041],[9.079,42.043],[9.085,42.042],[9.088,42.04],[9.09,42.041],[9.103,42.045]]]},"properties":{"NOM_COM_M":"TAVERA","INSEE_COM":"2A324","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.957,42.093],[8.952,42.092],[8.949,42.09],[8.947,42.09],[8.95,42.086],[8.953,42.085],[8.958,42.08],[8.961,42.076],[8.962,42.076],[8.962,42.071],[8.959,42.068],[8.958,42.064],[8.958,42.058],[8.955,42.058],[8.947,42.055],[8.954,42.051],[8.956,42.047],[8.959,42.046],[8.96,42.042],[8.96,42.039],[8.963,42.037],[8.964,42.034],[8.962,42.031],[8.965,42.027],[8.967,42.023],[8.963,42.02],[8.965,42.018],[8.969,42.017],[8.972,42.015],[8.973,42.013],[8.978,42.01],[8.984,42.011],[8.986,42.012],[8.991,42.016],[8.997,42.02],[9.001,42.021],[9.006,42.02],[9.01,42.028],[9.013,42.03],[9.015,42.03],[9.023,42.036],[9.021,42.041],[9.016,42.045],[9.015,42.048],[9.013,42.05],[9.013,42.055],[9.006,42.059],[9.006,42.061],[9.003,42.062],[8.994,42.062],[8.99,42.066],[8.987,42.067],[8.984,42.067],[8.985,42.07],[8.98,42.076],[8.977,42.077],[8.972,42.077],[8.971,42.081],[8.972,42.083],[8.971,42.087],[8.969,42.088],[8.967,42.091],[8.957,42.093]]]},"properties":{"NOM_COM_M":"UCCIANI","INSEE_COM":"2A330","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.039,42.296],[9.038,42.297],[9.037,42.304],[9.036,42.306],[9.031,42.303],[9.028,42.302],[9.024,42.309],[9.023,42.312],[9.015,42.322],[9.012,42.322],[9.009,42.326],[9.003,42.324],[9.001,42.325],[8.997,42.324],[8.994,42.324],[8.992,42.325],[8.99,42.324],[8.99,42.32],[8.984,42.319],[8.981,42.317],[8.978,42.317],[8.977,42.313],[8.974,42.311],[8.977,42.308],[8.978,42.305],[8.975,42.299],[8.977,42.298],[8.976,42.296],[8.976,42.289],[8.98,42.287],[8.982,42.283],[8.986,42.28],[8.985,42.277],[8.978,42.272],[8.977,42.269],[8.975,42.269],[8.973,42.266],[8.97,42.265],[8.966,42.265],[8.964,42.266],[8.958,42.264],[8.955,42.264],[8.95,42.265],[8.947,42.263],[8.934,42.259],[8.927,42.254],[8.933,42.256],[8.937,42.258],[8.942,42.255],[8.948,42.252],[8.95,42.253],[8.955,42.252],[8.958,42.254],[8.963,42.25],[8.964,42.247],[8.967,42.246],[8.967,42.244],[8.975,42.241],[8.986,42.241],[8.992,42.243],[8.995,42.246],[8.997,42.247],[8.997,42.25],[9.002,42.255],[9.006,42.256],[9.008,42.259],[9.008,42.261],[9.011,42.262],[9.012,42.264],[9.019,42.271],[9.019,42.275],[9.023,42.278],[9.028,42.279],[9.029,42.28],[9.034,42.281],[9.037,42.283],[9.035,42.293],[9.039,42.296]]]},"properties":{"NOM_COM_M":"CASAMACCIOLI","INSEE_COM":"2B073","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.917,42.467],[8.918,42.462],[8.919,42.46],[8.93,42.456],[8.933,42.456],[8.937,42.455],[8.941,42.456],[8.948,42.456],[8.954,42.457],[8.957,42.457],[8.961,42.454],[8.963,42.454],[8.969,42.46],[8.971,42.463],[8.976,42.464],[8.981,42.464],[8.989,42.467],[8.989,42.469],[8.991,42.472],[8.993,42.472],[8.996,42.474],[8.998,42.474],[9.002,42.477],[9.003,42.479],[9.008,42.483],[9.009,42.486],[9.011,42.487],[9.011,42.489],[9.014,42.492],[9.017,42.494],[9.02,42.494],[9.024,42.495],[9.03,42.498],[9.036,42.495],[9.038,42.498],[9.04,42.505],[9.04,42.512],[9.036,42.516],[9.035,42.519],[9.037,42.52],[9.037,42.523],[9.04,42.523],[9.04,42.533],[9.041,42.535],[9.045,42.533],[9.062,42.533],[9.073,42.536],[9.075,42.538],[9.079,42.54],[9.081,42.542],[9.082,42.546],[9.08,42.548],[9.079,42.551],[9.08,42.554],[9.084,42.555],[9.087,42.557],[9.091,42.557],[9.093,42.56],[9.092,42.563],[9.094,42.565],[9.095,42.569],[9.093,42.572],[9.09,42.573],[9.086,42.572],[9.081,42.573],[9.08,42.577],[9.077,42.579],[9.074,42.579],[9.07,42.58],[9.068,42.579],[9.062,42.581],[9.06,42.579],[9.057,42.58],[9.053,42.58],[9.051,42.578],[9.047,42.576],[9.043,42.576],[9.041,42.575],[9.038,42.574],[9.036,42.57],[9.036,42.568],[9.034,42.566],[9.031,42.56],[9.024,42.556],[9.022,42.553],[9.02,42.552],[9.017,42.55],[9.016,42.547],[9.011,42.54],[9.009,42.535],[9.007,42.533],[9.006,42.528],[9.009,42.527],[9.011,42.523],[9.015,42.521],[9.018,42.514],[9.021,42.51],[9.014,42.508],[9.008,42.505],[9.006,42.503],[9.003,42.503],[9,42.501],[8.999,42.498],[8.994,42.496],[8.994,42.494],[8.991,42.494],[8.988,42.493],[8.986,42.491],[8.984,42.492],[8.977,42.488],[8.975,42.488],[8.972,42.485],[8.97,42.485],[8.966,42.482],[8.962,42.482],[8.959,42.481],[8.953,42.478],[8.953,42.477],[8.945,42.472],[8.938,42.472],[8.936,42.471],[8.933,42.472],[8.928,42.472],[8.917,42.467]]]},"properties":{"NOM_COM_M":"OLMI CAPPELLA","INSEE_COM":"2B190","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.985,42.62],[8.986,42.624],[8.988,42.626],[8.984,42.63],[8.984,42.632],[8.982,42.634],[8.982,42.637],[8.98,42.639],[8.976,42.639],[8.975,42.64],[8.971,42.639],[8.966,42.635],[8.963,42.634],[8.959,42.636],[8.955,42.634],[8.948,42.634],[8.95,42.632],[8.943,42.629],[8.939,42.625],[8.935,42.624],[8.935,42.622],[8.94,42.617],[8.942,42.614],[8.941,42.61],[8.945,42.608],[8.949,42.607],[8.951,42.605],[8.952,42.602],[8.958,42.604],[8.961,42.604],[8.965,42.605],[8.965,42.607],[8.968,42.61],[8.972,42.613],[8.975,42.614],[8.979,42.616],[8.98,42.618],[8.983,42.618],[8.985,42.62]]]},"properties":{"NOM_COM_M":"MONTICELLO","INSEE_COM":"2B168","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.978,42.392],[8.98,42.396],[8.985,42.398],[8.988,42.402],[8.995,42.4],[9.003,42.399],[9.007,42.395],[9.01,42.395],[9.019,42.399],[9.027,42.399],[9.033,42.398],[9.037,42.399],[9.041,42.399],[9.048,42.401],[9.049,42.405],[9.053,42.407],[9.055,42.409],[9.056,42.412],[9.058,42.413],[9.066,42.413],[9.071,42.417],[9.074,42.417],[9.079,42.418],[9.081,42.42],[9.079,42.424],[9.079,42.428],[9.079,42.431],[9.082,42.433],[9.083,42.435],[9.081,42.439],[9.081,42.442],[9.08,42.444],[9.079,42.449],[9.08,42.45],[9.083,42.456],[9.083,42.459],[9.081,42.461],[9.081,42.464],[9.084,42.467],[9.078,42.473],[9.079,42.475],[9.077,42.476],[9.077,42.48],[9.074,42.483],[9.071,42.484],[9.067,42.482],[9.063,42.482],[9.06,42.483],[9.057,42.489],[9.059,42.491],[9.06,42.495],[9.059,42.499],[9.062,42.503],[9.061,42.504],[9.057,42.5],[9.052,42.498],[9.05,42.499],[9.047,42.499],[9.045,42.497],[9.036,42.495],[9.03,42.498],[9.024,42.495],[9.02,42.494],[9.017,42.494],[9.014,42.492],[9.011,42.489],[9.011,42.487],[9.009,42.486],[9.008,42.483],[9.003,42.479],[9.002,42.477],[8.998,42.474],[8.996,42.474],[8.993,42.472],[8.991,42.472],[8.989,42.469],[8.989,42.467],[8.981,42.464],[8.976,42.464],[8.971,42.463],[8.969,42.46],[8.963,42.454],[8.961,42.454],[8.957,42.457],[8.954,42.457],[8.948,42.456],[8.941,42.456],[8.937,42.455],[8.933,42.456],[8.93,42.456],[8.919,42.46],[8.918,42.455],[8.914,42.449],[8.913,42.446],[8.916,42.444],[8.917,42.44],[8.917,42.432],[8.92,42.431],[8.921,42.426],[8.918,42.424],[8.916,42.421],[8.916,42.414],[8.911,42.41],[8.909,42.402],[8.905,42.4],[8.903,42.395],[8.901,42.393],[8.902,42.389],[8.902,42.386],[8.9,42.384],[8.905,42.379],[8.914,42.377],[8.914,42.375],[8.919,42.374],[8.924,42.374],[8.927,42.373],[8.93,42.373],[8.937,42.376],[8.942,42.377],[8.946,42.38],[8.952,42.383],[8.955,42.383],[8.958,42.384],[8.961,42.387],[8.966,42.39],[8.971,42.392],[8.978,42.392]]]},"properties":{"NOM_COM_M":"ASCO","INSEE_COM":"2B023","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.938,41.798],[8.938,41.795],[8.934,41.794],[8.929,41.795],[8.93,41.792],[8.924,41.791],[8.921,41.79],[8.923,41.788],[8.92,41.781],[8.917,41.78],[8.917,41.779],[8.922,41.777],[8.923,41.778],[8.932,41.776],[8.94,41.775],[8.941,41.771],[8.945,41.765],[8.95,41.763],[8.954,41.76],[8.959,41.754],[8.957,41.747],[8.958,41.743],[8.953,41.743],[8.961,41.734],[8.964,41.732],[8.964,41.725],[8.963,41.723],[8.964,41.72],[8.968,41.721],[8.976,41.724],[8.98,41.727],[8.983,41.727],[8.989,41.728],[8.986,41.73],[8.987,41.732],[8.989,41.732],[8.99,41.735],[8.994,41.737],[8.995,41.742],[8.998,41.742],[9.005,41.746],[9.002,41.749],[8.999,41.75],[8.997,41.752],[8.996,41.757],[8.998,41.759],[9.003,41.761],[9.007,41.765],[9.009,41.77],[9.007,41.778],[9.006,41.78],[9.002,41.782],[8.998,41.785],[8.997,41.788],[8.998,41.792],[8.997,41.794],[8.995,41.794],[8.992,41.797],[8.987,41.799],[8.986,41.8],[8.981,41.8],[8.979,41.804],[8.975,41.805],[8.971,41.804],[8.969,41.806],[8.968,41.809],[8.964,41.808],[8.962,41.809],[8.957,41.811],[8.954,41.811],[8.952,41.806],[8.949,41.805],[8.949,41.802],[8.947,41.799],[8.945,41.801],[8.941,41.801],[8.938,41.798]]]},"properties":{"NOM_COM_M":"PETRETO BICCHISANO","INSEE_COM":"2A211","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.88,42.56],[8.876,42.556],[8.881,42.553],[8.888,42.55],[8.895,42.55],[8.897,42.554],[8.903,42.557],[8.904,42.556],[8.907,42.56],[8.916,42.567],[8.916,42.569],[8.913,42.567],[8.907,42.565],[8.902,42.565],[8.897,42.564],[8.897,42.567],[8.894,42.567],[8.887,42.565],[8.88,42.56]]]},"properties":{"NOM_COM_M":"AVAPESSA","INSEE_COM":"2B025","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.81,42.553],[8.804,42.553],[8.802,42.55],[8.804,42.547],[8.804,42.544],[8.809,42.541],[8.811,42.539],[8.815,42.537],[8.818,42.537],[8.823,42.535],[8.824,42.534],[8.828,42.534],[8.829,42.535],[8.836,42.533],[8.844,42.527],[8.851,42.523],[8.856,42.525],[8.858,42.524],[8.864,42.524],[8.872,42.525],[8.874,42.527],[8.88,42.529],[8.882,42.531],[8.888,42.531],[8.889,42.533],[8.899,42.536],[8.907,42.538],[8.905,42.545],[8.902,42.547],[8.897,42.548],[8.895,42.55],[8.888,42.55],[8.881,42.553],[8.876,42.556],[8.88,42.56],[8.877,42.561],[8.872,42.562],[8.871,42.564],[8.868,42.562],[8.861,42.561],[8.855,42.562],[8.85,42.564],[8.85,42.565],[8.847,42.566],[8.841,42.562],[8.834,42.555],[8.829,42.555],[8.827,42.554],[8.827,42.552],[8.823,42.551],[8.817,42.552],[8.812,42.552],[8.81,42.553]]]},"properties":{"NOM_COM_M":"MONTEGROSSO","INSEE_COM":"2B167","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.048,42.176],[9.045,42.176],[9.037,42.177],[9.034,42.173],[9.03,42.171],[9.023,42.172],[9.015,42.172],[9.01,42.167],[9.005,42.166],[9.002,42.166],[8.994,42.162],[8.99,42.162],[8.986,42.161],[8.983,42.159],[8.977,42.157],[8.965,42.154],[8.963,42.152],[8.957,42.151],[8.955,42.15],[8.953,42.151],[8.958,42.146],[8.961,42.139],[8.959,42.134],[8.961,42.133],[8.962,42.13],[8.961,42.126],[8.965,42.124],[8.97,42.12],[8.983,42.112],[8.987,42.114],[8.991,42.114],[8.992,42.113],[8.997,42.114],[9.003,42.113],[9.004,42.115],[9.007,42.117],[9.013,42.119],[9.019,42.119],[9.022,42.121],[9.026,42.122],[9.029,42.124],[9.033,42.124],[9.035,42.126],[9.038,42.127],[9.042,42.127],[9.048,42.125],[9.05,42.126],[9.054,42.126],[9.058,42.123],[9.063,42.13],[9.068,42.131],[9.071,42.13],[9.074,42.132],[9.077,42.137],[9.074,42.143],[9.073,42.146],[9.07,42.15],[9.072,42.155],[9.068,42.156],[9.066,42.158],[9.065,42.167],[9.063,42.167],[9.056,42.169],[9.051,42.17],[9.048,42.173],[9.048,42.176]]]},"properties":{"NOM_COM_M":"PASTRICCIOLA","INSEE_COM":"2A204","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.327,42.391],[9.329,42.388],[9.329,42.385],[9.334,42.382],[9.336,42.383],[9.345,42.383],[9.35,42.383],[9.353,42.386],[9.357,42.388],[9.354,42.392],[9.352,42.391],[9.35,42.392],[9.344,42.392],[9.34,42.393],[9.329,42.395],[9.327,42.396],[9.327,42.391]]]},"properties":{"NOM_COM_M":"CAMPANA","INSEE_COM":"2B052","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.887,42.064],[8.886,42.062],[8.883,42.06],[8.877,42.057],[8.877,42.056],[8.881,42.052],[8.882,42.05],[8.887,42.048],[8.89,42.046],[8.894,42.045],[8.895,42.043],[8.901,42.039],[8.902,42.041],[8.905,42.039],[8.908,42.039],[8.91,42.036],[8.908,42.031],[8.909,42.03],[8.907,42.026],[8.909,42.025],[8.911,42.028],[8.915,42.029],[8.915,42.032],[8.918,42.034],[8.918,42.038],[8.919,42.041],[8.923,42.043],[8.927,42.042],[8.931,42.044],[8.933,42.046],[8.936,42.047],[8.939,42.049],[8.944,42.05],[8.947,42.055],[8.955,42.058],[8.958,42.058],[8.958,42.064],[8.959,42.068],[8.962,42.071],[8.962,42.076],[8.961,42.076],[8.958,42.08],[8.953,42.085],[8.95,42.086],[8.947,42.09],[8.945,42.09],[8.944,42.088],[8.937,42.085],[8.934,42.086],[8.931,42.083],[8.929,42.083],[8.924,42.078],[8.918,42.075],[8.912,42.075],[8.908,42.073],[8.906,42.074],[8.901,42.072],[8.897,42.073],[8.893,42.07],[8.888,42.067],[8.887,42.064]]]},"properties":{"NOM_COM_M":"VERO","INSEE_COM":"2A345","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.897,42.141],[8.895,42.14],[8.893,42.136],[8.895,42.13],[8.893,42.126],[8.889,42.123],[8.885,42.118],[8.877,42.112],[8.875,42.111],[8.874,42.108],[8.872,42.106],[8.874,42.1],[8.87,42.099],[8.867,42.097],[8.868,42.095],[8.873,42.097],[8.883,42.097],[8.885,42.095],[8.884,42.09],[8.881,42.089],[8.884,42.084],[8.89,42.082],[8.894,42.08],[8.897,42.075],[8.897,42.073],[8.901,42.072],[8.906,42.074],[8.908,42.073],[8.912,42.075],[8.918,42.075],[8.924,42.078],[8.929,42.083],[8.931,42.083],[8.934,42.086],[8.929,42.09],[8.924,42.091],[8.924,42.093],[8.926,42.097],[8.923,42.1],[8.921,42.104],[8.919,42.106],[8.916,42.106],[8.911,42.105],[8.91,42.107],[8.914,42.112],[8.916,42.117],[8.918,42.118],[8.919,42.121],[8.921,42.122],[8.917,42.137],[8.913,42.143],[8.902,42.141],[8.897,42.141]]]},"properties":{"NOM_COM_M":"SALICE","INSEE_COM":"2A266","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.794,42.056],[8.793,42.057],[8.797,42.061],[8.798,42.063],[8.797,42.067],[8.798,42.07],[8.795,42.072],[8.792,42.072],[8.788,42.075],[8.787,42.078],[8.781,42.079],[8.778,42.081],[8.773,42.082],[8.76,42.082],[8.758,42.083],[8.756,42.082],[8.749,42.083],[8.746,42.084],[8.743,42.086],[8.737,42.084],[8.739,42.081],[8.738,42.078],[8.734,42.076],[8.73,42.077],[8.73,42.079],[8.728,42.08],[8.723,42.078],[8.717,42.078],[8.72,42.073],[8.721,42.069],[8.721,42.066],[8.719,42.064],[8.726,42.063],[8.727,42.064],[8.731,42.064],[8.736,42.066],[8.74,42.063],[8.74,42.061],[8.743,42.061],[8.744,42.059],[8.749,42.06],[8.75,42.063],[8.754,42.063],[8.755,42.061],[8.754,42.057],[8.761,42.055],[8.766,42.054],[8.77,42.056],[8.784,42.056],[8.791,42.055],[8.794,42.056]]]},"properties":{"NOM_COM_M":"CASAGLIONE","INSEE_COM":"2A070","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.897,42.073],[8.897,42.075],[8.894,42.08],[8.89,42.082],[8.884,42.084],[8.881,42.089],[8.884,42.09],[8.885,42.095],[8.883,42.097],[8.873,42.097],[8.868,42.095],[8.867,42.097],[8.87,42.099],[8.864,42.1],[8.86,42.099],[8.859,42.101],[8.855,42.103],[8.852,42.103],[8.851,42.107],[8.848,42.11],[8.847,42.112],[8.843,42.111],[8.839,42.114],[8.829,42.114],[8.821,42.116],[8.813,42.116],[8.81,42.114],[8.81,42.112],[8.813,42.111],[8.816,42.107],[8.818,42.103],[8.82,42.101],[8.82,42.099],[8.824,42.095],[8.827,42.093],[8.828,42.088],[8.828,42.085],[8.827,42.083],[8.831,42.08],[8.837,42.078],[8.839,42.079],[8.841,42.078],[8.844,42.083],[8.849,42.081],[8.858,42.08],[8.863,42.076],[8.865,42.073],[8.865,42.07],[8.868,42.067],[8.867,42.065],[8.868,42.062],[8.873,42.061],[8.877,42.061],[8.879,42.063],[8.887,42.064],[8.888,42.067],[8.893,42.07],[8.897,42.073]]]},"properties":{"NOM_COM_M":"LOPIGNA","INSEE_COM":"2A144","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.921,42.171],[8.928,42.173],[8.932,42.176],[8.935,42.176],[8.938,42.179],[8.938,42.182],[8.95,42.18],[8.953,42.179],[8.955,42.181],[8.955,42.183],[8.958,42.186],[8.961,42.187],[8.965,42.186],[8.971,42.187],[8.976,42.2],[8.978,42.204],[8.981,42.206],[8.983,42.209],[8.991,42.208],[8.995,42.207],[9,42.207],[9.004,42.209],[9.006,42.209],[9.006,42.213],[9,42.215],[8.997,42.214],[8.992,42.217],[8.984,42.225],[8.98,42.224],[8.969,42.217],[8.967,42.217],[8.959,42.213],[8.954,42.212],[8.951,42.209],[8.946,42.208],[8.945,42.206],[8.938,42.204],[8.932,42.198],[8.925,42.194],[8.923,42.192],[8.922,42.189],[8.924,42.181],[8.919,42.181],[8.919,42.178],[8.923,42.177],[8.921,42.171]]]},"properties":{"NOM_COM_M":"ORTO","INSEE_COM":"2A196","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.927,42.254],[8.923,42.258],[8.919,42.256],[8.915,42.255],[8.911,42.255],[8.905,42.254],[8.901,42.253],[8.897,42.251],[8.894,42.251],[8.887,42.247],[8.882,42.247],[8.88,42.246],[8.871,42.239],[8.87,42.236],[8.87,42.233],[8.867,42.23],[8.864,42.225],[8.854,42.223],[8.849,42.22],[8.849,42.217],[8.846,42.214],[8.846,42.204],[8.843,42.201],[8.843,42.199],[8.84,42.198],[8.837,42.196],[8.831,42.195],[8.818,42.192],[8.82,42.191],[8.818,42.188],[8.816,42.189],[8.813,42.185],[8.812,42.181],[8.813,42.179],[8.82,42.176],[8.825,42.176],[8.828,42.179],[8.834,42.178],[8.841,42.176],[8.846,42.178],[8.852,42.178],[8.857,42.18],[8.865,42.18],[8.87,42.179],[8.878,42.179],[8.88,42.178],[8.884,42.177],[8.884,42.181],[8.882,42.187],[8.883,42.189],[8.882,42.194],[8.886,42.201],[8.885,42.204],[8.889,42.213],[8.892,42.216],[8.891,42.218],[8.894,42.222],[8.899,42.224],[8.901,42.224],[8.908,42.227],[8.914,42.227],[8.919,42.228],[8.922,42.23],[8.928,42.232],[8.934,42.232],[8.94,42.237],[8.936,42.247],[8.934,42.248],[8.933,42.251],[8.927,42.252],[8.927,42.254]]]},"properties":{"NOM_COM_M":"LETIA","INSEE_COM":"2A141","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.81,42.112],[8.81,42.114],[8.813,42.116],[8.821,42.116],[8.821,42.119],[8.82,42.123],[8.824,42.124],[8.826,42.126],[8.828,42.125],[8.832,42.126],[8.832,42.129],[8.835,42.129],[8.835,42.131],[8.831,42.133],[8.827,42.133],[8.824,42.132],[8.82,42.135],[8.822,42.14],[8.825,42.139],[8.828,42.141],[8.825,42.142],[8.821,42.145],[8.818,42.149],[8.813,42.153],[8.812,42.155],[8.807,42.151],[8.804,42.152],[8.797,42.152],[8.796,42.153],[8.793,42.152],[8.787,42.152],[8.783,42.15],[8.781,42.148],[8.775,42.14],[8.775,42.136],[8.77,42.136],[8.768,42.135],[8.769,42.133],[8.767,42.128],[8.772,42.126],[8.777,42.121],[8.776,42.119],[8.778,42.118],[8.778,42.114],[8.777,42.113],[8.77,42.111],[8.766,42.106],[8.766,42.103],[8.763,42.103],[8.759,42.099],[8.757,42.094],[8.757,42.091],[8.76,42.093],[8.761,42.092],[8.769,42.097],[8.768,42.098],[8.77,42.101],[8.774,42.102],[8.778,42.104],[8.782,42.104],[8.785,42.103],[8.786,42.104],[8.792,42.107],[8.793,42.11],[8.798,42.109],[8.8,42.112],[8.803,42.114],[8.806,42.112],[8.81,42.112]]]},"properties":{"NOM_COM_M":"ARBORI","INSEE_COM":"2A019","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.409,41.907],[9.413,41.913],[9.412,41.916],[9.413,41.92],[9.415,41.924],[9.416,41.929],[9.416,41.933],[9.413,41.938],[9.41,41.939],[9.408,41.941],[9.409,41.951],[9.406,41.955],[9.409,41.957],[9.408,41.96],[9.409,41.962],[9.408,41.965],[9.408,41.968],[9.395,41.968],[9.379,41.97],[9.375,41.97],[9.37,41.969],[9.366,41.969],[9.364,41.97],[9.356,41.968],[9.351,41.968],[9.35,41.969],[9.344,41.969],[9.344,41.966],[9.341,41.964],[9.339,41.964],[9.336,41.961],[9.327,41.958],[9.311,41.956],[9.303,41.953],[9.296,41.951],[9.294,41.95],[9.297,41.948],[9.3,41.947],[9.302,41.945],[9.302,41.942],[9.304,41.94],[9.304,41.937],[9.302,41.936],[9.301,41.933],[9.303,41.929],[9.301,41.926],[9.304,41.925],[9.305,41.921],[9.309,41.924],[9.312,41.921],[9.313,41.921],[9.315,41.925],[9.32,41.926],[9.324,41.922],[9.327,41.922],[9.33,41.923],[9.332,41.921],[9.338,41.92],[9.341,41.919],[9.345,41.92],[9.35,41.922],[9.354,41.92],[9.366,41.92],[9.377,41.917],[9.386,41.914],[9.391,41.911],[9.399,41.91],[9.404,41.909],[9.406,41.907],[9.409,41.907]]]},"properties":{"NOM_COM_M":"VENTISERI","INSEE_COM":"2B342","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.001,41.652],[9.005,41.654],[9.01,41.653],[9.013,41.651],[9.015,41.652],[9.018,41.65],[9.017,41.648],[9.015,41.648],[9.015,41.645],[9.016,41.641],[9.021,41.64],[9.024,41.642],[9.025,41.644],[9.024,41.646],[9.028,41.648],[9.028,41.65],[9.024,41.654],[9.023,41.657],[9.025,41.659],[9.028,41.659],[9.031,41.658],[9.036,41.658],[9.04,41.659],[9.048,41.662],[9.045,41.665],[9.044,41.667],[9.046,41.668],[9.046,41.67],[9.052,41.678],[9.055,41.68],[9.054,41.682],[9.06,41.687],[9.063,41.693],[9.063,41.695],[9.06,41.697],[9.057,41.697],[9.057,41.695],[9.053,41.697],[9.053,41.698],[9.046,41.7],[9.044,41.696],[9.042,41.696],[9.041,41.691],[9.039,41.689],[9.035,41.686],[9.035,41.683],[9.033,41.68],[9.033,41.676],[9.03,41.675],[9.028,41.673],[9.029,41.671],[9.029,41.668],[9.027,41.668],[9.025,41.67],[9.021,41.67],[9.019,41.668],[9.019,41.665],[9.015,41.664],[9.008,41.664],[9.003,41.66],[9,41.661],[8.999,41.654],[9.001,41.652]]]},"properties":{"NOM_COM_M":"OLMICCIA","INSEE_COM":"2A191","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.316,42.599],[9.316,42.601],[9.32,42.602],[9.322,42.607],[9.319,42.609],[9.318,42.612],[9.315,42.614],[9.316,42.616],[9.311,42.618],[9.305,42.622],[9.304,42.626],[9.302,42.627],[9.303,42.629],[9.302,42.632],[9.297,42.631],[9.296,42.634],[9.297,42.638],[9.295,42.64],[9.295,42.643],[9.292,42.645],[9.289,42.646],[9.287,42.65],[9.288,42.654],[9.283,42.662],[9.28,42.665],[9.277,42.665],[9.27,42.667],[9.266,42.666],[9.265,42.663],[9.262,42.661],[9.261,42.659],[9.263,42.656],[9.264,42.652],[9.267,42.654],[9.276,42.656],[9.281,42.652],[9.282,42.646],[9.285,42.645],[9.288,42.64],[9.293,42.629],[9.3,42.623],[9.302,42.619],[9.301,42.617],[9.305,42.617],[9.308,42.613],[9.309,42.61],[9.306,42.607],[9.303,42.6],[9.296,42.597],[9.294,42.594],[9.296,42.591],[9.293,42.586],[9.298,42.58],[9.299,42.578],[9.298,42.575],[9.302,42.574],[9.304,42.579],[9.31,42.581],[9.313,42.584],[9.314,42.586],[9.312,42.588],[9.314,42.592],[9.314,42.594],[9.316,42.596],[9.316,42.599]]]},"properties":{"NOM_COM_M":"RAPALE","INSEE_COM":"2B257","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.193,42.358],[9.185,42.359],[9.182,42.361],[9.18,42.364],[9.177,42.366],[9.174,42.364],[9.171,42.367],[9.168,42.371],[9.166,42.371],[9.163,42.37],[9.159,42.371],[9.159,42.365],[9.155,42.364],[9.153,42.362],[9.148,42.362],[9.148,42.358],[9.146,42.355],[9.145,42.352],[9.142,42.352],[9.139,42.351],[9.136,42.352],[9.131,42.351],[9.125,42.351],[9.117,42.35],[9.117,42.349],[9.112,42.344],[9.109,42.342],[9.109,42.34],[9.104,42.339],[9.098,42.336],[9.097,42.334],[9.094,42.333],[9.094,42.331],[9.092,42.329],[9.092,42.325],[9.093,42.323],[9.099,42.325],[9.111,42.33],[9.113,42.338],[9.128,42.342],[9.135,42.342],[9.139,42.341],[9.143,42.344],[9.145,42.344],[9.152,42.342],[9.155,42.339],[9.153,42.342],[9.153,42.345],[9.157,42.347],[9.16,42.346],[9.165,42.347],[9.169,42.347],[9.174,42.348],[9.178,42.347],[9.181,42.349],[9.185,42.35],[9.189,42.352],[9.189,42.354],[9.192,42.355],[9.193,42.358]]]},"properties":{"NOM_COM_M":"SOVERIA","INSEE_COM":"2B289","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.876,41.769],[8.883,41.767],[8.885,41.764],[8.887,41.764],[8.892,41.761],[8.895,41.763],[8.9,41.763],[8.903,41.761],[8.915,41.756],[8.918,41.754],[8.919,41.752],[8.922,41.749],[8.928,41.747],[8.928,41.745],[8.925,41.744],[8.922,41.74],[8.925,41.738],[8.927,41.738],[8.929,41.736],[8.933,41.738],[8.946,41.738],[8.953,41.743],[8.958,41.743],[8.957,41.747],[8.959,41.754],[8.954,41.76],[8.95,41.763],[8.945,41.765],[8.941,41.771],[8.94,41.775],[8.932,41.776],[8.923,41.778],[8.922,41.777],[8.917,41.779],[8.917,41.78],[8.913,41.78],[8.912,41.776],[8.909,41.775],[8.907,41.776],[8.903,41.775],[8.897,41.775],[8.89,41.772],[8.888,41.773],[8.885,41.772],[8.881,41.773],[8.878,41.772],[8.876,41.769]]]},"properties":{"NOM_COM_M":"CASALABRIVA","INSEE_COM":"2A071","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.821,41.791],[8.82,41.791],[8.818,41.796],[8.815,41.797],[8.81,41.8],[8.806,41.8],[8.802,41.804],[8.796,41.806],[8.791,41.809],[8.784,41.811],[8.777,41.81],[8.772,41.811],[8.772,41.812],[8.769,41.81],[8.766,41.811],[8.765,41.809],[8.762,41.81],[8.758,41.809],[8.755,41.812],[8.751,41.811],[8.748,41.811],[8.745,41.807],[8.745,41.805],[8.741,41.805],[8.74,41.801],[8.741,41.798],[8.738,41.797],[8.733,41.798],[8.721,41.798],[8.72,41.799],[8.721,41.802],[8.717,41.804],[8.712,41.801],[8.71,41.799],[8.709,41.796],[8.712,41.795],[8.715,41.796],[8.719,41.794],[8.717,41.792],[8.72,41.79],[8.724,41.79],[8.728,41.787],[8.726,41.784],[8.729,41.781],[8.732,41.781],[8.733,41.779],[8.729,41.778],[8.731,41.776],[8.726,41.773],[8.721,41.768],[8.72,41.768],[8.716,41.763],[8.708,41.757],[8.704,41.758],[8.702,41.756],[8.7,41.756],[8.695,41.751],[8.692,41.751],[8.685,41.747],[8.683,41.747],[8.679,41.749],[8.677,41.751],[8.675,41.751],[8.672,41.753],[8.666,41.752],[8.661,41.75],[8.659,41.74],[8.662,41.74],[8.666,41.743],[8.672,41.744],[8.676,41.742],[8.678,41.742],[8.682,41.74],[8.685,41.74],[8.686,41.742],[8.689,41.74],[8.695,41.742],[8.702,41.74],[8.705,41.74],[8.708,41.736],[8.706,41.734],[8.703,41.726],[8.707,41.722],[8.715,41.722],[8.723,41.724],[8.725,41.727],[8.73,41.729],[8.735,41.73],[8.737,41.729],[8.74,41.732],[8.744,41.732],[8.746,41.734],[8.749,41.734],[8.752,41.735],[8.754,41.737],[8.76,41.738],[8.768,41.74],[8.773,41.742],[8.775,41.742],[8.782,41.738],[8.784,41.735],[8.783,41.738],[8.785,41.741],[8.784,41.742],[8.785,41.745],[8.788,41.746],[8.788,41.753],[8.791,41.756],[8.791,41.762],[8.796,41.764],[8.796,41.766],[8.799,41.769],[8.802,41.773],[8.809,41.776],[8.813,41.777],[8.818,41.78],[8.818,41.783],[8.821,41.787],[8.824,41.789],[8.821,41.791]]]},"properties":{"NOM_COM_M":"COTI CHIAVARI","INSEE_COM":"2A098","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.457,42.077],[9.447,42.085],[9.447,42.087],[9.45,42.094],[9.451,42.098],[9.452,42.106],[9.445,42.106],[9.442,42.11],[9.438,42.114],[9.439,42.117],[9.438,42.123],[9.429,42.122],[9.427,42.121],[9.424,42.122],[9.423,42.12],[9.417,42.12],[9.414,42.123],[9.409,42.123],[9.409,42.124],[9.401,42.126],[9.4,42.128],[9.393,42.127],[9.386,42.127],[9.384,42.125],[9.384,42.123],[9.38,42.122],[9.374,42.124],[9.37,42.122],[9.366,42.122],[9.361,42.124],[9.357,42.124],[9.358,42.122],[9.358,42.119],[9.356,42.117],[9.362,42.109],[9.366,42.106],[9.366,42.102],[9.368,42.1],[9.368,42.101],[9.373,42.102],[9.379,42.105],[9.383,42.104],[9.388,42.088],[9.39,42.083],[9.396,42.08],[9.399,42.076],[9.403,42.075],[9.412,42.072],[9.421,42.068],[9.426,42.065],[9.431,42.061],[9.433,42.06],[9.435,42.062],[9.435,42.064],[9.44,42.069],[9.448,42.071],[9.457,42.077]]]},"properties":{"NOM_COM_M":"AGHIONE","INSEE_COM":"2B002","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.007,41.88],[9.005,41.879],[9.002,41.88],[8.998,41.877],[8.992,41.868],[8.994,41.866],[8.993,41.863],[8.996,41.862],[8.999,41.863],[9.006,41.861],[9.01,41.861],[9.014,41.858],[9.018,41.858],[9.022,41.856],[9.022,41.858],[9.025,41.858],[9.027,41.856],[9.03,41.857],[9.033,41.857],[9.033,41.862],[9.034,41.866],[9.032,41.87],[9.031,41.874],[9.034,41.876],[9.037,41.879],[9.037,41.881],[9.034,41.884],[9.033,41.887],[9.03,41.888],[9.024,41.885],[9.021,41.882],[9.016,41.881],[9.011,41.879],[9.007,41.88]]]},"properties":{"NOM_COM_M":"AZILONE AMPAZA","INSEE_COM":"2A026","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.864,41.926],[8.867,41.928],[8.871,41.929],[8.872,41.933],[8.874,41.933],[8.885,41.93],[8.889,41.93],[8.89,41.929],[8.895,41.931],[8.901,41.937],[8.904,41.938],[8.91,41.936],[8.912,41.933],[8.917,41.932],[8.92,41.935],[8.923,41.936],[8.927,41.936],[8.93,41.934],[8.931,41.936],[8.937,41.936],[8.94,41.939],[8.946,41.939],[8.948,41.941],[8.948,41.947],[8.952,41.947],[8.953,41.951],[8.951,41.952],[8.947,41.96],[8.949,41.962],[8.95,41.965],[8.949,41.969],[8.949,41.972],[8.951,41.975],[8.947,41.976],[8.945,41.978],[8.944,41.983],[8.942,41.982],[8.941,41.978],[8.934,41.975],[8.931,41.975],[8.928,41.974],[8.925,41.974],[8.921,41.97],[8.917,41.97],[8.914,41.968],[8.91,41.97],[8.904,41.967],[8.902,41.964],[8.9,41.963],[8.893,41.956],[8.89,41.957],[8.886,41.956],[8.881,41.957],[8.876,41.954],[8.872,41.954],[8.87,41.952],[8.87,41.95],[8.865,41.947],[8.854,41.944],[8.854,41.94],[8.855,41.937],[8.862,41.93],[8.864,41.926]]]},"properties":{"NOM_COM_M":"OCANA","INSEE_COM":"2A181","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.397,42.455],[9.396,42.452],[9.392,42.449],[9.386,42.446],[9.384,42.442],[9.387,42.44],[9.388,42.438],[9.391,42.437],[9.391,42.434],[9.393,42.433],[9.395,42.429],[9.397,42.427],[9.399,42.427],[9.404,42.429],[9.405,42.431],[9.403,42.435],[9.404,42.439],[9.403,42.442],[9.407,42.444],[9.409,42.447],[9.404,42.452],[9.397,42.455]]]},"properties":{"NOM_COM_M":"PIANO","INSEE_COM":"2B214","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.39,42.083],[9.388,42.088],[9.383,42.104],[9.379,42.105],[9.373,42.102],[9.368,42.101],[9.368,42.1],[9.363,42.1],[9.363,42.104],[9.361,42.104],[9.356,42.106],[9.35,42.106],[9.345,42.107],[9.343,42.111],[9.34,42.114],[9.335,42.117],[9.329,42.114],[9.325,42.115],[9.321,42.117],[9.32,42.119],[9.318,42.118],[9.313,42.122],[9.31,42.125],[9.307,42.129],[9.307,42.132],[9.3,42.137],[9.298,42.137],[9.297,42.139],[9.294,42.14],[9.293,42.142],[9.287,42.146],[9.286,42.148],[9.282,42.151],[9.28,42.157],[9.278,42.159],[9.278,42.163],[9.276,42.164],[9.273,42.169],[9.268,42.168],[9.257,42.161],[9.255,42.158],[9.252,42.157],[9.249,42.155],[9.249,42.153],[9.252,42.15],[9.253,42.145],[9.251,42.144],[9.251,42.141],[9.252,42.137],[9.258,42.132],[9.261,42.127],[9.269,42.127],[9.277,42.124],[9.279,42.113],[9.28,42.11],[9.287,42.11],[9.29,42.108],[9.302,42.108],[9.304,42.107],[9.33,42.107],[9.335,42.106],[9.336,42.105],[9.342,42.103],[9.345,42.101],[9.349,42.1],[9.351,42.098],[9.359,42.095],[9.368,42.093],[9.379,42.089],[9.384,42.086],[9.39,42.083]]]},"properties":{"NOM_COM_M":"PIETROSO","INSEE_COM":"2B229","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.701,41.953],[8.696,41.959],[8.694,41.963],[8.694,41.966],[8.693,41.968],[8.689,41.971],[8.69,41.974],[8.687,41.975],[8.683,41.975],[8.679,41.978],[8.673,41.978],[8.669,41.982],[8.663,41.977],[8.658,41.974],[8.652,41.971],[8.649,41.969],[8.646,41.968],[8.632,41.968],[8.63,41.97],[8.626,41.971],[8.623,41.971],[8.622,41.968],[8.623,41.966],[8.626,41.966],[8.631,41.963],[8.638,41.964],[8.64,41.963],[8.648,41.963],[8.65,41.958],[8.653,41.958],[8.66,41.956],[8.664,41.956],[8.669,41.948],[8.67,41.947],[8.677,41.947],[8.679,41.946],[8.681,41.948],[8.687,41.948],[8.69,41.95],[8.694,41.95],[8.701,41.953]]]},"properties":{"NOM_COM_M":"VILLANOVA","INSEE_COM":"2A351","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.421,42.938],[9.419,42.938],[9.41,42.936],[9.403,42.939],[9.4,42.936],[9.397,42.932],[9.396,42.927],[9.393,42.926],[9.392,42.924],[9.389,42.923],[9.39,42.921],[9.396,42.92],[9.404,42.915],[9.415,42.911],[9.423,42.912],[9.431,42.905],[9.433,42.9],[9.441,42.899],[9.449,42.897],[9.451,42.898],[9.455,42.898],[9.46,42.901],[9.467,42.901],[9.474,42.9],[9.473,42.903],[9.469,42.905],[9.469,42.908],[9.472,42.91],[9.471,42.912],[9.472,42.914],[9.47,42.922],[9.472,42.924],[9.467,42.927],[9.467,42.93],[9.465,42.932],[9.469,42.937],[9.454,42.935],[9.447,42.936],[9.428,42.936],[9.421,42.938]]]},"properties":{"NOM_COM_M":"MERIA","INSEE_COM":"2B159","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.341,42.093],[9.335,42.093],[9.333,42.094],[9.328,42.092],[9.322,42.092],[9.319,42.093],[9.314,42.092],[9.315,42.096],[9.311,42.098],[9.307,42.096],[9.303,42.095],[9.299,42.096],[9.29,42.096],[9.289,42.097],[9.286,42.095],[9.282,42.095],[9.278,42.094],[9.279,42.091],[9.278,42.086],[9.277,42.084],[9.277,42.079],[9.275,42.076],[9.278,42.075],[9.284,42.072],[9.286,42.068],[9.293,42.07],[9.31,42.062],[9.317,42.061],[9.338,42.059],[9.348,42.055],[9.351,42.051],[9.354,42.05],[9.358,42.05],[9.361,42.047],[9.363,42.047],[9.367,42.049],[9.37,42.05],[9.369,42.052],[9.365,42.055],[9.365,42.058],[9.369,42.062],[9.364,42.065],[9.365,42.067],[9.361,42.069],[9.361,42.072],[9.358,42.074],[9.358,42.077],[9.361,42.078],[9.359,42.083],[9.359,42.085],[9.355,42.087],[9.347,42.092],[9.341,42.093]]]},"properties":{"NOM_COM_M":"LUGO DI NAZZA","INSEE_COM":"2B149","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.375,42.556],[9.382,42.56],[9.383,42.563],[9.383,42.566],[9.384,42.569],[9.388,42.569],[9.393,42.571],[9.396,42.576],[9.399,42.577],[9.413,42.584],[9.415,42.587],[9.413,42.588],[9.416,42.592],[9.414,42.594],[9.417,42.598],[9.419,42.599],[9.419,42.601],[9.416,42.605],[9.414,42.606],[9.412,42.605],[9.408,42.605],[9.406,42.606],[9.397,42.604],[9.396,42.601],[9.393,42.598],[9.391,42.599],[9.388,42.598],[9.383,42.598],[9.379,42.599],[9.371,42.597],[9.371,42.595],[9.368,42.594],[9.364,42.595],[9.363,42.592],[9.357,42.59],[9.357,42.588],[9.35,42.587],[9.347,42.584],[9.347,42.582],[9.347,42.578],[9.348,42.574],[9.352,42.572],[9.353,42.569],[9.355,42.569],[9.364,42.564],[9.367,42.562],[9.368,42.559],[9.367,42.555],[9.375,42.556]]]},"properties":{"NOM_COM_M":"RUTALI","INSEE_COM":"2B265","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.006,42.528],[9.007,42.533],[9.009,42.535],[9.011,42.54],[9.016,42.547],[9.017,42.55],[9.02,42.552],[9.017,42.552],[9.008,42.559],[9.008,42.554],[8.998,42.552],[8.999,42.549],[8.996,42.547],[8.992,42.546],[8.988,42.543],[8.985,42.54],[8.978,42.54],[8.974,42.538],[8.972,42.534],[8.969,42.532],[8.966,42.531],[8.966,42.528],[8.964,42.525],[8.964,42.519],[8.96,42.518],[8.956,42.516],[8.94,42.516],[8.938,42.513],[8.931,42.51],[8.928,42.507],[8.924,42.504],[8.922,42.501],[8.919,42.498],[8.92,42.497],[8.922,42.492],[8.927,42.491],[8.931,42.492],[8.934,42.496],[8.941,42.498],[8.945,42.503],[8.951,42.505],[8.954,42.505],[8.957,42.506],[8.962,42.506],[8.972,42.505],[8.977,42.504],[8.988,42.508],[8.992,42.508],[8.989,42.511],[8.984,42.515],[8.984,42.517],[8.989,42.516],[8.991,42.517],[8.993,42.516],[8.995,42.517],[8.997,42.516],[9.002,42.517],[9,42.521],[9.001,42.524],[9.006,42.528]]]},"properties":{"NOM_COM_M":"PIOGGIOLA","INSEE_COM":"2B235","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.958,41.847],[8.958,41.844],[8.961,41.842],[8.962,41.838],[8.964,41.837],[8.967,41.836],[8.967,41.839],[8.969,41.841],[8.971,41.84],[8.972,41.842],[8.974,41.842],[8.976,41.844],[8.979,41.845],[8.978,41.847],[8.975,41.847],[8.974,41.849],[8.978,41.85],[8.98,41.854],[8.982,41.854],[8.983,41.857],[8.989,41.859],[8.985,41.861],[8.982,41.861],[8.981,41.864],[8.983,41.867],[8.982,41.869],[8.979,41.871],[8.974,41.87],[8.974,41.868],[8.976,41.863],[8.973,41.86],[8.973,41.858],[8.97,41.855],[8.967,41.854],[8.961,41.855],[8.959,41.852],[8.96,41.849],[8.958,41.847]]]},"properties":{"NOM_COM_M":"CARDO TORGIA","INSEE_COM":"2A064","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.96,41.897],[8.957,41.896],[8.955,41.893],[8.96,41.887],[8.962,41.883],[8.964,41.881],[8.967,41.88],[8.968,41.878],[8.967,41.874],[8.967,41.869],[8.969,41.868],[8.974,41.87],[8.979,41.871],[8.982,41.869],[8.983,41.867],[8.981,41.864],[8.982,41.861],[8.985,41.861],[8.989,41.859],[8.99,41.861],[8.993,41.863],[8.994,41.866],[8.992,41.868],[8.998,41.877],[9.002,41.88],[9.005,41.879],[9.007,41.88],[9.009,41.882],[9.005,41.884],[9.003,41.882],[9,41.881],[8.997,41.882],[8.993,41.887],[8.985,41.892],[8.988,41.9],[8.99,41.903],[8.988,41.907],[8.988,41.909],[8.983,41.906],[8.978,41.905],[8.97,41.904],[8.969,41.9],[8.963,41.899],[8.96,41.897]]]},"properties":{"NOM_COM_M":"SANTA MARIA SICHE","INSEE_COM":"2A312","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.843,41.982],[8.85,41.986],[8.855,41.986],[8.857,41.988],[8.861,41.988],[8.863,41.99],[8.869,41.991],[8.874,41.994],[8.874,41.996],[8.879,41.998],[8.88,42.001],[8.885,42.001],[8.89,41.998],[8.896,42],[8.903,41.997],[8.908,41.994],[8.912,41.997],[8.918,41.995],[8.929,41.992],[8.935,41.992],[8.938,41.99],[8.941,41.991],[8.947,41.989],[8.953,41.993],[8.958,41.994],[8.962,41.998],[8.967,42.001],[8.969,42.003],[8.971,42.003],[8.974,42.005],[8.976,42.006],[8.978,42.01],[8.973,42.013],[8.972,42.015],[8.969,42.017],[8.965,42.018],[8.963,42.02],[8.961,42.019],[8.956,42.021],[8.953,42.02],[8.951,42.018],[8.944,42.016],[8.939,42.014],[8.926,42.015],[8.924,42.016],[8.921,42.015],[8.914,42.018],[8.91,42.017],[8.907,42.015],[8.903,42.016],[8.901,42.018],[8.899,42.017],[8.893,42.017],[8.889,42.015],[8.888,42.012],[8.884,42.01],[8.882,42.014],[8.876,42.015],[8.871,42.012],[8.869,42.015],[8.867,42.015],[8.865,42.014],[8.864,42.011],[8.861,42.008],[8.857,42.007],[8.856,42.005],[8.852,42.004],[8.85,42.002],[8.848,41.996],[8.842,41.996],[8.845,41.991],[8.842,41.985],[8.843,41.982]]]},"properties":{"NOM_COM_M":"PERI","INSEE_COM":"2A209","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.947,41.989],[8.947,41.987],[8.944,41.985],[8.944,41.983],[8.945,41.978],[8.947,41.976],[8.951,41.975],[8.949,41.972],[8.949,41.969],[8.95,41.965],[8.949,41.962],[8.947,41.96],[8.951,41.952],[8.953,41.951],[8.952,41.947],[8.948,41.947],[8.948,41.941],[8.946,41.939],[8.94,41.939],[8.937,41.936],[8.931,41.936],[8.93,41.934],[8.933,41.934],[8.935,41.932],[8.939,41.931],[8.943,41.933],[8.949,41.932],[8.95,41.931],[8.954,41.932],[8.957,41.932],[8.959,41.931],[8.963,41.932],[8.967,41.938],[8.974,41.938],[8.973,41.94],[8.974,41.942],[8.977,41.942],[8.979,41.944],[8.982,41.944],[8.984,41.949],[8.984,41.953],[8.982,41.956],[8.983,41.958],[8.987,41.961],[8.993,41.962],[8.996,41.964],[8.996,41.966],[8.993,41.968],[8.995,41.97],[8.998,41.971],[8.999,41.975],[9.001,41.978],[9.004,41.978],[9.005,41.981],[9.003,41.984],[9,41.985],[9,41.988],[8.998,41.989],[8.995,41.992],[8.993,41.995],[8.989,41.997],[8.984,41.997],[8.983,41.996],[8.975,41.998],[8.974,42],[8.974,42.005],[8.971,42.003],[8.969,42.003],[8.967,42.001],[8.962,41.998],[8.958,41.994],[8.953,41.993],[8.947,41.989]]]},"properties":{"NOM_COM_M":"TOLLA","INSEE_COM":"2A326","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.808,42.009],[8.804,42.008],[8.799,42.005],[8.794,42.005],[8.791,42.006],[8.792,42.008],[8.784,42.006],[8.78,42.003],[8.778,42],[8.78,41.998],[8.783,41.998],[8.781,41.991],[8.782,41.989],[8.785,41.989],[8.788,41.987],[8.788,41.982],[8.789,41.979],[8.789,41.974],[8.787,41.972],[8.788,41.969],[8.79,41.966],[8.788,41.963],[8.789,41.961],[8.787,41.959],[8.788,41.957],[8.785,41.955],[8.785,41.953],[8.789,41.953],[8.805,41.959],[8.81,41.962],[8.804,41.966],[8.807,41.969],[8.808,41.973],[8.813,41.977],[8.816,41.981],[8.816,41.985],[8.815,41.991],[8.813,41.994],[8.815,41.995],[8.814,41.998],[8.816,42],[8.811,42],[8.811,42.003],[8.809,42.005],[8.808,42.009]]]},"properties":{"NOM_COM_M":"AFA","INSEE_COM":"2A001","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.803,42.013],[8.802,42.017],[8.8,42.017],[8.796,42.024],[8.789,42.022],[8.786,42.02],[8.774,42.02],[8.769,42.021],[8.762,42.02],[8.757,42.021],[8.75,42.021],[8.747,42.02],[8.745,42.018],[8.739,42.019],[8.736,42.019],[8.734,42.022],[8.732,42.023],[8.729,42.023],[8.722,42.02],[8.715,42.019],[8.702,42.019],[8.696,42.015],[8.69,42.013],[8.682,42.011],[8.68,42.009],[8.678,42.009],[8.674,42.007],[8.674,42.005],[8.67,42.005],[8.665,42.004],[8.657,42.004],[8.655,42.002],[8.656,41.998],[8.658,41.996],[8.658,41.993],[8.66,41.992],[8.665,41.993],[8.668,41.993],[8.669,41.99],[8.677,41.988],[8.679,41.989],[8.682,41.988],[8.685,41.985],[8.689,41.985],[8.696,41.988],[8.703,41.988],[8.707,41.99],[8.712,41.99],[8.714,41.989],[8.721,41.993],[8.725,41.993],[8.731,41.994],[8.734,41.993],[8.737,41.994],[8.742,41.994],[8.75,41.993],[8.753,41.989],[8.768,41.989],[8.77,41.99],[8.775,41.986],[8.777,41.983],[8.779,41.982],[8.782,41.975],[8.781,41.971],[8.788,41.969],[8.787,41.972],[8.789,41.974],[8.789,41.979],[8.788,41.982],[8.788,41.987],[8.785,41.989],[8.782,41.989],[8.781,41.991],[8.783,41.998],[8.78,41.998],[8.778,42],[8.78,42.003],[8.784,42.006],[8.792,42.008],[8.791,42.006],[8.794,42.005],[8.799,42.005],[8.804,42.008],[8.808,42.009],[8.803,42.013]]]},"properties":{"NOM_COM_M":"APPIETTO","INSEE_COM":"2A017","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.825,42.039],[8.823,42.039],[8.819,42.042],[8.812,42.045],[8.809,42.049],[8.807,42.049],[8.799,42.051],[8.797,42.05],[8.795,42.051],[8.791,42.05],[8.787,42.051],[8.788,42.054],[8.791,42.055],[8.784,42.056],[8.77,42.056],[8.766,42.054],[8.761,42.055],[8.754,42.057],[8.755,42.061],[8.754,42.063],[8.75,42.063],[8.749,42.06],[8.744,42.059],[8.744,42.057],[8.746,42.057],[8.75,42.054],[8.754,42.053],[8.755,42.049],[8.764,42.049],[8.767,42.047],[8.776,42.045],[8.778,42.046],[8.78,42.042],[8.78,42.036],[8.785,42.037],[8.79,42.035],[8.798,42.034],[8.799,42.032],[8.804,42.03],[8.806,42.028],[8.809,42.027],[8.813,42.029],[8.815,42.031],[8.816,42.035],[8.823,42.037],[8.825,42.039]]]},"properties":{"NOM_COM_M":"SANT ANDREA D ORCINO","INSEE_COM":"2A295","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.014,41.897],[9.011,41.896],[9.005,41.896],[8.988,41.9],[8.985,41.892],[8.993,41.887],[8.997,41.882],[9,41.881],[9.003,41.882],[9.005,41.884],[9.009,41.882],[9.016,41.887],[9.014,41.891],[9.014,41.897]]]},"properties":{"NOM_COM_M":"CAMPO","INSEE_COM":"2A056","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.838,41.912],[8.833,41.914],[8.823,41.912],[8.822,41.91],[8.819,41.909],[8.819,41.907],[8.823,41.907],[8.827,41.906],[8.83,41.904],[8.833,41.898],[8.834,41.895],[8.833,41.893],[8.837,41.888],[8.844,41.886],[8.847,41.888],[8.854,41.889],[8.861,41.889],[8.861,41.892],[8.86,41.894],[8.867,41.893],[8.882,41.889],[8.891,41.886],[8.897,41.888],[8.898,41.89],[8.901,41.89],[8.902,41.893],[8.906,41.892],[8.909,41.892],[8.912,41.891],[8.917,41.893],[8.92,41.896],[8.923,41.897],[8.927,41.897],[8.929,41.895],[8.932,41.89],[8.934,41.889],[8.948,41.895],[8.946,41.9],[8.952,41.904],[8.952,41.912],[8.953,41.915],[8.95,41.918],[8.951,41.921],[8.941,41.921],[8.933,41.92],[8.932,41.919],[8.928,41.92],[8.919,41.918],[8.912,41.92],[8.911,41.919],[8.907,41.919],[8.905,41.92],[8.903,41.919],[8.897,41.921],[8.893,41.919],[8.887,41.919],[8.882,41.918],[8.877,41.916],[8.874,41.916],[8.867,41.912],[8.855,41.907],[8.849,41.903],[8.845,41.905],[8.843,41.905],[8.84,41.907],[8.838,41.912]]]},"properties":{"NOM_COM_M":"CAURO","INSEE_COM":"2A085","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.669,41.99],[8.67,41.987],[8.67,41.984],[8.669,41.982],[8.673,41.978],[8.679,41.978],[8.683,41.975],[8.687,41.975],[8.69,41.974],[8.689,41.971],[8.693,41.968],[8.694,41.966],[8.694,41.963],[8.696,41.959],[8.701,41.953],[8.704,41.947],[8.707,41.946],[8.711,41.947],[8.71,41.949],[8.711,41.951],[8.715,41.951],[8.716,41.949],[8.72,41.948],[8.72,41.95],[8.718,41.952],[8.72,41.955],[8.723,41.958],[8.726,41.958],[8.726,41.96],[8.729,41.96],[8.732,41.959],[8.738,41.959],[8.739,41.957],[8.743,41.958],[8.742,41.961],[8.748,41.961],[8.751,41.96],[8.752,41.958],[8.756,41.956],[8.758,41.957],[8.767,41.957],[8.769,41.958],[8.768,41.96],[8.769,41.962],[8.775,41.961],[8.782,41.959],[8.785,41.955],[8.788,41.957],[8.787,41.959],[8.789,41.961],[8.788,41.963],[8.79,41.966],[8.788,41.969],[8.781,41.971],[8.782,41.975],[8.779,41.982],[8.777,41.983],[8.775,41.986],[8.77,41.99],[8.768,41.989],[8.753,41.989],[8.75,41.993],[8.742,41.994],[8.737,41.994],[8.734,41.993],[8.731,41.994],[8.725,41.993],[8.721,41.993],[8.714,41.989],[8.712,41.99],[8.707,41.99],[8.703,41.988],[8.696,41.988],[8.689,41.985],[8.685,41.985],[8.682,41.988],[8.679,41.989],[8.677,41.988],[8.669,41.99]]]},"properties":{"NOM_COM_M":"ALATA","INSEE_COM":"2A006","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.963,42.02],[8.967,42.023],[8.965,42.027],[8.962,42.031],[8.964,42.034],[8.963,42.037],[8.96,42.039],[8.96,42.042],[8.959,42.046],[8.956,42.047],[8.954,42.051],[8.947,42.055],[8.944,42.05],[8.939,42.049],[8.936,42.047],[8.933,42.046],[8.931,42.044],[8.927,42.042],[8.923,42.043],[8.919,42.041],[8.918,42.038],[8.918,42.034],[8.915,42.032],[8.915,42.029],[8.911,42.028],[8.909,42.025],[8.907,42.026],[8.905,42.026],[8.903,42.023],[8.9,42.021],[8.898,42.021],[8.893,42.017],[8.899,42.017],[8.901,42.018],[8.903,42.016],[8.907,42.015],[8.91,42.017],[8.914,42.018],[8.921,42.015],[8.924,42.016],[8.926,42.015],[8.939,42.014],[8.944,42.016],[8.951,42.018],[8.953,42.02],[8.956,42.021],[8.961,42.019],[8.963,42.02]]]},"properties":{"NOM_COM_M":"CARBUCCIA","INSEE_COM":"2A062","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.004,41.826],[9.007,41.829],[9.008,41.831],[9.01,41.832],[9.01,41.834],[9.007,41.834],[9.004,41.835],[9.006,41.839],[9.004,41.844],[9.005,41.846],[9.003,41.849],[8.999,41.853],[8.997,41.852],[8.995,41.855],[8.996,41.859],[8.998,41.859],[8.999,41.863],[8.996,41.862],[8.993,41.863],[8.99,41.861],[8.989,41.859],[8.983,41.857],[8.982,41.854],[8.98,41.854],[8.978,41.85],[8.974,41.849],[8.975,41.847],[8.978,41.847],[8.979,41.845],[8.976,41.844],[8.974,41.842],[8.972,41.842],[8.971,41.84],[8.969,41.841],[8.967,41.839],[8.967,41.836],[8.964,41.837],[8.963,41.836],[8.964,41.833],[8.963,41.831],[8.964,41.829],[8.963,41.827],[8.96,41.825],[8.959,41.82],[8.957,41.815],[8.958,41.813],[8.957,41.811],[8.962,41.809],[8.963,41.811],[8.961,41.814],[8.965,41.815],[8.967,41.814],[8.967,41.812],[8.974,41.811],[8.98,41.819],[8.981,41.822],[8.984,41.822],[8.99,41.82],[8.992,41.82],[8.999,41.824],[9.001,41.827],[9.004,41.826]]]},"properties":{"NOM_COM_M":"ZIGLIARA","INSEE_COM":"2A360","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.94,42.237],[8.934,42.232],[8.928,42.232],[8.922,42.23],[8.919,42.228],[8.914,42.227],[8.908,42.227],[8.901,42.224],[8.899,42.224],[8.894,42.222],[8.891,42.218],[8.892,42.216],[8.889,42.213],[8.885,42.204],[8.886,42.201],[8.882,42.194],[8.883,42.189],[8.882,42.187],[8.884,42.181],[8.884,42.177],[8.891,42.176],[8.892,42.177],[8.897,42.179],[8.902,42.18],[8.907,42.182],[8.908,42.181],[8.916,42.182],[8.919,42.181],[8.924,42.181],[8.922,42.189],[8.923,42.192],[8.925,42.194],[8.932,42.198],[8.938,42.204],[8.945,42.206],[8.946,42.208],[8.951,42.209],[8.954,42.212],[8.959,42.213],[8.967,42.217],[8.969,42.217],[8.98,42.224],[8.977,42.228],[8.977,42.231],[8.973,42.233],[8.972,42.232],[8.968,42.233],[8.957,42.233],[8.955,42.234],[8.952,42.233],[8.945,42.234],[8.943,42.236],[8.94,42.237]]]},"properties":{"NOM_COM_M":"SOCCIA","INSEE_COM":"2A282","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.377,42.911],[9.372,42.915],[9.37,42.916],[9.363,42.918],[9.359,42.921],[9.36,42.923],[9.357,42.923],[9.355,42.921],[9.355,42.918],[9.354,42.916],[9.351,42.916],[9.349,42.913],[9.344,42.911],[9.341,42.909],[9.338,42.909],[9.336,42.907],[9.334,42.907],[9.332,42.905],[9.326,42.901],[9.331,42.898],[9.336,42.897],[9.34,42.898],[9.343,42.895],[9.35,42.892],[9.358,42.889],[9.361,42.89],[9.361,42.893],[9.363,42.897],[9.365,42.899],[9.365,42.901],[9.369,42.903],[9.373,42.906],[9.374,42.908],[9.377,42.911]]]},"properties":{"NOM_COM_M":"PINO","INSEE_COM":"2B233","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.416,42.796],[9.418,42.789],[9.42,42.785],[9.416,42.781],[9.414,42.774],[9.415,42.773],[9.417,42.771],[9.418,42.767],[9.425,42.765],[9.427,42.764],[9.435,42.762],[9.437,42.76],[9.442,42.757],[9.446,42.756],[9.451,42.754],[9.458,42.754],[9.461,42.755],[9.465,42.755],[9.468,42.753],[9.466,42.758],[9.469,42.766],[9.474,42.773],[9.476,42.774],[9.479,42.778],[9.479,42.781],[9.482,42.781],[9.484,42.783],[9.484,42.787],[9.487,42.788],[9.487,42.79],[9.489,42.793],[9.491,42.798],[9.469,42.802],[9.464,42.8],[9.461,42.798],[9.449,42.799],[9.441,42.797],[9.434,42.796],[9.416,42.796]]]},"properties":{"NOM_COM_M":"BRANDO","INSEE_COM":"2B043","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.922,42.492],[8.922,42.488],[8.924,42.486],[8.924,42.483],[8.918,42.477],[8.917,42.474],[8.914,42.472],[8.916,42.47],[8.917,42.467],[8.928,42.472],[8.933,42.472],[8.936,42.471],[8.938,42.472],[8.945,42.472],[8.953,42.477],[8.953,42.478],[8.959,42.481],[8.962,42.482],[8.966,42.482],[8.97,42.485],[8.972,42.485],[8.975,42.488],[8.977,42.488],[8.984,42.492],[8.986,42.491],[8.988,42.493],[8.991,42.494],[8.994,42.494],[8.994,42.496],[8.999,42.498],[9,42.501],[9.003,42.503],[9.006,42.503],[9.008,42.505],[9.014,42.508],[9.021,42.51],[9.018,42.514],[9.015,42.521],[9.011,42.523],[9.009,42.527],[9.006,42.528],[9.001,42.524],[9,42.521],[9.002,42.517],[8.997,42.516],[8.995,42.517],[8.993,42.516],[8.991,42.517],[8.989,42.516],[8.984,42.517],[8.984,42.515],[8.989,42.511],[8.992,42.508],[8.988,42.508],[8.977,42.504],[8.972,42.505],[8.962,42.506],[8.957,42.506],[8.954,42.505],[8.951,42.505],[8.945,42.503],[8.941,42.498],[8.934,42.496],[8.931,42.492],[8.927,42.491],[8.922,42.492]]]},"properties":{"NOM_COM_M":"MAUSOLEO","INSEE_COM":"2B156","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.978,42.392],[8.98,42.39],[8.989,42.388],[8.994,42.384],[8.997,42.383],[9.001,42.379],[9.005,42.378],[9.01,42.378],[9.014,42.373],[9.019,42.371],[9.019,42.37],[9.016,42.364],[9.018,42.362],[9.017,42.36],[9.018,42.357],[9.021,42.356],[9.025,42.353],[9.029,42.351],[9.03,42.348],[9.034,42.346],[9.034,42.345],[9.04,42.335],[9.049,42.332],[9.049,42.33],[9.053,42.328],[9.061,42.326],[9.066,42.323],[9.069,42.319],[9.076,42.314],[9.085,42.308],[9.086,42.312],[9.09,42.317],[9.094,42.32],[9.093,42.323],[9.092,42.325],[9.092,42.329],[9.094,42.331],[9.094,42.333],[9.097,42.334],[9.098,42.336],[9.098,42.337],[9.094,42.339],[9.093,42.338],[9.088,42.346],[9.083,42.349],[9.086,42.353],[9.086,42.356],[9.091,42.363],[9.096,42.366],[9.098,42.369],[9.104,42.372],[9.107,42.379],[9.11,42.383],[9.11,42.385],[9.112,42.388],[9.107,42.388],[9.101,42.387],[9.098,42.386],[9.092,42.389],[9.093,42.39],[9.088,42.4],[9.088,42.402],[9.084,42.404],[9.081,42.404],[9.08,42.408],[9.078,42.409],[9.077,42.412],[9.074,42.417],[9.071,42.417],[9.066,42.413],[9.058,42.413],[9.056,42.412],[9.055,42.409],[9.053,42.407],[9.049,42.405],[9.048,42.401],[9.041,42.399],[9.037,42.399],[9.033,42.398],[9.027,42.399],[9.019,42.399],[9.01,42.395],[9.007,42.395],[9.003,42.399],[8.995,42.4],[8.988,42.402],[8.985,42.398],[8.98,42.396],[8.978,42.392]]]},"properties":{"NOM_COM_M":"CORSCIA","INSEE_COM":"2B095","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.698,42.229],[8.7,42.227],[8.703,42.227],[8.708,42.224],[8.721,42.224],[8.722,42.219],[8.727,42.216],[8.736,42.218],[8.74,42.22],[8.74,42.221],[8.746,42.225],[8.749,42.229],[8.752,42.23],[8.752,42.234],[8.754,42.24],[8.754,42.243],[8.756,42.246],[8.756,42.248],[8.764,42.251],[8.768,42.252],[8.774,42.254],[8.777,42.258],[8.782,42.261],[8.784,42.264],[8.784,42.267],[8.782,42.268],[8.781,42.271],[8.776,42.276],[8.777,42.278],[8.775,42.281],[8.779,42.282],[8.781,42.285],[8.777,42.285],[8.775,42.286],[8.774,42.289],[8.767,42.291],[8.764,42.288],[8.759,42.285],[8.756,42.282],[8.755,42.28],[8.751,42.279],[8.741,42.279],[8.739,42.28],[8.737,42.279],[8.735,42.28],[8.73,42.278],[8.725,42.278],[8.721,42.277],[8.719,42.278],[8.715,42.278],[8.698,42.274],[8.694,42.275],[8.691,42.275],[8.689,42.273],[8.689,42.271],[8.692,42.271],[8.692,42.266],[8.689,42.263],[8.689,42.261],[8.693,42.257],[8.692,42.254],[8.688,42.252],[8.689,42.25],[8.688,42.247],[8.696,42.245],[8.701,42.242],[8.699,42.241],[8.699,42.238],[8.698,42.236],[8.7,42.232],[8.698,42.229]]]},"properties":{"NOM_COM_M":"OTA","INSEE_COM":"2A198","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.887,42.148],[8.884,42.148],[8.874,42.158],[8.876,42.164],[8.878,42.165],[8.878,42.175],[8.88,42.178],[8.878,42.179],[8.87,42.179],[8.865,42.18],[8.857,42.18],[8.852,42.178],[8.846,42.178],[8.841,42.176],[8.834,42.178],[8.828,42.179],[8.825,42.176],[8.82,42.176],[8.821,42.17],[8.818,42.167],[8.818,42.164],[8.816,42.164],[8.811,42.158],[8.812,42.155],[8.813,42.153],[8.818,42.149],[8.821,42.145],[8.825,42.142],[8.828,42.141],[8.825,42.139],[8.822,42.14],[8.82,42.135],[8.824,42.132],[8.827,42.133],[8.831,42.133],[8.835,42.131],[8.836,42.133],[8.836,42.137],[8.837,42.139],[8.844,42.139],[8.845,42.14],[8.857,42.142],[8.861,42.141],[8.869,42.144],[8.87,42.145],[8.875,42.146],[8.885,42.146],[8.887,42.148]]]},"properties":{"NOM_COM_M":"MURZO","INSEE_COM":"2A174","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.951,41.921],[8.954,41.924],[8.95,41.931],[8.949,41.932],[8.943,41.933],[8.939,41.931],[8.935,41.932],[8.933,41.934],[8.93,41.934],[8.927,41.936],[8.923,41.936],[8.92,41.935],[8.917,41.932],[8.912,41.933],[8.91,41.936],[8.904,41.938],[8.901,41.937],[8.895,41.931],[8.89,41.929],[8.889,41.93],[8.885,41.93],[8.874,41.933],[8.872,41.933],[8.871,41.929],[8.867,41.928],[8.864,41.926],[8.861,41.924],[8.859,41.924],[8.855,41.921],[8.851,41.92],[8.848,41.918],[8.843,41.917],[8.841,41.914],[8.838,41.912],[8.84,41.907],[8.843,41.905],[8.845,41.905],[8.849,41.903],[8.855,41.907],[8.867,41.912],[8.874,41.916],[8.877,41.916],[8.882,41.918],[8.887,41.919],[8.893,41.919],[8.897,41.921],[8.903,41.919],[8.905,41.92],[8.907,41.919],[8.911,41.919],[8.912,41.92],[8.919,41.918],[8.928,41.92],[8.932,41.919],[8.933,41.92],[8.941,41.921],[8.951,41.921]]]},"properties":{"NOM_COM_M":"ECCICA SUARELLA","INSEE_COM":"2A104","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.038,42.574],[9.041,42.575],[9.04,42.577],[9.038,42.577],[9.034,42.584],[9.03,42.585],[9.03,42.589],[9.027,42.593],[9.028,42.596],[9.025,42.598],[9.026,42.603],[9.02,42.609],[9.019,42.608],[9.016,42.611],[9.016,42.616],[9.019,42.62],[9.02,42.623],[9.023,42.626],[9.022,42.628],[9.025,42.631],[9.022,42.633],[9.021,42.635],[9.021,42.639],[9.018,42.642],[9.011,42.64],[9.007,42.64],[9.008,42.642],[9.004,42.643],[9,42.642],[9,42.639],[8.999,42.634],[9,42.625],[8.998,42.614],[9.001,42.609],[9.001,42.605],[9.002,42.599],[9.003,42.597],[9.006,42.595],[9.005,42.591],[9.006,42.589],[9.01,42.585],[9.01,42.582],[9.013,42.579],[9.019,42.576],[9.023,42.575],[9.027,42.576],[9.033,42.576],[9.038,42.574]]]},"properties":{"NOM_COM_M":"BELGODERE","INSEE_COM":"2B034","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.924,42.626],[8.931,42.623],[8.935,42.622],[8.935,42.624],[8.939,42.625],[8.943,42.629],[8.95,42.632],[8.948,42.634],[8.943,42.634],[8.939,42.635],[8.935,42.639],[8.93,42.637],[8.924,42.638],[8.924,42.635],[8.923,42.631],[8.924,42.626]]]},"properties":{"NOM_COM_M":"ILE ROUSSE","INSEE_COM":"2B134","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.916,42.569],[8.917,42.571],[8.919,42.575],[8.914,42.575],[8.912,42.574],[8.905,42.574],[8.907,42.576],[8.901,42.576],[8.899,42.574],[8.896,42.574],[8.891,42.573],[8.886,42.576],[8.884,42.576],[8.885,42.572],[8.883,42.57],[8.879,42.568],[8.875,42.565],[8.877,42.561],[8.88,42.56],[8.887,42.565],[8.894,42.567],[8.897,42.567],[8.897,42.564],[8.902,42.565],[8.907,42.565],[8.913,42.567],[8.916,42.569]]]},"properties":{"NOM_COM_M":"CATERI","INSEE_COM":"2B084","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.952,42.573],[8.949,42.574],[8.948,42.576],[8.951,42.58],[8.95,42.583],[8.948,42.585],[8.949,42.587],[8.942,42.584],[8.933,42.584],[8.929,42.582],[8.925,42.581],[8.92,42.577],[8.919,42.575],[8.917,42.571],[8.92,42.568],[8.927,42.558],[8.931,42.553],[8.928,42.548],[8.925,42.546],[8.922,42.545],[8.923,42.543],[8.922,42.541],[8.924,42.539],[8.924,42.537],[8.928,42.536],[8.934,42.531],[8.935,42.528],[8.933,42.526],[8.933,42.523],[8.932,42.52],[8.935,42.517],[8.939,42.517],[8.94,42.516],[8.956,42.516],[8.96,42.518],[8.964,42.519],[8.964,42.525],[8.966,42.528],[8.966,42.531],[8.961,42.533],[8.959,42.535],[8.953,42.537],[8.949,42.54],[8.946,42.54],[8.944,42.544],[8.944,42.547],[8.942,42.55],[8.942,42.553],[8.943,42.555],[8.947,42.558],[8.943,42.561],[8.943,42.564],[8.947,42.565],[8.947,42.568],[8.949,42.569],[8.952,42.573]]]},"properties":{"NOM_COM_M":"FELICETO","INSEE_COM":"2B112","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.925,42.581],[8.923,42.585],[8.921,42.586],[8.915,42.587],[8.914,42.593],[8.917,42.598],[8.914,42.596],[8.905,42.594],[8.903,42.593],[8.9,42.595],[8.897,42.594],[8.895,42.595],[8.894,42.593],[8.895,42.591],[8.895,42.588],[8.896,42.585],[8.9,42.576],[8.899,42.574],[8.901,42.576],[8.907,42.576],[8.905,42.574],[8.912,42.574],[8.914,42.575],[8.919,42.575],[8.92,42.577],[8.925,42.581]]]},"properties":{"NOM_COM_M":"SANT ANTONINO","INSEE_COM":"2B296","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.797,42.187],[8.799,42.194],[8.796,42.201],[8.792,42.204],[8.794,42.207],[8.792,42.207],[8.781,42.204],[8.772,42.203],[8.768,42.201],[8.762,42.199],[8.759,42.195],[8.755,42.2],[8.758,42.202],[8.757,42.205],[8.755,42.206],[8.751,42.205],[8.748,42.207],[8.734,42.209],[8.72,42.209],[8.718,42.207],[8.717,42.203],[8.718,42.201],[8.718,42.198],[8.715,42.198],[8.713,42.195],[8.709,42.195],[8.706,42.193],[8.705,42.191],[8.702,42.189],[8.703,42.185],[8.705,42.184],[8.71,42.183],[8.714,42.18],[8.718,42.176],[8.721,42.174],[8.723,42.175],[8.732,42.172],[8.737,42.171],[8.745,42.172],[8.752,42.167],[8.753,42.168],[8.757,42.167],[8.761,42.168],[8.763,42.166],[8.765,42.166],[8.767,42.163],[8.769,42.164],[8.772,42.162],[8.776,42.162],[8.781,42.167],[8.784,42.166],[8.787,42.169],[8.787,42.171],[8.792,42.176],[8.796,42.181],[8.795,42.183],[8.797,42.187]]]},"properties":{"NOM_COM_M":"BALOGNA","INSEE_COM":"2A028","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.843,42.509],[8.842,42.513],[8.839,42.517],[8.838,42.52],[8.834,42.519],[8.828,42.515],[8.821,42.515],[8.821,42.512],[8.817,42.509],[8.814,42.509],[8.808,42.512],[8.805,42.511],[8.801,42.514],[8.8,42.513],[8.8,42.506],[8.801,42.502],[8.801,42.497],[8.802,42.492],[8.805,42.487],[8.809,42.485],[8.815,42.491],[8.822,42.494],[8.829,42.495],[8.83,42.497],[8.833,42.5],[8.835,42.505],[8.839,42.505],[8.84,42.504],[8.843,42.509]]]},"properties":{"NOM_COM_M":"MONCALE","INSEE_COM":"2B165","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.062,42.694],[9.059,42.695],[9.057,42.692],[9.058,42.69],[9.058,42.685],[9.06,42.684],[9.054,42.682],[9.055,42.678],[9.055,42.674],[9.06,42.671],[9.057,42.669],[9.062,42.665],[9.06,42.661],[9.053,42.658],[9.047,42.656],[9.046,42.655],[9.04,42.653],[9.038,42.653],[9.036,42.655],[9.028,42.652],[9.023,42.646],[9.018,42.642],[9.021,42.639],[9.021,42.635],[9.022,42.633],[9.025,42.631],[9.022,42.628],[9.023,42.626],[9.02,42.623],[9.019,42.62],[9.016,42.616],[9.016,42.611],[9.019,42.608],[9.02,42.609],[9.026,42.603],[9.025,42.598],[9.028,42.596],[9.027,42.593],[9.03,42.589],[9.03,42.585],[9.034,42.584],[9.038,42.577],[9.04,42.577],[9.041,42.575],[9.043,42.576],[9.047,42.576],[9.051,42.578],[9.053,42.58],[9.057,42.58],[9.06,42.579],[9.062,42.581],[9.068,42.579],[9.07,42.58],[9.074,42.579],[9.071,42.583],[9.07,42.587],[9.072,42.594],[9.072,42.596],[9.074,42.598],[9.074,42.601],[9.076,42.601],[9.079,42.604],[9.075,42.606],[9.075,42.609],[9.077,42.611],[9.077,42.616],[9.08,42.618],[9.085,42.619],[9.09,42.629],[9.09,42.635],[9.088,42.637],[9.089,42.64],[9.093,42.641],[9.094,42.644],[9.096,42.646],[9.096,42.648],[9.103,42.653],[9.106,42.656],[9.104,42.657],[9.1,42.656],[9.097,42.659],[9.093,42.66],[9.092,42.663],[9.089,42.666],[9.09,42.669],[9.086,42.672],[9.085,42.676],[9.083,42.679],[9.071,42.685],[9.066,42.686],[9.062,42.694]]]},"properties":{"NOM_COM_M":"PALASCA","INSEE_COM":"2B199","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.895,42.595],[8.897,42.594],[8.9,42.595],[8.903,42.593],[8.905,42.594],[8.914,42.596],[8.917,42.598],[8.919,42.602],[8.909,42.602],[8.906,42.6],[8.899,42.603],[8.89,42.605],[8.883,42.608],[8.881,42.607],[8.881,42.604],[8.886,42.603],[8.885,42.601],[8.887,42.599],[8.891,42.599],[8.89,42.597],[8.892,42.595],[8.895,42.595]]]},"properties":{"NOM_COM_M":"PIGNA","INSEE_COM":"2B231","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.882,42.272],[8.878,42.269],[8.875,42.268],[8.869,42.264],[8.862,42.264],[8.861,42.261],[8.858,42.26],[8.854,42.256],[8.852,42.256],[8.845,42.254],[8.837,42.253],[8.833,42.252],[8.826,42.245],[8.827,42.243],[8.826,42.24],[8.823,42.241],[8.82,42.239],[8.814,42.239],[8.811,42.236],[8.81,42.233],[8.81,42.23],[8.813,42.229],[8.816,42.229],[8.819,42.226],[8.819,42.222],[8.824,42.222],[8.826,42.224],[8.832,42.223],[8.834,42.222],[8.849,42.22],[8.854,42.223],[8.864,42.225],[8.867,42.23],[8.87,42.233],[8.87,42.236],[8.871,42.239],[8.88,42.246],[8.882,42.247],[8.887,42.247],[8.894,42.251],[8.897,42.251],[8.901,42.253],[8.905,42.254],[8.899,42.259],[8.893,42.263],[8.889,42.267],[8.883,42.27],[8.882,42.272]]]},"properties":{"NOM_COM_M":"CRISTINACCE","INSEE_COM":"2A100","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.907,42.538],[8.899,42.536],[8.889,42.533],[8.888,42.531],[8.882,42.531],[8.88,42.529],[8.874,42.527],[8.872,42.525],[8.864,42.524],[8.858,42.524],[8.865,42.52],[8.869,42.52],[8.869,42.518],[8.871,42.516],[8.874,42.517],[8.882,42.511],[8.886,42.513],[8.894,42.509],[8.899,42.505],[8.908,42.503],[8.915,42.501],[8.919,42.498],[8.922,42.501],[8.924,42.504],[8.928,42.507],[8.931,42.51],[8.938,42.513],[8.94,42.516],[8.939,42.517],[8.935,42.517],[8.932,42.52],[8.926,42.524],[8.918,42.527],[8.916,42.53],[8.916,42.534],[8.913,42.535],[8.907,42.538]]]},"properties":{"NOM_COM_M":"ZILIA","INSEE_COM":"2B361","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.87,42.049],[8.869,42.044],[8.87,42.04],[8.867,42.037],[8.865,42.031],[8.867,42.026],[8.87,42.024],[8.869,42.022],[8.87,42.02],[8.867,42.015],[8.869,42.015],[8.871,42.012],[8.876,42.015],[8.882,42.014],[8.884,42.01],[8.888,42.012],[8.889,42.015],[8.893,42.017],[8.898,42.021],[8.9,42.021],[8.903,42.023],[8.905,42.026],[8.907,42.026],[8.909,42.03],[8.908,42.031],[8.91,42.036],[8.908,42.039],[8.905,42.039],[8.902,42.041],[8.901,42.039],[8.895,42.043],[8.894,42.045],[8.89,42.046],[8.887,42.048],[8.882,42.05],[8.881,42.052],[8.877,42.056],[8.876,42.054],[8.87,42.049]]]},"properties":{"NOM_COM_M":"TAVACO","INSEE_COM":"2A323","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.877,42.561],[8.875,42.565],[8.879,42.568],[8.883,42.57],[8.885,42.572],[8.884,42.576],[8.881,42.576],[8.88,42.578],[8.877,42.577],[8.873,42.578],[8.868,42.582],[8.863,42.583],[8.86,42.583],[8.857,42.584],[8.855,42.589],[8.853,42.591],[8.85,42.589],[8.847,42.584],[8.844,42.582],[8.84,42.581],[8.84,42.579],[8.842,42.578],[8.841,42.576],[8.845,42.574],[8.843,42.572],[8.847,42.569],[8.85,42.565],[8.85,42.564],[8.855,42.562],[8.861,42.561],[8.868,42.562],[8.871,42.564],[8.872,42.562],[8.877,42.561]]]},"properties":{"NOM_COM_M":"LAVATOGGIO","INSEE_COM":"2B138","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.881,42.607],[8.876,42.61],[8.876,42.615],[8.872,42.61],[8.867,42.608],[8.871,42.605],[8.868,42.604],[8.867,42.602],[8.864,42.601],[8.86,42.602],[8.86,42.6],[8.856,42.598],[8.854,42.597],[8.853,42.591],[8.855,42.589],[8.857,42.584],[8.86,42.583],[8.863,42.583],[8.868,42.582],[8.873,42.578],[8.877,42.577],[8.88,42.578],[8.881,42.576],[8.884,42.576],[8.886,42.576],[8.891,42.573],[8.896,42.574],[8.899,42.574],[8.9,42.576],[8.896,42.585],[8.895,42.588],[8.895,42.591],[8.894,42.593],[8.895,42.595],[8.892,42.595],[8.89,42.597],[8.891,42.599],[8.887,42.599],[8.885,42.601],[8.886,42.603],[8.881,42.604],[8.881,42.607]]]},"properties":{"NOM_COM_M":"AREGNO","INSEE_COM":"2B020","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.061,42.504],[9.064,42.505],[9.066,42.504],[9.071,42.505],[9.078,42.507],[9.079,42.512],[9.082,42.52],[9.078,42.529],[9.079,42.531],[9.077,42.533],[9.077,42.535],[9.075,42.538],[9.073,42.536],[9.062,42.533],[9.045,42.533],[9.041,42.535],[9.04,42.533],[9.04,42.523],[9.037,42.523],[9.037,42.52],[9.035,42.519],[9.036,42.516],[9.04,42.512],[9.04,42.505],[9.038,42.498],[9.036,42.495],[9.045,42.497],[9.047,42.499],[9.05,42.499],[9.052,42.498],[9.057,42.5],[9.061,42.504]]]},"properties":{"NOM_COM_M":"VALLICA","INSEE_COM":"2B339","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.85,42.565],[8.847,42.569],[8.843,42.572],[8.845,42.574],[8.841,42.576],[8.842,42.578],[8.84,42.579],[8.84,42.581],[8.844,42.582],[8.847,42.584],[8.85,42.589],[8.853,42.591],[8.854,42.597],[8.856,42.598],[8.851,42.599],[8.851,42.601],[8.847,42.603],[8.85,42.606],[8.848,42.609],[8.843,42.608],[8.842,42.605],[8.832,42.601],[8.829,42.602],[8.827,42.606],[8.823,42.606],[8.82,42.604],[8.817,42.605],[8.815,42.604],[8.809,42.604],[8.802,42.602],[8.805,42.599],[8.808,42.6],[8.81,42.598],[8.811,42.59],[8.805,42.589],[8.802,42.587],[8.802,42.585],[8.799,42.583],[8.802,42.582],[8.803,42.579],[8.805,42.576],[8.805,42.572],[8.804,42.57],[8.797,42.565],[8.801,42.561],[8.802,42.559],[8.805,42.558],[8.805,42.556],[8.81,42.553],[8.812,42.552],[8.817,42.552],[8.823,42.551],[8.827,42.552],[8.827,42.554],[8.829,42.555],[8.834,42.555],[8.841,42.562],[8.847,42.566],[8.85,42.565]]]},"properties":{"NOM_COM_M":"LUMIO","INSEE_COM":"2B150","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.975,42.614],[8.978,42.612],[8.978,42.609],[8.976,42.607],[8.978,42.604],[8.976,42.603],[8.976,42.6],[8.978,42.598],[8.978,42.588],[8.981,42.582],[8.984,42.58],[8.984,42.572],[8.983,42.564],[8.99,42.554],[8.993,42.553],[8.999,42.549],[8.998,42.552],[9.008,42.554],[9.008,42.559],[9.007,42.563],[9.005,42.566],[9.004,42.569],[9.001,42.568],[8.999,42.569],[8.993,42.574],[8.993,42.576],[8.995,42.578],[8.997,42.582],[8.996,42.585],[9,42.585],[8.998,42.592],[8.994,42.594],[8.992,42.601],[8.989,42.61],[8.986,42.614],[8.985,42.62],[8.983,42.618],[8.98,42.618],[8.979,42.616],[8.975,42.614]]]},"properties":{"NOM_COM_M":"VILLE DI PARASO","INSEE_COM":"2B352","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.076,42.314],[9.069,42.319],[9.066,42.323],[9.061,42.326],[9.053,42.328],[9.049,42.33],[9.049,42.332],[9.04,42.335],[9.034,42.345],[9.034,42.346],[9.03,42.348],[9.029,42.351],[9.025,42.353],[9.019,42.347],[9.013,42.343],[9.013,42.341],[9.001,42.336],[8.998,42.334],[8.997,42.331],[8.998,42.329],[8.995,42.328],[8.994,42.324],[8.997,42.324],[9.001,42.325],[9.003,42.324],[9.009,42.326],[9.012,42.322],[9.015,42.322],[9.023,42.312],[9.024,42.309],[9.028,42.302],[9.031,42.303],[9.036,42.306],[9.037,42.304],[9.038,42.297],[9.039,42.296],[9.056,42.305],[9.061,42.306],[9.076,42.314]]]},"properties":{"NOM_COM_M":"CALACUCCIA","INSEE_COM":"2B047","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.917,42.598],[8.914,42.593],[8.915,42.587],[8.921,42.586],[8.923,42.585],[8.925,42.581],[8.929,42.582],[8.933,42.584],[8.942,42.584],[8.949,42.587],[8.949,42.601],[8.952,42.602],[8.951,42.605],[8.949,42.607],[8.945,42.608],[8.941,42.61],[8.942,42.614],[8.94,42.617],[8.935,42.622],[8.931,42.623],[8.924,42.626],[8.923,42.621],[8.92,42.619],[8.919,42.616],[8.917,42.614],[8.917,42.611],[8.914,42.608],[8.917,42.605],[8.919,42.604],[8.919,42.602],[8.917,42.598]]]},"properties":{"NOM_COM_M":"SANTA REPARATA DI BALAGNA","INSEE_COM":"2B316","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.771,42.325],[8.78,42.326],[8.784,42.326],[8.79,42.327],[8.792,42.323],[8.802,42.323],[8.807,42.32],[8.811,42.32],[8.812,42.319],[8.819,42.319],[8.82,42.316],[8.823,42.317],[8.825,42.319],[8.828,42.319],[8.837,42.324],[8.841,42.324],[8.843,42.325],[8.845,42.328],[8.848,42.327],[8.853,42.33],[8.857,42.331],[8.866,42.335],[8.866,42.338],[8.868,42.34],[8.871,42.34],[8.875,42.341],[8.879,42.343],[8.88,42.346],[8.882,42.349],[8.886,42.35],[8.89,42.352],[8.893,42.355],[8.898,42.358],[8.899,42.363],[8.901,42.364],[8.901,42.367],[8.904,42.368],[8.905,42.37],[8.908,42.372],[8.912,42.373],[8.914,42.375],[8.914,42.377],[8.905,42.379],[8.9,42.384],[8.902,42.386],[8.902,42.389],[8.901,42.393],[8.903,42.395],[8.905,42.4],[8.909,42.402],[8.911,42.41],[8.907,42.411],[8.904,42.413],[8.899,42.413],[8.897,42.412],[8.894,42.414],[8.892,42.413],[8.887,42.414],[8.884,42.413],[8.879,42.414],[8.877,42.417],[8.873,42.418],[8.868,42.42],[8.865,42.42],[8.862,42.421],[8.856,42.419],[8.854,42.417],[8.85,42.417],[8.846,42.416],[8.838,42.419],[8.829,42.416],[8.824,42.411],[8.823,42.409],[8.815,42.402],[8.81,42.4],[8.798,42.398],[8.795,42.399],[8.791,42.398],[8.789,42.4],[8.785,42.401],[8.782,42.406],[8.777,42.408],[8.768,42.408],[8.763,42.406],[8.76,42.406],[8.755,42.405],[8.747,42.407],[8.74,42.408],[8.739,42.41],[8.733,42.41],[8.729,42.409],[8.728,42.405],[8.73,42.402],[8.727,42.4],[8.723,42.4],[8.719,42.399],[8.714,42.397],[8.717,42.395],[8.718,42.393],[8.722,42.392],[8.726,42.389],[8.733,42.389],[8.737,42.388],[8.744,42.388],[8.749,42.387],[8.751,42.384],[8.754,42.384],[8.753,42.381],[8.747,42.379],[8.746,42.375],[8.747,42.374],[8.745,42.369],[8.742,42.366],[8.74,42.366],[8.735,42.361],[8.733,42.356],[8.73,42.35],[8.73,42.348],[8.728,42.347],[8.725,42.342],[8.728,42.34],[8.735,42.339],[8.738,42.34],[8.742,42.338],[8.746,42.338],[8.751,42.339],[8.757,42.339],[8.759,42.337],[8.763,42.331],[8.766,42.33],[8.771,42.325]]]},"properties":{"NOM_COM_M":"MANSO","INSEE_COM":"2B153","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.703,42.185],[8.702,42.189],[8.705,42.191],[8.706,42.193],[8.709,42.195],[8.713,42.195],[8.715,42.198],[8.718,42.198],[8.718,42.201],[8.717,42.203],[8.718,42.207],[8.72,42.209],[8.734,42.209],[8.748,42.207],[8.751,42.205],[8.755,42.206],[8.757,42.205],[8.758,42.202],[8.755,42.2],[8.759,42.195],[8.762,42.199],[8.768,42.201],[8.772,42.203],[8.781,42.204],[8.792,42.207],[8.794,42.207],[8.792,42.212],[8.794,42.213],[8.8,42.214],[8.807,42.217],[8.81,42.219],[8.813,42.219],[8.817,42.222],[8.819,42.222],[8.819,42.226],[8.816,42.229],[8.813,42.229],[8.81,42.23],[8.81,42.233],[8.811,42.236],[8.814,42.239],[8.812,42.241],[8.802,42.241],[8.799,42.24],[8.796,42.238],[8.793,42.238],[8.793,42.241],[8.79,42.241],[8.787,42.243],[8.786,42.245],[8.781,42.246],[8.776,42.244],[8.774,42.246],[8.776,42.249],[8.776,42.251],[8.772,42.25],[8.768,42.252],[8.764,42.251],[8.756,42.248],[8.756,42.246],[8.754,42.243],[8.754,42.24],[8.752,42.234],[8.752,42.23],[8.749,42.229],[8.746,42.225],[8.74,42.221],[8.74,42.22],[8.736,42.218],[8.727,42.216],[8.722,42.219],[8.721,42.224],[8.708,42.224],[8.703,42.227],[8.7,42.227],[8.698,42.229],[8.695,42.227],[8.693,42.228],[8.689,42.225],[8.687,42.222],[8.681,42.218],[8.679,42.216],[8.676,42.215],[8.673,42.21],[8.667,42.211],[8.664,42.212],[8.662,42.211],[8.662,42.209],[8.659,42.206],[8.66,42.204],[8.656,42.204],[8.654,42.203],[8.654,42.2],[8.649,42.201],[8.646,42.199],[8.641,42.194],[8.636,42.191],[8.633,42.19],[8.63,42.188],[8.625,42.187],[8.621,42.185],[8.624,42.18],[8.627,42.179],[8.625,42.175],[8.629,42.175],[8.631,42.174],[8.636,42.166],[8.637,42.167],[8.642,42.167],[8.649,42.168],[8.649,42.169],[8.669,42.171],[8.672,42.17],[8.676,42.17],[8.682,42.172],[8.693,42.178],[8.697,42.183],[8.7,42.185],[8.703,42.185]]]},"properties":{"NOM_COM_M":"MARIGNANA","INSEE_COM":"2A154","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.835,42.131],[8.835,42.129],[8.832,42.129],[8.832,42.126],[8.828,42.125],[8.826,42.126],[8.824,42.124],[8.82,42.123],[8.821,42.119],[8.821,42.116],[8.829,42.114],[8.839,42.114],[8.843,42.111],[8.847,42.112],[8.848,42.11],[8.851,42.107],[8.852,42.103],[8.855,42.103],[8.859,42.101],[8.86,42.099],[8.864,42.1],[8.87,42.099],[8.874,42.1],[8.872,42.106],[8.874,42.108],[8.875,42.111],[8.877,42.112],[8.885,42.118],[8.889,42.123],[8.893,42.126],[8.895,42.13],[8.893,42.136],[8.895,42.14],[8.897,42.141],[8.893,42.148],[8.887,42.148],[8.885,42.146],[8.875,42.146],[8.87,42.145],[8.869,42.144],[8.861,42.141],[8.857,42.142],[8.845,42.14],[8.844,42.139],[8.837,42.139],[8.836,42.137],[8.836,42.133],[8.835,42.131]]]},"properties":{"NOM_COM_M":"ROSAZIA","INSEE_COM":"2A262","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.94,42.149],[8.94,42.146],[8.938,42.142],[8.936,42.142],[8.934,42.14],[8.929,42.138],[8.93,42.136],[8.929,42.133],[8.93,42.132],[8.929,42.129],[8.93,42.126],[8.934,42.124],[8.935,42.121],[8.935,42.118],[8.94,42.115],[8.944,42.109],[8.945,42.104],[8.951,42.102],[8.956,42.101],[8.961,42.1],[8.964,42.1],[8.97,42.103],[8.974,42.103],[8.977,42.105],[8.978,42.109],[8.98,42.111],[8.983,42.112],[8.97,42.12],[8.965,42.124],[8.961,42.126],[8.962,42.13],[8.961,42.133],[8.959,42.134],[8.961,42.139],[8.958,42.146],[8.953,42.151],[8.944,42.151],[8.94,42.149]]]},"properties":{"NOM_COM_M":"REZZA","INSEE_COM":"2A259","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.774,42.102],[8.77,42.101],[8.768,42.098],[8.769,42.097],[8.761,42.092],[8.76,42.093],[8.757,42.091],[8.754,42.09],[8.749,42.09],[8.744,42.087],[8.74,42.087],[8.737,42.084],[8.743,42.086],[8.746,42.084],[8.749,42.083],[8.756,42.082],[8.758,42.083],[8.76,42.082],[8.773,42.082],[8.778,42.081],[8.781,42.079],[8.787,42.078],[8.791,42.079],[8.795,42.079],[8.795,42.082],[8.799,42.083],[8.799,42.089],[8.793,42.09],[8.792,42.089],[8.787,42.092],[8.788,42.094],[8.782,42.095],[8.778,42.094],[8.779,42.099],[8.777,42.102],[8.774,42.102]]]},"properties":{"NOM_COM_M":"AMBIEGNA","INSEE_COM":"2A014","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.818,42.192],[8.831,42.195],[8.837,42.196],[8.84,42.198],[8.843,42.199],[8.843,42.201],[8.846,42.204],[8.846,42.214],[8.849,42.217],[8.849,42.22],[8.834,42.222],[8.832,42.223],[8.826,42.224],[8.824,42.222],[8.819,42.222],[8.817,42.222],[8.813,42.219],[8.81,42.219],[8.807,42.217],[8.8,42.214],[8.794,42.213],[8.792,42.212],[8.794,42.207],[8.792,42.204],[8.796,42.201],[8.799,42.194],[8.797,42.187],[8.798,42.188],[8.805,42.188],[8.808,42.19],[8.815,42.19],[8.818,42.192]]]},"properties":{"NOM_COM_M":"RENNO","INSEE_COM":"2A258","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.913,42.143],[8.917,42.137],[8.921,42.122],[8.919,42.121],[8.918,42.118],[8.916,42.117],[8.914,42.112],[8.91,42.107],[8.911,42.105],[8.916,42.106],[8.919,42.106],[8.921,42.104],[8.923,42.1],[8.926,42.097],[8.924,42.093],[8.924,42.091],[8.929,42.09],[8.934,42.086],[8.937,42.085],[8.944,42.088],[8.945,42.09],[8.947,42.09],[8.949,42.09],[8.952,42.092],[8.957,42.093],[8.957,42.098],[8.956,42.101],[8.951,42.102],[8.945,42.104],[8.944,42.109],[8.94,42.115],[8.935,42.118],[8.935,42.121],[8.934,42.124],[8.93,42.126],[8.929,42.129],[8.93,42.132],[8.929,42.133],[8.93,42.136],[8.929,42.138],[8.934,42.14],[8.936,42.142],[8.938,42.142],[8.94,42.146],[8.94,42.149],[8.938,42.149],[8.935,42.147],[8.931,42.146],[8.921,42.146],[8.917,42.145],[8.916,42.143],[8.913,42.143]]]},"properties":{"NOM_COM_M":"AZZANA","INSEE_COM":"2A027","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.794,42.056],[8.791,42.055],[8.788,42.054],[8.787,42.051],[8.791,42.05],[8.795,42.051],[8.797,42.05],[8.799,42.051],[8.807,42.049],[8.809,42.049],[8.812,42.045],[8.819,42.042],[8.823,42.039],[8.825,42.039],[8.832,42.041],[8.835,42.039],[8.842,42.043],[8.837,42.046],[8.835,42.045],[8.832,42.048],[8.824,42.053],[8.817,42.053],[8.814,42.054],[8.813,42.053],[8.803,42.055],[8.803,42.054],[8.796,42.055],[8.794,42.056]]]},"properties":{"NOM_COM_M":"CANNELLE","INSEE_COM":"2A060","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.835,42.039],[8.832,42.041],[8.825,42.039],[8.823,42.037],[8.816,42.035],[8.815,42.031],[8.813,42.029],[8.809,42.027],[8.806,42.028],[8.805,42.026],[8.796,42.024],[8.8,42.017],[8.802,42.017],[8.803,42.013],[8.807,42.013],[8.81,42.012],[8.819,42.012],[8.824,42.011],[8.826,42.01],[8.829,42.01],[8.831,42.014],[8.837,42.016],[8.835,42.018],[8.836,42.02],[8.835,42.023],[8.835,42.029],[8.836,42.031],[8.835,42.034],[8.835,42.039]]]},"properties":{"NOM_COM_M":"VALLE DI MEZZANA","INSEE_COM":"2A336","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.274,42.303],[9.271,42.301],[9.268,42.298],[9.267,42.296],[9.265,42.296],[9.255,42.294],[9.247,42.291],[9.241,42.289],[9.237,42.289],[9.232,42.292],[9.232,42.295],[9.229,42.295],[9.227,42.295],[9.226,42.291],[9.223,42.289],[9.223,42.286],[9.225,42.285],[9.233,42.277],[9.236,42.277],[9.246,42.275],[9.251,42.276],[9.255,42.281],[9.257,42.281],[9.255,42.287],[9.258,42.29],[9.262,42.29],[9.267,42.291],[9.274,42.293],[9.275,42.291],[9.277,42.291],[9.281,42.293],[9.281,42.296],[9.278,42.297],[9.278,42.299],[9.274,42.303]]]},"properties":{"NOM_COM_M":"FAVALELLO","INSEE_COM":"2B110","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.394,42.947],[9.393,42.949],[9.397,42.951],[9.393,42.954],[9.393,42.958],[9.385,42.955],[9.382,42.958],[9.385,42.961],[9.384,42.963],[9.381,42.965],[9.38,42.969],[9.371,42.971],[9.37,42.972],[9.362,42.975],[9.36,42.978],[9.357,42.985],[9.355,42.985],[9.352,42.987],[9.351,42.99],[9.347,42.993],[9.344,42.998],[9.341,42.992],[9.343,42.99],[9.343,42.987],[9.344,42.983],[9.342,42.981],[9.342,42.979],[9.345,42.976],[9.348,42.974],[9.351,42.973],[9.349,42.971],[9.351,42.968],[9.348,42.966],[9.35,42.961],[9.354,42.961],[9.356,42.958],[9.36,42.955],[9.364,42.955],[9.367,42.953],[9.371,42.952],[9.373,42.953],[9.379,42.952],[9.386,42.952],[9.385,42.95],[9.387,42.946],[9.39,42.945],[9.394,42.947]]]},"properties":{"NOM_COM_M":"CENTURI","INSEE_COM":"2B086","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.461,42.74],[9.464,42.746],[9.464,42.749],[9.468,42.753],[9.465,42.755],[9.461,42.755],[9.458,42.754],[9.451,42.754],[9.446,42.756],[9.442,42.757],[9.437,42.76],[9.435,42.762],[9.427,42.764],[9.425,42.765],[9.418,42.767],[9.417,42.771],[9.415,42.773],[9.411,42.771],[9.407,42.765],[9.405,42.764],[9.404,42.76],[9.4,42.758],[9.398,42.758],[9.394,42.754],[9.391,42.753],[9.388,42.751],[9.388,42.748],[9.39,42.746],[9.393,42.741],[9.395,42.741],[9.401,42.739],[9.403,42.739],[9.416,42.736],[9.42,42.74],[9.421,42.743],[9.423,42.744],[9.428,42.744],[9.432,42.742],[9.437,42.744],[9.441,42.742],[9.442,42.74],[9.445,42.739],[9.45,42.742],[9.456,42.742],[9.461,42.74]]]},"properties":{"NOM_COM_M":"SANTA MARIA DI LOTA","INSEE_COM":"2B309","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[9.404,43.006],[9.401,43.009],[9.397,43.007],[9.395,43.007],[9.392,43.009],[9.391,43.007],[9.383,43.01],[9.381,43.008],[9.377,43.007],[9.374,43.005],[9.372,43.006],[9.368,43.005],[9.365,43.006],[9.361,43.006],[9.358,43.007],[9.357,43.005],[9.353,43.002],[9.344,43],[9.344,42.998],[9.347,42.993],[9.351,42.99],[9.352,42.987],[9.355,42.985],[9.357,42.985],[9.36,42.978],[9.362,42.975],[9.37,42.972],[9.371,42.971],[9.38,42.969],[9.381,42.965],[9.384,42.963],[9.385,42.961],[9.382,42.958],[9.385,42.955],[9.393,42.958],[9.401,42.966],[9.407,42.974],[9.409,42.974],[9.409,42.977],[9.413,42.978],[9.415,42.98],[9.413,42.982],[9.413,42.988],[9.411,42.995],[9.405,43.002],[9.404,43.006]]],[[[9.408,43.026],[9.406,43.028],[9.404,43.026],[9.407,43.024],[9.408,43.026]]]]},"properties":{"NOM_COM_M":"ERSA","INSEE_COM":"2B107","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.395,42.741],[9.397,42.736],[9.396,42.728],[9.405,42.728],[9.416,42.725],[9.417,42.724],[9.427,42.726],[9.431,42.725],[9.437,42.725],[9.442,42.722],[9.446,42.723],[9.449,42.722],[9.453,42.717],[9.456,42.718],[9.456,42.721],[9.459,42.725],[9.462,42.736],[9.461,42.74],[9.456,42.742],[9.45,42.742],[9.445,42.739],[9.442,42.74],[9.441,42.742],[9.437,42.744],[9.432,42.742],[9.428,42.744],[9.423,42.744],[9.421,42.743],[9.42,42.74],[9.416,42.736],[9.403,42.739],[9.401,42.739],[9.395,42.741]]]},"properties":{"NOM_COM_M":"SAN MARTINO DI LOTA","INSEE_COM":"2B305","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.392,42.845],[9.392,42.847],[9.394,42.848],[9.394,42.852],[9.396,42.855],[9.402,42.861],[9.396,42.862],[9.393,42.865],[9.389,42.871],[9.386,42.874],[9.383,42.875],[9.381,42.878],[9.378,42.881],[9.372,42.884],[9.372,42.888],[9.369,42.889],[9.362,42.888],[9.361,42.89],[9.358,42.889],[9.35,42.892],[9.343,42.895],[9.34,42.898],[9.336,42.897],[9.331,42.898],[9.326,42.901],[9.322,42.9],[9.322,42.897],[9.32,42.894],[9.323,42.893],[9.328,42.89],[9.328,42.887],[9.329,42.885],[9.327,42.883],[9.328,42.88],[9.327,42.878],[9.329,42.876],[9.329,42.874],[9.332,42.871],[9.337,42.869],[9.34,42.866],[9.343,42.865],[9.347,42.866],[9.35,42.863],[9.356,42.863],[9.36,42.858],[9.363,42.857],[9.366,42.855],[9.374,42.853],[9.376,42.851],[9.38,42.849],[9.383,42.846],[9.385,42.845],[9.389,42.846],[9.392,42.845]]]},"properties":{"NOM_COM_M":"BARRETTALI","INSEE_COM":"2B030","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.477,42.882],[9.474,42.887],[9.474,42.893],[9.473,42.896],[9.474,42.9],[9.467,42.901],[9.46,42.901],[9.455,42.898],[9.451,42.898],[9.449,42.897],[9.441,42.899],[9.433,42.9],[9.431,42.905],[9.423,42.912],[9.415,42.911],[9.404,42.915],[9.396,42.92],[9.39,42.921],[9.389,42.917],[9.385,42.915],[9.379,42.913],[9.377,42.911],[9.374,42.908],[9.373,42.906],[9.369,42.903],[9.365,42.901],[9.365,42.899],[9.363,42.897],[9.361,42.893],[9.361,42.89],[9.362,42.888],[9.369,42.889],[9.372,42.888],[9.372,42.884],[9.378,42.881],[9.381,42.878],[9.383,42.875],[9.386,42.874],[9.389,42.871],[9.393,42.865],[9.396,42.862],[9.402,42.861],[9.404,42.863],[9.407,42.867],[9.41,42.875],[9.41,42.879],[9.411,42.881],[9.415,42.884],[9.417,42.887],[9.426,42.886],[9.43,42.886],[9.435,42.887],[9.44,42.887],[9.448,42.884],[9.465,42.882],[9.468,42.882],[9.472,42.881],[9.477,42.882]]]},"properties":{"NOM_COM_M":"LURI","INSEE_COM":"2B152","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.385,42.835],[9.387,42.831],[9.385,42.827],[9.395,42.822],[9.398,42.822],[9.403,42.818],[9.408,42.815],[9.407,42.812],[9.407,42.804],[9.411,42.802],[9.413,42.798],[9.416,42.796],[9.434,42.796],[9.441,42.797],[9.449,42.799],[9.461,42.798],[9.464,42.8],[9.469,42.802],[9.491,42.798],[9.492,42.801],[9.492,42.804],[9.493,42.807],[9.49,42.808],[9.49,42.815],[9.489,42.818],[9.487,42.82],[9.487,42.823],[9.486,42.825],[9.487,42.827],[9.472,42.828],[9.457,42.828],[9.436,42.829],[9.409,42.831],[9.385,42.835]]]},"properties":{"NOM_COM_M":"SISCO","INSEE_COM":"2B281","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.469,42.937],[9.465,42.943],[9.463,42.944],[9.456,42.951],[9.457,42.952],[9.455,42.957],[9.449,42.955],[9.444,42.955],[9.439,42.953],[9.434,42.952],[9.431,42.948],[9.427,42.947],[9.425,42.94],[9.421,42.938],[9.428,42.936],[9.447,42.936],[9.454,42.935],[9.469,42.937]]]},"properties":{"NOM_COM_M":"TOMINO","INSEE_COM":"2B327","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.396,42.728],[9.403,42.727],[9.406,42.721],[9.408,42.719],[9.408,42.715],[9.405,42.712],[9.404,42.709],[9.405,42.705],[9.413,42.705],[9.418,42.707],[9.42,42.709],[9.423,42.709],[9.428,42.708],[9.432,42.708],[9.436,42.706],[9.438,42.706],[9.445,42.708],[9.446,42.71],[9.449,42.711],[9.452,42.709],[9.455,42.708],[9.455,42.711],[9.456,42.714],[9.456,42.718],[9.453,42.717],[9.449,42.722],[9.446,42.723],[9.442,42.722],[9.437,42.725],[9.431,42.725],[9.427,42.726],[9.417,42.724],[9.416,42.725],[9.405,42.728],[9.396,42.728]]]},"properties":{"NOM_COM_M":"VILLE DI PIETRABUGNO","INSEE_COM":"2B353","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.35,42.961],[9.346,42.958],[9.348,42.955],[9.349,42.952],[9.356,42.949],[9.356,42.947],[9.358,42.944],[9.358,42.941],[9.357,42.939],[9.352,42.936],[9.35,42.933],[9.35,42.929],[9.353,42.929],[9.356,42.928],[9.361,42.925],[9.36,42.923],[9.359,42.921],[9.363,42.918],[9.37,42.916],[9.372,42.915],[9.377,42.911],[9.379,42.913],[9.385,42.915],[9.389,42.917],[9.39,42.921],[9.389,42.923],[9.392,42.924],[9.393,42.926],[9.396,42.927],[9.397,42.932],[9.4,42.936],[9.403,42.939],[9.4,42.939],[9.4,42.941],[9.397,42.943],[9.397,42.945],[9.393,42.945],[9.394,42.947],[9.39,42.945],[9.387,42.946],[9.385,42.95],[9.386,42.952],[9.379,42.952],[9.373,42.953],[9.371,42.952],[9.367,42.953],[9.364,42.955],[9.36,42.955],[9.356,42.958],[9.354,42.961],[9.35,42.961]]]},"properties":{"NOM_COM_M":"MORSIGLIA","INSEE_COM":"2B170","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.385,42.835],[9.381,42.836],[9.38,42.838],[9.373,42.839],[9.367,42.836],[9.356,42.833],[9.349,42.834],[9.342,42.83],[9.337,42.826],[9.331,42.822],[9.33,42.817],[9.329,42.815],[9.326,42.812],[9.332,42.811],[9.333,42.808],[9.338,42.804],[9.342,42.804],[9.343,42.805],[9.346,42.804],[9.347,42.805],[9.351,42.805],[9.353,42.807],[9.359,42.807],[9.356,42.808],[9.354,42.81],[9.358,42.812],[9.359,42.814],[9.361,42.814],[9.363,42.82],[9.366,42.822],[9.375,42.825],[9.382,42.826],[9.385,42.827],[9.387,42.831],[9.385,42.835]]]},"properties":{"NOM_COM_M":"OGLIASTRO","INSEE_COM":"2B183","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.388,42.748],[9.384,42.749],[9.382,42.748],[9.377,42.751],[9.372,42.751],[9.367,42.745],[9.362,42.743],[9.359,42.743],[9.356,42.742],[9.353,42.739],[9.348,42.739],[9.344,42.74],[9.345,42.737],[9.343,42.733],[9.339,42.728],[9.334,42.726],[9.335,42.722],[9.33,42.719],[9.334,42.716],[9.335,42.714],[9.34,42.713],[9.343,42.711],[9.346,42.712],[9.349,42.71],[9.357,42.712],[9.372,42.717],[9.379,42.718],[9.383,42.72],[9.383,42.722],[9.396,42.728],[9.397,42.736],[9.395,42.741],[9.393,42.741],[9.39,42.746],[9.388,42.748]]]},"properties":{"NOM_COM_M":"FARINOLE","INSEE_COM":"2B109","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.359,42.807],[9.353,42.807],[9.351,42.805],[9.347,42.805],[9.346,42.804],[9.343,42.805],[9.342,42.804],[9.338,42.804],[9.341,42.801],[9.34,42.799],[9.343,42.796],[9.342,42.786],[9.34,42.785],[9.34,42.782],[9.341,42.777],[9.339,42.774],[9.342,42.77],[9.338,42.766],[9.338,42.764],[9.34,42.761],[9.342,42.765],[9.345,42.766],[9.349,42.769],[9.349,42.771],[9.354,42.777],[9.36,42.779],[9.364,42.779],[9.366,42.778],[9.368,42.781],[9.377,42.788],[9.381,42.79],[9.376,42.793],[9.372,42.793],[9.368,42.795],[9.367,42.798],[9.365,42.801],[9.361,42.804],[9.361,42.807],[9.359,42.807]]]},"properties":{"NOM_COM_M":"NONZA","INSEE_COM":"2B178","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.418,42.789],[9.416,42.796],[9.413,42.798],[9.411,42.802],[9.407,42.804],[9.407,42.812],[9.408,42.815],[9.403,42.818],[9.398,42.822],[9.395,42.822],[9.385,42.827],[9.382,42.826],[9.375,42.825],[9.366,42.822],[9.363,42.82],[9.361,42.814],[9.359,42.814],[9.358,42.812],[9.354,42.81],[9.356,42.808],[9.359,42.807],[9.361,42.807],[9.361,42.804],[9.365,42.801],[9.367,42.798],[9.368,42.795],[9.372,42.793],[9.376,42.793],[9.381,42.79],[9.384,42.788],[9.389,42.788],[9.394,42.787],[9.397,42.789],[9.402,42.788],[9.405,42.789],[9.407,42.788],[9.414,42.788],[9.418,42.789]]]},"properties":{"NOM_COM_M":"OLCANI","INSEE_COM":"2B184","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.365,42.388],[9.367,42.388],[9.369,42.39],[9.374,42.39],[9.376,42.392],[9.383,42.396],[9.385,42.399],[9.383,42.398],[9.375,42.397],[9.369,42.395],[9.367,42.396],[9.363,42.393],[9.362,42.391],[9.365,42.388]]]},"properties":{"NOM_COM_M":"VERDESE","INSEE_COM":"2B344","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.232,42.25],[9.235,42.247],[9.234,42.244],[9.229,42.241],[9.231,42.238],[9.236,42.235],[9.238,42.233],[9.241,42.232],[9.242,42.23],[9.244,42.23],[9.245,42.228],[9.25,42.228],[9.253,42.229],[9.258,42.227],[9.259,42.23],[9.263,42.231],[9.267,42.235],[9.27,42.235],[9.271,42.238],[9.273,42.241],[9.273,42.244],[9.275,42.246],[9.277,42.251],[9.28,42.25],[9.282,42.253],[9.282,42.257],[9.284,42.259],[9.289,42.259],[9.293,42.261],[9.296,42.261],[9.299,42.265],[9.296,42.269],[9.289,42.274],[9.282,42.277],[9.277,42.276],[9.27,42.276],[9.267,42.275],[9.263,42.275],[9.26,42.273],[9.256,42.272],[9.255,42.268],[9.252,42.266],[9.253,42.26],[9.251,42.258],[9.248,42.249],[9.244,42.248],[9.24,42.25],[9.236,42.251],[9.232,42.25]]]},"properties":{"NOM_COM_M":"ERBAJOLO","INSEE_COM":"2B105","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.214,41.917],[9.217,41.913],[9.22,41.915],[9.222,41.914],[9.224,41.915],[9.23,41.916],[9.234,41.916],[9.237,41.913],[9.242,41.911],[9.243,41.91],[9.248,41.91],[9.252,41.899],[9.248,41.893],[9.246,41.892],[9.241,41.885],[9.239,41.885],[9.235,41.879],[9.236,41.876],[9.238,41.879],[9.243,41.882],[9.25,41.882],[9.256,41.885],[9.258,41.885],[9.263,41.891],[9.273,41.895],[9.277,41.901],[9.279,41.902],[9.281,41.906],[9.285,41.906],[9.286,41.909],[9.291,41.911],[9.294,41.914],[9.297,41.915],[9.301,41.915],[9.306,41.918],[9.309,41.921],[9.312,41.921],[9.309,41.924],[9.305,41.921],[9.304,41.925],[9.301,41.926],[9.303,41.929],[9.301,41.933],[9.302,41.936],[9.304,41.937],[9.304,41.94],[9.302,41.942],[9.302,41.945],[9.3,41.947],[9.297,41.948],[9.294,41.95],[9.291,41.948],[9.281,41.946],[9.276,41.949],[9.273,41.95],[9.27,41.95],[9.266,41.947],[9.261,41.946],[9.26,41.944],[9.25,41.941],[9.244,41.936],[9.24,41.934],[9.235,41.934],[9.231,41.933],[9.228,41.929],[9.226,41.928],[9.222,41.922],[9.22,41.922],[9.214,41.918],[9.214,41.917]]]},"properties":{"NOM_COM_M":"CHISA","INSEE_COM":"2B366","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.242,42.218],[9.243,42.218],[9.247,42.212],[9.251,42.21],[9.256,42.202],[9.261,42.198],[9.265,42.2],[9.269,42.196],[9.275,42.196],[9.276,42.195],[9.284,42.198],[9.288,42.199],[9.291,42.198],[9.292,42.199],[9.29,42.203],[9.292,42.209],[9.295,42.21],[9.298,42.213],[9.299,42.215],[9.304,42.215],[9.306,42.218],[9.306,42.225],[9.308,42.229],[9.309,42.233],[9.307,42.241],[9.308,42.243],[9.311,42.244],[9.307,42.244],[9.306,42.243],[9.303,42.244],[9.3,42.243],[9.298,42.244],[9.291,42.244],[9.285,42.243],[9.284,42.242],[9.279,42.241],[9.279,42.24],[9.274,42.235],[9.272,42.232],[9.268,42.228],[9.264,42.227],[9.262,42.224],[9.258,42.227],[9.253,42.229],[9.25,42.228],[9.245,42.228],[9.245,42.225],[9.243,42.223],[9.242,42.218]]]},"properties":{"NOM_COM_M":"ALTIANI","INSEE_COM":"2B012","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.042,41.71],[9.042,41.712],[9.045,41.718],[9.044,41.719],[9.046,41.722],[9.045,41.723],[9.04,41.724],[9.034,41.724],[9.031,41.722],[9.025,41.719],[9.025,41.716],[9.019,41.711],[9.02,41.709],[9.021,41.707],[9.02,41.705],[9.021,41.703],[9.029,41.702],[9.032,41.698],[9.031,41.696],[9.028,41.687],[9.024,41.684],[9.022,41.681],[9.019,41.678],[9.018,41.675],[9.016,41.675],[9.021,41.67],[9.025,41.67],[9.027,41.668],[9.029,41.668],[9.029,41.671],[9.028,41.673],[9.03,41.675],[9.033,41.676],[9.033,41.68],[9.035,41.683],[9.035,41.686],[9.039,41.689],[9.037,41.691],[9.038,41.694],[9.038,41.697],[9.043,41.701],[9.043,41.704],[9.041,41.705],[9.041,41.708],[9.042,41.71]]]},"properties":{"NOM_COM_M":"LORETO DI TALLANO","INSEE_COM":"2A146","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.94,41.49],[8.95,41.49],[8.953,41.493],[8.956,41.493],[8.958,41.492],[8.961,41.493],[8.964,41.49],[8.966,41.49],[8.967,41.488],[8.967,41.485],[8.97,41.484],[8.973,41.485],[8.977,41.483],[8.976,41.48],[8.98,41.48],[8.983,41.478],[8.981,41.476],[8.981,41.474],[8.984,41.474],[8.985,41.476],[8.99,41.482],[8.993,41.483],[8.993,41.485],[8.995,41.486],[8.999,41.491],[8.996,41.494],[8.997,41.496],[9.006,41.5],[9.01,41.503],[9.016,41.503],[9.031,41.506],[9.033,41.505],[9.036,41.506],[9.036,41.509],[9.035,41.513],[9.032,41.514],[9.031,41.517],[9.032,41.521],[9.036,41.524],[9.038,41.527],[9.043,41.53],[9.044,41.532],[9.049,41.535],[9.056,41.542],[9.06,41.545],[9.063,41.548],[9.062,41.55],[9.061,41.557],[9.065,41.565],[9.074,41.569],[9.076,41.571],[9.076,41.573],[9.071,41.571],[9.064,41.571],[9.056,41.57],[9.055,41.571],[9.048,41.57],[9.041,41.571],[9.037,41.568],[9.038,41.566],[9.032,41.566],[9.03,41.563],[9.028,41.563],[9.025,41.561],[9.022,41.561],[9.019,41.557],[9.014,41.552],[9.015,41.551],[9.015,41.547],[9.011,41.543],[9.006,41.541],[9.004,41.539],[9,41.537],[8.998,41.537],[8.995,41.535],[8.993,41.532],[8.987,41.528],[8.985,41.524],[8.982,41.523],[8.982,41.521],[8.98,41.519],[8.977,41.513],[8.972,41.509],[8.966,41.507],[8.964,41.508],[8.959,41.507],[8.957,41.504],[8.953,41.501],[8.944,41.495],[8.94,41.49]]]},"properties":{"NOM_COM_M":"MONACIA D AULLENE","INSEE_COM":"2A163","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.842,42.043],[8.846,42.045],[8.851,42.046],[8.857,42.046],[8.861,42.048],[8.866,42.048],[8.87,42.049],[8.876,42.054],[8.877,42.056],[8.877,42.057],[8.883,42.06],[8.886,42.062],[8.887,42.064],[8.879,42.063],[8.877,42.061],[8.873,42.061],[8.868,42.062],[8.867,42.065],[8.868,42.067],[8.865,42.07],[8.865,42.073],[8.863,42.076],[8.858,42.08],[8.849,42.081],[8.844,42.083],[8.841,42.078],[8.839,42.079],[8.837,42.078],[8.831,42.08],[8.827,42.083],[8.82,42.083],[8.814,42.082],[8.808,42.082],[8.804,42.085],[8.802,42.083],[8.799,42.083],[8.795,42.082],[8.795,42.079],[8.791,42.079],[8.787,42.078],[8.788,42.075],[8.792,42.072],[8.795,42.072],[8.798,42.07],[8.797,42.067],[8.798,42.063],[8.797,42.061],[8.793,42.057],[8.794,42.056],[8.796,42.055],[8.803,42.054],[8.803,42.055],[8.813,42.053],[8.814,42.054],[8.817,42.053],[8.824,42.053],[8.832,42.048],[8.835,42.045],[8.837,42.046],[8.842,42.043]]]},"properties":{"NOM_COM_M":"SARI D ORCINO","INSEE_COM":"2A270","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.036,41.75],[9.05,41.748],[9.055,41.743],[9.058,41.742],[9.056,41.739],[9.056,41.734],[9.055,41.732],[9.057,41.73],[9.057,41.727],[9.053,41.727],[9.057,41.724],[9.056,41.721],[9.061,41.723],[9.064,41.725],[9.066,41.725],[9.069,41.727],[9.071,41.73],[9.074,41.731],[9.075,41.733],[9.079,41.732],[9.076,41.734],[9.074,41.741],[9.076,41.743],[9.082,41.744],[9.083,41.745],[9.082,41.748],[9.084,41.75],[9.085,41.753],[9.081,41.757],[9.082,41.76],[9.082,41.764],[9.081,41.765],[9.077,41.762],[9.075,41.763],[9.072,41.761],[9.068,41.764],[9.059,41.764],[9.057,41.765],[9.054,41.764],[9.051,41.765],[9.048,41.771],[9.034,41.771],[9.029,41.766],[9.024,41.759],[9.026,41.756],[9.027,41.752],[9.036,41.75]]]},"properties":{"NOM_COM_M":"ZERUBIA","INSEE_COM":"2A357","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.091,41.721],[9.077,41.714],[9.067,41.714],[9.067,41.712],[9.063,41.71],[9.059,41.712],[9.052,41.71],[9.055,41.708],[9.052,41.707],[9.051,41.71],[9.049,41.709],[9.05,41.707],[9.052,41.707],[9.053,41.705],[9.062,41.704],[9.068,41.702],[9.069,41.703],[9.075,41.702],[9.081,41.698],[9.082,41.698],[9.088,41.704],[9.089,41.706],[9.094,41.706],[9.092,41.709],[9.092,41.711],[9.096,41.714],[9.098,41.719],[9.095,41.721],[9.091,41.721]]]},"properties":{"NOM_COM_M":"ALTAGENE","INSEE_COM":"2A011","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.099,41.731],[9.094,41.726],[9.094,41.724],[9.091,41.721],[9.095,41.721],[9.098,41.719],[9.096,41.714],[9.092,41.711],[9.092,41.709],[9.094,41.706],[9.098,41.704],[9.099,41.702],[9.099,41.699],[9.097,41.699],[9.097,41.695],[9.1,41.692],[9.095,41.686],[9.098,41.684],[9.101,41.679],[9.099,41.674],[9.097,41.672],[9.095,41.668],[9.098,41.664],[9.101,41.663],[9.102,41.659],[9.092,41.656],[9.087,41.652],[9.082,41.651],[9.08,41.65],[9.081,41.646],[9.077,41.639],[9.077,41.635],[9.076,41.631],[9.077,41.627],[9.075,41.624],[9.072,41.622],[9.07,41.619],[9.068,41.62],[9.065,41.617],[9.062,41.616],[9.059,41.614],[9.055,41.613],[9.052,41.613],[9.048,41.612],[9.046,41.609],[9.049,41.606],[9.051,41.605],[9.056,41.604],[9.058,41.601],[9.057,41.6],[9.06,41.594],[9.069,41.591],[9.069,41.589],[9.071,41.587],[9.075,41.587],[9.084,41.584],[9.087,41.585],[9.091,41.584],[9.096,41.587],[9.101,41.589],[9.104,41.594],[9.112,41.596],[9.119,41.598],[9.124,41.6],[9.13,41.597],[9.133,41.6],[9.136,41.601],[9.142,41.607],[9.147,41.61],[9.151,41.614],[9.153,41.615],[9.159,41.616],[9.166,41.616],[9.167,41.617],[9.17,41.616],[9.17,41.626],[9.171,41.628],[9.168,41.638],[9.168,41.64],[9.171,41.644],[9.167,41.649],[9.167,41.652],[9.164,41.656],[9.16,41.656],[9.153,41.655],[9.148,41.656],[9.145,41.658],[9.141,41.659],[9.138,41.659],[9.137,41.662],[9.133,41.664],[9.135,41.667],[9.132,41.669],[9.133,41.673],[9.131,41.674],[9.131,41.677],[9.126,41.679],[9.129,41.682],[9.128,41.684],[9.131,41.686],[9.135,41.686],[9.136,41.684],[9.14,41.684],[9.141,41.686],[9.146,41.688],[9.147,41.69],[9.151,41.69],[9.156,41.691],[9.161,41.694],[9.162,41.698],[9.165,41.701],[9.163,41.701],[9.158,41.699],[9.151,41.704],[9.148,41.708],[9.145,41.71],[9.141,41.708],[9.141,41.71],[9.143,41.713],[9.141,41.717],[9.138,41.725],[9.138,41.73],[9.14,41.732],[9.144,41.733],[9.137,41.738],[9.133,41.735],[9.129,41.734],[9.125,41.738],[9.121,41.737],[9.12,41.735],[9.116,41.736],[9.112,41.733],[9.108,41.733],[9.105,41.735],[9.103,41.734],[9.101,41.73],[9.099,41.731]]]},"properties":{"NOM_COM_M":"LEVIE","INSEE_COM":"2A142","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.244,41.682],[9.25,41.685],[9.25,41.681],[9.253,41.684],[9.263,41.687],[9.265,41.689],[9.269,41.69],[9.273,41.692],[9.28,41.693],[9.281,41.69],[9.284,41.689],[9.288,41.683],[9.291,41.681],[9.298,41.679],[9.297,41.676],[9.3,41.671],[9.303,41.67],[9.308,41.664],[9.311,41.662],[9.31,41.659],[9.315,41.655],[9.317,41.656],[9.322,41.655],[9.322,41.654],[9.326,41.65],[9.327,41.647],[9.326,41.644],[9.329,41.64],[9.328,41.638],[9.33,41.634],[9.328,41.63],[9.322,41.628],[9.319,41.629],[9.316,41.631],[9.314,41.629],[9.314,41.626],[9.32,41.62],[9.323,41.62],[9.324,41.618],[9.316,41.617],[9.32,41.615],[9.329,41.617],[9.332,41.62],[9.337,41.622],[9.34,41.62],[9.344,41.62],[9.344,41.618],[9.346,41.617],[9.352,41.619],[9.353,41.617],[9.356,41.617],[9.356,41.62],[9.354,41.621],[9.354,41.624],[9.352,41.625],[9.352,41.629],[9.348,41.629],[9.346,41.632],[9.348,41.637],[9.351,41.64],[9.35,41.641],[9.343,41.652],[9.338,41.668],[9.343,41.672],[9.344,41.676],[9.341,41.677],[9.342,41.68],[9.344,41.681],[9.342,41.684],[9.336,41.686],[9.333,41.692],[9.331,41.692],[9.328,41.695],[9.327,41.697],[9.322,41.7],[9.316,41.696],[9.313,41.698],[9.31,41.698],[9.305,41.695],[9.299,41.7],[9.292,41.701],[9.275,41.698],[9.268,41.696],[9.264,41.693],[9.258,41.691],[9.254,41.689],[9.244,41.682]]]},"properties":{"NOM_COM_M":"LECCI","INSEE_COM":"2A139","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.042,41.71],[9.046,41.712],[9.049,41.712],[9.05,41.716],[9.052,41.719],[9.056,41.721],[9.057,41.724],[9.053,41.727],[9.057,41.727],[9.057,41.73],[9.055,41.732],[9.056,41.734],[9.056,41.739],[9.058,41.742],[9.055,41.743],[9.05,41.748],[9.036,41.75],[9.032,41.744],[9.03,41.743],[9.03,41.74],[9.025,41.733],[9.024,41.733],[9.022,41.726],[9.018,41.723],[9.02,41.721],[9.025,41.719],[9.031,41.722],[9.034,41.724],[9.04,41.724],[9.045,41.723],[9.046,41.722],[9.044,41.719],[9.045,41.718],[9.042,41.712],[9.042,41.71]]]},"properties":{"NOM_COM_M":"CARGIACA","INSEE_COM":"2A066","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.027,41.752],[9.024,41.753],[9.021,41.756],[9.02,41.754],[9.008,41.74],[9.003,41.736],[8.989,41.728],[8.99,41.723],[8.987,41.721],[8.985,41.716],[8.987,41.715],[8.986,41.712],[8.983,41.71],[8.984,41.708],[8.988,41.707],[8.985,41.705],[8.986,41.703],[8.989,41.702],[8.993,41.703],[8.994,41.705],[8.999,41.705],[9.001,41.704],[9.001,41.702],[9.006,41.704],[9.017,41.704],[9.019,41.705],[9.02,41.709],[9.019,41.711],[9.025,41.716],[9.025,41.719],[9.02,41.721],[9.018,41.723],[9.022,41.726],[9.024,41.733],[9.025,41.733],[9.03,41.74],[9.03,41.743],[9.032,41.744],[9.036,41.75],[9.027,41.752]]]},"properties":{"NOM_COM_M":"SANTA MARIA FIGANIELLA","INSEE_COM":"2A310","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.004,41.826],[9.006,41.822],[9.005,41.82],[9.01,41.817],[9.014,41.814],[9.019,41.812],[9.024,41.813],[9.026,41.811],[9.031,41.81],[9.031,41.806],[9.033,41.804],[9.036,41.803],[9.039,41.801],[9.042,41.797],[9.044,41.791],[9.049,41.79],[9.05,41.792],[9.056,41.796],[9.057,41.8],[9.06,41.801],[9.061,41.804],[9.059,41.808],[9.057,41.809],[9.051,41.809],[9.049,41.811],[9.049,41.815],[9.046,41.819],[9.042,41.823],[9.034,41.826],[9.033,41.828],[9.034,41.83],[9.029,41.834],[9.025,41.835],[9.022,41.838],[9.017,41.835],[9.015,41.831],[9.012,41.83],[9.008,41.831],[9.007,41.829],[9.004,41.826]]]},"properties":{"NOM_COM_M":"ARGIUSTA MORICCIO","INSEE_COM":"2A021","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.094,41.706],[9.089,41.706],[9.088,41.704],[9.082,41.698],[9.087,41.693],[9.086,41.691],[9.089,41.689],[9.089,41.684],[9.092,41.682],[9.093,41.68],[9.092,41.678],[9.088,41.676],[9.084,41.673],[9.087,41.667],[9.085,41.665],[9.087,41.663],[9.097,41.66],[9.102,41.659],[9.101,41.663],[9.098,41.664],[9.095,41.668],[9.097,41.672],[9.099,41.674],[9.101,41.679],[9.098,41.684],[9.095,41.686],[9.1,41.692],[9.097,41.695],[9.097,41.699],[9.099,41.699],[9.099,41.702],[9.098,41.704],[9.094,41.706]]]},"properties":{"NOM_COM_M":"MELA","INSEE_COM":"2A158","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.232,41.774],[9.237,41.772],[9.247,41.766],[9.25,41.766],[9.258,41.765],[9.261,41.761],[9.28,41.757],[9.287,41.755],[9.298,41.751],[9.307,41.75],[9.318,41.746],[9.315,41.744],[9.312,41.733],[9.311,41.721],[9.305,41.716],[9.305,41.714],[9.31,41.711],[9.32,41.708],[9.333,41.707],[9.337,41.703],[9.34,41.703],[9.344,41.702],[9.349,41.703],[9.352,41.702],[9.356,41.704],[9.358,41.706],[9.366,41.709],[9.367,41.714],[9.367,41.717],[9.366,41.721],[9.37,41.72],[9.374,41.721],[9.377,41.723],[9.379,41.723],[9.382,41.725],[9.384,41.722],[9.387,41.724],[9.39,41.722],[9.396,41.72],[9.4,41.721],[9.402,41.718],[9.406,41.722],[9.406,41.724],[9.402,41.73],[9.404,41.732],[9.404,41.737],[9.406,41.739],[9.407,41.745],[9.404,41.747],[9.403,41.75],[9.405,41.751],[9.406,41.755],[9.405,41.757],[9.406,41.759],[9.405,41.761],[9.407,41.763],[9.408,41.766],[9.407,41.769],[9.404,41.773],[9.401,41.772],[9.398,41.772],[9.397,41.774],[9.395,41.773],[9.392,41.774],[9.386,41.77],[9.383,41.767],[9.38,41.765],[9.376,41.766],[9.373,41.766],[9.37,41.765],[9.364,41.765],[9.36,41.764],[9.357,41.771],[9.353,41.778],[9.35,41.78],[9.347,41.779],[9.334,41.786],[9.329,41.784],[9.313,41.78],[9.312,41.784],[9.277,41.794],[9.273,41.807],[9.273,41.808],[9.267,41.806],[9.265,41.806],[9.261,41.801],[9.261,41.799],[9.258,41.798],[9.254,41.794],[9.248,41.791],[9.247,41.789],[9.243,41.787],[9.232,41.774]]]},"properties":{"NOM_COM_M":"CONCA","INSEE_COM":"2A092","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.227,41.855],[9.22,41.854],[9.216,41.852],[9.209,41.852],[9.204,41.847],[9.203,41.845],[9.193,41.837],[9.189,41.837],[9.185,41.84],[9.179,41.841],[9.171,41.841],[9.163,41.839],[9.16,41.838],[9.157,41.834],[9.156,41.835],[9.153,41.834],[9.151,41.831],[9.147,41.83],[9.147,41.828],[9.143,41.821],[9.139,41.82],[9.134,41.811],[9.13,41.806],[9.129,41.802],[9.126,41.799],[9.123,41.794],[9.122,41.791],[9.123,41.782],[9.122,41.777],[9.124,41.774],[9.126,41.774],[9.127,41.772],[9.13,41.772],[9.131,41.768],[9.128,41.764],[9.13,41.761],[9.128,41.756],[9.128,41.753],[9.13,41.751],[9.128,41.749],[9.131,41.745],[9.126,41.743],[9.127,41.741],[9.125,41.738],[9.129,41.734],[9.133,41.735],[9.137,41.738],[9.14,41.74],[9.141,41.743],[9.145,41.743],[9.147,41.747],[9.15,41.747],[9.151,41.752],[9.154,41.752],[9.154,41.754],[9.161,41.758],[9.162,41.761],[9.165,41.763],[9.166,41.765],[9.171,41.766],[9.173,41.768],[9.176,41.769],[9.18,41.772],[9.186,41.773],[9.195,41.775],[9.198,41.778],[9.202,41.779],[9.203,41.784],[9.206,41.787],[9.211,41.786],[9.214,41.79],[9.217,41.791],[9.219,41.795],[9.224,41.796],[9.228,41.788],[9.234,41.782],[9.232,41.774],[9.243,41.787],[9.247,41.789],[9.248,41.791],[9.254,41.794],[9.258,41.798],[9.261,41.799],[9.261,41.801],[9.265,41.806],[9.267,41.806],[9.273,41.808],[9.275,41.81],[9.276,41.814],[9.28,41.814],[9.284,41.816],[9.293,41.818],[9.298,41.822],[9.301,41.826],[9.303,41.826],[9.305,41.832],[9.308,41.831],[9.309,41.832],[9.308,41.836],[9.309,41.84],[9.306,41.842],[9.304,41.842],[9.302,41.844],[9.299,41.845],[9.292,41.843],[9.289,41.843],[9.288,41.845],[9.283,41.844],[9.275,41.841],[9.271,41.841],[9.269,41.84],[9.266,41.843],[9.26,41.845],[9.255,41.845],[9.249,41.847],[9.245,41.85],[9.241,41.849],[9.237,41.846],[9.233,41.85],[9.232,41.853],[9.227,41.855]]]},"properties":{"NOM_COM_M":"QUENZA","INSEE_COM":"2A254","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.125,41.738],[9.127,41.741],[9.126,41.743],[9.131,41.745],[9.128,41.749],[9.13,41.751],[9.128,41.753],[9.128,41.756],[9.13,41.761],[9.128,41.764],[9.131,41.768],[9.13,41.772],[9.127,41.772],[9.126,41.774],[9.124,41.774],[9.123,41.772],[9.114,41.767],[9.113,41.764],[9.109,41.757],[9.108,41.754],[9.106,41.754],[9.104,41.745],[9.1,41.746],[9.098,41.744],[9.099,41.74],[9.094,41.736],[9.096,41.735],[9.095,41.733],[9.099,41.731],[9.101,41.73],[9.103,41.734],[9.105,41.735],[9.108,41.733],[9.112,41.733],[9.116,41.736],[9.12,41.735],[9.121,41.737],[9.125,41.738]]]},"properties":{"NOM_COM_M":"SORBOLLANO","INSEE_COM":"2A285","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.127,42.561],[9.129,42.564],[9.134,42.57],[9.131,42.572],[9.131,42.574],[9.128,42.577],[9.126,42.585],[9.126,42.589],[9.128,42.59],[9.13,42.594],[9.135,42.6],[9.135,42.608],[9.133,42.607],[9.131,42.609],[9.13,42.613],[9.126,42.615],[9.124,42.615],[9.122,42.617],[9.119,42.622],[9.115,42.625],[9.11,42.627],[9.11,42.629],[9.108,42.63],[9.107,42.633],[9.105,42.633],[9.101,42.637],[9.097,42.643],[9.096,42.646],[9.094,42.644],[9.093,42.641],[9.089,42.64],[9.088,42.637],[9.09,42.635],[9.09,42.629],[9.085,42.619],[9.08,42.618],[9.077,42.616],[9.077,42.611],[9.075,42.609],[9.075,42.606],[9.079,42.604],[9.076,42.601],[9.074,42.601],[9.074,42.598],[9.072,42.596],[9.072,42.594],[9.07,42.587],[9.071,42.583],[9.074,42.579],[9.077,42.579],[9.08,42.577],[9.081,42.573],[9.086,42.572],[9.09,42.573],[9.093,42.572],[9.095,42.569],[9.094,42.565],[9.095,42.564],[9.098,42.567],[9.103,42.567],[9.104,42.565],[9.109,42.562],[9.114,42.562],[9.116,42.563],[9.118,42.562],[9.12,42.563],[9.124,42.563],[9.127,42.561]]]},"properties":{"NOM_COM_M":"NOVELLA","INSEE_COM":"2B180","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.194,42.323],[9.194,42.32],[9.192,42.317],[9.194,42.315],[9.192,42.309],[9.19,42.307],[9.189,42.302],[9.19,42.299],[9.188,42.294],[9.192,42.293],[9.196,42.29],[9.196,42.288],[9.199,42.286],[9.206,42.285],[9.208,42.288],[9.212,42.288],[9.215,42.289],[9.218,42.288],[9.222,42.29],[9.223,42.289],[9.226,42.291],[9.227,42.295],[9.229,42.295],[9.234,42.298],[9.236,42.3],[9.239,42.301],[9.239,42.308],[9.24,42.309],[9.238,42.315],[9.239,42.319],[9.242,42.325],[9.243,42.326],[9.249,42.328],[9.251,42.332],[9.251,42.334],[9.255,42.336],[9.256,42.338],[9.254,42.344],[9.248,42.351],[9.243,42.352],[9.238,42.352],[9.235,42.35],[9.228,42.347],[9.224,42.347],[9.219,42.339],[9.216,42.337],[9.212,42.333],[9.208,42.333],[9.198,42.329],[9.195,42.329],[9.195,42.326],[9.194,42.323]]]},"properties":{"NOM_COM_M":"SANTA LUCIA DI MERCURIO","INSEE_COM":"2B306","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.166,42.371],[9.164,42.373],[9.16,42.38],[9.161,42.385],[9.165,42.385],[9.166,42.386],[9.164,42.39],[9.167,42.393],[9.165,42.394],[9.162,42.397],[9.152,42.395],[9.146,42.392],[9.135,42.39],[9.13,42.39],[9.121,42.392],[9.119,42.392],[9.117,42.389],[9.112,42.388],[9.11,42.385],[9.11,42.383],[9.107,42.379],[9.104,42.372],[9.098,42.369],[9.096,42.366],[9.091,42.363],[9.086,42.356],[9.086,42.353],[9.083,42.349],[9.088,42.346],[9.093,42.338],[9.094,42.339],[9.098,42.337],[9.098,42.336],[9.104,42.339],[9.109,42.34],[9.109,42.342],[9.112,42.344],[9.117,42.349],[9.117,42.35],[9.125,42.351],[9.131,42.351],[9.136,42.352],[9.139,42.351],[9.142,42.352],[9.145,42.352],[9.146,42.355],[9.148,42.358],[9.148,42.362],[9.153,42.362],[9.155,42.364],[9.159,42.365],[9.159,42.371],[9.163,42.37],[9.166,42.371]]]},"properties":{"NOM_COM_M":"CASTIRLA","INSEE_COM":"2B083","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.382,42.56],[9.387,42.557],[9.392,42.551],[9.396,42.55],[9.407,42.552],[9.411,42.551],[9.423,42.551],[9.427,42.549],[9.43,42.55],[9.431,42.549],[9.437,42.549],[9.442,42.551],[9.451,42.551],[9.453,42.552],[9.47,42.552],[9.486,42.555],[9.487,42.556],[9.519,42.563],[9.527,42.565],[9.526,42.568],[9.523,42.574],[9.51,42.59],[9.499,42.601],[9.496,42.603],[9.486,42.613],[9.467,42.598],[9.457,42.596],[9.451,42.594],[9.444,42.594],[9.44,42.593],[9.436,42.593],[9.433,42.59],[9.429,42.59],[9.426,42.589],[9.423,42.589],[9.421,42.59],[9.417,42.587],[9.415,42.587],[9.413,42.584],[9.399,42.577],[9.396,42.576],[9.393,42.571],[9.388,42.569],[9.384,42.569],[9.383,42.566],[9.383,42.563],[9.382,42.56]]]},"properties":{"NOM_COM_M":"BORGO","INSEE_COM":"2B042","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.375,42.438],[9.378,42.442],[9.383,42.443],[9.384,42.442],[9.386,42.446],[9.392,42.449],[9.386,42.451],[9.382,42.451],[9.38,42.453],[9.375,42.453],[9.368,42.458],[9.365,42.456],[9.358,42.452],[9.36,42.451],[9.36,42.449],[9.358,42.446],[9.36,42.444],[9.362,42.44],[9.363,42.436],[9.366,42.435],[9.367,42.437],[9.37,42.438],[9.373,42.438],[9.375,42.438]]]},"properties":{"NOM_COM_M":"CASABIANCA","INSEE_COM":"2B069","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.106,42.656],[9.111,42.657],[9.112,42.659],[9.117,42.661],[9.12,42.661],[9.123,42.656],[9.129,42.651],[9.13,42.648],[9.134,42.646],[9.135,42.644],[9.142,42.642],[9.145,42.642],[9.151,42.639],[9.154,42.638],[9.157,42.636],[9.16,42.635],[9.166,42.631],[9.168,42.631],[9.173,42.627],[9.174,42.625],[9.173,42.62],[9.175,42.618],[9.181,42.617],[9.182,42.618],[9.186,42.614],[9.186,42.612],[9.19,42.609],[9.195,42.609],[9.199,42.605],[9.202,42.605],[9.206,42.602],[9.209,42.598],[9.21,42.595],[9.211,42.592],[9.21,42.586],[9.215,42.585],[9.222,42.586],[9.225,42.587],[9.226,42.589],[9.229,42.589],[9.233,42.59],[9.237,42.589],[9.244,42.592],[9.249,42.593],[9.264,42.59],[9.266,42.591],[9.269,42.59],[9.274,42.594],[9.276,42.593],[9.279,42.595],[9.283,42.596],[9.284,42.599],[9.294,42.607],[9.296,42.611],[9.296,42.613],[9.298,42.614],[9.294,42.614],[9.286,42.61],[9.282,42.609],[9.278,42.609],[9.274,42.607],[9.271,42.604],[9.269,42.604],[9.268,42.602],[9.264,42.601],[9.26,42.602],[9.257,42.601],[9.256,42.599],[9.247,42.599],[9.242,42.601],[9.236,42.602],[9.221,42.61],[9.211,42.616],[9.2,42.621],[9.181,42.636],[9.173,42.64],[9.167,42.648],[9.163,42.652],[9.162,42.654],[9.163,42.656],[9.157,42.66],[9.157,42.662],[9.155,42.663],[9.153,42.666],[9.149,42.667],[9.146,42.666],[9.144,42.667],[9.142,42.666],[9.138,42.668],[9.141,42.671],[9.144,42.672],[9.144,42.675],[9.14,42.677],[9.135,42.681],[9.131,42.681],[9.13,42.682],[9.132,42.688],[9.136,42.692],[9.13,42.697],[9.129,42.699],[9.126,42.701],[9.12,42.702],[9.115,42.705],[9.111,42.708],[9.111,42.71],[9.106,42.711],[9.1,42.716],[9.097,42.715],[9.096,42.716],[9.092,42.716],[9.09,42.715],[9.086,42.715],[9.081,42.709],[9.082,42.705],[9.08,42.701],[9.076,42.7],[9.076,42.696],[9.073,42.696],[9.071,42.693],[9.068,42.692],[9.062,42.694],[9.066,42.686],[9.071,42.685],[9.083,42.679],[9.085,42.676],[9.086,42.672],[9.09,42.669],[9.089,42.666],[9.092,42.663],[9.093,42.66],[9.097,42.659],[9.1,42.656],[9.104,42.657],[9.106,42.656]]]},"properties":{"NOM_COM_M":"SAN GAVINO DI TENDA","INSEE_COM":"2B301","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.43,42.355],[9.432,42.357],[9.433,42.364],[9.43,42.367],[9.426,42.373],[9.417,42.373],[9.414,42.376],[9.411,42.376],[9.404,42.375],[9.402,42.373],[9.403,42.37],[9.407,42.368],[9.41,42.368],[9.414,42.366],[9.416,42.364],[9.421,42.362],[9.423,42.359],[9.43,42.355]]]},"properties":{"NOM_COM_M":"PARATA","INSEE_COM":"2B202","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.36,42.37],[9.358,42.369],[9.356,42.37],[9.35,42.366],[9.349,42.367],[9.344,42.364],[9.338,42.364],[9.333,42.36],[9.331,42.36],[9.333,42.358],[9.334,42.354],[9.334,42.348],[9.335,42.346],[9.339,42.342],[9.344,42.346],[9.345,42.348],[9.345,42.351],[9.348,42.354],[9.348,42.356],[9.35,42.358],[9.357,42.362],[9.36,42.365],[9.362,42.366],[9.365,42.371],[9.363,42.372],[9.36,42.37]]]},"properties":{"NOM_COM_M":"PIEDIPARTINO","INSEE_COM":"2B221","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.312,42.506],[9.31,42.513],[9.312,42.519],[9.31,42.522],[9.311,42.523],[9.31,42.526],[9.313,42.532],[9.318,42.537],[9.322,42.542],[9.321,42.545],[9.315,42.547],[9.312,42.547],[9.306,42.549],[9.301,42.552],[9.294,42.552],[9.291,42.551],[9.29,42.549],[9.288,42.546],[9.289,42.544],[9.288,42.542],[9.289,42.539],[9.289,42.532],[9.291,42.527],[9.293,42.524],[9.294,42.52],[9.294,42.515],[9.297,42.513],[9.299,42.508],[9.303,42.507],[9.306,42.503],[9.31,42.503],[9.312,42.506]]]},"properties":{"NOM_COM_M":"BIGORNO","INSEE_COM":"2B036","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.444,42.27],[9.457,42.27],[9.46,42.269],[9.466,42.272],[9.469,42.271],[9.471,42.272],[9.478,42.271],[9.487,42.267],[9.497,42.265],[9.498,42.262],[9.511,42.254],[9.515,42.252],[9.516,42.25],[9.52,42.248],[9.522,42.246],[9.525,42.246],[9.527,42.244],[9.536,42.242],[9.539,42.241],[9.542,42.242],[9.553,42.241],[9.555,42.252],[9.552,42.249],[9.544,42.251],[9.544,42.252],[9.535,42.259],[9.527,42.267],[9.524,42.267],[9.52,42.268],[9.518,42.27],[9.515,42.271],[9.514,42.271],[9.503,42.275],[9.502,42.276],[9.497,42.278],[9.495,42.278],[9.492,42.28],[9.485,42.282],[9.48,42.282],[9.475,42.284],[9.458,42.285],[9.454,42.282],[9.448,42.279],[9.447,42.274],[9.444,42.27]]]},"properties":{"NOM_COM_M":"CANALE DI VERDE","INSEE_COM":"2B057","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.384,42.5],[9.386,42.498],[9.389,42.497],[9.393,42.497],[9.395,42.496],[9.398,42.493],[9.4,42.494],[9.402,42.498],[9.406,42.5],[9.407,42.506],[9.408,42.509],[9.41,42.506],[9.412,42.506],[9.415,42.503],[9.419,42.506],[9.423,42.511],[9.426,42.511],[9.429,42.514],[9.427,42.519],[9.425,42.52],[9.423,42.518],[9.42,42.519],[9.418,42.522],[9.414,42.525],[9.411,42.526],[9.41,42.523],[9.408,42.522],[9.401,42.522],[9.404,42.518],[9.404,42.516],[9.396,42.518],[9.395,42.517],[9.396,42.514],[9.396,42.507],[9.393,42.504],[9.388,42.504],[9.386,42.505],[9.386,42.509],[9.385,42.51],[9.381,42.508],[9.38,42.506],[9.381,42.503],[9.384,42.5]]]},"properties":{"NOM_COM_M":"PRUNELLI DI CASACCONI","INSEE_COM":"2B250","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.365,42.371],[9.369,42.371],[9.375,42.369],[9.378,42.371],[9.376,42.374],[9.377,42.376],[9.375,42.377],[9.376,42.379],[9.38,42.382],[9.379,42.385],[9.381,42.387],[9.387,42.389],[9.389,42.39],[9.386,42.39],[9.382,42.391],[9.376,42.39],[9.375,42.387],[9.375,42.384],[9.372,42.381],[9.373,42.379],[9.372,42.377],[9.369,42.375],[9.37,42.372],[9.366,42.373],[9.363,42.373],[9.36,42.37],[9.363,42.372],[9.365,42.371]]]},"properties":{"NOM_COM_M":"STAZZONA","INSEE_COM":"2B291","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.368,42.316],[9.372,42.319],[9.381,42.323],[9.385,42.323],[9.386,42.325],[9.393,42.328],[9.393,42.33],[9.397,42.331],[9.399,42.33],[9.402,42.332],[9.398,42.333],[9.394,42.335],[9.395,42.338],[9.39,42.34],[9.387,42.341],[9.384,42.34],[9.379,42.34],[9.373,42.338],[9.366,42.333],[9.358,42.328],[9.354,42.328],[9.354,42.326],[9.357,42.323],[9.362,42.32],[9.364,42.318],[9.368,42.316]]]},"properties":{"NOM_COM_M":"PIETRICAGGIO","INSEE_COM":"2B227","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.367,42.555],[9.344,42.55],[9.346,42.545],[9.353,42.537],[9.352,42.535],[9.359,42.526],[9.364,42.524],[9.369,42.523],[9.372,42.525],[9.373,42.524],[9.379,42.526],[9.381,42.523],[9.383,42.522],[9.391,42.522],[9.387,42.524],[9.385,42.528],[9.381,42.532],[9.374,42.534],[9.375,42.536],[9.374,42.542],[9.371,42.545],[9.373,42.549],[9.374,42.554],[9.375,42.556],[9.367,42.555]]]},"properties":{"NOM_COM_M":"SCOLCA","INSEE_COM":"2B274","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.257,42.392],[9.259,42.393],[9.259,42.395],[9.257,42.396],[9.26,42.399],[9.256,42.402],[9.256,42.403],[9.255,42.403],[9.254,42.408],[9.252,42.413],[9.251,42.414],[9.247,42.413],[9.242,42.413],[9.232,42.418],[9.22,42.417],[9.216,42.419],[9.213,42.418],[9.208,42.418],[9.202,42.416],[9.197,42.418],[9.197,42.415],[9.198,42.413],[9.197,42.406],[9.203,42.405],[9.205,42.404],[9.208,42.4],[9.209,42.395],[9.212,42.393],[9.226,42.393],[9.231,42.391],[9.232,42.387],[9.237,42.386],[9.24,42.387],[9.241,42.389],[9.244,42.391],[9.25,42.39],[9.257,42.392]]]},"properties":{"NOM_COM_M":"AITI","INSEE_COM":"2B003","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.302,42.574],[9.301,42.571],[9.297,42.563],[9.293,42.563],[9.294,42.56],[9.293,42.557],[9.295,42.556],[9.294,42.552],[9.301,42.552],[9.306,42.549],[9.312,42.547],[9.315,42.547],[9.321,42.545],[9.326,42.547],[9.331,42.548],[9.334,42.55],[9.344,42.55],[9.367,42.555],[9.368,42.559],[9.367,42.562],[9.364,42.564],[9.355,42.569],[9.353,42.569],[9.352,42.572],[9.348,42.574],[9.347,42.578],[9.347,42.582],[9.344,42.582],[9.344,42.586],[9.341,42.587],[9.338,42.586],[9.332,42.59],[9.331,42.593],[9.329,42.594],[9.33,42.596],[9.325,42.596],[9.321,42.598],[9.316,42.599],[9.316,42.596],[9.314,42.594],[9.314,42.592],[9.312,42.588],[9.314,42.586],[9.313,42.584],[9.31,42.581],[9.304,42.579],[9.302,42.574]]]},"properties":{"NOM_COM_M":"MURATO","INSEE_COM":"2B172","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.341,42.484],[9.34,42.483],[9.34,42.476],[9.334,42.468],[9.333,42.466],[9.336,42.465],[9.338,42.466],[9.346,42.463],[9.347,42.464],[9.351,42.464],[9.354,42.465],[9.356,42.468],[9.361,42.47],[9.365,42.47],[9.367,42.472],[9.368,42.476],[9.372,42.479],[9.373,42.483],[9.371,42.485],[9.366,42.483],[9.36,42.483],[9.359,42.482],[9.36,42.479],[9.356,42.48],[9.352,42.479],[9.343,42.479],[9.343,42.482],[9.341,42.484]]]},"properties":{"NOM_COM_M":"CROCICCHIA","INSEE_COM":"2B102","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.209,42.395],[9.208,42.4],[9.205,42.404],[9.203,42.405],[9.197,42.406],[9.198,42.413],[9.197,42.415],[9.197,42.418],[9.199,42.421],[9.19,42.422],[9.188,42.419],[9.179,42.412],[9.177,42.411],[9.178,42.408],[9.174,42.401],[9.169,42.4],[9.166,42.397],[9.165,42.394],[9.167,42.393],[9.164,42.39],[9.166,42.386],[9.165,42.385],[9.161,42.385],[9.16,42.38],[9.164,42.373],[9.166,42.371],[9.168,42.371],[9.171,42.367],[9.174,42.364],[9.177,42.366],[9.18,42.364],[9.182,42.361],[9.185,42.359],[9.193,42.358],[9.195,42.356],[9.199,42.358],[9.203,42.353],[9.206,42.352],[9.209,42.352],[9.212,42.355],[9.216,42.36],[9.224,42.358],[9.229,42.359],[9.227,42.363],[9.226,42.367],[9.227,42.369],[9.226,42.373],[9.226,42.376],[9.228,42.384],[9.222,42.385],[9.219,42.385],[9.209,42.389],[9.207,42.388],[9.203,42.389],[9.201,42.391],[9.206,42.394],[9.209,42.395]]]},"properties":{"NOM_COM_M":"OMESSA","INSEE_COM":"2B193","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.112,42.388],[9.117,42.389],[9.119,42.392],[9.121,42.392],[9.13,42.39],[9.135,42.39],[9.146,42.392],[9.152,42.395],[9.149,42.4],[9.151,42.408],[9.149,42.414],[9.15,42.415],[9.149,42.418],[9.15,42.42],[9.147,42.422],[9.144,42.422],[9.139,42.426],[9.131,42.428],[9.129,42.426],[9.125,42.427],[9.117,42.427],[9.114,42.428],[9.113,42.43],[9.107,42.43],[9.101,42.43],[9.093,42.428],[9.09,42.429],[9.088,42.428],[9.082,42.427],[9.079,42.428],[9.079,42.424],[9.081,42.42],[9.079,42.418],[9.074,42.417],[9.077,42.412],[9.078,42.409],[9.08,42.408],[9.081,42.404],[9.084,42.404],[9.088,42.402],[9.088,42.4],[9.093,42.39],[9.092,42.389],[9.098,42.386],[9.101,42.387],[9.107,42.388],[9.112,42.388]]]},"properties":{"NOM_COM_M":"CASTIGLIONE","INSEE_COM":"2B081","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.385,42.399],[9.377,42.401],[9.37,42.401],[9.366,42.404],[9.362,42.404],[9.357,42.406],[9.35,42.407],[9.349,42.406],[9.342,42.405],[9.34,42.404],[9.34,42.402],[9.342,42.403],[9.346,42.401],[9.352,42.402],[9.357,42.4],[9.362,42.396],[9.364,42.397],[9.367,42.396],[9.369,42.395],[9.375,42.397],[9.383,42.398],[9.385,42.399]]]},"properties":{"NOM_COM_M":"POLVEROSO","INSEE_COM":"2B243","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.535,42.359],[9.534,42.362],[9.533,42.369],[9.532,42.373],[9.533,42.378],[9.53,42.378],[9.526,42.376],[9.521,42.378],[9.519,42.378],[9.515,42.38],[9.513,42.379],[9.508,42.382],[9.505,42.38],[9.503,42.377],[9.498,42.374],[9.49,42.373],[9.487,42.374],[9.483,42.372],[9.482,42.37],[9.483,42.367],[9.485,42.366],[9.482,42.362],[9.479,42.359],[9.482,42.355],[9.486,42.359],[9.49,42.362],[9.493,42.361],[9.496,42.361],[9.498,42.362],[9.503,42.361],[9.505,42.36],[9.516,42.362],[9.519,42.36],[9.526,42.36],[9.53,42.358],[9.535,42.359]]]},"properties":{"NOM_COM_M":"SAN NICOLAO","INSEE_COM":"2B313","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.409,42.447],[9.407,42.444],[9.403,42.442],[9.404,42.439],[9.403,42.435],[9.405,42.431],[9.412,42.431],[9.418,42.428],[9.42,42.426],[9.425,42.428],[9.429,42.428],[9.432,42.426],[9.434,42.429],[9.439,42.43],[9.442,42.429],[9.445,42.43],[9.445,42.432],[9.449,42.436],[9.446,42.439],[9.442,42.439],[9.44,42.44],[9.435,42.441],[9.434,42.439],[9.421,42.439],[9.418,42.442],[9.42,42.443],[9.417,42.446],[9.409,42.447]]]},"properties":{"NOM_COM_M":"CASALTA","INSEE_COM":"2B072","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.394,42.373],[9.391,42.376],[9.388,42.381],[9.387,42.389],[9.381,42.387],[9.379,42.385],[9.38,42.382],[9.376,42.379],[9.375,42.377],[9.377,42.376],[9.376,42.374],[9.378,42.371],[9.375,42.369],[9.377,42.366],[9.379,42.365],[9.381,42.365],[9.384,42.366],[9.387,42.365],[9.392,42.368],[9.392,42.37],[9.394,42.373]]]},"properties":{"NOM_COM_M":"RAPAGGIO","INSEE_COM":"2B256","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.554,42.157],[9.554,42.163],[9.556,42.18],[9.558,42.191],[9.559,42.195],[9.559,42.198],[9.556,42.202],[9.556,42.215],[9.554,42.218],[9.552,42.226],[9.552,42.233],[9.553,42.241],[9.542,42.242],[9.539,42.241],[9.536,42.242],[9.527,42.244],[9.525,42.246],[9.522,42.246],[9.52,42.248],[9.516,42.25],[9.515,42.252],[9.511,42.254],[9.498,42.262],[9.497,42.265],[9.487,42.267],[9.478,42.271],[9.471,42.272],[9.469,42.271],[9.466,42.272],[9.46,42.269],[9.457,42.27],[9.444,42.27],[9.444,42.266],[9.445,42.264],[9.447,42.264],[9.451,42.26],[9.454,42.25],[9.456,42.247],[9.458,42.246],[9.46,42.243],[9.466,42.242],[9.469,42.241],[9.471,42.236],[9.474,42.235],[9.474,42.233],[9.477,42.226],[9.475,42.221],[9.473,42.222],[9.471,42.22],[9.47,42.213],[9.474,42.205],[9.477,42.201],[9.479,42.195],[9.479,42.191],[9.483,42.19],[9.485,42.188],[9.487,42.188],[9.492,42.186],[9.494,42.184],[9.497,42.184],[9.499,42.182],[9.502,42.183],[9.504,42.178],[9.51,42.176],[9.511,42.175],[9.516,42.175],[9.516,42.173],[9.514,42.172],[9.514,42.169],[9.519,42.169],[9.52,42.168],[9.524,42.168],[9.525,42.165],[9.528,42.167],[9.531,42.168],[9.533,42.166],[9.54,42.166],[9.543,42.167],[9.544,42.163],[9.547,42.158],[9.55,42.157],[9.554,42.157]]]},"properties":{"NOM_COM_M":"LINGUIZZETTA","INSEE_COM":"2B143","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.436,42.461],[9.428,42.457],[9.427,42.45],[9.434,42.441],[9.435,42.441],[9.44,42.44],[9.442,42.439],[9.446,42.439],[9.449,42.436],[9.453,42.437],[9.451,42.441],[9.455,42.443],[9.451,42.444],[9.453,42.446],[9.457,42.444],[9.456,42.448],[9.459,42.45],[9.461,42.449],[9.462,42.446],[9.461,42.45],[9.447,42.457],[9.445,42.459],[9.441,42.459],[9.436,42.461]]]},"properties":{"NOM_COM_M":"PORRI","INSEE_COM":"2B245","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.462,42.446],[9.469,42.446],[9.473,42.445],[9.477,42.446],[9.481,42.445],[9.483,42.446],[9.486,42.444],[9.49,42.444],[9.492,42.445],[9.493,42.443],[9.497,42.444],[9.5,42.442],[9.503,42.442],[9.506,42.44],[9.508,42.44],[9.517,42.443],[9.521,42.44],[9.529,42.44],[9.53,42.438],[9.534,42.438],[9.535,42.439],[9.539,42.438],[9.541,42.439],[9.541,42.442],[9.542,42.448],[9.541,42.453],[9.541,42.46],[9.539,42.462],[9.538,42.466],[9.536,42.47],[9.523,42.469],[9.522,42.467],[9.516,42.465],[9.514,42.463],[9.509,42.462],[9.493,42.462],[9.488,42.46],[9.479,42.46],[9.474,42.461],[9.471,42.463],[9.467,42.464],[9.467,42.47],[9.464,42.476],[9.462,42.474],[9.456,42.471],[9.454,42.468],[9.45,42.468],[9.444,42.466],[9.438,42.465],[9.436,42.464],[9.436,42.461],[9.441,42.459],[9.445,42.459],[9.447,42.457],[9.461,42.45],[9.462,42.446]]]},"properties":{"NOM_COM_M":"PENTA DI CASINCA","INSEE_COM":"2B207","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.385,42.51],[9.374,42.508],[9.37,42.505],[9.367,42.505],[9.361,42.506],[9.354,42.509],[9.351,42.509],[9.349,42.511],[9.346,42.511],[9.339,42.51],[9.338,42.507],[9.335,42.506],[9.33,42.506],[9.332,42.504],[9.333,42.5],[9.336,42.496],[9.337,42.491],[9.341,42.485],[9.341,42.484],[9.343,42.482],[9.343,42.479],[9.352,42.479],[9.356,42.48],[9.36,42.479],[9.359,42.482],[9.36,42.483],[9.366,42.483],[9.371,42.485],[9.372,42.488],[9.375,42.489],[9.374,42.493],[9.376,42.494],[9.377,42.497],[9.381,42.503],[9.38,42.506],[9.381,42.508],[9.385,42.51]]]},"properties":{"NOM_COM_M":"CAMPILE","INSEE_COM":"2B054","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.306,42.312],[9.304,42.313],[9.298,42.311],[9.293,42.31],[9.291,42.312],[9.291,42.316],[9.29,42.318],[9.285,42.317],[9.282,42.32],[9.278,42.319],[9.28,42.313],[9.278,42.311],[9.279,42.306],[9.274,42.303],[9.278,42.299],[9.278,42.297],[9.281,42.296],[9.289,42.301],[9.294,42.301],[9.297,42.308],[9.301,42.309],[9.303,42.311],[9.306,42.312]]]},"properties":{"NOM_COM_M":"ALANDO","INSEE_COM":"2B005","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.39,42.416],[9.394,42.415],[9.405,42.415],[9.408,42.416],[9.415,42.417],[9.415,42.422],[9.417,42.425],[9.418,42.428],[9.412,42.431],[9.405,42.431],[9.404,42.429],[9.399,42.427],[9.397,42.427],[9.394,42.424],[9.392,42.425],[9.391,42.423],[9.392,42.42],[9.39,42.416]]]},"properties":{"NOM_COM_M":"SCATA","INSEE_COM":"2B273","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.427,42.519],[9.429,42.514],[9.433,42.514],[9.439,42.517],[9.442,42.519],[9.444,42.522],[9.449,42.525],[9.452,42.526],[9.453,42.525],[9.461,42.527],[9.465,42.53],[9.47,42.532],[9.469,42.534],[9.478,42.535],[9.48,42.533],[9.483,42.533],[9.485,42.536],[9.488,42.537],[9.491,42.534],[9.494,42.533],[9.498,42.535],[9.5,42.538],[9.505,42.535],[9.513,42.535],[9.514,42.532],[9.519,42.531],[9.521,42.529],[9.52,42.527],[9.521,42.524],[9.525,42.524],[9.529,42.526],[9.533,42.524],[9.534,42.523],[9.534,42.527],[9.533,42.534],[9.534,42.537],[9.533,42.545],[9.532,42.55],[9.529,42.558],[9.529,42.56],[9.527,42.565],[9.519,42.563],[9.487,42.556],[9.486,42.555],[9.47,42.552],[9.453,42.552],[9.451,42.551],[9.442,42.551],[9.437,42.549],[9.431,42.549],[9.43,42.55],[9.427,42.549],[9.423,42.551],[9.411,42.551],[9.407,42.552],[9.396,42.55],[9.404,42.547],[9.406,42.544],[9.405,42.542],[9.407,42.539],[9.415,42.537],[9.419,42.535],[9.421,42.531],[9.426,42.528],[9.428,42.526],[9.428,42.522],[9.427,42.519]]]},"properties":{"NOM_COM_M":"LUCCIANA","INSEE_COM":"2B148","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.375,42.438],[9.377,42.436],[9.376,42.434],[9.37,42.433],[9.37,42.432],[9.366,42.432],[9.358,42.429],[9.356,42.427],[9.354,42.427],[9.352,42.425],[9.348,42.423],[9.339,42.423],[9.333,42.421],[9.331,42.421],[9.327,42.417],[9.325,42.415],[9.324,42.411],[9.337,42.412],[9.345,42.413],[9.357,42.418],[9.362,42.417],[9.364,42.418],[9.362,42.419],[9.362,42.422],[9.36,42.425],[9.361,42.427],[9.363,42.427],[9.364,42.429],[9.37,42.432],[9.373,42.433],[9.377,42.433],[9.381,42.43],[9.385,42.429],[9.388,42.429],[9.394,42.427],[9.397,42.427],[9.395,42.429],[9.393,42.433],[9.391,42.434],[9.391,42.437],[9.388,42.438],[9.387,42.44],[9.384,42.442],[9.383,42.443],[9.378,42.442],[9.375,42.438]]]},"properties":{"NOM_COM_M":"PORTA","INSEE_COM":"2B246","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.381,42.365],[9.384,42.365],[9.385,42.363],[9.387,42.363],[9.391,42.36],[9.391,42.357],[9.392,42.354],[9.402,42.354],[9.404,42.355],[9.411,42.356],[9.412,42.358],[9.416,42.358],[9.419,42.357],[9.422,42.355],[9.43,42.355],[9.423,42.359],[9.421,42.362],[9.416,42.364],[9.414,42.366],[9.41,42.368],[9.407,42.368],[9.403,42.37],[9.402,42.373],[9.4,42.374],[9.398,42.372],[9.394,42.373],[9.392,42.37],[9.392,42.368],[9.387,42.365],[9.384,42.366],[9.381,42.365]]]},"properties":{"NOM_COM_M":"VALLE D OREZZA","INSEE_COM":"2B338","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.382,42.668],[9.377,42.67],[9.376,42.672],[9.37,42.673],[9.365,42.675],[9.347,42.675],[9.338,42.678],[9.334,42.675],[9.332,42.675],[9.328,42.672],[9.326,42.672],[9.324,42.67],[9.321,42.668],[9.321,42.666],[9.332,42.661],[9.332,42.66],[9.339,42.656],[9.34,42.653],[9.347,42.646],[9.351,42.645],[9.354,42.642],[9.355,42.639],[9.363,42.635],[9.366,42.634],[9.37,42.635],[9.373,42.635],[9.374,42.633],[9.379,42.634],[9.384,42.634],[9.388,42.637],[9.392,42.638],[9.389,42.641],[9.385,42.643],[9.386,42.648],[9.384,42.65],[9.383,42.653],[9.38,42.658],[9.38,42.666],[9.382,42.668]]]},"properties":{"NOM_COM_M":"POGGIO D OLETTA","INSEE_COM":"2B239","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.285,42.5],[9.288,42.498],[9.293,42.498],[9.296,42.497],[9.297,42.495],[9.299,42.495],[9.302,42.498],[9.303,42.501],[9.306,42.503],[9.303,42.507],[9.299,42.508],[9.297,42.513],[9.294,42.515],[9.294,42.52],[9.293,42.524],[9.291,42.527],[9.289,42.532],[9.289,42.539],[9.288,42.542],[9.289,42.544],[9.288,42.546],[9.29,42.549],[9.287,42.551],[9.284,42.55],[9.28,42.551],[9.269,42.551],[9.266,42.552],[9.264,42.551],[9.26,42.555],[9.246,42.555],[9.243,42.557],[9.235,42.555],[9.234,42.551],[9.229,42.549],[9.225,42.547],[9.226,42.545],[9.225,42.543],[9.227,42.54],[9.225,42.538],[9.224,42.53],[9.222,42.528],[9.227,42.525],[9.231,42.524],[9.232,42.52],[9.236,42.52],[9.243,42.521],[9.251,42.521],[9.251,42.516],[9.257,42.516],[9.262,42.52],[9.267,42.52],[9.27,42.516],[9.273,42.515],[9.276,42.512],[9.276,42.51],[9.279,42.51],[9.282,42.508],[9.285,42.504],[9.288,42.503],[9.285,42.5]]]},"properties":{"NOM_COM_M":"LENTO","INSEE_COM":"2B140","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.396,42.55],[9.392,42.551],[9.387,42.557],[9.382,42.56],[9.375,42.556],[9.374,42.554],[9.373,42.549],[9.371,42.545],[9.374,42.542],[9.375,42.536],[9.374,42.534],[9.381,42.532],[9.385,42.528],[9.387,42.524],[9.391,42.522],[9.397,42.52],[9.401,42.522],[9.408,42.522],[9.41,42.523],[9.411,42.526],[9.414,42.525],[9.418,42.522],[9.42,42.519],[9.423,42.518],[9.425,42.52],[9.427,42.519],[9.428,42.522],[9.428,42.526],[9.426,42.528],[9.421,42.531],[9.419,42.535],[9.415,42.537],[9.407,42.539],[9.405,42.542],[9.406,42.544],[9.404,42.547],[9.396,42.55]]]},"properties":{"NOM_COM_M":"VIGNALE","INSEE_COM":"2B350","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.326,42.399],[9.34,42.402],[9.34,42.404],[9.342,42.405],[9.349,42.406],[9.35,42.407],[9.357,42.406],[9.362,42.404],[9.366,42.404],[9.37,42.401],[9.377,42.401],[9.385,42.399],[9.389,42.398],[9.39,42.401],[9.392,42.404],[9.392,42.407],[9.389,42.408],[9.382,42.408],[9.376,42.412],[9.373,42.415],[9.369,42.416],[9.367,42.415],[9.364,42.418],[9.362,42.417],[9.357,42.418],[9.345,42.413],[9.337,42.412],[9.324,42.411],[9.324,42.405],[9.326,42.402],[9.326,42.399]]]},"properties":{"NOM_COM_M":"CROCE","INSEE_COM":"2B101","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.421,42.289],[9.428,42.287],[9.431,42.282],[9.437,42.277],[9.441,42.275],[9.444,42.27],[9.447,42.274],[9.448,42.279],[9.454,42.282],[9.458,42.285],[9.458,42.288],[9.467,42.297],[9.468,42.3],[9.465,42.303],[9.463,42.303],[9.461,42.305],[9.455,42.307],[9.447,42.31],[9.443,42.309],[9.441,42.306],[9.441,42.302],[9.439,42.301],[9.434,42.302],[9.431,42.301],[9.428,42.302],[9.426,42.301],[9.424,42.297],[9.424,42.294],[9.421,42.291],[9.421,42.289]]]},"properties":{"NOM_COM_M":"PIETRA DI VERDE","INSEE_COM":"2B225","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.426,42.301],[9.428,42.302],[9.431,42.301],[9.434,42.302],[9.439,42.301],[9.441,42.302],[9.441,42.306],[9.443,42.309],[9.447,42.31],[9.455,42.307],[9.46,42.311],[9.458,42.315],[9.456,42.316],[9.451,42.314],[9.447,42.313],[9.447,42.315],[9.443,42.315],[9.438,42.317],[9.437,42.316],[9.434,42.318],[9.433,42.317],[9.43,42.32],[9.426,42.318],[9.422,42.321],[9.415,42.318],[9.413,42.318],[9.418,42.316],[9.418,42.313],[9.421,42.314],[9.425,42.313],[9.426,42.311],[9.423,42.309],[9.42,42.303],[9.422,42.3],[9.426,42.301]]]},"properties":{"NOM_COM_M":"ORTALE","INSEE_COM":"2B194","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.395,42.635],[9.404,42.635],[9.411,42.637],[9.418,42.64],[9.423,42.638],[9.434,42.638],[9.434,42.636],[9.438,42.635],[9.443,42.638],[9.458,42.64],[9.463,42.639],[9.457,42.647],[9.454,42.653],[9.45,42.662],[9.443,42.661],[9.435,42.662],[9.429,42.665],[9.424,42.665],[9.412,42.667],[9.406,42.669],[9.404,42.671],[9.397,42.673],[9.393,42.675],[9.393,42.673],[9.39,42.67],[9.385,42.668],[9.382,42.668],[9.38,42.666],[9.38,42.658],[9.383,42.653],[9.384,42.65],[9.386,42.648],[9.385,42.643],[9.389,42.641],[9.392,42.638],[9.395,42.635]]]},"properties":{"NOM_COM_M":"FURIANI","INSEE_COM":"2B120","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.392,42.449],[9.396,42.452],[9.397,42.455],[9.399,42.456],[9.403,42.46],[9.408,42.463],[9.407,42.466],[9.405,42.468],[9.407,42.472],[9.407,42.475],[9.41,42.479],[9.41,42.481],[9.412,42.487],[9.415,42.491],[9.418,42.492],[9.425,42.496],[9.434,42.499],[9.439,42.499],[9.446,42.503],[9.451,42.504],[9.449,42.509],[9.451,42.512],[9.449,42.516],[9.45,42.518],[9.448,42.521],[9.452,42.523],[9.453,42.525],[9.452,42.526],[9.449,42.525],[9.444,42.522],[9.442,42.519],[9.439,42.517],[9.444,42.513],[9.441,42.512],[9.439,42.51],[9.433,42.508],[9.431,42.505],[9.429,42.504],[9.427,42.501],[9.422,42.501],[9.416,42.497],[9.416,42.495],[9.414,42.494],[9.41,42.494],[9.409,42.491],[9.405,42.489],[9.399,42.487],[9.393,42.489],[9.387,42.494],[9.385,42.497],[9.384,42.5],[9.381,42.503],[9.377,42.497],[9.376,42.494],[9.374,42.493],[9.375,42.489],[9.372,42.488],[9.371,42.485],[9.373,42.483],[9.372,42.479],[9.373,42.474],[9.375,42.473],[9.375,42.47],[9.377,42.469],[9.377,42.467],[9.379,42.465],[9.379,42.463],[9.381,42.462],[9.384,42.457],[9.385,42.457],[9.386,42.451],[9.392,42.449]]]},"properties":{"NOM_COM_M":"MONTE","INSEE_COM":"2B166","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.34,42.342],[9.344,42.339],[9.357,42.345],[9.363,42.346],[9.364,42.345],[9.368,42.347],[9.373,42.347],[9.368,42.349],[9.366,42.351],[9.372,42.353],[9.373,42.357],[9.375,42.36],[9.375,42.364],[9.377,42.363],[9.379,42.365],[9.377,42.366],[9.375,42.369],[9.369,42.371],[9.365,42.371],[9.362,42.366],[9.36,42.365],[9.357,42.362],[9.35,42.358],[9.348,42.356],[9.348,42.354],[9.345,42.351],[9.345,42.348],[9.344,42.346],[9.339,42.342],[9.34,42.342]]]},"properties":{"NOM_COM_M":"CARCHETO BRUSTICO","INSEE_COM":"2B063","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.392,42.354],[9.386,42.352],[9.382,42.349],[9.373,42.347],[9.368,42.347],[9.364,42.345],[9.363,42.346],[9.357,42.345],[9.344,42.339],[9.347,42.335],[9.347,42.33],[9.349,42.328],[9.354,42.328],[9.358,42.328],[9.366,42.333],[9.373,42.338],[9.379,42.34],[9.384,42.34],[9.387,42.341],[9.39,42.34],[9.388,42.342],[9.388,42.345],[9.391,42.346],[9.393,42.348],[9.394,42.351],[9.392,42.354]]]},"properties":{"NOM_COM_M":"PIOBETTA","INSEE_COM":"2B234","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.397,42.455],[9.404,42.452],[9.409,42.447],[9.417,42.446],[9.42,42.443],[9.418,42.442],[9.421,42.439],[9.434,42.439],[9.435,42.441],[9.434,42.441],[9.427,42.45],[9.428,42.457],[9.436,42.461],[9.436,42.464],[9.433,42.462],[9.424,42.462],[9.422,42.461],[9.419,42.462],[9.417,42.464],[9.408,42.463],[9.403,42.46],[9.399,42.456],[9.397,42.455]]]},"properties":{"NOM_COM_M":"SILVARECCIO","INSEE_COM":"2B280","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.489,42.389],[9.486,42.382],[9.486,42.38],[9.484,42.379],[9.484,42.377],[9.482,42.375],[9.487,42.374],[9.49,42.373],[9.498,42.374],[9.503,42.377],[9.505,42.38],[9.508,42.382],[9.513,42.379],[9.515,42.38],[9.519,42.378],[9.521,42.378],[9.526,42.376],[9.53,42.378],[9.533,42.378],[9.532,42.384],[9.535,42.394],[9.532,42.394],[9.527,42.395],[9.521,42.394],[9.518,42.394],[9.514,42.393],[9.511,42.393],[9.511,42.39],[9.506,42.389],[9.504,42.388],[9.5,42.388],[9.499,42.386],[9.494,42.388],[9.491,42.388],[9.489,42.389]]]},"properties":{"NOM_COM_M":"SANTA LUCIA DI MORIANI","INSEE_COM":"2B307","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.396,42.298],[9.398,42.292],[9.401,42.289],[9.401,42.283],[9.402,42.279],[9.4,42.278],[9.401,42.275],[9.4,42.271],[9.397,42.266],[9.398,42.264],[9.401,42.263],[9.404,42.263],[9.406,42.265],[9.406,42.267],[9.408,42.268],[9.411,42.272],[9.418,42.273],[9.42,42.276],[9.431,42.281],[9.431,42.282],[9.428,42.287],[9.421,42.289],[9.418,42.291],[9.414,42.296],[9.409,42.295],[9.403,42.296],[9.401,42.297],[9.396,42.298]]]},"properties":{"NOM_COM_M":"MOITA","INSEE_COM":"2B161","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.479,42.337],[9.486,42.336],[9.506,42.33],[9.509,42.33],[9.513,42.331],[9.516,42.33],[9.521,42.331],[9.521,42.329],[9.525,42.33],[9.529,42.329],[9.535,42.324],[9.537,42.327],[9.543,42.328],[9.541,42.337],[9.536,42.338],[9.533,42.343],[9.53,42.342],[9.52,42.342],[9.52,42.343],[9.515,42.343],[9.512,42.341],[9.506,42.339],[9.498,42.341],[9.493,42.34],[9.49,42.341],[9.485,42.341],[9.48,42.342],[9.479,42.337]]]},"properties":{"NOM_COM_M":"VALLE DI CAMPOLORO","INSEE_COM":"2B335","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.28,42.364],[9.281,42.366],[9.279,42.368],[9.281,42.372],[9.277,42.375],[9.279,42.379],[9.276,42.379],[9.276,42.382],[9.274,42.382],[9.271,42.386],[9.269,42.386],[9.265,42.384],[9.26,42.386],[9.259,42.387],[9.259,42.385],[9.255,42.384],[9.253,42.378],[9.251,42.376],[9.251,42.371],[9.257,42.371],[9.26,42.368],[9.272,42.367],[9.273,42.366],[9.279,42.365],[9.28,42.364]]]},"properties":{"NOM_COM_M":"ERONE","INSEE_COM":"2B106","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.439,42.408],[9.437,42.407],[9.431,42.406],[9.427,42.407],[9.422,42.41],[9.419,42.41],[9.417,42.416],[9.415,42.417],[9.408,42.416],[9.405,42.415],[9.394,42.415],[9.39,42.416],[9.391,42.412],[9.389,42.408],[9.392,42.407],[9.392,42.404],[9.399,42.402],[9.406,42.402],[9.413,42.401],[9.416,42.4],[9.421,42.395],[9.424,42.391],[9.426,42.392],[9.426,42.394],[9.428,42.396],[9.428,42.398],[9.439,42.401],[9.445,42.404],[9.447,42.404],[9.439,42.408]]]},"properties":{"NOM_COM_M":"SAN DAMIANO","INSEE_COM":"2B297","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.481,42.422],[9.48,42.417],[9.475,42.415],[9.472,42.411],[9.474,42.407],[9.477,42.405],[9.477,42.403],[9.481,42.401],[9.486,42.402],[9.491,42.404],[9.494,42.406],[9.493,42.409],[9.499,42.41],[9.505,42.41],[9.506,42.409],[9.51,42.41],[9.513,42.413],[9.513,42.416],[9.518,42.415],[9.523,42.413],[9.526,42.413],[9.53,42.414],[9.535,42.412],[9.538,42.412],[9.54,42.418],[9.542,42.421],[9.542,42.424],[9.543,42.429],[9.542,42.428],[9.535,42.43],[9.534,42.429],[9.522,42.431],[9.519,42.429],[9.512,42.426],[9.508,42.427],[9.504,42.427],[9.502,42.428],[9.501,42.426],[9.494,42.423],[9.492,42.424],[9.489,42.423],[9.486,42.425],[9.481,42.422]]]},"properties":{"NOM_COM_M":"TALASANI","INSEE_COM":"2B319","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.327,42.435],[9.331,42.432],[9.344,42.432],[9.346,42.433],[9.357,42.431],[9.363,42.431],[9.365,42.434],[9.369,42.433],[9.374,42.437],[9.373,42.438],[9.37,42.438],[9.367,42.437],[9.366,42.435],[9.363,42.436],[9.362,42.44],[9.36,42.444],[9.359,42.441],[9.356,42.44],[9.353,42.44],[9.35,42.439],[9.346,42.439],[9.337,42.437],[9.334,42.44],[9.33,42.442],[9.328,42.444],[9.325,42.439],[9.327,42.435]]]},"properties":{"NOM_COM_M":"POGGIO MARINACCIO","INSEE_COM":"2B241","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.222,42.528],[9.22,42.522],[9.222,42.518],[9.219,42.516],[9.207,42.517],[9.204,42.516],[9.2,42.513],[9.198,42.51],[9.195,42.509],[9.193,42.506],[9.191,42.504],[9.19,42.501],[9.187,42.5],[9.184,42.497],[9.18,42.494],[9.18,42.492],[9.184,42.492],[9.188,42.491],[9.19,42.487],[9.19,42.485],[9.192,42.483],[9.196,42.483],[9.201,42.482],[9.201,42.48],[9.203,42.479],[9.204,42.476],[9.207,42.475],[9.21,42.472],[9.213,42.471],[9.218,42.473],[9.219,42.474],[9.225,42.473],[9.229,42.47],[9.236,42.469],[9.241,42.472],[9.25,42.47],[9.255,42.475],[9.262,42.476],[9.265,42.477],[9.277,42.492],[9.282,42.496],[9.285,42.5],[9.288,42.503],[9.285,42.504],[9.282,42.508],[9.279,42.51],[9.276,42.51],[9.276,42.512],[9.273,42.515],[9.27,42.516],[9.267,42.52],[9.262,42.52],[9.257,42.516],[9.251,42.516],[9.251,42.521],[9.243,42.521],[9.236,42.52],[9.232,42.52],[9.231,42.524],[9.227,42.525],[9.222,42.528]]]},"properties":{"NOM_COM_M":"CANAVAGGIA","INSEE_COM":"2B059","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.426,42.301],[9.422,42.3],[9.42,42.303],[9.423,42.309],[9.426,42.311],[9.425,42.313],[9.421,42.314],[9.418,42.313],[9.418,42.316],[9.413,42.318],[9.409,42.315],[9.404,42.317],[9.403,42.315],[9.398,42.312],[9.396,42.309],[9.396,42.305],[9.399,42.303],[9.396,42.298],[9.401,42.297],[9.403,42.296],[9.409,42.295],[9.414,42.296],[9.418,42.291],[9.421,42.289],[9.421,42.291],[9.424,42.294],[9.424,42.297],[9.426,42.301]]]},"properties":{"NOM_COM_M":"NOVALE","INSEE_COM":"2B179","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.47,42.334],[9.473,42.332],[9.474,42.33],[9.474,42.325],[9.477,42.323],[9.482,42.324],[9.485,42.321],[9.49,42.317],[9.494,42.317],[9.497,42.319],[9.501,42.319],[9.505,42.32],[9.508,42.319],[9.513,42.319],[9.515,42.318],[9.524,42.316],[9.526,42.314],[9.529,42.313],[9.536,42.304],[9.54,42.3],[9.545,42.3],[9.554,42.299],[9.553,42.301],[9.55,42.316],[9.548,42.32],[9.546,42.321],[9.543,42.328],[9.537,42.327],[9.535,42.324],[9.529,42.329],[9.525,42.33],[9.521,42.329],[9.521,42.331],[9.516,42.33],[9.513,42.331],[9.509,42.33],[9.506,42.33],[9.486,42.336],[9.479,42.337],[9.477,42.337],[9.47,42.334]]]},"properties":{"NOM_COM_M":"CERVIONE","INSEE_COM":"2B087","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.39,42.34],[9.395,42.338],[9.394,42.335],[9.398,42.333],[9.402,42.332],[9.403,42.331],[9.406,42.335],[9.413,42.335],[9.411,42.34],[9.414,42.341],[9.413,42.345],[9.411,42.347],[9.413,42.35],[9.411,42.356],[9.404,42.355],[9.402,42.354],[9.392,42.354],[9.394,42.351],[9.393,42.348],[9.391,42.346],[9.388,42.345],[9.388,42.342],[9.39,42.34]]]},"properties":{"NOM_COM_M":"TARRANO","INSEE_COM":"2B321","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.42,42.385],[9.424,42.383],[9.425,42.38],[9.427,42.379],[9.427,42.374],[9.426,42.373],[9.43,42.367],[9.433,42.364],[9.435,42.366],[9.435,42.369],[9.439,42.376],[9.444,42.377],[9.447,42.377],[9.451,42.381],[9.456,42.385],[9.458,42.388],[9.46,42.388],[9.461,42.39],[9.465,42.388],[9.47,42.387],[9.475,42.389],[9.483,42.389],[9.487,42.388],[9.488,42.39],[9.489,42.392],[9.488,42.394],[9.488,42.398],[9.486,42.402],[9.481,42.401],[9.477,42.403],[9.477,42.405],[9.474,42.407],[9.472,42.411],[9.47,42.41],[9.469,42.407],[9.466,42.405],[9.458,42.403],[9.449,42.403],[9.447,42.404],[9.445,42.404],[9.439,42.401],[9.428,42.398],[9.428,42.396],[9.426,42.394],[9.426,42.392],[9.424,42.391],[9.422,42.39],[9.423,42.388],[9.42,42.385]]]},"properties":{"NOM_COM_M":"VELONE ORNETO","INSEE_COM":"2B340","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.536,42.47],[9.531,42.484],[9.525,42.484],[9.51,42.48],[9.494,42.476],[9.489,42.475],[9.485,42.473],[9.482,42.473],[9.479,42.474],[9.472,42.474],[9.47,42.475],[9.467,42.475],[9.464,42.476],[9.467,42.47],[9.467,42.464],[9.471,42.463],[9.474,42.461],[9.479,42.46],[9.488,42.46],[9.493,42.462],[9.509,42.462],[9.514,42.463],[9.516,42.465],[9.522,42.467],[9.523,42.469],[9.536,42.47]]]},"properties":{"NOM_COM_M":"CASTELLARE DI CASINCA","INSEE_COM":"2B077","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.389,42.408],[9.391,42.412],[9.39,42.416],[9.392,42.42],[9.391,42.423],[9.392,42.425],[9.394,42.424],[9.397,42.427],[9.394,42.427],[9.388,42.429],[9.385,42.429],[9.381,42.43],[9.377,42.433],[9.373,42.433],[9.37,42.432],[9.364,42.429],[9.363,42.427],[9.361,42.427],[9.36,42.425],[9.362,42.422],[9.362,42.419],[9.364,42.418],[9.367,42.415],[9.369,42.416],[9.373,42.415],[9.376,42.412],[9.382,42.408],[9.389,42.408]]]},"properties":{"NOM_COM_M":"FICAJA","INSEE_COM":"2B113","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.339,42.342],[9.335,42.346],[9.334,42.348],[9.334,42.354],[9.333,42.358],[9.331,42.36],[9.329,42.363],[9.323,42.361],[9.32,42.362],[9.315,42.362],[9.308,42.357],[9.309,42.353],[9.306,42.354],[9.298,42.355],[9.298,42.357],[9.295,42.359],[9.287,42.361],[9.281,42.36],[9.279,42.361],[9.275,42.358],[9.273,42.353],[9.27,42.351],[9.272,42.341],[9.276,42.338],[9.279,42.335],[9.281,42.335],[9.286,42.334],[9.292,42.337],[9.307,42.337],[9.311,42.338],[9.313,42.337],[9.316,42.338],[9.326,42.335],[9.335,42.338],[9.34,42.342],[9.339,42.342]]]},"properties":{"NOM_COM_M":"CARTICASI","INSEE_COM":"2B068","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.408,42.463],[9.417,42.464],[9.419,42.462],[9.422,42.461],[9.424,42.462],[9.433,42.462],[9.436,42.464],[9.435,42.465],[9.439,42.471],[9.443,42.476],[9.444,42.48],[9.449,42.482],[9.445,42.487],[9.44,42.488],[9.433,42.488],[9.43,42.49],[9.418,42.492],[9.415,42.491],[9.412,42.487],[9.41,42.481],[9.41,42.479],[9.407,42.475],[9.407,42.472],[9.405,42.468],[9.407,42.466],[9.408,42.463]]]},"properties":{"NOM_COM_M":"LORETO DI CASINCA","INSEE_COM":"2B145","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.36,42.444],[9.358,42.446],[9.36,42.449],[9.36,42.451],[9.358,42.452],[9.354,42.451],[9.35,42.449],[9.347,42.449],[9.343,42.447],[9.337,42.447],[9.332,42.446],[9.331,42.444],[9.328,42.444],[9.33,42.442],[9.334,42.44],[9.337,42.437],[9.346,42.439],[9.35,42.439],[9.353,42.44],[9.356,42.44],[9.359,42.441],[9.36,42.444]]]},"properties":{"NOM_COM_M":"GIOCATOJO","INSEE_COM":"2B125","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.398,42.62],[9.403,42.619],[9.407,42.616],[9.41,42.616],[9.414,42.613],[9.418,42.612],[9.421,42.61],[9.418,42.608],[9.416,42.605],[9.419,42.601],[9.419,42.599],[9.417,42.598],[9.414,42.594],[9.416,42.592],[9.413,42.588],[9.415,42.587],[9.417,42.587],[9.421,42.59],[9.423,42.589],[9.426,42.589],[9.429,42.59],[9.433,42.59],[9.436,42.593],[9.44,42.593],[9.444,42.594],[9.451,42.594],[9.457,42.596],[9.467,42.598],[9.486,42.613],[9.473,42.626],[9.463,42.639],[9.458,42.64],[9.443,42.638],[9.438,42.635],[9.434,42.636],[9.434,42.638],[9.423,42.638],[9.418,42.64],[9.411,42.637],[9.404,42.635],[9.395,42.635],[9.398,42.63],[9.407,42.626],[9.405,42.624],[9.405,42.622],[9.399,42.622],[9.398,42.62]]]},"properties":{"NOM_COM_M":"BIGUGLIA","INSEE_COM":"2B037","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.255,42.336],[9.251,42.334],[9.251,42.332],[9.249,42.328],[9.243,42.326],[9.242,42.325],[9.239,42.319],[9.238,42.315],[9.24,42.309],[9.239,42.308],[9.239,42.301],[9.236,42.3],[9.234,42.298],[9.229,42.295],[9.232,42.295],[9.232,42.292],[9.237,42.289],[9.241,42.289],[9.247,42.291],[9.25,42.295],[9.251,42.299],[9.253,42.301],[9.256,42.307],[9.257,42.308],[9.257,42.316],[9.255,42.323],[9.259,42.326],[9.258,42.329],[9.256,42.332],[9.255,42.336]]]},"properties":{"NOM_COM_M":"CASTELLARE DI MERCURIO","INSEE_COM":"2B078","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.379,42.3],[9.387,42.3],[9.394,42.297],[9.396,42.298],[9.399,42.303],[9.396,42.305],[9.396,42.309],[9.398,42.312],[9.403,42.315],[9.4,42.32],[9.397,42.322],[9.4,42.323],[9.401,42.322],[9.408,42.325],[9.403,42.328],[9.403,42.331],[9.402,42.332],[9.399,42.33],[9.397,42.331],[9.393,42.33],[9.393,42.328],[9.386,42.325],[9.385,42.323],[9.381,42.323],[9.372,42.319],[9.368,42.316],[9.368,42.314],[9.374,42.311],[9.377,42.31],[9.381,42.307],[9.379,42.305],[9.38,42.302],[9.379,42.3]]]},"properties":{"NOM_COM_M":"PERELLI","INSEE_COM":"2B208","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.329,42.694],[9.33,42.693],[9.338,42.691],[9.339,42.69],[9.339,42.681],[9.338,42.678],[9.347,42.675],[9.365,42.675],[9.37,42.673],[9.376,42.672],[9.377,42.67],[9.382,42.668],[9.385,42.668],[9.39,42.67],[9.393,42.673],[9.393,42.675],[9.39,42.676],[9.393,42.683],[9.396,42.685],[9.396,42.689],[9.398,42.69],[9.398,42.693],[9.393,42.694],[9.387,42.694],[9.385,42.696],[9.376,42.698],[9.374,42.697],[9.37,42.693],[9.368,42.693],[9.365,42.691],[9.359,42.691],[9.359,42.694],[9.355,42.698],[9.354,42.696],[9.349,42.693],[9.345,42.694],[9.339,42.694],[9.333,42.695],[9.329,42.694]]]},"properties":{"NOM_COM_M":"BARBAGGIO","INSEE_COM":"2B029","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.321,42.545],[9.322,42.542],[9.318,42.537],[9.313,42.532],[9.31,42.526],[9.311,42.523],[9.31,42.522],[9.312,42.519],[9.31,42.513],[9.312,42.506],[9.314,42.507],[9.315,42.505],[9.318,42.504],[9.322,42.508],[9.327,42.505],[9.33,42.506],[9.335,42.506],[9.333,42.509],[9.332,42.515],[9.333,42.519],[9.332,42.526],[9.334,42.537],[9.337,42.537],[9.343,42.544],[9.346,42.545],[9.344,42.55],[9.334,42.55],[9.331,42.548],[9.326,42.547],[9.321,42.545]]]},"properties":{"NOM_COM_M":"CAMPITELLO","INSEE_COM":"2B055","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.294,42.301],[9.301,42.302],[9.302,42.301],[9.306,42.301],[9.308,42.305],[9.31,42.307],[9.312,42.307],[9.318,42.31],[9.318,42.311],[9.323,42.313],[9.325,42.316],[9.335,42.323],[9.341,42.326],[9.328,42.324],[9.322,42.322],[9.32,42.319],[9.317,42.319],[9.315,42.317],[9.315,42.315],[9.311,42.314],[9.306,42.312],[9.303,42.311],[9.301,42.309],[9.297,42.308],[9.294,42.301]]]},"properties":{"NOM_COM_M":"ALZI","INSEE_COM":"2B013","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.458,42.285],[9.475,42.284],[9.48,42.282],[9.485,42.282],[9.492,42.28],[9.495,42.278],[9.497,42.278],[9.502,42.276],[9.503,42.275],[9.514,42.271],[9.515,42.271],[9.517,42.275],[9.516,42.277],[9.516,42.282],[9.512,42.285],[9.511,42.288],[9.508,42.292],[9.504,42.292],[9.499,42.296],[9.497,42.295],[9.496,42.298],[9.498,42.299],[9.495,42.3],[9.491,42.298],[9.488,42.298],[9.482,42.299],[9.474,42.298],[9.471,42.3],[9.468,42.3],[9.467,42.297],[9.458,42.288],[9.458,42.285]]]},"properties":{"NOM_COM_M":"CHIATRA","INSEE_COM":"2B088","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.325,42.377],[9.324,42.374],[9.326,42.37],[9.325,42.367],[9.329,42.363],[9.331,42.36],[9.333,42.36],[9.338,42.364],[9.344,42.364],[9.349,42.367],[9.35,42.366],[9.356,42.37],[9.358,42.369],[9.36,42.37],[9.36,42.372],[9.358,42.374],[9.357,42.378],[9.352,42.38],[9.349,42.38],[9.345,42.383],[9.336,42.383],[9.334,42.382],[9.329,42.385],[9.329,42.388],[9.327,42.391],[9.324,42.39],[9.32,42.385],[9.323,42.382],[9.323,42.378],[9.325,42.377]]]},"properties":{"NOM_COM_M":"PIE D OREZZA","INSEE_COM":"2B222","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.413,42.318],[9.415,42.318],[9.422,42.321],[9.426,42.318],[9.43,42.32],[9.433,42.317],[9.434,42.318],[9.437,42.316],[9.438,42.317],[9.443,42.315],[9.447,42.315],[9.447,42.313],[9.451,42.314],[9.456,42.316],[9.455,42.319],[9.457,42.324],[9.456,42.326],[9.458,42.328],[9.461,42.333],[9.457,42.336],[9.458,42.339],[9.455,42.339],[9.451,42.341],[9.448,42.34],[9.445,42.341],[9.434,42.34],[9.433,42.337],[9.429,42.336],[9.425,42.337],[9.421,42.337],[9.414,42.336],[9.413,42.335],[9.406,42.335],[9.403,42.331],[9.403,42.328],[9.408,42.325],[9.413,42.319],[9.413,42.318]]]},"properties":{"NOM_COM_M":"VALLE D ALESANI","INSEE_COM":"2B334","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.411,42.249],[9.405,42.248],[9.403,42.244],[9.399,42.241],[9.391,42.239],[9.385,42.233],[9.384,42.228],[9.385,42.224],[9.387,42.224],[9.388,42.221],[9.395,42.22],[9.395,42.216],[9.396,42.214],[9.399,42.214],[9.402,42.215],[9.404,42.213],[9.406,42.209],[9.409,42.209],[9.409,42.207],[9.42,42.203],[9.419,42.199],[9.421,42.195],[9.421,42.191],[9.42,42.189],[9.422,42.188],[9.428,42.188],[9.429,42.184],[9.431,42.182],[9.43,42.18],[9.431,42.177],[9.435,42.171],[9.438,42.168],[9.438,42.163],[9.443,42.161],[9.446,42.159],[9.447,42.157],[9.45,42.155],[9.452,42.151],[9.454,42.15],[9.457,42.148],[9.46,42.147],[9.463,42.144],[9.475,42.141],[9.493,42.142],[9.509,42.137],[9.511,42.136],[9.519,42.137],[9.52,42.135],[9.525,42.134],[9.528,42.132],[9.534,42.13],[9.537,42.131],[9.54,42.134],[9.541,42.137],[9.544,42.14],[9.544,42.144],[9.545,42.146],[9.548,42.147],[9.556,42.142],[9.554,42.148],[9.554,42.157],[9.55,42.157],[9.547,42.158],[9.544,42.163],[9.543,42.167],[9.54,42.166],[9.533,42.166],[9.531,42.168],[9.528,42.167],[9.525,42.165],[9.524,42.168],[9.52,42.168],[9.519,42.169],[9.514,42.169],[9.514,42.172],[9.516,42.173],[9.516,42.175],[9.511,42.175],[9.51,42.176],[9.504,42.178],[9.502,42.183],[9.499,42.182],[9.497,42.184],[9.494,42.184],[9.492,42.186],[9.487,42.188],[9.485,42.188],[9.483,42.19],[9.479,42.191],[9.479,42.195],[9.477,42.201],[9.474,42.205],[9.47,42.213],[9.471,42.22],[9.473,42.222],[9.47,42.224],[9.467,42.225],[9.466,42.227],[9.463,42.228],[9.46,42.227],[9.46,42.224],[9.448,42.221],[9.447,42.225],[9.44,42.227],[9.44,42.228],[9.436,42.231],[9.431,42.233],[9.429,42.235],[9.425,42.241],[9.423,42.243],[9.418,42.242],[9.415,42.248],[9.411,42.249]]]},"properties":{"NOM_COM_M":"TALLONE","INSEE_COM":"2B320","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.462,42.43],[9.465,42.431],[9.474,42.428],[9.477,42.423],[9.477,42.421],[9.481,42.422],[9.486,42.425],[9.489,42.423],[9.492,42.424],[9.494,42.423],[9.501,42.426],[9.502,42.428],[9.504,42.427],[9.508,42.427],[9.512,42.426],[9.519,42.429],[9.522,42.431],[9.534,42.429],[9.535,42.43],[9.542,42.428],[9.543,42.429],[9.542,42.432],[9.542,42.437],[9.541,42.439],[9.539,42.438],[9.535,42.439],[9.534,42.438],[9.53,42.438],[9.529,42.44],[9.521,42.44],[9.517,42.443],[9.508,42.44],[9.506,42.44],[9.503,42.442],[9.5,42.442],[9.497,42.444],[9.493,42.443],[9.492,42.445],[9.49,42.444],[9.486,42.444],[9.483,42.446],[9.481,42.445],[9.477,42.446],[9.473,42.445],[9.469,42.446],[9.462,42.446],[9.462,42.443],[9.46,42.442],[9.458,42.439],[9.461,42.434],[9.463,42.433],[9.462,42.43]]]},"properties":{"NOM_COM_M":"TAGLIO ISOLACCIO","INSEE_COM":"2B318","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.283,42.596],[9.279,42.595],[9.276,42.593],[9.274,42.594],[9.269,42.59],[9.266,42.591],[9.264,42.59],[9.249,42.593],[9.244,42.592],[9.237,42.589],[9.233,42.59],[9.229,42.589],[9.226,42.589],[9.225,42.587],[9.222,42.586],[9.215,42.585],[9.21,42.586],[9.207,42.584],[9.212,42.579],[9.215,42.576],[9.216,42.572],[9.216,42.569],[9.214,42.564],[9.22,42.56],[9.224,42.56],[9.228,42.561],[9.232,42.56],[9.234,42.561],[9.24,42.561],[9.245,42.562],[9.246,42.563],[9.251,42.562],[9.264,42.57],[9.267,42.571],[9.269,42.573],[9.273,42.573],[9.283,42.581],[9.28,42.589],[9.28,42.592],[9.283,42.594],[9.283,42.596]]]},"properties":{"NOM_COM_M":"SORIO","INSEE_COM":"2B287","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.15,42.452],[9.154,42.448],[9.156,42.445],[9.156,42.443],[9.164,42.441],[9.166,42.442],[9.169,42.441],[9.172,42.438],[9.177,42.437],[9.18,42.435],[9.186,42.433],[9.188,42.433],[9.193,42.431],[9.195,42.429],[9.198,42.429],[9.203,42.427],[9.209,42.433],[9.21,42.434],[9.208,42.438],[9.206,42.438],[9.203,42.441],[9.203,42.444],[9.201,42.445],[9.2,42.448],[9.202,42.452],[9.204,42.453],[9.202,42.456],[9.198,42.457],[9.194,42.457],[9.189,42.459],[9.184,42.457],[9.175,42.457],[9.177,42.459],[9.173,42.461],[9.17,42.461],[9.165,42.464],[9.161,42.461],[9.159,42.458],[9.157,42.457],[9.157,42.455],[9.15,42.452]]]},"properties":{"NOM_COM_M":"PIEDIGRIGGIO","INSEE_COM":"2B220","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.279,42.379],[9.277,42.375],[9.281,42.372],[9.279,42.368],[9.281,42.366],[9.28,42.364],[9.279,42.361],[9.281,42.36],[9.287,42.361],[9.295,42.359],[9.298,42.357],[9.298,42.355],[9.306,42.354],[9.309,42.353],[9.308,42.357],[9.315,42.362],[9.32,42.362],[9.323,42.361],[9.329,42.363],[9.325,42.367],[9.326,42.37],[9.324,42.374],[9.325,42.377],[9.321,42.375],[9.32,42.378],[9.318,42.379],[9.31,42.379],[9.307,42.38],[9.304,42.379],[9.299,42.381],[9.296,42.381],[9.294,42.379],[9.291,42.38],[9.288,42.378],[9.284,42.379],[9.279,42.379]]]},"properties":{"NOM_COM_M":"CAMBIA","INSEE_COM":"2B051","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.331,42.455],[9.328,42.457],[9.323,42.464],[9.319,42.469],[9.313,42.474],[9.306,42.478],[9.297,42.485],[9.294,42.484],[9.293,42.486],[9.286,42.489],[9.291,42.493],[9.293,42.494],[9.296,42.492],[9.299,42.493],[9.299,42.495],[9.297,42.495],[9.296,42.497],[9.293,42.498],[9.288,42.498],[9.285,42.5],[9.282,42.496],[9.277,42.492],[9.265,42.477],[9.262,42.476],[9.267,42.473],[9.272,42.472],[9.274,42.471],[9.279,42.471],[9.28,42.472],[9.285,42.472],[9.288,42.469],[9.293,42.467],[9.294,42.464],[9.297,42.46],[9.302,42.457],[9.308,42.448],[9.312,42.449],[9.315,42.447],[9.318,42.446],[9.321,42.447],[9.325,42.446],[9.328,42.45],[9.328,42.453],[9.331,42.455]]]},"properties":{"NOM_COM_M":"CASTELLO DI ROSTINO","INSEE_COM":"2B079","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.373,42.438],[9.374,42.437],[9.369,42.433],[9.365,42.434],[9.363,42.431],[9.357,42.431],[9.346,42.433],[9.344,42.432],[9.331,42.432],[9.327,42.435],[9.326,42.433],[9.327,42.431],[9.326,42.426],[9.327,42.421],[9.327,42.417],[9.331,42.421],[9.333,42.421],[9.339,42.423],[9.348,42.423],[9.352,42.425],[9.354,42.427],[9.356,42.427],[9.358,42.429],[9.366,42.432],[9.37,42.432],[9.37,42.433],[9.376,42.434],[9.377,42.436],[9.375,42.438],[9.373,42.438]]]},"properties":{"NOM_COM_M":"QUERCITELLO","INSEE_COM":"2B255","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.379,42.365],[9.377,42.363],[9.375,42.364],[9.375,42.36],[9.373,42.357],[9.372,42.353],[9.366,42.351],[9.368,42.349],[9.373,42.347],[9.382,42.349],[9.386,42.352],[9.392,42.354],[9.391,42.357],[9.391,42.36],[9.387,42.363],[9.385,42.363],[9.384,42.365],[9.381,42.365],[9.379,42.365]]]},"properties":{"NOM_COM_M":"CARPINETO","INSEE_COM":"2B067","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.347,42.33],[9.347,42.335],[9.344,42.339],[9.34,42.342],[9.335,42.338],[9.326,42.335],[9.316,42.338],[9.313,42.337],[9.311,42.338],[9.307,42.337],[9.292,42.337],[9.286,42.334],[9.281,42.335],[9.275,42.332],[9.275,42.33],[9.278,42.324],[9.277,42.322],[9.278,42.319],[9.282,42.32],[9.285,42.317],[9.29,42.318],[9.291,42.316],[9.291,42.312],[9.293,42.31],[9.298,42.311],[9.304,42.313],[9.306,42.312],[9.311,42.314],[9.315,42.315],[9.315,42.317],[9.317,42.319],[9.32,42.319],[9.322,42.322],[9.328,42.324],[9.341,42.326],[9.345,42.328],[9.347,42.33]]]},"properties":{"NOM_COM_M":"BUSTANICO","INSEE_COM":"2B045","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.229,42.359],[9.232,42.356],[9.234,42.355],[9.234,42.358],[9.235,42.36],[9.241,42.364],[9.246,42.364],[9.251,42.371],[9.251,42.376],[9.253,42.378],[9.255,42.384],[9.259,42.385],[9.259,42.387],[9.257,42.39],[9.257,42.392],[9.25,42.39],[9.244,42.391],[9.241,42.389],[9.24,42.387],[9.237,42.386],[9.232,42.387],[9.231,42.391],[9.226,42.393],[9.212,42.393],[9.209,42.395],[9.206,42.394],[9.201,42.391],[9.203,42.389],[9.207,42.388],[9.209,42.389],[9.219,42.385],[9.222,42.385],[9.228,42.384],[9.226,42.376],[9.226,42.373],[9.227,42.369],[9.226,42.367],[9.227,42.363],[9.229,42.359]]]},"properties":{"NOM_COM_M":"LANO","INSEE_COM":"2B137","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.368,42.316],[9.364,42.318],[9.362,42.32],[9.357,42.323],[9.354,42.326],[9.354,42.328],[9.349,42.328],[9.347,42.33],[9.345,42.328],[9.341,42.324],[9.342,42.32],[9.338,42.312],[9.339,42.311],[9.338,42.302],[9.338,42.299],[9.336,42.294],[9.334,42.284],[9.335,42.28],[9.341,42.277],[9.345,42.276],[9.349,42.276],[9.351,42.275],[9.354,42.271],[9.358,42.273],[9.362,42.274],[9.368,42.272],[9.37,42.273],[9.378,42.273],[9.374,42.276],[9.374,42.278],[9.372,42.279],[9.374,42.282],[9.376,42.291],[9.381,42.295],[9.379,42.3],[9.38,42.302],[9.379,42.305],[9.381,42.307],[9.377,42.31],[9.374,42.311],[9.368,42.314],[9.368,42.316]]]},"properties":{"NOM_COM_M":"PIANELLO","INSEE_COM":"2B213","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.18,42.494],[9.184,42.497],[9.187,42.5],[9.19,42.501],[9.191,42.504],[9.193,42.506],[9.19,42.509],[9.186,42.509],[9.181,42.51],[9.178,42.508],[9.175,42.51],[9.174,42.513],[9.172,42.516],[9.169,42.516],[9.168,42.52],[9.166,42.52],[9.164,42.522],[9.162,42.522],[9.161,42.524],[9.158,42.524],[9.158,42.529],[9.156,42.528],[9.154,42.532],[9.15,42.531],[9.145,42.537],[9.144,42.54],[9.14,42.541],[9.138,42.539],[9.138,42.544],[9.137,42.547],[9.132,42.546],[9.13,42.553],[9.134,42.559],[9.133,42.56],[9.127,42.56],[9.127,42.561],[9.124,42.563],[9.12,42.563],[9.118,42.562],[9.116,42.563],[9.114,42.562],[9.109,42.562],[9.104,42.565],[9.103,42.567],[9.098,42.567],[9.095,42.564],[9.094,42.565],[9.092,42.563],[9.093,42.56],[9.091,42.557],[9.087,42.557],[9.084,42.555],[9.08,42.554],[9.079,42.551],[9.08,42.548],[9.082,42.546],[9.081,42.542],[9.079,42.54],[9.075,42.538],[9.077,42.535],[9.077,42.533],[9.079,42.531],[9.078,42.529],[9.082,42.52],[9.079,42.512],[9.078,42.507],[9.082,42.501],[9.087,42.501],[9.091,42.499],[9.095,42.499],[9.098,42.497],[9.102,42.497],[9.107,42.498],[9.11,42.497],[9.114,42.497],[9.116,42.496],[9.118,42.497],[9.123,42.496],[9.126,42.497],[9.127,42.496],[9.132,42.496],[9.135,42.499],[9.14,42.499],[9.141,42.5],[9.148,42.501],[9.152,42.504],[9.154,42.51],[9.157,42.51],[9.16,42.511],[9.162,42.51],[9.163,42.507],[9.167,42.504],[9.172,42.503],[9.177,42.501],[9.181,42.498],[9.18,42.494]]]},"properties":{"NOM_COM_M":"CASTIFAO","INSEE_COM":"2B080","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.385,42.399],[9.383,42.396],[9.376,42.392],[9.374,42.39],[9.369,42.39],[9.367,42.388],[9.365,42.388],[9.361,42.387],[9.357,42.385],[9.355,42.385],[9.352,42.383],[9.35,42.383],[9.345,42.383],[9.349,42.38],[9.352,42.38],[9.357,42.378],[9.358,42.374],[9.36,42.372],[9.36,42.37],[9.363,42.373],[9.366,42.373],[9.37,42.372],[9.369,42.375],[9.372,42.377],[9.373,42.379],[9.372,42.381],[9.375,42.384],[9.375,42.387],[9.376,42.39],[9.382,42.391],[9.386,42.39],[9.389,42.39],[9.388,42.391],[9.387,42.392],[9.389,42.396],[9.389,42.398],[9.385,42.399]]]},"properties":{"NOM_COM_M":"PIEDICROCE","INSEE_COM":"2B219","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.324,42.411],[9.325,42.415],[9.327,42.417],[9.319,42.418],[9.316,42.419],[9.313,42.422],[9.31,42.426],[9.305,42.426],[9.3,42.424],[9.29,42.427],[9.287,42.427],[9.281,42.429],[9.278,42.429],[9.276,42.433],[9.271,42.437],[9.266,42.438],[9.263,42.438],[9.255,42.441],[9.248,42.441],[9.246,42.439],[9.243,42.441],[9.236,42.444],[9.234,42.443],[9.227,42.446],[9.222,42.444],[9.22,42.444],[9.223,42.44],[9.224,42.436],[9.226,42.435],[9.229,42.436],[9.233,42.434],[9.239,42.435],[9.241,42.437],[9.245,42.433],[9.246,42.431],[9.251,42.429],[9.252,42.425],[9.255,42.426],[9.255,42.423],[9.257,42.423],[9.259,42.421],[9.268,42.424],[9.269,42.426],[9.273,42.423],[9.276,42.424],[9.28,42.422],[9.287,42.422],[9.289,42.421],[9.293,42.421],[9.296,42.418],[9.306,42.414],[9.309,42.415],[9.313,42.411],[9.317,42.408],[9.324,42.405],[9.324,42.411]]]},"properties":{"NOM_COM_M":"CASTINETA","INSEE_COM":"2B082","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.424,42.391],[9.421,42.395],[9.416,42.4],[9.413,42.401],[9.406,42.402],[9.399,42.402],[9.392,42.404],[9.39,42.401],[9.389,42.398],[9.389,42.396],[9.387,42.392],[9.388,42.391],[9.391,42.39],[9.393,42.392],[9.396,42.391],[9.402,42.392],[9.405,42.387],[9.409,42.385],[9.42,42.385],[9.423,42.388],[9.422,42.39],[9.424,42.391]]]},"properties":{"NOM_COM_M":"PIAZZOLE","INSEE_COM":"2B217","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.398,42.62],[9.393,42.618],[9.385,42.621],[9.382,42.621],[9.374,42.618],[9.369,42.62],[9.364,42.621],[9.36,42.621],[9.357,42.623],[9.352,42.625],[9.351,42.626],[9.33,42.626],[9.314,42.627],[9.302,42.627],[9.304,42.626],[9.305,42.622],[9.311,42.618],[9.32,42.618],[9.324,42.617],[9.327,42.613],[9.33,42.612],[9.336,42.608],[9.339,42.608],[9.341,42.609],[9.343,42.607],[9.347,42.606],[9.351,42.604],[9.353,42.599],[9.357,42.598],[9.363,42.592],[9.364,42.595],[9.368,42.594],[9.371,42.595],[9.371,42.597],[9.379,42.599],[9.383,42.598],[9.388,42.598],[9.391,42.599],[9.393,42.598],[9.396,42.601],[9.397,42.604],[9.406,42.606],[9.408,42.605],[9.412,42.605],[9.414,42.606],[9.416,42.605],[9.418,42.608],[9.421,42.61],[9.418,42.612],[9.414,42.613],[9.41,42.616],[9.407,42.616],[9.403,42.619],[9.398,42.62]]]},"properties":{"NOM_COM_M":"OLMETA DI TUDA","INSEE_COM":"2B188","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.447,42.404],[9.449,42.403],[9.458,42.403],[9.466,42.405],[9.469,42.407],[9.47,42.41],[9.472,42.411],[9.475,42.415],[9.48,42.417],[9.481,42.422],[9.477,42.421],[9.477,42.423],[9.474,42.428],[9.465,42.431],[9.462,42.43],[9.463,42.427],[9.458,42.423],[9.458,42.42],[9.453,42.412],[9.451,42.411],[9.448,42.407],[9.447,42.404]]]},"properties":{"NOM_COM_M":"PERO CASEVECCHIE","INSEE_COM":"2B210","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.458,42.339],[9.457,42.336],[9.461,42.333],[9.458,42.328],[9.456,42.326],[9.457,42.324],[9.455,42.319],[9.456,42.316],[9.458,42.315],[9.46,42.311],[9.455,42.307],[9.461,42.305],[9.463,42.303],[9.465,42.303],[9.468,42.3],[9.471,42.3],[9.474,42.298],[9.482,42.299],[9.488,42.298],[9.491,42.298],[9.495,42.3],[9.498,42.299],[9.499,42.3],[9.496,42.303],[9.495,42.307],[9.49,42.309],[9.484,42.309],[9.483,42.311],[9.487,42.312],[9.489,42.314],[9.49,42.317],[9.485,42.321],[9.482,42.324],[9.477,42.323],[9.474,42.325],[9.474,42.33],[9.473,42.332],[9.47,42.334],[9.466,42.335],[9.463,42.337],[9.46,42.34],[9.458,42.339]]]},"properties":{"NOM_COM_M":"SANT ANDREA DI COTONE","INSEE_COM":"2B293","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.386,42.451],[9.385,42.457],[9.384,42.457],[9.381,42.462],[9.379,42.463],[9.379,42.465],[9.377,42.467],[9.377,42.469],[9.375,42.47],[9.375,42.473],[9.373,42.474],[9.372,42.479],[9.368,42.476],[9.367,42.472],[9.365,42.47],[9.363,42.469],[9.36,42.466],[9.36,42.464],[9.362,42.461],[9.366,42.46],[9.365,42.456],[9.368,42.458],[9.375,42.453],[9.38,42.453],[9.382,42.451],[9.386,42.451]]]},"properties":{"NOM_COM_M":"PENTA ACQUATELLA","INSEE_COM":"2B206","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.135,42.608],[9.138,42.605],[9.139,42.599],[9.14,42.596],[9.153,42.594],[9.158,42.593],[9.159,42.591],[9.17,42.591],[9.176,42.592],[9.178,42.591],[9.21,42.595],[9.209,42.598],[9.206,42.602],[9.202,42.605],[9.199,42.605],[9.195,42.609],[9.19,42.609],[9.186,42.612],[9.186,42.614],[9.182,42.618],[9.181,42.617],[9.175,42.618],[9.173,42.62],[9.174,42.625],[9.173,42.627],[9.168,42.631],[9.166,42.631],[9.16,42.635],[9.157,42.636],[9.154,42.638],[9.151,42.639],[9.145,42.642],[9.142,42.642],[9.135,42.644],[9.134,42.646],[9.13,42.648],[9.129,42.651],[9.123,42.656],[9.12,42.661],[9.117,42.661],[9.112,42.659],[9.111,42.657],[9.106,42.656],[9.103,42.653],[9.096,42.648],[9.096,42.646],[9.097,42.643],[9.101,42.637],[9.105,42.633],[9.107,42.633],[9.108,42.63],[9.11,42.629],[9.11,42.627],[9.115,42.625],[9.119,42.622],[9.122,42.617],[9.124,42.615],[9.126,42.615],[9.13,42.613],[9.131,42.609],[9.133,42.607],[9.135,42.608]]]},"properties":{"NOM_COM_M":"URTACA","INSEE_COM":"2B332","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.152,42.395],[9.162,42.397],[9.165,42.394],[9.166,42.397],[9.169,42.4],[9.174,42.401],[9.178,42.408],[9.177,42.411],[9.179,42.412],[9.188,42.419],[9.19,42.422],[9.199,42.421],[9.203,42.427],[9.198,42.429],[9.195,42.429],[9.193,42.431],[9.188,42.433],[9.186,42.433],[9.18,42.435],[9.177,42.437],[9.172,42.438],[9.169,42.441],[9.166,42.442],[9.164,42.441],[9.162,42.439],[9.158,42.44],[9.158,42.435],[9.159,42.432],[9.157,42.427],[9.155,42.425],[9.152,42.425],[9.147,42.422],[9.15,42.42],[9.149,42.418],[9.15,42.415],[9.149,42.414],[9.151,42.408],[9.149,42.4],[9.152,42.395]]]},"properties":{"NOM_COM_M":"PRATO DI GIOVELLINA","INSEE_COM":"2B248","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.272,42.341],[9.268,42.338],[9.267,42.334],[9.259,42.331],[9.258,42.329],[9.259,42.326],[9.255,42.323],[9.257,42.316],[9.257,42.308],[9.256,42.307],[9.253,42.301],[9.251,42.299],[9.25,42.295],[9.247,42.291],[9.255,42.294],[9.265,42.296],[9.267,42.296],[9.268,42.298],[9.271,42.301],[9.274,42.303],[9.279,42.306],[9.278,42.311],[9.28,42.313],[9.278,42.319],[9.277,42.322],[9.278,42.324],[9.275,42.33],[9.275,42.332],[9.281,42.335],[9.279,42.335],[9.276,42.338],[9.272,42.341]]]},"properties":{"NOM_COM_M":"SERMANO","INSEE_COM":"2B275","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.299,42.265],[9.301,42.266],[9.312,42.27],[9.312,42.259],[9.314,42.257],[9.318,42.258],[9.325,42.256],[9.329,42.257],[9.331,42.255],[9.331,42.259],[9.329,42.26],[9.326,42.264],[9.326,42.266],[9.329,42.269],[9.329,42.272],[9.331,42.275],[9.333,42.276],[9.335,42.28],[9.334,42.284],[9.328,42.287],[9.323,42.289],[9.321,42.292],[9.321,42.296],[9.316,42.297],[9.311,42.297],[9.309,42.3],[9.306,42.301],[9.302,42.301],[9.301,42.302],[9.294,42.301],[9.289,42.301],[9.281,42.296],[9.281,42.293],[9.277,42.291],[9.275,42.291],[9.274,42.293],[9.267,42.291],[9.262,42.29],[9.258,42.29],[9.255,42.287],[9.257,42.281],[9.255,42.281],[9.251,42.276],[9.246,42.275],[9.236,42.277],[9.234,42.273],[9.231,42.273],[9.228,42.269],[9.225,42.264],[9.226,42.261],[9.225,42.26],[9.226,42.257],[9.225,42.255],[9.228,42.25],[9.232,42.25],[9.236,42.251],[9.24,42.25],[9.244,42.248],[9.248,42.249],[9.251,42.258],[9.253,42.26],[9.252,42.266],[9.255,42.268],[9.256,42.272],[9.26,42.273],[9.263,42.275],[9.267,42.275],[9.27,42.276],[9.277,42.276],[9.282,42.277],[9.289,42.274],[9.296,42.269],[9.299,42.265]]]},"properties":{"NOM_COM_M":"SANT ANDREA DI BOZIO","INSEE_COM":"2B292","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.331,42.455],[9.328,42.453],[9.328,42.45],[9.325,42.446],[9.327,42.446],[9.328,42.444],[9.331,42.444],[9.332,42.446],[9.337,42.447],[9.343,42.447],[9.347,42.449],[9.35,42.449],[9.354,42.451],[9.358,42.452],[9.365,42.456],[9.366,42.46],[9.362,42.461],[9.36,42.464],[9.36,42.466],[9.363,42.469],[9.365,42.47],[9.361,42.47],[9.356,42.468],[9.354,42.465],[9.351,42.464],[9.347,42.464],[9.346,42.463],[9.338,42.466],[9.336,42.465],[9.333,42.466],[9.332,42.464],[9.331,42.455]]]},"properties":{"NOM_COM_M":"ORTIPORIO","INSEE_COM":"2B195","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.429,42.514],[9.426,42.511],[9.423,42.511],[9.419,42.506],[9.415,42.503],[9.412,42.506],[9.41,42.506],[9.408,42.509],[9.407,42.506],[9.406,42.5],[9.402,42.498],[9.4,42.494],[9.398,42.493],[9.395,42.496],[9.393,42.497],[9.389,42.497],[9.386,42.498],[9.384,42.5],[9.385,42.497],[9.387,42.494],[9.393,42.489],[9.399,42.487],[9.405,42.489],[9.409,42.491],[9.41,42.494],[9.414,42.494],[9.416,42.495],[9.416,42.497],[9.422,42.501],[9.427,42.501],[9.429,42.504],[9.431,42.505],[9.433,42.508],[9.439,42.51],[9.441,42.512],[9.444,42.513],[9.439,42.517],[9.433,42.514],[9.429,42.514]]]},"properties":{"NOM_COM_M":"OLMO","INSEE_COM":"2B192","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.306,42.503],[9.303,42.501],[9.302,42.498],[9.299,42.495],[9.299,42.493],[9.296,42.492],[9.293,42.494],[9.291,42.493],[9.286,42.489],[9.293,42.486],[9.294,42.484],[9.297,42.485],[9.306,42.478],[9.313,42.474],[9.319,42.469],[9.323,42.464],[9.328,42.457],[9.331,42.455],[9.332,42.464],[9.333,42.466],[9.334,42.468],[9.34,42.476],[9.34,42.483],[9.341,42.484],[9.341,42.485],[9.337,42.491],[9.336,42.496],[9.333,42.5],[9.332,42.504],[9.33,42.506],[9.327,42.505],[9.322,42.508],[9.318,42.504],[9.315,42.505],[9.314,42.507],[9.312,42.506],[9.31,42.503],[9.306,42.503]]]},"properties":{"NOM_COM_M":"BISINCHI","INSEE_COM":"2B039","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.394,42.373],[9.398,42.372],[9.4,42.374],[9.402,42.373],[9.404,42.375],[9.411,42.376],[9.414,42.376],[9.417,42.373],[9.426,42.373],[9.427,42.374],[9.427,42.379],[9.425,42.38],[9.424,42.383],[9.42,42.385],[9.409,42.385],[9.405,42.387],[9.402,42.392],[9.396,42.391],[9.393,42.392],[9.391,42.39],[9.388,42.391],[9.389,42.39],[9.387,42.389],[9.388,42.381],[9.391,42.376],[9.394,42.373]]]},"properties":{"NOM_COM_M":"MONACIA D OREZZA","INSEE_COM":"2B164","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.177,42.25],[9.174,42.248],[9.169,42.252],[9.17,42.254],[9.169,42.256],[9.165,42.256],[9.162,42.255],[9.159,42.256],[9.153,42.256],[9.15,42.259],[9.148,42.256],[9.145,42.255],[9.139,42.251],[9.129,42.245],[9.124,42.239],[9.149,42.239],[9.154,42.24],[9.164,42.241],[9.17,42.24],[9.174,42.241],[9.175,42.243],[9.178,42.243],[9.181,42.241],[9.184,42.24],[9.191,42.236],[9.195,42.236],[9.197,42.237],[9.2,42.236],[9.203,42.238],[9.205,42.237],[9.207,42.239],[9.209,42.237],[9.213,42.237],[9.215,42.236],[9.223,42.237],[9.229,42.241],[9.223,42.24],[9.219,42.243],[9.211,42.24],[9.21,42.242],[9.202,42.242],[9.199,42.243],[9.192,42.241],[9.19,42.24],[9.186,42.24],[9.179,42.244],[9.177,42.246],[9.178,42.248],[9.177,42.25]]]},"properties":{"NOM_COM_M":"SANTO PIETRO DI VENACO","INSEE_COM":"2B315","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.409,42.254],[9.415,42.26],[9.417,42.261],[9.428,42.262],[9.431,42.264],[9.437,42.265],[9.442,42.267],[9.444,42.27],[9.441,42.275],[9.437,42.277],[9.431,42.282],[9.431,42.281],[9.42,42.276],[9.418,42.273],[9.411,42.272],[9.408,42.268],[9.406,42.267],[9.406,42.265],[9.404,42.263],[9.404,42.261],[9.406,42.256],[9.409,42.254]]]},"properties":{"NOM_COM_M":"CAMPI","INSEE_COM":"2B053","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.382,42.234],[9.379,42.232],[9.374,42.235],[9.372,42.234],[9.37,42.236],[9.366,42.236],[9.365,42.238],[9.361,42.24],[9.36,42.245],[9.357,42.245],[9.356,42.248],[9.353,42.249],[9.35,42.251],[9.347,42.25],[9.345,42.251],[9.339,42.251],[9.342,42.246],[9.343,42.239],[9.34,42.239],[9.338,42.236],[9.341,42.234],[9.342,42.223],[9.344,42.22],[9.348,42.218],[9.351,42.218],[9.358,42.221],[9.363,42.222],[9.364,42.224],[9.365,42.225],[9.371,42.228],[9.378,42.228],[9.381,42.23],[9.382,42.234]]]},"properties":{"NOM_COM_M":"PIETRASERENA","INSEE_COM":"2B226","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.182,42.257],[9.178,42.256],[9.177,42.259],[9.175,42.26],[9.174,42.263],[9.176,42.267],[9.178,42.268],[9.177,42.27],[9.178,42.274],[9.18,42.275],[9.17,42.275],[9.168,42.276],[9.165,42.274],[9.162,42.273],[9.158,42.273],[9.155,42.277],[9.153,42.277],[9.15,42.279],[9.148,42.277],[9.145,42.277],[9.141,42.276],[9.141,42.272],[9.139,42.27],[9.133,42.267],[9.134,42.265],[9.133,42.263],[9.134,42.261],[9.126,42.256],[9.122,42.252],[9.122,42.25],[9.118,42.245],[9.122,42.243],[9.124,42.239],[9.129,42.245],[9.139,42.251],[9.145,42.255],[9.148,42.256],[9.15,42.259],[9.153,42.256],[9.159,42.256],[9.162,42.255],[9.165,42.256],[9.169,42.256],[9.17,42.254],[9.169,42.252],[9.174,42.248],[9.177,42.25],[9.18,42.252],[9.182,42.255],[9.182,42.257]]]},"properties":{"NOM_COM_M":"CASANOVA","INSEE_COM":"2B074","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.317,42.181],[9.317,42.177],[9.315,42.174],[9.318,42.168],[9.315,42.159],[9.317,42.155],[9.32,42.151],[9.328,42.148],[9.332,42.148],[9.337,42.145],[9.344,42.145],[9.353,42.145],[9.358,42.144],[9.362,42.146],[9.365,42.146],[9.367,42.149],[9.37,42.151],[9.373,42.15],[9.378,42.15],[9.38,42.148],[9.38,42.146],[9.386,42.147],[9.389,42.145],[9.385,42.137],[9.389,42.132],[9.389,42.13],[9.393,42.129],[9.393,42.127],[9.4,42.128],[9.401,42.126],[9.409,42.124],[9.409,42.123],[9.414,42.123],[9.417,42.12],[9.423,42.12],[9.424,42.122],[9.427,42.121],[9.429,42.122],[9.438,42.123],[9.439,42.128],[9.441,42.129],[9.445,42.128],[9.448,42.128],[9.453,42.129],[9.456,42.131],[9.458,42.134],[9.457,42.137],[9.455,42.14],[9.455,42.142],[9.452,42.143],[9.45,42.144],[9.447,42.142],[9.442,42.143],[9.438,42.153],[9.434,42.154],[9.429,42.154],[9.427,42.155],[9.425,42.158],[9.428,42.161],[9.425,42.164],[9.416,42.165],[9.419,42.168],[9.413,42.176],[9.408,42.176],[9.406,42.178],[9.405,42.181],[9.403,42.182],[9.401,42.181],[9.399,42.183],[9.396,42.182],[9.392,42.176],[9.392,42.174],[9.39,42.173],[9.382,42.175],[9.382,42.178],[9.386,42.18],[9.387,42.183],[9.383,42.184],[9.379,42.184],[9.376,42.182],[9.374,42.182],[9.367,42.185],[9.366,42.188],[9.366,42.191],[9.363,42.189],[9.36,42.19],[9.362,42.192],[9.359,42.194],[9.357,42.192],[9.355,42.194],[9.352,42.194],[9.35,42.192],[9.347,42.191],[9.346,42.189],[9.342,42.187],[9.341,42.185],[9.338,42.184],[9.334,42.18],[9.329,42.176],[9.326,42.177],[9.317,42.181]]]},"properties":{"NOM_COM_M":"ANTISANTI","INSEE_COM":"2B016","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.367,42.035],[9.368,42.038],[9.366,42.041],[9.369,42.043],[9.372,42.042],[9.373,42.044],[9.367,42.047],[9.367,42.049],[9.363,42.047],[9.361,42.047],[9.358,42.05],[9.354,42.05],[9.351,42.051],[9.348,42.055],[9.338,42.059],[9.317,42.061],[9.31,42.062],[9.293,42.07],[9.286,42.068],[9.284,42.072],[9.278,42.075],[9.275,42.076],[9.271,42.075],[9.265,42.072],[9.258,42.073],[9.257,42.071],[9.248,42.074],[9.239,42.075],[9.238,42.071],[9.236,42.066],[9.232,42.063],[9.23,42.059],[9.227,42.058],[9.23,42.054],[9.228,42.045],[9.236,42.048],[9.24,42.047],[9.242,42.048],[9.25,42.048],[9.254,42.046],[9.259,42.046],[9.269,42.039],[9.273,42.039],[9.274,42.037],[9.279,42.035],[9.279,42.034],[9.286,42.036],[9.289,42.036],[9.294,42.033],[9.296,42.033],[9.302,42.031],[9.306,42.033],[9.307,42.035],[9.31,42.035],[9.314,42.038],[9.316,42.036],[9.319,42.038],[9.325,42.035],[9.329,42.035],[9.331,42.037],[9.333,42.037],[9.334,42.039],[9.34,42.038],[9.342,42.037],[9.347,42.037],[9.349,42.036],[9.355,42.035],[9.361,42.037],[9.364,42.035],[9.367,42.035]]]},"properties":{"NOM_COM_M":"POGGIO DI NAZZA","INSEE_COM":"2B236","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.393,42.127],[9.393,42.129],[9.389,42.13],[9.389,42.132],[9.385,42.137],[9.389,42.145],[9.386,42.147],[9.38,42.146],[9.38,42.148],[9.378,42.15],[9.373,42.15],[9.37,42.151],[9.367,42.149],[9.365,42.146],[9.362,42.146],[9.358,42.144],[9.353,42.145],[9.344,42.145],[9.342,42.143],[9.344,42.134],[9.348,42.13],[9.352,42.129],[9.352,42.127],[9.357,42.124],[9.361,42.124],[9.366,42.122],[9.37,42.122],[9.374,42.124],[9.38,42.122],[9.384,42.123],[9.384,42.125],[9.386,42.127],[9.393,42.127]]]},"properties":{"NOM_COM_M":"CASEVECCHIE","INSEE_COM":"2B075","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.242,42.218],[9.239,42.219],[9.235,42.214],[9.236,42.213],[9.233,42.209],[9.23,42.207],[9.226,42.206],[9.227,42.204],[9.225,42.199],[9.225,42.19],[9.217,42.178],[9.218,42.175],[9.219,42.165],[9.223,42.17],[9.229,42.175],[9.23,42.177],[9.234,42.178],[9.238,42.181],[9.246,42.183],[9.25,42.185],[9.255,42.186],[9.255,42.188],[9.258,42.192],[9.258,42.194],[9.261,42.198],[9.256,42.202],[9.251,42.21],[9.247,42.212],[9.243,42.218],[9.242,42.218]]]},"properties":{"NOM_COM_M":"ROSPIGLIANI","INSEE_COM":"2B263","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.228,42.045],[9.23,42.054],[9.227,42.058],[9.23,42.059],[9.232,42.063],[9.236,42.066],[9.238,42.071],[9.239,42.075],[9.248,42.074],[9.257,42.071],[9.258,42.073],[9.265,42.072],[9.271,42.075],[9.275,42.076],[9.277,42.079],[9.277,42.084],[9.278,42.086],[9.279,42.091],[9.278,42.094],[9.282,42.095],[9.286,42.095],[9.289,42.097],[9.29,42.096],[9.299,42.096],[9.303,42.095],[9.307,42.096],[9.311,42.098],[9.315,42.096],[9.314,42.092],[9.319,42.093],[9.322,42.092],[9.328,42.092],[9.333,42.094],[9.335,42.093],[9.341,42.093],[9.341,42.096],[9.345,42.097],[9.345,42.101],[9.342,42.103],[9.336,42.105],[9.335,42.106],[9.33,42.107],[9.304,42.107],[9.302,42.108],[9.29,42.108],[9.287,42.11],[9.28,42.11],[9.279,42.113],[9.277,42.124],[9.269,42.127],[9.261,42.127],[9.258,42.132],[9.252,42.137],[9.251,42.141],[9.247,42.141],[9.245,42.142],[9.242,42.142],[9.238,42.143],[9.237,42.147],[9.235,42.148],[9.235,42.15],[9.233,42.153],[9.231,42.154],[9.226,42.16],[9.223,42.163],[9.219,42.163],[9.217,42.162],[9.215,42.159],[9.209,42.155],[9.203,42.149],[9.196,42.147],[9.189,42.143],[9.181,42.142],[9.18,42.141],[9.178,42.139],[9.179,42.137],[9.178,42.133],[9.176,42.132],[9.171,42.131],[9.169,42.129],[9.167,42.125],[9.164,42.122],[9.16,42.117],[9.159,42.115],[9.157,42.115],[9.156,42.112],[9.154,42.111],[9.151,42.111],[9.15,42.109],[9.151,42.104],[9.149,42.101],[9.143,42.099],[9.138,42.096],[9.137,42.094],[9.134,42.091],[9.135,42.088],[9.134,42.085],[9.134,42.08],[9.133,42.076],[9.131,42.073],[9.131,42.071],[9.128,42.067],[9.13,42.064],[9.131,42.061],[9.134,42.06],[9.132,42.058],[9.131,42.054],[9.133,42.052],[9.137,42.052],[9.138,42.05],[9.141,42.049],[9.141,42.047],[9.145,42.042],[9.149,42.04],[9.152,42.041],[9.152,42.036],[9.155,42.033],[9.16,42.027],[9.161,42.025],[9.172,42.027],[9.176,42.029],[9.181,42.03],[9.182,42.031],[9.187,42.031],[9.189,42.032],[9.192,42.031],[9.196,42.028],[9.203,42.028],[9.207,42.03],[9.21,42.03],[9.212,42.028],[9.215,42.028],[9.221,42.027],[9.221,42.03],[9.224,42.035],[9.226,42.036],[9.228,42.043],[9.228,42.045]]]},"properties":{"NOM_COM_M":"GHISONI","INSEE_COM":"2B124","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.457,42.077],[9.448,42.071],[9.44,42.069],[9.435,42.064],[9.435,42.062],[9.433,42.06],[9.431,42.061],[9.426,42.065],[9.421,42.068],[9.412,42.072],[9.403,42.075],[9.399,42.076],[9.396,42.08],[9.39,42.083],[9.384,42.086],[9.379,42.089],[9.368,42.093],[9.359,42.095],[9.351,42.098],[9.349,42.1],[9.345,42.101],[9.345,42.097],[9.341,42.096],[9.341,42.093],[9.347,42.092],[9.355,42.087],[9.359,42.085],[9.359,42.083],[9.361,42.078],[9.358,42.077],[9.358,42.074],[9.361,42.072],[9.361,42.069],[9.365,42.067],[9.364,42.065],[9.369,42.062],[9.365,42.058],[9.365,42.055],[9.369,42.052],[9.37,42.05],[9.367,42.049],[9.367,42.047],[9.373,42.044],[9.372,42.042],[9.369,42.043],[9.366,42.041],[9.368,42.038],[9.367,42.035],[9.369,42.032],[9.368,42.027],[9.373,42.024],[9.374,42.022],[9.38,42.017],[9.383,42.017],[9.386,42.015],[9.391,42.015],[9.397,42.01],[9.401,42.009],[9.408,42.009],[9.411,42.006],[9.415,42.008],[9.42,42.005],[9.42,42.003],[9.423,42],[9.427,41.999],[9.427,41.997],[9.429,41.996],[9.431,41.997],[9.437,41.993],[9.439,41.99],[9.442,41.99],[9.453,41.999],[9.457,42.001],[9.458,42.004],[9.46,42.007],[9.467,42.013],[9.47,42.016],[9.476,42.024],[9.487,42.036],[9.497,42.048],[9.496,42.049],[9.496,42.053],[9.495,42.055],[9.492,42.057],[9.491,42.056],[9.488,42.058],[9.485,42.059],[9.484,42.062],[9.482,42.064],[9.483,42.066],[9.481,42.067],[9.479,42.072],[9.477,42.071],[9.475,42.073],[9.475,42.075],[9.472,42.078],[9.464,42.076],[9.457,42.077]]]},"properties":{"NOM_COM_M":"GHISONACCIA","INSEE_COM":"2B123","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.453,42.144],[9.449,42.148],[9.447,42.151],[9.44,42.154],[9.437,42.156],[9.436,42.158],[9.433,42.16],[9.432,42.162],[9.429,42.164],[9.427,42.167],[9.425,42.167],[9.424,42.171],[9.418,42.176],[9.415,42.177],[9.411,42.181],[9.411,42.183],[9.408,42.187],[9.408,42.189],[9.404,42.192],[9.403,42.196],[9.398,42.198],[9.395,42.2],[9.393,42.199],[9.388,42.2],[9.384,42.202],[9.384,42.203],[9.379,42.205],[9.378,42.206],[9.371,42.208],[9.37,42.21],[9.37,42.216],[9.366,42.219],[9.364,42.224],[9.363,42.222],[9.358,42.221],[9.351,42.218],[9.348,42.218],[9.345,42.214],[9.345,42.212],[9.343,42.21],[9.343,42.207],[9.348,42.206],[9.35,42.205],[9.35,42.203],[9.346,42.2],[9.343,42.196],[9.344,42.195],[9.348,42.196],[9.353,42.198],[9.355,42.197],[9.355,42.194],[9.357,42.192],[9.359,42.194],[9.362,42.192],[9.36,42.19],[9.363,42.189],[9.366,42.191],[9.366,42.188],[9.367,42.185],[9.374,42.182],[9.376,42.182],[9.379,42.184],[9.383,42.184],[9.387,42.183],[9.386,42.18],[9.382,42.178],[9.382,42.175],[9.39,42.173],[9.392,42.174],[9.392,42.176],[9.396,42.182],[9.399,42.183],[9.401,42.181],[9.403,42.182],[9.405,42.181],[9.406,42.178],[9.408,42.176],[9.413,42.176],[9.419,42.168],[9.416,42.165],[9.425,42.164],[9.428,42.161],[9.425,42.158],[9.427,42.155],[9.429,42.154],[9.434,42.154],[9.438,42.153],[9.442,42.143],[9.447,42.142],[9.45,42.144],[9.452,42.143],[9.453,42.144]]]},"properties":{"NOM_COM_M":"GIUNCAGGIO","INSEE_COM":"2B126","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.311,42.244],[9.313,42.25],[9.313,42.253],[9.312,42.255],[9.314,42.257],[9.312,42.259],[9.312,42.27],[9.301,42.266],[9.299,42.265],[9.296,42.261],[9.293,42.261],[9.289,42.259],[9.284,42.259],[9.282,42.257],[9.282,42.253],[9.28,42.25],[9.277,42.251],[9.275,42.246],[9.273,42.244],[9.273,42.241],[9.271,42.238],[9.27,42.235],[9.267,42.235],[9.263,42.231],[9.259,42.23],[9.258,42.227],[9.262,42.224],[9.264,42.227],[9.268,42.228],[9.272,42.232],[9.274,42.235],[9.279,42.24],[9.279,42.241],[9.284,42.242],[9.285,42.243],[9.291,42.244],[9.298,42.244],[9.3,42.243],[9.303,42.244],[9.306,42.243],[9.307,42.244],[9.311,42.244]]]},"properties":{"NOM_COM_M":"FOCICCHIA","INSEE_COM":"2B116","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.35,42.251],[9.353,42.249],[9.356,42.248],[9.357,42.245],[9.36,42.245],[9.362,42.247],[9.367,42.249],[9.366,42.25],[9.368,42.253],[9.367,42.257],[9.364,42.258],[9.362,42.26],[9.359,42.26],[9.357,42.262],[9.349,42.261],[9.345,42.257],[9.345,42.255],[9.348,42.251],[9.35,42.251]]]},"properties":{"NOM_COM_M":"AMPRIANI","INSEE_COM":"2B015","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.223,41.949],[9.221,41.946],[9.217,41.944],[9.215,41.942],[9.221,41.937],[9.224,41.934],[9.226,41.934],[9.229,41.932],[9.231,41.933],[9.234,41.938],[9.238,41.941],[9.241,41.942],[9.244,41.947],[9.246,41.947],[9.249,41.95],[9.25,41.953],[9.256,41.958],[9.261,41.963],[9.261,41.965],[9.267,41.968],[9.268,41.97],[9.278,41.974],[9.277,41.978],[9.279,41.981],[9.282,41.979],[9.29,41.982],[9.294,41.986],[9.297,41.986],[9.295,41.988],[9.292,41.987],[9.287,41.987],[9.285,41.988],[9.282,41.993],[9.281,41.996],[9.277,41.997],[9.275,41.995],[9.271,41.994],[9.267,41.995],[9.26,41.998],[9.254,41.998],[9.251,41.994],[9.245,41.993],[9.242,41.991],[9.234,41.989],[9.228,41.99],[9.22,41.99],[9.219,41.986],[9.221,41.981],[9.22,41.975],[9.224,41.973],[9.225,41.971],[9.223,41.963],[9.225,41.959],[9.223,41.955],[9.223,41.949]]]},"properties":{"NOM_COM_M":"SAN GAVINO DI FIUMORBO","INSEE_COM":"2B365","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.335,42.28],[9.333,42.276],[9.331,42.275],[9.329,42.272],[9.329,42.269],[9.326,42.266],[9.326,42.264],[9.329,42.26],[9.331,42.259],[9.331,42.255],[9.335,42.253],[9.337,42.253],[9.339,42.251],[9.345,42.251],[9.347,42.25],[9.35,42.251],[9.348,42.251],[9.345,42.255],[9.345,42.257],[9.349,42.261],[9.357,42.262],[9.357,42.268],[9.356,42.27],[9.358,42.273],[9.354,42.271],[9.351,42.275],[9.349,42.276],[9.345,42.276],[9.341,42.277],[9.335,42.28]]]},"properties":{"NOM_COM_M":"ZUANI","INSEE_COM":"2B364","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.053,41.959],[9.056,41.956],[9.056,41.951],[9.059,41.947],[9.061,41.946],[9.059,41.943],[9.061,41.939],[9.065,41.934],[9.065,41.929],[9.063,41.927],[9.063,41.925],[9.062,41.922],[9.063,41.917],[9.062,41.916],[9.063,41.913],[9.062,41.91],[9.059,41.906],[9.06,41.905],[9.062,41.906],[9.065,41.905],[9.067,41.906],[9.07,41.903],[9.078,41.901],[9.081,41.899],[9.086,41.897],[9.088,41.895],[9.088,41.893],[9.093,41.889],[9.094,41.894],[9.096,41.895],[9.097,41.899],[9.101,41.903],[9.101,41.906],[9.098,41.907],[9.101,41.91],[9.103,41.908],[9.106,41.91],[9.106,41.913],[9.105,41.917],[9.102,41.924],[9.097,41.927],[9.094,41.923],[9.088,41.926],[9.089,41.928],[9.086,41.932],[9.083,41.932],[9.078,41.933],[9.075,41.933],[9.07,41.936],[9.07,41.94],[9.075,41.945],[9.073,41.95],[9.074,41.952],[9.068,41.956],[9.065,41.963],[9.062,41.964],[9.058,41.961],[9.053,41.959]]]},"properties":{"NOM_COM_M":"GUITERA LES BAINS","INSEE_COM":"2A133","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.927,42.254],[8.927,42.252],[8.933,42.251],[8.934,42.248],[8.936,42.247],[8.94,42.237],[8.943,42.236],[8.945,42.234],[8.952,42.233],[8.955,42.234],[8.957,42.233],[8.968,42.233],[8.972,42.232],[8.973,42.233],[8.977,42.231],[8.977,42.228],[8.98,42.224],[8.984,42.225],[8.992,42.217],[8.997,42.214],[9,42.215],[9.006,42.213],[9.006,42.209],[9.014,42.208],[9.018,42.205],[9.023,42.203],[9.027,42.203],[9.031,42.205],[9.038,42.207],[9.043,42.207],[9.046,42.208],[9.046,42.211],[9.049,42.211],[9.05,42.214],[9.054,42.217],[9.059,42.215],[9.059,42.213],[9.062,42.211],[9.07,42.208],[9.075,42.21],[9.078,42.213],[9.081,42.215],[9.085,42.216],[9.088,42.215],[9.092,42.217],[9.094,42.219],[9.096,42.223],[9.099,42.226],[9.102,42.226],[9.107,42.227],[9.11,42.229],[9.12,42.231],[9.121,42.234],[9.124,42.239],[9.122,42.243],[9.118,42.245],[9.122,42.25],[9.122,42.252],[9.126,42.256],[9.134,42.261],[9.133,42.263],[9.134,42.265],[9.133,42.267],[9.139,42.27],[9.141,42.272],[9.141,42.276],[9.145,42.277],[9.148,42.277],[9.15,42.279],[9.153,42.277],[9.155,42.277],[9.158,42.273],[9.162,42.273],[9.165,42.274],[9.168,42.276],[9.17,42.275],[9.18,42.275],[9.185,42.277],[9.189,42.278],[9.194,42.281],[9.201,42.281],[9.204,42.282],[9.206,42.28],[9.211,42.279],[9.208,42.284],[9.206,42.285],[9.199,42.286],[9.196,42.288],[9.196,42.29],[9.192,42.293],[9.188,42.294],[9.19,42.299],[9.189,42.302],[9.19,42.307],[9.192,42.309],[9.194,42.315],[9.192,42.317],[9.194,42.32],[9.194,42.323],[9.191,42.323],[9.19,42.319],[9.188,42.32],[9.181,42.318],[9.172,42.32],[9.172,42.323],[9.174,42.328],[9.17,42.329],[9.17,42.331],[9.16,42.331],[9.158,42.332],[9.159,42.334],[9.155,42.339],[9.152,42.342],[9.145,42.344],[9.143,42.344],[9.139,42.341],[9.135,42.342],[9.128,42.342],[9.113,42.338],[9.111,42.33],[9.099,42.325],[9.093,42.323],[9.094,42.32],[9.09,42.317],[9.086,42.312],[9.085,42.308],[9.076,42.314],[9.061,42.306],[9.056,42.305],[9.039,42.296],[9.035,42.293],[9.037,42.283],[9.034,42.281],[9.029,42.28],[9.028,42.279],[9.023,42.278],[9.019,42.275],[9.019,42.271],[9.012,42.264],[9.011,42.262],[9.008,42.261],[9.008,42.259],[9.006,42.256],[9.002,42.255],[8.997,42.25],[8.997,42.247],[8.995,42.246],[8.992,42.243],[8.986,42.241],[8.975,42.241],[8.967,42.244],[8.967,42.246],[8.964,42.247],[8.963,42.25],[8.958,42.254],[8.955,42.252],[8.95,42.253],[8.948,42.252],[8.942,42.255],[8.937,42.258],[8.933,42.256],[8.927,42.254]]]},"properties":{"NOM_COM_M":"CORTE","INSEE_COM":"2B096","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.229,42.241],[9.234,42.244],[9.235,42.247],[9.232,42.25],[9.228,42.25],[9.225,42.251],[9.219,42.249],[9.213,42.248],[9.212,42.249],[9.212,42.253],[9.213,42.254],[9.206,42.256],[9.201,42.255],[9.196,42.256],[9.194,42.255],[9.19,42.255],[9.185,42.254],[9.185,42.257],[9.182,42.257],[9.182,42.255],[9.18,42.252],[9.177,42.25],[9.178,42.248],[9.177,42.246],[9.179,42.244],[9.186,42.24],[9.19,42.24],[9.192,42.241],[9.199,42.243],[9.202,42.242],[9.21,42.242],[9.211,42.24],[9.219,42.243],[9.223,42.24],[9.229,42.241]]]},"properties":{"NOM_COM_M":"RIVENTOSA","INSEE_COM":"2B260","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.219,42.163],[9.223,42.163],[9.226,42.16],[9.231,42.154],[9.233,42.153],[9.235,42.15],[9.235,42.148],[9.237,42.147],[9.238,42.143],[9.242,42.142],[9.245,42.142],[9.247,42.141],[9.251,42.141],[9.251,42.144],[9.253,42.145],[9.252,42.15],[9.249,42.153],[9.249,42.155],[9.252,42.157],[9.255,42.158],[9.257,42.161],[9.268,42.168],[9.273,42.169],[9.276,42.164],[9.278,42.163],[9.278,42.159],[9.28,42.157],[9.282,42.151],[9.286,42.148],[9.287,42.146],[9.293,42.142],[9.294,42.14],[9.297,42.139],[9.298,42.137],[9.3,42.137],[9.307,42.132],[9.307,42.129],[9.31,42.125],[9.313,42.122],[9.318,42.118],[9.32,42.119],[9.321,42.117],[9.325,42.115],[9.329,42.114],[9.335,42.117],[9.34,42.114],[9.343,42.111],[9.345,42.107],[9.35,42.106],[9.356,42.106],[9.361,42.104],[9.363,42.104],[9.363,42.1],[9.368,42.1],[9.366,42.102],[9.366,42.106],[9.362,42.109],[9.356,42.117],[9.358,42.119],[9.358,42.122],[9.357,42.124],[9.352,42.127],[9.352,42.129],[9.348,42.13],[9.344,42.134],[9.342,42.143],[9.344,42.145],[9.337,42.145],[9.332,42.148],[9.328,42.148],[9.32,42.151],[9.317,42.155],[9.315,42.159],[9.318,42.168],[9.315,42.174],[9.317,42.177],[9.317,42.181],[9.312,42.187],[9.308,42.186],[9.308,42.189],[9.302,42.19],[9.295,42.192],[9.297,42.196],[9.295,42.201],[9.292,42.199],[9.291,42.198],[9.288,42.199],[9.284,42.198],[9.276,42.195],[9.275,42.196],[9.269,42.196],[9.265,42.2],[9.261,42.198],[9.258,42.194],[9.258,42.192],[9.255,42.188],[9.255,42.186],[9.25,42.185],[9.246,42.183],[9.238,42.181],[9.234,42.178],[9.23,42.177],[9.229,42.175],[9.223,42.17],[9.219,42.165],[9.219,42.163]]]},"properties":{"NOM_COM_M":"VEZZANI","INSEE_COM":"2B347","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.047,41.86],[9.049,41.859],[9.056,41.861],[9.062,41.868],[9.065,41.869],[9.073,41.867],[9.079,41.864],[9.081,41.862],[9.085,41.862],[9.087,41.863],[9.086,41.868],[9.087,41.873],[9.09,41.876],[9.1,41.884],[9.097,41.885],[9.093,41.885],[9.09,41.886],[9.093,41.889],[9.088,41.893],[9.088,41.895],[9.086,41.897],[9.081,41.899],[9.078,41.901],[9.07,41.903],[9.067,41.906],[9.065,41.905],[9.062,41.906],[9.06,41.905],[9.061,41.902],[9.058,41.895],[9.058,41.891],[9.056,41.89],[9.055,41.887],[9.053,41.884],[9.053,41.882],[9.051,41.881],[9.049,41.877],[9.052,41.874],[9.049,41.871],[9.049,41.867],[9.047,41.864],[9.047,41.86]]]},"properties":{"NOM_COM_M":"CORRANO","INSEE_COM":"2A094","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.219,42.163],[9.219,42.165],[9.218,42.167],[9.215,42.168],[9.212,42.171],[9.208,42.174],[9.203,42.175],[9.2,42.177],[9.197,42.182],[9.194,42.184],[9.193,42.188],[9.191,42.19],[9.189,42.197],[9.18,42.197],[9.175,42.2],[9.174,42.198],[9.171,42.197],[9.17,42.194],[9.168,42.193],[9.169,42.19],[9.174,42.186],[9.174,42.183],[9.175,42.178],[9.178,42.176],[9.178,42.174],[9.18,42.171],[9.18,42.169],[9.178,42.167],[9.177,42.164],[9.178,42.162],[9.176,42.159],[9.176,42.157],[9.172,42.153],[9.173,42.151],[9.172,42.148],[9.174,42.144],[9.178,42.141],[9.18,42.141],[9.181,42.142],[9.189,42.143],[9.196,42.147],[9.203,42.149],[9.209,42.155],[9.215,42.159],[9.217,42.162],[9.219,42.163]]]},"properties":{"NOM_COM_M":"MURACCIOLE","INSEE_COM":"2B171","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.008,41.831],[9.012,41.83],[9.015,41.831],[9.017,41.835],[9.022,41.838],[9.025,41.838],[9.026,41.841],[9.032,41.841],[9.033,41.845],[9.035,41.848],[9.035,41.852],[9.036,41.853],[9.033,41.857],[9.03,41.857],[9.027,41.856],[9.025,41.858],[9.022,41.858],[9.022,41.856],[9.018,41.858],[9.014,41.858],[9.01,41.861],[9.006,41.861],[8.999,41.863],[8.998,41.859],[8.996,41.859],[8.995,41.855],[8.997,41.852],[8.999,41.853],[9.003,41.849],[9.005,41.846],[9.004,41.844],[9.006,41.839],[9.004,41.835],[9.007,41.834],[9.01,41.834],[9.01,41.832],[9.008,41.831]]]},"properties":{"NOM_COM_M":"FORCIOLO","INSEE_COM":"2A117","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.309,41.832],[9.308,41.831],[9.305,41.832],[9.303,41.826],[9.301,41.826],[9.298,41.822],[9.293,41.818],[9.284,41.816],[9.28,41.814],[9.276,41.814],[9.275,41.81],[9.273,41.808],[9.273,41.807],[9.277,41.794],[9.312,41.784],[9.313,41.78],[9.329,41.784],[9.334,41.786],[9.347,41.779],[9.35,41.78],[9.353,41.778],[9.357,41.771],[9.36,41.764],[9.364,41.765],[9.37,41.765],[9.373,41.766],[9.376,41.766],[9.38,41.765],[9.383,41.767],[9.386,41.77],[9.392,41.774],[9.395,41.773],[9.397,41.774],[9.396,41.777],[9.398,41.778],[9.399,41.782],[9.397,41.784],[9.4,41.786],[9.4,41.789],[9.397,41.791],[9.397,41.794],[9.394,41.798],[9.398,41.802],[9.399,41.806],[9.402,41.813],[9.405,41.818],[9.406,41.823],[9.405,41.828],[9.405,41.832],[9.403,41.836],[9.403,41.839],[9.402,41.841],[9.404,41.842],[9.4,41.85],[9.402,41.854],[9.401,41.856],[9.403,41.857],[9.402,41.86],[9.401,41.859],[9.396,41.86],[9.395,41.863],[9.386,41.868],[9.379,41.865],[9.378,41.867],[9.374,41.865],[9.371,41.865],[9.37,41.861],[9.366,41.861],[9.363,41.86],[9.362,41.858],[9.359,41.857],[9.357,41.855],[9.354,41.855],[9.352,41.849],[9.349,41.849],[9.347,41.846],[9.339,41.846],[9.335,41.842],[9.33,41.839],[9.33,41.837],[9.327,41.837],[9.326,41.834],[9.323,41.835],[9.32,41.835],[9.317,41.832],[9.313,41.833],[9.309,41.832]]]},"properties":{"NOM_COM_M":"SARI SOLENZARA","INSEE_COM":"2A269","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.236,41.876],[9.235,41.879],[9.239,41.885],[9.241,41.885],[9.246,41.892],[9.248,41.893],[9.252,41.899],[9.248,41.91],[9.243,41.91],[9.242,41.911],[9.237,41.913],[9.234,41.916],[9.23,41.916],[9.224,41.915],[9.222,41.914],[9.22,41.915],[9.217,41.913],[9.214,41.917],[9.208,41.916],[9.206,41.915],[9.201,41.915],[9.199,41.917],[9.194,41.915],[9.19,41.911],[9.18,41.907],[9.179,41.91],[9.174,41.911],[9.169,41.91],[9.166,41.912],[9.166,41.915],[9.165,41.919],[9.162,41.921],[9.156,41.924],[9.152,41.923],[9.141,41.927],[9.139,41.931],[9.135,41.931],[9.132,41.929],[9.129,41.929],[9.127,41.928],[9.122,41.928],[9.118,41.93],[9.113,41.927],[9.113,41.924],[9.11,41.923],[9.107,41.928],[9.106,41.923],[9.109,41.922],[9.109,41.918],[9.105,41.917],[9.106,41.913],[9.106,41.91],[9.103,41.908],[9.101,41.91],[9.098,41.907],[9.101,41.906],[9.101,41.903],[9.097,41.899],[9.096,41.895],[9.094,41.894],[9.093,41.889],[9.09,41.886],[9.093,41.885],[9.097,41.885],[9.1,41.884],[9.09,41.876],[9.087,41.873],[9.086,41.868],[9.087,41.863],[9.088,41.862],[9.092,41.862],[9.096,41.863],[9.097,41.861],[9.106,41.858],[9.108,41.857],[9.116,41.855],[9.119,41.856],[9.119,41.858],[9.124,41.856],[9.131,41.856],[9.134,41.858],[9.137,41.858],[9.144,41.861],[9.145,41.859],[9.144,41.857],[9.145,41.853],[9.14,41.85],[9.148,41.848],[9.147,41.846],[9.152,41.844],[9.159,41.84],[9.163,41.839],[9.171,41.841],[9.179,41.841],[9.185,41.84],[9.189,41.837],[9.193,41.837],[9.203,41.845],[9.204,41.847],[9.209,41.852],[9.216,41.852],[9.22,41.854],[9.227,41.855],[9.231,41.86],[9.233,41.868],[9.237,41.874],[9.236,41.876]]]},"properties":{"NOM_COM_M":"ZICAVO","INSEE_COM":"2A359","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.11,41.975],[9.108,41.972],[9.115,41.963],[9.115,41.959],[9.113,41.952],[9.113,41.942],[9.109,41.939],[9.109,41.931],[9.107,41.928],[9.11,41.923],[9.113,41.924],[9.113,41.927],[9.118,41.93],[9.122,41.928],[9.127,41.928],[9.126,41.93],[9.13,41.934],[9.134,41.941],[9.133,41.943],[9.136,41.947],[9.136,41.949],[9.133,41.953],[9.127,41.957],[9.128,41.959],[9.125,41.96],[9.128,41.962],[9.127,41.964],[9.118,41.968],[9.11,41.975]]]},"properties":{"NOM_COM_M":"SAMPOLO","INSEE_COM":"2A268","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.402,41.86],[9.399,41.864],[9.399,41.867],[9.397,41.875],[9.399,41.882],[9.402,41.886],[9.401,41.888],[9.403,41.899],[9.409,41.907],[9.406,41.907],[9.404,41.909],[9.399,41.91],[9.391,41.911],[9.386,41.914],[9.377,41.917],[9.366,41.92],[9.354,41.92],[9.35,41.922],[9.345,41.92],[9.341,41.919],[9.338,41.92],[9.332,41.921],[9.33,41.923],[9.327,41.922],[9.324,41.922],[9.32,41.926],[9.315,41.925],[9.313,41.921],[9.312,41.921],[9.309,41.921],[9.306,41.918],[9.301,41.915],[9.297,41.915],[9.294,41.914],[9.291,41.911],[9.286,41.909],[9.285,41.906],[9.281,41.906],[9.279,41.902],[9.277,41.901],[9.273,41.895],[9.263,41.891],[9.258,41.885],[9.256,41.885],[9.25,41.882],[9.243,41.882],[9.238,41.879],[9.236,41.876],[9.237,41.874],[9.233,41.868],[9.231,41.86],[9.227,41.855],[9.232,41.853],[9.233,41.85],[9.237,41.846],[9.241,41.849],[9.245,41.85],[9.249,41.847],[9.255,41.845],[9.26,41.845],[9.266,41.843],[9.269,41.84],[9.271,41.841],[9.275,41.841],[9.283,41.844],[9.288,41.845],[9.289,41.843],[9.292,41.843],[9.299,41.845],[9.302,41.844],[9.304,41.842],[9.306,41.842],[9.309,41.84],[9.308,41.836],[9.309,41.832],[9.313,41.833],[9.317,41.832],[9.32,41.835],[9.323,41.835],[9.326,41.834],[9.327,41.837],[9.33,41.837],[9.33,41.839],[9.335,41.842],[9.339,41.846],[9.347,41.846],[9.349,41.849],[9.352,41.849],[9.354,41.855],[9.357,41.855],[9.359,41.857],[9.362,41.858],[9.363,41.86],[9.366,41.861],[9.37,41.861],[9.371,41.865],[9.374,41.865],[9.378,41.867],[9.379,41.865],[9.386,41.868],[9.395,41.863],[9.396,41.86],[9.401,41.859],[9.402,41.86]]]},"properties":{"NOM_COM_M":"SOLARO","INSEE_COM":"2B283","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.139,41.931],[9.141,41.927],[9.152,41.923],[9.156,41.924],[9.162,41.921],[9.165,41.919],[9.166,41.915],[9.166,41.912],[9.169,41.91],[9.174,41.911],[9.179,41.91],[9.18,41.907],[9.19,41.911],[9.194,41.915],[9.199,41.917],[9.201,41.915],[9.206,41.915],[9.208,41.916],[9.214,41.917],[9.214,41.918],[9.22,41.922],[9.222,41.922],[9.226,41.928],[9.228,41.929],[9.231,41.933],[9.229,41.932],[9.226,41.934],[9.224,41.934],[9.221,41.937],[9.215,41.942],[9.217,41.944],[9.221,41.946],[9.223,41.949],[9.211,41.953],[9.198,41.957],[9.193,41.953],[9.182,41.955],[9.179,41.953],[9.172,41.956],[9.171,41.955],[9.166,41.954],[9.163,41.953],[9.164,41.95],[9.161,41.945],[9.158,41.943],[9.155,41.942],[9.155,41.94],[9.147,41.94],[9.146,41.936],[9.141,41.935],[9.141,41.931],[9.139,41.931]]]},"properties":{"NOM_COM_M":"COZZANO","INSEE_COM":"2A099","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.22,41.99],[9.216,41.992],[9.215,41.994],[9.217,41.996],[9.219,42.008],[9.22,42.019],[9.221,42.027],[9.215,42.028],[9.212,42.028],[9.21,42.03],[9.207,42.03],[9.203,42.028],[9.196,42.028],[9.192,42.031],[9.189,42.032],[9.187,42.031],[9.182,42.031],[9.181,42.03],[9.176,42.029],[9.172,42.027],[9.161,42.025],[9.16,42.027],[9.157,42.025],[9.156,42.023],[9.151,42.018],[9.148,42.011],[9.147,42.011],[9.154,42.002],[9.156,42],[9.161,42],[9.154,41.981],[9.162,41.977],[9.161,41.972],[9.164,41.97],[9.162,41.967],[9.162,41.963],[9.164,41.96],[9.164,41.958],[9.162,41.956],[9.164,41.954],[9.166,41.954],[9.171,41.955],[9.172,41.956],[9.179,41.953],[9.182,41.955],[9.193,41.953],[9.198,41.957],[9.211,41.953],[9.223,41.949],[9.223,41.955],[9.225,41.959],[9.223,41.963],[9.225,41.971],[9.224,41.973],[9.22,41.975],[9.221,41.981],[9.219,41.986],[9.22,41.99]]]},"properties":{"NOM_COM_M":"PALNECA","INSEE_COM":"2A200","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.053,41.959],[9.058,41.961],[9.062,41.964],[9.065,41.963],[9.068,41.963],[9.07,41.961],[9.072,41.963],[9.074,41.963],[9.077,41.966],[9.08,41.966],[9.083,41.968],[9.083,41.971],[9.085,41.972],[9.086,41.975],[9.091,41.975],[9.095,41.978],[9.097,41.978],[9.1,41.979],[9.103,41.984],[9.104,41.988],[9.106,41.989],[9.111,41.99],[9.112,41.993],[9.116,41.994],[9.119,41.993],[9.122,41.995],[9.124,41.999],[9.127,42.002],[9.133,42.003],[9.138,42.006],[9.142,42.007],[9.147,42.011],[9.148,42.011],[9.151,42.018],[9.156,42.023],[9.157,42.025],[9.16,42.027],[9.155,42.033],[9.152,42.036],[9.152,42.041],[9.149,42.04],[9.145,42.042],[9.141,42.047],[9.141,42.049],[9.138,42.05],[9.137,42.052],[9.133,42.052],[9.131,42.054],[9.132,42.058],[9.134,42.06],[9.126,42.058],[9.124,42.056],[9.112,42.052],[9.112,42.047],[9.107,42.043],[9.103,42.045],[9.09,42.041],[9.088,42.04],[9.085,42.042],[9.079,42.043],[9.075,42.041],[9.073,42.037],[9.071,42.036],[9.063,42.037],[9.054,42.039],[9.045,42.035],[9.041,42.034],[9.04,42.036],[9.037,42.035],[9.036,42.033],[9.033,42.031],[9.029,42.037],[9.027,42.037],[9.026,42.039],[9.021,42.041],[9.023,42.036],[9.015,42.03],[9.013,42.03],[9.01,42.028],[9.006,42.02],[9.001,42.021],[8.997,42.02],[8.991,42.016],[8.986,42.012],[8.984,42.011],[8.978,42.01],[8.976,42.006],[8.974,42.005],[8.974,42],[8.975,41.998],[8.983,41.996],[8.984,41.997],[8.989,41.997],[8.993,41.995],[8.995,41.992],[8.998,41.989],[9,41.988],[9,41.985],[9.003,41.984],[9.005,41.981],[9.004,41.978],[9.001,41.978],[8.999,41.975],[8.998,41.971],[8.995,41.97],[8.993,41.968],[8.996,41.966],[8.996,41.964],[8.993,41.962],[8.987,41.961],[8.983,41.958],[8.982,41.956],[8.984,41.953],[8.984,41.949],[8.982,41.944],[8.979,41.944],[8.977,41.942],[8.974,41.942],[8.973,41.94],[8.974,41.938],[8.967,41.938],[8.963,41.932],[8.959,41.931],[8.957,41.932],[8.954,41.932],[8.95,41.931],[8.954,41.924],[8.951,41.921],[8.95,41.918],[8.953,41.915],[8.952,41.912],[8.952,41.904],[8.955,41.899],[8.96,41.897],[8.963,41.899],[8.969,41.9],[8.97,41.904],[8.978,41.905],[8.983,41.906],[8.988,41.909],[8.991,41.911],[8.995,41.912],[8.999,41.911],[9.005,41.914],[9.008,41.918],[9.012,41.922],[9.018,41.924],[9.02,41.928],[9.022,41.928],[9.025,41.928],[9.027,41.932],[9.029,41.934],[9.034,41.936],[9.036,41.939],[9.036,41.944],[9.039,41.945],[9.041,41.947],[9.045,41.946],[9.048,41.955],[9.047,41.957],[9.051,41.96],[9.053,41.959]]]},"properties":{"NOM_COM_M":"BASTELICA","INSEE_COM":"2A031","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.541,42.337],[9.54,42.339],[9.541,42.343],[9.539,42.343],[9.537,42.349],[9.537,42.353],[9.535,42.355],[9.535,42.359],[9.53,42.358],[9.526,42.36],[9.519,42.36],[9.516,42.362],[9.505,42.36],[9.503,42.361],[9.498,42.362],[9.496,42.361],[9.493,42.361],[9.49,42.362],[9.486,42.359],[9.482,42.355],[9.48,42.353],[9.476,42.343],[9.476,42.341],[9.48,42.342],[9.485,42.341],[9.49,42.341],[9.493,42.34],[9.498,42.341],[9.506,42.339],[9.512,42.341],[9.515,42.343],[9.52,42.343],[9.52,42.342],[9.53,42.342],[9.533,42.343],[9.536,42.338],[9.541,42.337]]]},"properties":{"NOM_COM_M":"SANTA MARIA POGGIO","INSEE_COM":"2B311","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.453,42.525],[9.452,42.523],[9.448,42.521],[9.45,42.518],[9.449,42.516],[9.451,42.512],[9.449,42.509],[9.451,42.504],[9.446,42.503],[9.439,42.499],[9.434,42.499],[9.425,42.496],[9.418,42.492],[9.43,42.49],[9.433,42.488],[9.44,42.488],[9.445,42.487],[9.447,42.489],[9.45,42.49],[9.45,42.493],[9.456,42.494],[9.456,42.495],[9.467,42.499],[9.464,42.503],[9.468,42.503],[9.466,42.506],[9.472,42.507],[9.474,42.506],[9.479,42.507],[9.485,42.513],[9.485,42.514],[9.491,42.514],[9.497,42.516],[9.507,42.517],[9.508,42.521],[9.511,42.521],[9.515,42.522],[9.518,42.522],[9.523,42.52],[9.53,42.522],[9.531,42.524],[9.533,42.524],[9.529,42.526],[9.525,42.524],[9.521,42.524],[9.52,42.527],[9.521,42.529],[9.519,42.531],[9.514,42.532],[9.513,42.535],[9.505,42.535],[9.5,42.538],[9.498,42.535],[9.494,42.533],[9.491,42.534],[9.488,42.537],[9.485,42.536],[9.483,42.533],[9.48,42.533],[9.478,42.535],[9.469,42.534],[9.47,42.532],[9.465,42.53],[9.461,42.527],[9.453,42.525]]]},"properties":{"NOM_COM_M":"VESCOVATO","INSEE_COM":"2B346","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.975,42.614],[8.972,42.613],[8.968,42.61],[8.965,42.607],[8.965,42.605],[8.961,42.604],[8.958,42.604],[8.952,42.602],[8.949,42.601],[8.949,42.587],[8.948,42.585],[8.95,42.583],[8.951,42.58],[8.948,42.576],[8.949,42.574],[8.952,42.573],[8.957,42.565],[8.959,42.563],[8.96,42.56],[8.959,42.558],[8.962,42.555],[8.961,42.551],[8.962,42.548],[8.967,42.546],[8.968,42.542],[8.972,42.538],[8.974,42.538],[8.978,42.54],[8.985,42.54],[8.988,42.543],[8.992,42.546],[8.996,42.547],[8.999,42.549],[8.993,42.553],[8.99,42.554],[8.983,42.564],[8.984,42.572],[8.984,42.58],[8.981,42.582],[8.978,42.588],[8.978,42.598],[8.976,42.6],[8.976,42.603],[8.978,42.604],[8.976,42.607],[8.978,42.609],[8.978,42.612],[8.975,42.614]]]},"properties":{"NOM_COM_M":"SPELONCATO","INSEE_COM":"2B290","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.004,42.569],[9.003,42.578],[9,42.585],[8.996,42.585],[8.997,42.582],[8.995,42.578],[8.993,42.576],[8.993,42.574],[8.999,42.569],[9.001,42.568],[9.004,42.569]]]},"properties":{"NOM_COM_M":"COSTA","INSEE_COM":"2B097","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.93,42.373],[8.929,42.37],[8.931,42.369],[8.935,42.369],[8.945,42.364],[8.95,42.362],[8.951,42.36],[8.951,42.357],[8.952,42.355],[8.953,42.35],[8.954,42.35],[8.958,42.344],[8.96,42.343],[8.963,42.344],[8.964,42.337],[8.972,42.336],[8.975,42.337],[8.978,42.335],[8.981,42.335],[8.989,42.333],[8.995,42.335],[8.998,42.334],[9.001,42.336],[9.013,42.341],[9.013,42.343],[9.019,42.347],[9.025,42.353],[9.021,42.356],[9.018,42.357],[9.017,42.36],[9.018,42.362],[9.016,42.364],[9.019,42.37],[9.019,42.371],[9.014,42.373],[9.01,42.378],[9.005,42.378],[9.001,42.379],[8.997,42.383],[8.994,42.384],[8.989,42.388],[8.98,42.39],[8.978,42.392],[8.971,42.392],[8.966,42.39],[8.961,42.387],[8.958,42.384],[8.955,42.383],[8.952,42.383],[8.946,42.38],[8.942,42.377],[8.937,42.376],[8.93,42.373]]]},"properties":{"NOM_COM_M":"LOZZI","INSEE_COM":"2B147","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.051,41.71],[9.052,41.707],[9.055,41.708],[9.052,41.71],[9.059,41.712],[9.063,41.71],[9.067,41.712],[9.067,41.714],[9.077,41.714],[9.091,41.721],[9.088,41.724],[9.088,41.729],[9.089,41.731],[9.084,41.736],[9.083,41.738],[9.079,41.732],[9.075,41.733],[9.074,41.731],[9.071,41.73],[9.069,41.727],[9.066,41.725],[9.064,41.725],[9.061,41.723],[9.056,41.721],[9.052,41.719],[9.05,41.716],[9.049,41.712],[9.051,41.71]]]},"properties":{"NOM_COM_M":"ZOZA","INSEE_COM":"2A363","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.152,41.844],[9.142,41.834],[9.136,41.826],[9.132,41.823],[9.13,41.819],[9.126,41.816],[9.118,41.811],[9.116,41.808],[9.117,41.805],[9.116,41.803],[9.112,41.802],[9.109,41.8],[9.107,41.796],[9.102,41.794],[9.101,41.79],[9.096,41.783],[9.095,41.779],[9.095,41.774],[9.093,41.772],[9.09,41.772],[9.089,41.77],[9.09,41.768],[9.088,41.765],[9.082,41.764],[9.082,41.76],[9.081,41.757],[9.085,41.753],[9.084,41.75],[9.082,41.748],[9.083,41.745],[9.082,41.744],[9.076,41.743],[9.074,41.741],[9.076,41.734],[9.079,41.732],[9.083,41.738],[9.084,41.736],[9.089,41.731],[9.088,41.729],[9.088,41.724],[9.091,41.721],[9.094,41.724],[9.094,41.726],[9.099,41.731],[9.095,41.733],[9.096,41.735],[9.094,41.736],[9.099,41.74],[9.098,41.744],[9.1,41.746],[9.104,41.745],[9.106,41.754],[9.108,41.754],[9.109,41.757],[9.113,41.764],[9.114,41.767],[9.123,41.772],[9.124,41.774],[9.122,41.777],[9.123,41.782],[9.122,41.791],[9.123,41.794],[9.126,41.799],[9.129,41.802],[9.13,41.806],[9.134,41.811],[9.139,41.82],[9.143,41.821],[9.147,41.828],[9.147,41.83],[9.151,41.831],[9.153,41.834],[9.156,41.835],[9.157,41.834],[9.16,41.838],[9.163,41.839],[9.159,41.84],[9.152,41.844]]]},"properties":{"NOM_COM_M":"SERRA DI SCOPAMENE","INSEE_COM":"2A278","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[8.573,42.382],[8.576,42.38],[8.577,42.377],[8.572,42.372],[8.573,42.37],[8.565,42.371],[8.563,42.369],[8.56,42.372],[8.557,42.371],[8.553,42.373],[8.552,42.376],[8.55,42.379],[8.546,42.378],[8.545,42.374],[8.546,42.37],[8.543,42.369],[8.544,42.367],[8.546,42.367],[8.551,42.365],[8.554,42.366],[8.556,42.365],[8.556,42.357],[8.554,42.355],[8.557,42.354],[8.555,42.35],[8.553,42.348],[8.56,42.344],[8.557,42.342],[8.558,42.34],[8.556,42.338],[8.556,42.336],[8.553,42.335],[8.553,42.333],[8.559,42.334],[8.563,42.333],[8.565,42.335],[8.568,42.336],[8.568,42.338],[8.573,42.338],[8.577,42.341],[8.577,42.343],[8.582,42.347],[8.582,42.349],[8.587,42.35],[8.59,42.353],[8.596,42.354],[8.602,42.353],[8.604,42.35],[8.608,42.35],[8.611,42.348],[8.615,42.35],[8.618,42.347],[8.617,42.344],[8.619,42.341],[8.625,42.34],[8.628,42.341],[8.627,42.336],[8.628,42.332],[8.622,42.328],[8.62,42.328],[8.619,42.326],[8.617,42.327],[8.607,42.323],[8.605,42.323],[8.598,42.319],[8.598,42.317],[8.602,42.316],[8.602,42.313],[8.605,42.311],[8.602,42.31],[8.605,42.307],[8.607,42.307],[8.609,42.309],[8.612,42.309],[8.618,42.311],[8.62,42.311],[8.626,42.313],[8.631,42.31],[8.631,42.304],[8.633,42.305],[8.638,42.304],[8.64,42.302],[8.641,42.299],[8.646,42.301],[8.646,42.303],[8.649,42.303],[8.654,42.301],[8.66,42.302],[8.663,42.303],[8.664,42.305],[8.669,42.306],[8.671,42.308],[8.673,42.307],[8.676,42.31],[8.674,42.316],[8.678,42.319],[8.676,42.329],[8.67,42.333],[8.672,42.336],[8.677,42.341],[8.68,42.346],[8.684,42.348],[8.682,42.351],[8.683,42.354],[8.681,42.357],[8.682,42.36],[8.672,42.36],[8.664,42.358],[8.659,42.359],[8.657,42.361],[8.65,42.362],[8.643,42.368],[8.643,42.37],[8.641,42.374],[8.637,42.373],[8.635,42.374],[8.629,42.372],[8.623,42.371],[8.62,42.372],[8.618,42.375],[8.615,42.373],[8.61,42.374],[8.605,42.372],[8.602,42.369],[8.6,42.369],[8.598,42.371],[8.595,42.37],[8.594,42.372],[8.591,42.373],[8.591,42.375],[8.589,42.376],[8.587,42.379],[8.578,42.38],[8.573,42.382]]],[[[8.542,42.37],[8.538,42.372],[8.535,42.371],[8.54,42.368],[8.542,42.37]]]]},"properties":{"NOM_COM_M":"OSANI","INSEE_COM":"2A197","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.462,42.446],[9.461,42.449],[9.459,42.45],[9.456,42.448],[9.457,42.444],[9.453,42.446],[9.451,42.444],[9.455,42.443],[9.451,42.441],[9.453,42.437],[9.449,42.436],[9.445,42.432],[9.445,42.43],[9.442,42.429],[9.439,42.43],[9.434,42.429],[9.432,42.426],[9.434,42.425],[9.435,42.422],[9.433,42.419],[9.432,42.415],[9.434,42.412],[9.439,42.409],[9.439,42.408],[9.447,42.404],[9.448,42.407],[9.451,42.411],[9.453,42.412],[9.458,42.42],[9.458,42.423],[9.463,42.427],[9.462,42.43],[9.463,42.433],[9.461,42.434],[9.458,42.439],[9.46,42.442],[9.462,42.443],[9.462,42.446]]]},"properties":{"NOM_COM_M":"PRUNO","INSEE_COM":"2B252","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.379,42.3],[9.381,42.295],[9.376,42.291],[9.374,42.282],[9.372,42.279],[9.374,42.278],[9.374,42.276],[9.378,42.273],[9.38,42.272],[9.384,42.272],[9.385,42.269],[9.387,42.269],[9.388,42.266],[9.392,42.265],[9.392,42.267],[9.394,42.268],[9.397,42.266],[9.4,42.271],[9.401,42.275],[9.4,42.278],[9.402,42.279],[9.401,42.283],[9.401,42.289],[9.398,42.292],[9.396,42.298],[9.394,42.297],[9.387,42.3],[9.379,42.3]]]},"properties":{"NOM_COM_M":"MATRA","INSEE_COM":"2B155","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.15,42.452],[9.143,42.451],[9.14,42.454],[9.135,42.452],[9.132,42.452],[9.128,42.45],[9.121,42.448],[9.121,42.443],[9.114,42.44],[9.111,42.441],[9.101,42.44],[9.102,42.437],[9.105,42.434],[9.107,42.43],[9.113,42.43],[9.114,42.428],[9.117,42.427],[9.125,42.427],[9.129,42.426],[9.131,42.428],[9.139,42.426],[9.144,42.422],[9.147,42.422],[9.152,42.425],[9.155,42.425],[9.157,42.427],[9.159,42.432],[9.158,42.435],[9.158,42.44],[9.162,42.439],[9.164,42.441],[9.156,42.443],[9.156,42.445],[9.154,42.448],[9.15,42.452]]]},"properties":{"NOM_COM_M":"POPOLASCA","INSEE_COM":"2B244","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.229,42.549],[9.222,42.552],[9.222,42.555],[9.223,42.558],[9.22,42.56],[9.214,42.564],[9.216,42.569],[9.216,42.572],[9.215,42.576],[9.212,42.579],[9.208,42.576],[9.201,42.573],[9.196,42.573],[9.178,42.563],[9.174,42.562],[9.171,42.563],[9.166,42.562],[9.164,42.565],[9.16,42.562],[9.159,42.558],[9.156,42.561],[9.151,42.563],[9.149,42.565],[9.134,42.57],[9.129,42.564],[9.127,42.561],[9.127,42.56],[9.133,42.56],[9.134,42.559],[9.13,42.553],[9.132,42.546],[9.137,42.547],[9.138,42.544],[9.138,42.539],[9.14,42.541],[9.144,42.54],[9.145,42.537],[9.15,42.531],[9.154,42.532],[9.156,42.528],[9.158,42.529],[9.158,42.524],[9.161,42.524],[9.162,42.522],[9.164,42.522],[9.166,42.52],[9.168,42.52],[9.169,42.516],[9.172,42.516],[9.174,42.513],[9.175,42.51],[9.178,42.508],[9.181,42.51],[9.186,42.509],[9.19,42.509],[9.193,42.506],[9.195,42.509],[9.198,42.51],[9.2,42.513],[9.204,42.516],[9.207,42.517],[9.219,42.516],[9.222,42.518],[9.22,42.522],[9.222,42.528],[9.224,42.53],[9.225,42.538],[9.227,42.54],[9.225,42.543],[9.226,42.545],[9.225,42.547],[9.229,42.549]]]},"properties":{"NOM_COM_M":"PIETRALBA","INSEE_COM":"2B223","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.191,41.495],[9.187,41.499],[9.182,41.501],[9.178,41.504],[9.174,41.504],[9.167,41.509],[9.168,41.514],[9.167,41.519],[9.171,41.523],[9.171,41.525],[9.174,41.528],[9.177,41.528],[9.177,41.531],[9.17,41.535],[9.169,41.543],[9.167,41.543],[9.167,41.548],[9.165,41.548],[9.167,41.556],[9.162,41.555],[9.156,41.552],[9.154,41.552],[9.153,41.554],[9.149,41.554],[9.149,41.557],[9.147,41.559],[9.144,41.558],[9.14,41.56],[9.138,41.563],[9.134,41.564],[9.132,41.569],[9.126,41.577],[9.12,41.587],[9.117,41.59],[9.113,41.592],[9.112,41.596],[9.104,41.594],[9.101,41.589],[9.096,41.587],[9.091,41.584],[9.087,41.585],[9.087,41.581],[9.089,41.575],[9.092,41.575],[9.095,41.574],[9.096,41.572],[9.091,41.569],[9.091,41.568],[9.086,41.564],[9.082,41.562],[9.081,41.559],[9.078,41.555],[9.075,41.553],[9.071,41.547],[9.069,41.547],[9.067,41.544],[9.063,41.534],[9.061,41.532],[9.064,41.531],[9.063,41.529],[9.068,41.524],[9.072,41.525],[9.076,41.523],[9.08,41.52],[9.083,41.517],[9.082,41.512],[9.079,41.511],[9.078,41.508],[9.076,41.505],[9.073,41.505],[9.074,41.5],[9.078,41.495],[9.077,41.492],[9.078,41.487],[9.084,41.483],[9.084,41.482],[9.079,41.481],[9.08,41.477],[9.078,41.475],[9.077,41.472],[9.073,41.471],[9.071,41.469],[9.071,41.466],[9.067,41.466],[9.067,41.463],[9.069,41.461],[9.069,41.458],[9.066,41.458],[9.066,41.45],[9.068,41.45],[9.071,41.445],[9.074,41.443],[9.078,41.442],[9.082,41.442],[9.086,41.445],[9.09,41.445],[9.091,41.447],[9.095,41.45],[9.099,41.453],[9.098,41.456],[9.099,41.457],[9.088,41.46],[9.091,41.465],[9.093,41.465],[9.095,41.467],[9.094,41.47],[9.097,41.471],[9.1,41.474],[9.107,41.473],[9.113,41.473],[9.118,41.472],[9.123,41.475],[9.126,41.474],[9.13,41.47],[9.138,41.467],[9.137,41.462],[9.136,41.46],[9.14,41.457],[9.143,41.456],[9.15,41.456],[9.15,41.46],[9.151,41.461],[9.158,41.463],[9.165,41.467],[9.165,41.47],[9.168,41.472],[9.169,41.475],[9.172,41.475],[9.175,41.476],[9.178,41.479],[9.179,41.484],[9.185,41.488],[9.191,41.495]]]},"properties":{"NOM_COM_M":"FIGARI","INSEE_COM":"2A114","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.164,41.656],[9.168,41.657],[9.171,41.66],[9.172,41.662],[9.177,41.665],[9.177,41.666],[9.189,41.672],[9.19,41.671],[9.194,41.671],[9.191,41.678],[9.191,41.681],[9.189,41.684],[9.179,41.692],[9.173,41.695],[9.168,41.697],[9.165,41.701],[9.162,41.698],[9.161,41.694],[9.156,41.691],[9.151,41.69],[9.147,41.69],[9.146,41.688],[9.141,41.686],[9.14,41.684],[9.136,41.684],[9.135,41.686],[9.131,41.686],[9.128,41.684],[9.129,41.682],[9.126,41.679],[9.131,41.677],[9.131,41.674],[9.133,41.673],[9.132,41.669],[9.135,41.667],[9.133,41.664],[9.137,41.662],[9.138,41.659],[9.141,41.659],[9.145,41.658],[9.148,41.656],[9.153,41.655],[9.16,41.656],[9.164,41.656]]]},"properties":{"NOM_COM_M":"CARBINI","INSEE_COM":"2A061","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.048,42.176],[9.048,42.173],[9.051,42.17],[9.056,42.169],[9.063,42.167],[9.065,42.167],[9.066,42.158],[9.068,42.156],[9.072,42.155],[9.07,42.15],[9.073,42.146],[9.074,42.143],[9.077,42.137],[9.074,42.132],[9.071,42.13],[9.077,42.129],[9.078,42.127],[9.08,42.127],[9.084,42.125],[9.088,42.12],[9.093,42.116],[9.095,42.115],[9.098,42.116],[9.103,42.116],[9.109,42.114],[9.112,42.114],[9.114,42.11],[9.118,42.11],[9.121,42.107],[9.125,42.105],[9.125,42.099],[9.127,42.098],[9.128,42.095],[9.132,42.091],[9.134,42.091],[9.137,42.094],[9.138,42.096],[9.143,42.099],[9.149,42.101],[9.151,42.104],[9.15,42.109],[9.151,42.111],[9.154,42.111],[9.156,42.112],[9.157,42.115],[9.159,42.115],[9.16,42.117],[9.164,42.122],[9.167,42.125],[9.169,42.129],[9.171,42.131],[9.176,42.132],[9.178,42.133],[9.179,42.137],[9.178,42.139],[9.18,42.141],[9.178,42.141],[9.174,42.144],[9.172,42.148],[9.173,42.151],[9.172,42.153],[9.176,42.157],[9.176,42.159],[9.178,42.162],[9.177,42.164],[9.178,42.167],[9.18,42.169],[9.18,42.171],[9.178,42.174],[9.178,42.176],[9.175,42.178],[9.174,42.183],[9.174,42.186],[9.169,42.19],[9.168,42.193],[9.163,42.193],[9.162,42.194],[9.152,42.195],[9.147,42.191],[9.139,42.19],[9.133,42.188],[9.131,42.188],[9.127,42.186],[9.123,42.182],[9.118,42.183],[9.116,42.185],[9.113,42.185],[9.11,42.186],[9.105,42.186],[9.104,42.187],[9.099,42.188],[9.095,42.188],[9.09,42.187],[9.086,42.188],[9.084,42.191],[9.064,42.193],[9.062,42.193],[9.061,42.195],[9.058,42.195],[9.049,42.193],[9.051,42.19],[9.051,42.187],[9.049,42.185],[9.048,42.181],[9.049,42.178],[9.048,42.176]]]},"properties":{"NOM_COM_M":"VIVARIO","INSEE_COM":"2B354","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.355,42.194],[9.355,42.197],[9.353,42.198],[9.348,42.196],[9.344,42.195],[9.343,42.196],[9.346,42.2],[9.35,42.203],[9.35,42.205],[9.348,42.206],[9.343,42.207],[9.343,42.21],[9.345,42.212],[9.345,42.214],[9.348,42.218],[9.344,42.22],[9.342,42.223],[9.341,42.234],[9.338,42.236],[9.34,42.239],[9.343,42.239],[9.342,42.246],[9.339,42.251],[9.337,42.253],[9.335,42.253],[9.331,42.255],[9.329,42.257],[9.325,42.256],[9.318,42.258],[9.314,42.257],[9.312,42.255],[9.313,42.253],[9.313,42.25],[9.311,42.244],[9.308,42.243],[9.307,42.241],[9.309,42.233],[9.308,42.229],[9.306,42.225],[9.306,42.218],[9.304,42.215],[9.299,42.215],[9.298,42.213],[9.295,42.21],[9.292,42.209],[9.29,42.203],[9.292,42.199],[9.295,42.201],[9.297,42.196],[9.295,42.192],[9.302,42.19],[9.308,42.189],[9.308,42.186],[9.312,42.187],[9.317,42.181],[9.326,42.177],[9.329,42.176],[9.334,42.18],[9.338,42.184],[9.341,42.185],[9.342,42.187],[9.346,42.189],[9.347,42.191],[9.35,42.192],[9.352,42.194],[9.355,42.194]]]},"properties":{"NOM_COM_M":"PIEDICORTE DI GAGGIO","INSEE_COM":"2B218","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.857,42.331],[8.853,42.33],[8.848,42.327],[8.845,42.328],[8.843,42.325],[8.841,42.324],[8.837,42.324],[8.828,42.319],[8.825,42.319],[8.823,42.317],[8.82,42.316],[8.819,42.319],[8.812,42.319],[8.811,42.32],[8.807,42.32],[8.802,42.323],[8.792,42.323],[8.79,42.327],[8.784,42.326],[8.78,42.326],[8.771,42.325],[8.769,42.323],[8.772,42.319],[8.771,42.317],[8.772,42.313],[8.768,42.311],[8.768,42.308],[8.767,42.304],[8.77,42.301],[8.77,42.295],[8.767,42.291],[8.774,42.289],[8.775,42.286],[8.777,42.285],[8.781,42.285],[8.779,42.282],[8.775,42.281],[8.777,42.278],[8.776,42.276],[8.781,42.271],[8.782,42.268],[8.784,42.267],[8.784,42.264],[8.782,42.261],[8.777,42.258],[8.774,42.254],[8.768,42.252],[8.772,42.25],[8.776,42.251],[8.776,42.249],[8.774,42.246],[8.776,42.244],[8.781,42.246],[8.786,42.245],[8.787,42.243],[8.79,42.241],[8.793,42.241],[8.793,42.238],[8.796,42.238],[8.799,42.24],[8.802,42.241],[8.812,42.241],[8.814,42.239],[8.82,42.239],[8.823,42.241],[8.826,42.24],[8.827,42.243],[8.826,42.245],[8.833,42.252],[8.837,42.253],[8.845,42.254],[8.852,42.256],[8.854,42.256],[8.858,42.26],[8.861,42.261],[8.862,42.264],[8.869,42.264],[8.875,42.268],[8.878,42.269],[8.882,42.272],[8.886,42.283],[8.885,42.285],[8.883,42.285],[8.882,42.287],[8.879,42.289],[8.878,42.293],[8.87,42.296],[8.863,42.297],[8.859,42.3],[8.86,42.304],[8.859,42.306],[8.861,42.308],[8.861,42.315],[8.859,42.315],[8.862,42.32],[8.862,42.323],[8.86,42.325],[8.862,42.33],[8.857,42.331]]]},"properties":{"NOM_COM_M":"EVISA","INSEE_COM":"2A108","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.796,42.024],[8.805,42.026],[8.806,42.028],[8.804,42.03],[8.799,42.032],[8.798,42.034],[8.79,42.035],[8.785,42.037],[8.78,42.036],[8.78,42.042],[8.778,42.046],[8.776,42.045],[8.767,42.047],[8.764,42.049],[8.755,42.049],[8.754,42.053],[8.75,42.054],[8.746,42.057],[8.744,42.057],[8.745,42.055],[8.743,42.054],[8.747,42.051],[8.747,42.049],[8.745,42.044],[8.742,42.041],[8.738,42.04],[8.728,42.043],[8.723,42.042],[8.724,42.038],[8.726,42.035],[8.716,42.03],[8.713,42.029],[8.7,42.026],[8.69,42.028],[8.685,42.027],[8.683,42.023],[8.681,42.021],[8.674,42.021],[8.669,42.018],[8.667,42.016],[8.661,42.013],[8.657,42.009],[8.656,42.006],[8.657,42.004],[8.665,42.004],[8.67,42.005],[8.674,42.005],[8.674,42.007],[8.678,42.009],[8.68,42.009],[8.682,42.011],[8.69,42.013],[8.696,42.015],[8.702,42.019],[8.715,42.019],[8.722,42.02],[8.729,42.023],[8.732,42.023],[8.734,42.022],[8.736,42.019],[8.739,42.019],[8.745,42.018],[8.747,42.02],[8.75,42.021],[8.757,42.021],[8.762,42.02],[8.769,42.021],[8.774,42.02],[8.786,42.02],[8.789,42.022],[8.796,42.024]]]},"properties":{"NOM_COM_M":"CALCATOGGIO","INSEE_COM":"2A048","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.822,41.96],[8.823,41.958],[8.822,41.956],[8.818,41.955],[8.818,41.951],[8.821,41.951],[8.822,41.949],[8.816,41.942],[8.818,41.941],[8.815,41.937],[8.814,41.933],[8.821,41.931],[8.815,41.925],[8.816,41.922],[8.82,41.921],[8.821,41.919],[8.813,41.916],[8.812,41.915],[8.807,41.915],[8.804,41.914],[8.803,41.908],[8.802,41.908],[8.803,41.904],[8.805,41.903],[8.808,41.904],[8.811,41.908],[8.815,41.909],[8.819,41.907],[8.819,41.909],[8.822,41.91],[8.823,41.912],[8.833,41.914],[8.838,41.912],[8.841,41.914],[8.843,41.917],[8.848,41.918],[8.851,41.92],[8.855,41.921],[8.859,41.924],[8.861,41.924],[8.864,41.926],[8.862,41.93],[8.855,41.937],[8.854,41.94],[8.854,41.944],[8.865,41.947],[8.87,41.95],[8.87,41.952],[8.872,41.954],[8.863,41.956],[8.862,41.957],[8.855,41.958],[8.85,41.957],[8.846,41.958],[8.835,41.958],[8.826,41.962],[8.822,41.96]]]},"properties":{"NOM_COM_M":"BASTELICACCIA","INSEE_COM":"2A032","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.803,42.013],[8.808,42.009],[8.809,42.005],[8.811,42.003],[8.811,42],[8.816,42],[8.814,41.998],[8.815,41.995],[8.813,41.994],[8.815,41.991],[8.816,41.985],[8.816,41.981],[8.813,41.977],[8.808,41.973],[8.807,41.969],[8.804,41.966],[8.81,41.962],[8.805,41.959],[8.789,41.953],[8.785,41.953],[8.786,41.95],[8.797,41.95],[8.803,41.949],[8.807,41.949],[8.813,41.948],[8.815,41.95],[8.818,41.951],[8.818,41.955],[8.822,41.956],[8.823,41.958],[8.822,41.96],[8.821,41.961],[8.823,41.967],[8.826,41.968],[8.829,41.968],[8.832,41.969],[8.833,41.973],[8.831,41.975],[8.835,41.976],[8.837,41.979],[8.843,41.982],[8.842,41.985],[8.845,41.991],[8.842,41.996],[8.848,41.996],[8.85,42.002],[8.852,42.004],[8.856,42.005],[8.857,42.007],[8.861,42.008],[8.864,42.011],[8.865,42.014],[8.867,42.015],[8.87,42.02],[8.869,42.022],[8.87,42.024],[8.867,42.026],[8.865,42.031],[8.867,42.037],[8.87,42.04],[8.869,42.044],[8.87,42.049],[8.866,42.048],[8.861,42.048],[8.857,42.046],[8.851,42.046],[8.846,42.045],[8.842,42.043],[8.835,42.039],[8.835,42.034],[8.836,42.031],[8.835,42.029],[8.835,42.023],[8.836,42.02],[8.835,42.018],[8.837,42.016],[8.831,42.014],[8.829,42.01],[8.826,42.01],[8.824,42.011],[8.819,42.012],[8.81,42.012],[8.807,42.013],[8.803,42.013]]]},"properties":{"NOM_COM_M":"SARROLA CARCOPINO","INSEE_COM":"2A271","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.988,41.909],[8.988,41.907],[8.99,41.903],[8.988,41.9],[9.005,41.896],[9.011,41.896],[9.014,41.897],[9.023,41.906],[9.023,41.91],[9.026,41.914],[9.026,41.919],[9.023,41.927],[9.022,41.928],[9.02,41.928],[9.018,41.924],[9.012,41.922],[9.008,41.918],[9.005,41.914],[8.999,41.911],[8.995,41.912],[8.991,41.911],[8.988,41.909]]]},"properties":{"NOM_COM_M":"QUASQUARA","INSEE_COM":"2A253","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.022,41.928],[9.023,41.927],[9.026,41.919],[9.026,41.914],[9.023,41.91],[9.023,41.906],[9.014,41.897],[9.014,41.891],[9.016,41.887],[9.009,41.882],[9.007,41.88],[9.011,41.879],[9.016,41.881],[9.021,41.882],[9.024,41.885],[9.03,41.888],[9.028,41.89],[9.031,41.892],[9.03,41.894],[9.038,41.901],[9.042,41.904],[9.042,41.906],[9.046,41.909],[9.053,41.909],[9.053,41.912],[9.058,41.919],[9.061,41.921],[9.063,41.925],[9.063,41.927],[9.065,41.929],[9.065,41.934],[9.061,41.939],[9.059,41.943],[9.061,41.946],[9.059,41.947],[9.056,41.951],[9.056,41.956],[9.053,41.959],[9.051,41.96],[9.047,41.957],[9.048,41.955],[9.045,41.946],[9.041,41.947],[9.039,41.945],[9.036,41.944],[9.036,41.939],[9.034,41.936],[9.029,41.934],[9.027,41.932],[9.025,41.928],[9.022,41.928]]]},"properties":{"NOM_COM_M":"FRASSETO","INSEE_COM":"2A119","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.799,42.083],[8.802,42.083],[8.804,42.085],[8.808,42.082],[8.814,42.082],[8.82,42.083],[8.827,42.083],[8.828,42.085],[8.828,42.088],[8.827,42.093],[8.824,42.095],[8.82,42.099],[8.82,42.101],[8.818,42.103],[8.816,42.107],[8.813,42.111],[8.81,42.112],[8.806,42.112],[8.803,42.114],[8.8,42.112],[8.798,42.109],[8.793,42.11],[8.792,42.107],[8.786,42.104],[8.785,42.103],[8.782,42.104],[8.778,42.104],[8.774,42.102],[8.777,42.102],[8.779,42.099],[8.778,42.094],[8.782,42.095],[8.788,42.094],[8.787,42.092],[8.792,42.089],[8.793,42.09],[8.799,42.089],[8.799,42.083]]]},"properties":{"NOM_COM_M":"ARRO","INSEE_COM":"2A022","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.228,42.25],[9.225,42.255],[9.226,42.257],[9.225,42.26],[9.226,42.261],[9.225,42.264],[9.228,42.269],[9.231,42.273],[9.234,42.273],[9.236,42.277],[9.233,42.277],[9.225,42.285],[9.223,42.286],[9.223,42.289],[9.222,42.29],[9.218,42.288],[9.215,42.289],[9.212,42.288],[9.208,42.288],[9.206,42.285],[9.208,42.284],[9.211,42.279],[9.206,42.28],[9.204,42.282],[9.201,42.281],[9.194,42.281],[9.189,42.278],[9.185,42.277],[9.18,42.275],[9.178,42.274],[9.177,42.27],[9.178,42.268],[9.176,42.267],[9.174,42.263],[9.175,42.26],[9.177,42.259],[9.178,42.256],[9.182,42.257],[9.185,42.257],[9.185,42.254],[9.19,42.255],[9.194,42.255],[9.196,42.256],[9.201,42.255],[9.206,42.256],[9.213,42.254],[9.212,42.253],[9.212,42.249],[9.213,42.248],[9.219,42.249],[9.225,42.251],[9.228,42.25]]]},"properties":{"NOM_COM_M":"POGGIO DI VENACO","INSEE_COM":"2B238","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.364,42.224],[9.366,42.219],[9.37,42.216],[9.37,42.21],[9.371,42.208],[9.378,42.206],[9.379,42.205],[9.384,42.203],[9.384,42.202],[9.388,42.2],[9.393,42.199],[9.395,42.2],[9.398,42.198],[9.403,42.196],[9.404,42.192],[9.408,42.189],[9.408,42.187],[9.411,42.183],[9.411,42.181],[9.415,42.177],[9.418,42.176],[9.424,42.171],[9.425,42.167],[9.427,42.167],[9.429,42.164],[9.432,42.162],[9.433,42.16],[9.436,42.158],[9.437,42.156],[9.44,42.154],[9.447,42.151],[9.449,42.148],[9.453,42.144],[9.453,42.146],[9.455,42.148],[9.454,42.15],[9.452,42.151],[9.45,42.155],[9.447,42.157],[9.446,42.159],[9.443,42.161],[9.438,42.163],[9.438,42.168],[9.435,42.171],[9.431,42.177],[9.43,42.18],[9.431,42.182],[9.429,42.184],[9.428,42.188],[9.422,42.188],[9.42,42.189],[9.421,42.191],[9.421,42.195],[9.419,42.199],[9.42,42.203],[9.409,42.207],[9.409,42.209],[9.406,42.209],[9.404,42.213],[9.402,42.215],[9.399,42.214],[9.396,42.214],[9.395,42.216],[9.395,42.22],[9.388,42.221],[9.387,42.224],[9.385,42.224],[9.384,42.228],[9.385,42.233],[9.382,42.234],[9.381,42.23],[9.378,42.228],[9.371,42.228],[9.365,42.225],[9.364,42.224]]]},"properties":{"NOM_COM_M":"PANCHERACCIA","INSEE_COM":"2B201","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.264,42.652],[9.263,42.656],[9.261,42.659],[9.262,42.661],[9.265,42.663],[9.266,42.666],[9.266,42.672],[9.264,42.676],[9.261,42.676],[9.258,42.678],[9.259,42.681],[9.258,42.682],[9.261,42.687],[9.263,42.689],[9.262,42.692],[9.259,42.694],[9.256,42.695],[9.251,42.698],[9.25,42.697],[9.246,42.697],[9.245,42.7],[9.243,42.701],[9.242,42.699],[9.237,42.7],[9.233,42.704],[9.235,42.708],[9.234,42.709],[9.229,42.718],[9.234,42.72],[9.233,42.723],[9.23,42.725],[9.228,42.728],[9.224,42.731],[9.224,42.733],[9.221,42.735],[9.218,42.733],[9.213,42.733],[9.21,42.729],[9.201,42.725],[9.198,42.725],[9.192,42.727],[9.188,42.727],[9.183,42.73],[9.178,42.73],[9.176,42.732],[9.17,42.733],[9.169,42.736],[9.163,42.737],[9.161,42.735],[9.157,42.734],[9.154,42.735],[9.151,42.732],[9.148,42.731],[9.145,42.732],[9.143,42.734],[9.14,42.73],[9.135,42.728],[9.132,42.73],[9.125,42.732],[9.121,42.729],[9.118,42.728],[9.118,42.724],[9.114,42.727],[9.112,42.726],[9.11,42.723],[9.106,42.724],[9.103,42.72],[9.101,42.719],[9.1,42.716],[9.106,42.711],[9.111,42.71],[9.111,42.708],[9.115,42.705],[9.12,42.702],[9.126,42.701],[9.129,42.699],[9.13,42.697],[9.136,42.692],[9.132,42.688],[9.13,42.682],[9.131,42.681],[9.135,42.681],[9.14,42.677],[9.144,42.675],[9.144,42.672],[9.141,42.671],[9.138,42.668],[9.142,42.666],[9.144,42.667],[9.146,42.666],[9.149,42.667],[9.153,42.666],[9.155,42.663],[9.157,42.662],[9.157,42.66],[9.163,42.656],[9.162,42.654],[9.163,42.652],[9.167,42.648],[9.173,42.64],[9.181,42.636],[9.2,42.621],[9.211,42.616],[9.221,42.61],[9.236,42.602],[9.242,42.601],[9.247,42.599],[9.256,42.599],[9.257,42.601],[9.26,42.602],[9.264,42.601],[9.268,42.602],[9.269,42.604],[9.271,42.604],[9.274,42.607],[9.278,42.609],[9.282,42.609],[9.286,42.61],[9.294,42.614],[9.298,42.614],[9.299,42.615],[9.294,42.619],[9.289,42.622],[9.288,42.625],[9.285,42.626],[9.286,42.631],[9.283,42.634],[9.277,42.638],[9.277,42.64],[9.274,42.64],[9.264,42.652]]]},"properties":{"NOM_COM_M":"SANTO PIETRO DI TENDA","INSEE_COM":"2B314","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.404,43.006],[9.405,43.002],[9.411,42.995],[9.413,42.988],[9.413,42.982],[9.415,42.98],[9.413,42.978],[9.409,42.977],[9.409,42.974],[9.407,42.974],[9.401,42.966],[9.393,42.958],[9.393,42.954],[9.397,42.951],[9.393,42.949],[9.394,42.947],[9.393,42.945],[9.397,42.945],[9.397,42.943],[9.4,42.941],[9.4,42.939],[9.403,42.939],[9.41,42.936],[9.419,42.938],[9.421,42.938],[9.425,42.94],[9.427,42.947],[9.431,42.948],[9.434,42.952],[9.439,42.953],[9.444,42.955],[9.449,42.955],[9.455,42.957],[9.451,42.963],[9.454,42.966],[9.457,42.965],[9.457,42.968],[9.454,42.973],[9.455,42.976],[9.46,42.977],[9.462,42.981],[9.461,42.983],[9.464,42.985],[9.463,42.987],[9.46,42.988],[9.454,42.988],[9.449,42.991],[9.447,42.993],[9.444,42.993],[9.443,42.995],[9.445,42.996],[9.441,43.001],[9.44,43],[9.43,43.003],[9.43,43.006],[9.429,43.009],[9.424,43.01],[9.421,43.012],[9.418,43.011],[9.415,43.007],[9.406,43.005],[9.404,43.006]]]},"properties":{"NOM_COM_M":"ROGLIANO","INSEE_COM":"2B261","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.924,42.638],[8.923,42.64],[8.915,42.634],[8.914,42.631],[8.912,42.629],[8.904,42.627],[8.899,42.628],[8.895,42.628],[8.894,42.63],[8.891,42.627],[8.889,42.63],[8.885,42.628],[8.88,42.629],[8.88,42.626],[8.884,42.625],[8.879,42.623],[8.881,42.621],[8.877,42.62],[8.874,42.618],[8.876,42.615],[8.876,42.61],[8.881,42.607],[8.883,42.608],[8.89,42.605],[8.899,42.603],[8.906,42.6],[8.909,42.602],[8.919,42.602],[8.919,42.604],[8.917,42.605],[8.914,42.608],[8.917,42.611],[8.917,42.614],[8.919,42.616],[8.92,42.619],[8.923,42.621],[8.924,42.626],[8.923,42.631],[8.924,42.635],[8.924,42.638]]]},"properties":{"NOM_COM_M":"CORBARA","INSEE_COM":"2B093","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.919,42.498],[8.915,42.501],[8.908,42.503],[8.899,42.505],[8.894,42.509],[8.886,42.513],[8.882,42.511],[8.874,42.517],[8.871,42.516],[8.869,42.518],[8.869,42.52],[8.865,42.52],[8.858,42.524],[8.856,42.525],[8.851,42.523],[8.844,42.527],[8.836,42.533],[8.829,42.535],[8.828,42.534],[8.824,42.534],[8.823,42.535],[8.818,42.537],[8.815,42.537],[8.808,42.532],[8.8,42.528],[8.795,42.53],[8.795,42.526],[8.794,42.525],[8.782,42.519],[8.779,42.517],[8.772,42.517],[8.768,42.515],[8.766,42.515],[8.764,42.517],[8.76,42.518],[8.754,42.526],[8.746,42.526],[8.742,42.531],[8.743,42.533],[8.74,42.535],[8.736,42.536],[8.735,42.535],[8.731,42.535],[8.723,42.533],[8.722,42.53],[8.717,42.529],[8.72,42.528],[8.72,42.525],[8.718,42.524],[8.712,42.525],[8.71,42.523],[8.707,42.523],[8.704,42.527],[8.703,42.526],[8.699,42.527],[8.695,42.525],[8.697,42.523],[8.696,42.521],[8.689,42.519],[8.683,42.515],[8.68,42.518],[8.676,42.517],[8.675,42.519],[8.667,42.516],[8.665,42.513],[8.666,42.512],[8.666,42.502],[8.667,42.498],[8.666,42.496],[8.66,42.488],[8.657,42.485],[8.654,42.484],[8.654,42.481],[8.652,42.481],[8.65,42.478],[8.649,42.475],[8.651,42.474],[8.656,42.476],[8.664,42.475],[8.667,42.476],[8.669,42.475],[8.672,42.477],[8.675,42.476],[8.679,42.473],[8.68,42.47],[8.679,42.467],[8.685,42.463],[8.691,42.462],[8.695,42.46],[8.699,42.46],[8.703,42.459],[8.708,42.46],[8.719,42.457],[8.721,42.456],[8.723,42.452],[8.726,42.451],[8.728,42.447],[8.732,42.446],[8.735,42.442],[8.736,42.444],[8.739,42.446],[8.745,42.447],[8.746,42.449],[8.75,42.453],[8.753,42.455],[8.756,42.456],[8.763,42.461],[8.772,42.462],[8.78,42.458],[8.783,42.457],[8.785,42.458],[8.788,42.457],[8.79,42.455],[8.793,42.455],[8.797,42.451],[8.799,42.45],[8.802,42.446],[8.8,42.442],[8.8,42.435],[8.805,42.431],[8.807,42.431],[8.809,42.429],[8.812,42.429],[8.817,42.428],[8.823,42.428],[8.829,42.425],[8.839,42.421],[8.838,42.419],[8.846,42.416],[8.85,42.417],[8.854,42.417],[8.856,42.419],[8.862,42.421],[8.865,42.42],[8.868,42.42],[8.873,42.418],[8.877,42.417],[8.879,42.414],[8.884,42.413],[8.887,42.414],[8.892,42.413],[8.894,42.414],[8.897,42.412],[8.899,42.413],[8.904,42.413],[8.907,42.411],[8.911,42.41],[8.916,42.414],[8.916,42.421],[8.918,42.424],[8.921,42.426],[8.92,42.431],[8.917,42.432],[8.917,42.44],[8.916,42.444],[8.913,42.446],[8.914,42.449],[8.918,42.455],[8.919,42.46],[8.918,42.462],[8.917,42.467],[8.916,42.47],[8.914,42.472],[8.917,42.474],[8.918,42.477],[8.924,42.483],[8.924,42.486],[8.922,42.488],[8.922,42.492],[8.92,42.497],[8.919,42.498]],[[8.843,42.509],[8.84,42.504],[8.839,42.505],[8.835,42.505],[8.833,42.5],[8.83,42.497],[8.829,42.495],[8.822,42.494],[8.815,42.491],[8.809,42.485],[8.805,42.487],[8.802,42.492],[8.801,42.497],[8.801,42.502],[8.8,42.506],[8.8,42.513],[8.801,42.514],[8.805,42.511],[8.808,42.512],[8.814,42.509],[8.817,42.509],[8.821,42.512],[8.821,42.515],[8.828,42.515],[8.834,42.519],[8.838,42.52],[8.839,42.517],[8.842,42.513],[8.843,42.509]]]},"properties":{"NOM_COM_M":"CALENZANA","INSEE_COM":"2B049","INSEE_DEP":"2B"}}, -{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[9.396,41.67],[9.394,41.673],[9.389,41.67],[9.391,41.668],[9.394,41.67],[9.396,41.67]]],[[[9.244,41.682],[9.254,41.689],[9.258,41.691],[9.264,41.693],[9.268,41.696],[9.275,41.698],[9.292,41.701],[9.299,41.7],[9.305,41.695],[9.31,41.698],[9.313,41.698],[9.316,41.696],[9.322,41.7],[9.327,41.697],[9.328,41.695],[9.331,41.692],[9.333,41.692],[9.336,41.686],[9.342,41.684],[9.344,41.681],[9.342,41.68],[9.341,41.677],[9.344,41.676],[9.343,41.672],[9.338,41.668],[9.343,41.652],[9.35,41.641],[9.351,41.64],[9.355,41.641],[9.358,41.641],[9.363,41.64],[9.364,41.636],[9.367,41.636],[9.371,41.637],[9.371,41.639],[9.373,41.641],[9.372,41.644],[9.376,41.644],[9.378,41.649],[9.381,41.648],[9.381,41.651],[9.385,41.652],[9.386,41.656],[9.389,41.657],[9.385,41.66],[9.382,41.661],[9.381,41.663],[9.384,41.668],[9.387,41.669],[9.382,41.671],[9.379,41.669],[9.375,41.671],[9.373,41.675],[9.373,41.679],[9.374,41.681],[9.377,41.683],[9.378,41.685],[9.381,41.688],[9.386,41.69],[9.387,41.691],[9.39,41.689],[9.398,41.691],[9.401,41.695],[9.401,41.698],[9.4,41.701],[9.402,41.707],[9.405,41.709],[9.403,41.712],[9.406,41.713],[9.405,41.715],[9.402,41.716],[9.402,41.718],[9.4,41.721],[9.396,41.72],[9.39,41.722],[9.387,41.724],[9.384,41.722],[9.382,41.725],[9.379,41.723],[9.377,41.723],[9.374,41.721],[9.37,41.72],[9.366,41.721],[9.367,41.717],[9.367,41.714],[9.366,41.709],[9.358,41.706],[9.356,41.704],[9.352,41.702],[9.349,41.703],[9.344,41.702],[9.34,41.703],[9.337,41.703],[9.333,41.707],[9.32,41.708],[9.31,41.711],[9.305,41.714],[9.305,41.716],[9.311,41.721],[9.312,41.733],[9.315,41.744],[9.318,41.746],[9.307,41.75],[9.298,41.751],[9.287,41.755],[9.28,41.757],[9.261,41.761],[9.258,41.765],[9.25,41.766],[9.247,41.766],[9.237,41.772],[9.232,41.774],[9.234,41.782],[9.228,41.788],[9.224,41.796],[9.219,41.795],[9.217,41.791],[9.214,41.79],[9.211,41.786],[9.206,41.787],[9.203,41.784],[9.202,41.779],[9.198,41.778],[9.195,41.775],[9.186,41.773],[9.18,41.772],[9.176,41.769],[9.173,41.768],[9.171,41.766],[9.166,41.765],[9.165,41.763],[9.162,41.761],[9.161,41.758],[9.154,41.754],[9.154,41.752],[9.151,41.752],[9.15,41.747],[9.147,41.747],[9.145,41.743],[9.141,41.743],[9.14,41.74],[9.137,41.738],[9.148,41.74],[9.15,41.739],[9.156,41.738],[9.157,41.735],[9.16,41.733],[9.166,41.732],[9.169,41.732],[9.17,41.73],[9.168,41.727],[9.168,41.723],[9.167,41.72],[9.175,41.715],[9.184,41.711],[9.191,41.707],[9.195,41.702],[9.203,41.695],[9.209,41.694],[9.22,41.691],[9.222,41.689],[9.233,41.687],[9.236,41.687],[9.24,41.686],[9.244,41.682]]]]},"properties":{"NOM_COM_M":"ZONZA","INSEE_COM":"2A362","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.703,42.185],[8.7,42.185],[8.697,42.183],[8.693,42.178],[8.682,42.172],[8.683,42.17],[8.687,42.17],[8.686,42.168],[8.688,42.166],[8.685,42.161],[8.684,42.161],[8.682,42.157],[8.683,42.153],[8.682,42.15],[8.68,42.15],[8.679,42.147],[8.675,42.144],[8.676,42.142],[8.676,42.138],[8.672,42.136],[8.673,42.134],[8.671,42.13],[8.668,42.13],[8.664,42.129],[8.663,42.127],[8.66,42.125],[8.659,42.122],[8.657,42.122],[8.651,42.117],[8.653,42.113],[8.657,42.111],[8.659,42.107],[8.658,42.105],[8.66,42.101],[8.663,42.103],[8.664,42.106],[8.666,42.107],[8.675,42.107],[8.68,42.105],[8.683,42.108],[8.686,42.109],[8.688,42.111],[8.689,42.115],[8.694,42.115],[8.698,42.114],[8.702,42.111],[8.701,42.116],[8.701,42.12],[8.703,42.121],[8.705,42.127],[8.705,42.129],[8.708,42.133],[8.711,42.136],[8.715,42.142],[8.72,42.143],[8.725,42.14],[8.73,42.139],[8.731,42.137],[8.735,42.141],[8.738,42.142],[8.743,42.142],[8.746,42.14],[8.752,42.138],[8.758,42.133],[8.763,42.135],[8.768,42.135],[8.77,42.136],[8.775,42.136],[8.775,42.14],[8.781,42.148],[8.783,42.15],[8.787,42.152],[8.793,42.152],[8.796,42.153],[8.797,42.152],[8.804,42.152],[8.807,42.151],[8.812,42.155],[8.811,42.158],[8.816,42.164],[8.818,42.164],[8.818,42.167],[8.821,42.17],[8.82,42.176],[8.813,42.179],[8.812,42.181],[8.813,42.185],[8.816,42.189],[8.818,42.188],[8.82,42.191],[8.818,42.192],[8.815,42.19],[8.808,42.19],[8.805,42.188],[8.798,42.188],[8.797,42.187],[8.795,42.183],[8.796,42.181],[8.792,42.176],[8.787,42.171],[8.787,42.169],[8.784,42.166],[8.781,42.167],[8.776,42.162],[8.772,42.162],[8.769,42.164],[8.767,42.163],[8.765,42.166],[8.763,42.166],[8.761,42.168],[8.757,42.167],[8.753,42.168],[8.752,42.167],[8.745,42.172],[8.737,42.171],[8.732,42.172],[8.723,42.175],[8.721,42.174],[8.718,42.176],[8.714,42.18],[8.71,42.183],[8.705,42.184],[8.703,42.185]]]},"properties":{"NOM_COM_M":"VICO","INSEE_COM":"2A348","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.917,42.145],[8.914,42.148],[8.915,42.151],[8.913,42.153],[8.913,42.155],[8.911,42.157],[8.913,42.163],[8.915,42.166],[8.92,42.167],[8.921,42.171],[8.923,42.177],[8.919,42.178],[8.919,42.181],[8.916,42.182],[8.908,42.181],[8.907,42.182],[8.902,42.18],[8.897,42.179],[8.892,42.177],[8.891,42.176],[8.884,42.177],[8.88,42.178],[8.878,42.175],[8.878,42.165],[8.876,42.164],[8.874,42.158],[8.884,42.148],[8.887,42.148],[8.893,42.148],[8.897,42.141],[8.902,42.141],[8.913,42.143],[8.916,42.143],[8.917,42.145]]]},"properties":{"NOM_COM_M":"POGGIOLO","INSEE_COM":"2A240","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.802,41.908],[8.801,41.909],[8.798,41.908],[8.798,41.905],[8.801,41.901],[8.803,41.895],[8.803,41.891],[8.8,41.89],[8.792,41.885],[8.788,41.884],[8.787,41.885],[8.781,41.883],[8.78,41.881],[8.784,41.88],[8.786,41.878],[8.781,41.874],[8.781,41.873],[8.786,41.872],[8.786,41.869],[8.788,41.868],[8.794,41.867],[8.796,41.868],[8.798,41.867],[8.803,41.869],[8.804,41.871],[8.807,41.874],[8.809,41.875],[8.814,41.874],[8.816,41.875],[8.821,41.874],[8.823,41.872],[8.834,41.875],[8.837,41.874],[8.841,41.875],[8.846,41.873],[8.851,41.872],[8.851,41.87],[8.854,41.868],[8.858,41.872],[8.859,41.874],[8.858,41.877],[8.859,41.879],[8.858,41.881],[8.855,41.883],[8.86,41.888],[8.867,41.887],[8.872,41.887],[8.876,41.886],[8.879,41.887],[8.881,41.886],[8.883,41.887],[8.886,41.885],[8.89,41.884],[8.893,41.884],[8.896,41.883],[8.902,41.877],[8.907,41.877],[8.915,41.88],[8.922,41.878],[8.927,41.877],[8.932,41.878],[8.934,41.875],[8.939,41.876],[8.94,41.871],[8.944,41.87],[8.945,41.867],[8.948,41.867],[8.953,41.865],[8.953,41.863],[8.959,41.864],[8.961,41.863],[8.959,41.86],[8.961,41.855],[8.967,41.854],[8.97,41.855],[8.973,41.858],[8.973,41.86],[8.976,41.863],[8.974,41.868],[8.974,41.87],[8.969,41.868],[8.967,41.869],[8.967,41.874],[8.968,41.878],[8.967,41.88],[8.964,41.881],[8.962,41.883],[8.96,41.887],[8.955,41.893],[8.957,41.896],[8.96,41.897],[8.955,41.899],[8.952,41.904],[8.946,41.9],[8.948,41.895],[8.934,41.889],[8.932,41.89],[8.929,41.895],[8.927,41.897],[8.923,41.897],[8.92,41.896],[8.917,41.893],[8.912,41.891],[8.909,41.892],[8.906,41.892],[8.902,41.893],[8.901,41.89],[8.898,41.89],[8.897,41.888],[8.891,41.886],[8.882,41.889],[8.867,41.893],[8.86,41.894],[8.861,41.892],[8.861,41.889],[8.854,41.889],[8.847,41.888],[8.844,41.886],[8.837,41.888],[8.833,41.893],[8.834,41.895],[8.833,41.898],[8.83,41.904],[8.827,41.906],[8.823,41.907],[8.819,41.907],[8.815,41.909],[8.811,41.908],[8.808,41.904],[8.805,41.903],[8.803,41.904],[8.802,41.908]]]},"properties":{"NOM_COM_M":"GROSSETO PRUGNA","INSEE_COM":"2A130","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.913,41.823],[8.915,41.826],[8.913,41.827],[8.914,41.829],[8.913,41.834],[8.916,41.835],[8.915,41.837],[8.91,41.838],[8.911,41.841],[8.913,41.841],[8.913,41.844],[8.908,41.845],[8.904,41.854],[8.901,41.856],[8.895,41.852],[8.892,41.844],[8.888,41.842],[8.887,41.84],[8.882,41.838],[8.878,41.838],[8.877,41.836],[8.874,41.833],[8.876,41.83],[8.875,41.826],[8.871,41.825],[8.869,41.827],[8.865,41.827],[8.86,41.823],[8.864,41.819],[8.862,41.818],[8.855,41.817],[8.853,41.815],[8.851,41.816],[8.85,41.814],[8.848,41.814],[8.845,41.811],[8.84,41.81],[8.836,41.808],[8.834,41.803],[8.83,41.803],[8.83,41.799],[8.827,41.797],[8.827,41.795],[8.824,41.794],[8.821,41.791],[8.824,41.789],[8.833,41.786],[8.823,41.779],[8.821,41.773],[8.823,41.771],[8.823,41.767],[8.825,41.764],[8.828,41.762],[8.833,41.763],[8.837,41.763],[8.842,41.76],[8.847,41.761],[8.849,41.757],[8.852,41.757],[8.854,41.758],[8.857,41.755],[8.864,41.757],[8.866,41.76],[8.868,41.76],[8.867,41.764],[8.863,41.765],[8.863,41.767],[8.861,41.771],[8.863,41.774],[8.86,41.777],[8.863,41.778],[8.867,41.782],[8.876,41.781],[8.874,41.784],[8.874,41.787],[8.875,41.79],[8.88,41.797],[8.883,41.798],[8.885,41.801],[8.886,41.805],[8.888,41.807],[8.89,41.812],[8.893,41.811],[8.894,41.809],[8.896,41.809],[8.903,41.815],[8.903,41.818],[8.907,41.819],[8.909,41.822],[8.913,41.823]]]},"properties":{"NOM_COM_M":"COGNOCOLI MONTICCHI","INSEE_COM":"2A091","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.702,42.111],[8.702,42.108],[8.7,42.107],[8.701,42.105],[8.706,42.103],[8.71,42.096],[8.708,42.094],[8.708,42.092],[8.704,42.087],[8.71,42.087],[8.716,42.081],[8.717,42.078],[8.723,42.078],[8.728,42.08],[8.73,42.079],[8.73,42.077],[8.734,42.076],[8.738,42.078],[8.739,42.081],[8.737,42.084],[8.74,42.087],[8.744,42.087],[8.749,42.09],[8.754,42.09],[8.757,42.091],[8.757,42.094],[8.759,42.099],[8.763,42.103],[8.766,42.103],[8.766,42.106],[8.77,42.111],[8.777,42.113],[8.778,42.114],[8.778,42.118],[8.776,42.119],[8.777,42.121],[8.772,42.126],[8.767,42.128],[8.769,42.133],[8.768,42.135],[8.763,42.135],[8.758,42.133],[8.752,42.138],[8.746,42.14],[8.743,42.142],[8.738,42.142],[8.735,42.141],[8.731,42.137],[8.73,42.139],[8.725,42.14],[8.72,42.143],[8.715,42.142],[8.711,42.136],[8.708,42.133],[8.705,42.129],[8.705,42.127],[8.703,42.121],[8.701,42.12],[8.701,42.116],[8.702,42.111]]]},"properties":{"NOM_COM_M":"COGGIA","INSEE_COM":"2A090","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[8.86,41.823],[8.865,41.827],[8.869,41.827],[8.871,41.825],[8.875,41.826],[8.876,41.83],[8.874,41.833],[8.877,41.836],[8.878,41.838],[8.882,41.838],[8.887,41.84],[8.888,41.842],[8.892,41.844],[8.895,41.852],[8.901,41.856],[8.904,41.854],[8.908,41.845],[8.913,41.844],[8.912,41.845],[8.916,41.85],[8.917,41.854],[8.921,41.855],[8.924,41.854],[8.93,41.853],[8.933,41.851],[8.933,41.849],[8.936,41.848],[8.934,41.846],[8.937,41.845],[8.94,41.845],[8.943,41.845],[8.944,41.847],[8.947,41.848],[8.954,41.848],[8.958,41.847],[8.96,41.849],[8.959,41.852],[8.961,41.855],[8.959,41.86],[8.961,41.863],[8.959,41.864],[8.953,41.863],[8.953,41.865],[8.948,41.867],[8.945,41.867],[8.944,41.87],[8.94,41.871],[8.939,41.876],[8.934,41.875],[8.932,41.878],[8.927,41.877],[8.922,41.878],[8.915,41.88],[8.907,41.877],[8.902,41.877],[8.896,41.883],[8.893,41.884],[8.89,41.884],[8.886,41.885],[8.883,41.887],[8.881,41.886],[8.879,41.887],[8.876,41.886],[8.872,41.887],[8.867,41.887],[8.86,41.888],[8.855,41.883],[8.858,41.881],[8.859,41.879],[8.858,41.877],[8.859,41.874],[8.858,41.872],[8.854,41.868],[8.851,41.87],[8.851,41.872],[8.846,41.873],[8.841,41.875],[8.837,41.874],[8.834,41.875],[8.823,41.872],[8.821,41.874],[8.816,41.875],[8.814,41.874],[8.809,41.875],[8.807,41.874],[8.804,41.871],[8.803,41.869],[8.798,41.867],[8.796,41.868],[8.794,41.867],[8.788,41.868],[8.79,41.868],[8.791,41.865],[8.791,41.856],[8.79,41.853],[8.792,41.851],[8.797,41.853],[8.803,41.853],[8.804,41.854],[8.81,41.857],[8.811,41.858],[8.814,41.857],[8.816,41.858],[8.822,41.859],[8.823,41.856],[8.826,41.856],[8.829,41.853],[8.835,41.854],[8.837,41.851],[8.834,41.85],[8.837,41.847],[8.839,41.847],[8.842,41.849],[8.845,41.85],[8.844,41.846],[8.849,41.845],[8.849,41.839],[8.855,41.84],[8.854,41.835],[8.858,41.826],[8.858,41.824],[8.86,41.823]]]},"properties":{"NOM_COM_M":"ALBITRECCIA","INSEE_COM":"2A008","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[8.598,41.88],[8.596,41.881],[8.592,41.878],[8.587,41.876],[8.587,41.874],[8.594,41.874],[8.593,41.876],[8.598,41.88]]],[[[8.623,41.971],[8.617,41.971],[8.614,41.972],[8.609,41.968],[8.599,41.967],[8.593,41.965],[8.591,41.962],[8.592,41.961],[8.598,41.96],[8.6,41.957],[8.598,41.953],[8.603,41.952],[8.606,41.952],[8.606,41.948],[8.608,41.946],[8.607,41.942],[8.61,41.94],[8.62,41.94],[8.624,41.935],[8.623,41.932],[8.621,41.932],[8.62,41.93],[8.623,41.928],[8.623,41.926],[8.615,41.923],[8.616,41.919],[8.612,41.916],[8.61,41.912],[8.61,41.907],[8.612,41.907],[8.614,41.904],[8.614,41.901],[8.612,41.901],[8.607,41.895],[8.609,41.894],[8.61,41.896],[8.614,41.898],[8.617,41.901],[8.622,41.902],[8.625,41.902],[8.629,41.905],[8.63,41.907],[8.638,41.908],[8.642,41.91],[8.647,41.91],[8.65,41.909],[8.655,41.909],[8.66,41.907],[8.664,41.908],[8.671,41.905],[8.673,41.906],[8.676,41.904],[8.678,41.907],[8.688,41.909],[8.701,41.909],[8.706,41.907],[8.709,41.908],[8.715,41.909],[8.719,41.908],[8.724,41.912],[8.728,41.912],[8.73,41.913],[8.731,41.916],[8.735,41.917],[8.739,41.916],[8.74,41.918],[8.741,41.924],[8.74,41.926],[8.741,41.928],[8.74,41.93],[8.741,41.932],[8.747,41.934],[8.755,41.933],[8.756,41.93],[8.758,41.928],[8.758,41.926],[8.765,41.923],[8.767,41.926],[8.771,41.928],[8.779,41.926],[8.79,41.917],[8.797,41.908],[8.798,41.905],[8.798,41.908],[8.801,41.909],[8.802,41.908],[8.803,41.908],[8.804,41.914],[8.807,41.915],[8.812,41.915],[8.813,41.916],[8.821,41.919],[8.82,41.921],[8.816,41.922],[8.815,41.925],[8.821,41.931],[8.814,41.933],[8.815,41.937],[8.818,41.941],[8.816,41.942],[8.822,41.949],[8.821,41.951],[8.818,41.951],[8.815,41.95],[8.813,41.948],[8.807,41.949],[8.803,41.949],[8.797,41.95],[8.786,41.95],[8.785,41.953],[8.785,41.955],[8.782,41.959],[8.775,41.961],[8.769,41.962],[8.768,41.96],[8.769,41.958],[8.767,41.957],[8.758,41.957],[8.756,41.956],[8.752,41.958],[8.751,41.96],[8.748,41.961],[8.742,41.961],[8.743,41.958],[8.739,41.957],[8.738,41.959],[8.732,41.959],[8.729,41.96],[8.726,41.96],[8.726,41.958],[8.723,41.958],[8.72,41.955],[8.718,41.952],[8.72,41.95],[8.72,41.948],[8.716,41.949],[8.715,41.951],[8.711,41.951],[8.71,41.949],[8.711,41.947],[8.707,41.946],[8.704,41.947],[8.701,41.953],[8.694,41.95],[8.69,41.95],[8.687,41.948],[8.681,41.948],[8.679,41.946],[8.677,41.947],[8.67,41.947],[8.669,41.948],[8.664,41.956],[8.66,41.956],[8.653,41.958],[8.65,41.958],[8.648,41.963],[8.64,41.963],[8.638,41.964],[8.631,41.963],[8.626,41.966],[8.623,41.966],[8.622,41.968],[8.623,41.971]]]]},"properties":{"NOM_COM_M":"AJACCIO","INSEE_COM":"2A004","INSEE_DEP":"2A"}}, -{"type":"Feature","geometry":{"type":"Polygon","coordinates":[[[9.393,42.675],[9.397,42.673],[9.404,42.671],[9.406,42.669],[9.412,42.667],[9.424,42.665],[9.429,42.665],[9.435,42.662],[9.443,42.661],[9.45,42.662],[9.447,42.669],[9.446,42.675],[9.447,42.679],[9.447,42.685],[9.446,42.686],[9.448,42.69],[9.452,42.691],[9.453,42.696],[9.452,42.7],[9.456,42.706],[9.455,42.708],[9.452,42.709],[9.449,42.711],[9.446,42.71],[9.445,42.708],[9.438,42.706],[9.436,42.706],[9.432,42.708],[9.428,42.708],[9.423,42.709],[9.42,42.709],[9.418,42.707],[9.413,42.705],[9.405,42.705],[9.406,42.703],[9.403,42.699],[9.4,42.699],[9.4,42.695],[9.398,42.693],[9.398,42.69],[9.396,42.689],[9.396,42.685],[9.393,42.683],[9.39,42.676],[9.393,42.675]]]},"properties":{"NOM_COM_M":"BASTIA","INSEE_COM":"2B033","INSEE_DEP":"2B"}} -]} \ No newline at end of file +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.266, 42.666], + [9.27, 42.667], + [9.277, 42.665], + [9.28, 42.665], + [9.283, 42.662], + [9.286, 42.665], + [9.289, 42.665], + [9.295, 42.668], + [9.299, 42.668], + [9.3, 42.669], + [9.306, 42.67], + [9.31, 42.67], + [9.315, 42.668], + [9.317, 42.67], + [9.321, 42.672], + [9.324, 42.67], + [9.326, 42.672], + [9.328, 42.672], + [9.332, 42.675], + [9.334, 42.675], + [9.338, 42.678], + [9.339, 42.681], + [9.339, 42.69], + [9.338, 42.691], + [9.33, 42.693], + [9.329, 42.694], + [9.322, 42.696], + [9.319, 42.693], + [9.317, 42.693], + [9.314, 42.689], + [9.305, 42.684], + [9.3, 42.684], + [9.299, 42.681], + [9.301, 42.68], + [9.299, 42.676], + [9.293, 42.674], + [9.288, 42.674], + [9.283, 42.678], + [9.283, 42.681], + [9.279, 42.684], + [9.28, 42.689], + [9.277, 42.691], + [9.275, 42.694], + [9.272, 42.694], + [9.269, 42.697], + [9.269, 42.701], + [9.266, 42.7], + [9.262, 42.7], + [9.259, 42.701], + [9.259, 42.703], + [9.256, 42.706], + [9.255, 42.712], + [9.257, 42.718], + [9.254, 42.718], + [9.247, 42.72], + [9.245, 42.718], + [9.234, 42.72], + [9.229, 42.718], + [9.234, 42.709], + [9.235, 42.708], + [9.233, 42.704], + [9.237, 42.7], + [9.242, 42.699], + [9.243, 42.701], + [9.245, 42.7], + [9.246, 42.697], + [9.25, 42.697], + [9.251, 42.698], + [9.256, 42.695], + [9.259, 42.694], + [9.262, 42.692], + [9.263, 42.689], + [9.261, 42.687], + [9.258, 42.682], + [9.259, 42.681], + [9.258, 42.678], + [9.261, 42.676], + [9.264, 42.676], + [9.266, 42.672], + [9.266, 42.666] + ] + ] + }, + "properties": { + "NOM_COM_M": "SAINT FLORENT", + "INSEE_COM": "2B298", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.065, 41.963], + [9.068, 41.956], + [9.074, 41.952], + [9.073, 41.95], + [9.075, 41.945], + [9.07, 41.94], + [9.07, 41.936], + [9.075, 41.933], + [9.078, 41.933], + [9.083, 41.932], + [9.086, 41.932], + [9.089, 41.928], + [9.088, 41.926], + [9.094, 41.923], + [9.097, 41.927], + [9.102, 41.924], + [9.105, 41.917], + [9.109, 41.918], + [9.109, 41.922], + [9.106, 41.923], + [9.107, 41.928], + [9.109, 41.931], + [9.109, 41.939], + [9.113, 41.942], + [9.113, 41.952], + [9.115, 41.959], + [9.115, 41.963], + [9.108, 41.972], + [9.11, 41.975], + [9.104, 41.976], + [9.102, 41.977], + [9.097, 41.978], + [9.095, 41.978], + [9.091, 41.975], + [9.086, 41.975], + [9.085, 41.972], + [9.083, 41.971], + [9.083, 41.968], + [9.08, 41.966], + [9.077, 41.966], + [9.074, 41.963], + [9.072, 41.963], + [9.07, 41.961], + [9.068, 41.963], + [9.065, 41.963] + ] + ] + }, + "properties": { + "NOM_COM_M": "TASSO", + "INSEE_COM": "2A322", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.231, 41.933], + [9.235, 41.934], + [9.24, 41.934], + [9.244, 41.936], + [9.25, 41.941], + [9.26, 41.944], + [9.261, 41.946], + [9.266, 41.947], + [9.27, 41.95], + [9.273, 41.95], + [9.276, 41.949], + [9.281, 41.946], + [9.291, 41.948], + [9.294, 41.95], + [9.296, 41.951], + [9.303, 41.953], + [9.311, 41.956], + [9.327, 41.958], + [9.336, 41.961], + [9.339, 41.964], + [9.341, 41.964], + [9.344, 41.966], + [9.344, 41.969], + [9.35, 41.969], + [9.351, 41.968], + [9.356, 41.968], + [9.364, 41.97], + [9.366, 41.969], + [9.37, 41.969], + [9.375, 41.97], + [9.379, 41.97], + [9.395, 41.968], + [9.408, 41.968], + [9.408, 41.965], + [9.409, 41.962], + [9.408, 41.96], + [9.409, 41.957], + [9.406, 41.955], + [9.409, 41.951], + [9.408, 41.941], + [9.41, 41.939], + [9.413, 41.938], + [9.412, 41.941], + [9.412, 41.949], + [9.414, 41.955], + [9.416, 41.959], + [9.426, 41.973], + [9.431, 41.979], + [9.44, 41.988], + [9.439, 41.988], + [9.433, 41.983], + [9.428, 41.98], + [9.427, 41.978], + [9.423, 41.978], + [9.419, 41.975], + [9.417, 41.976], + [9.412, 41.977], + [9.408, 41.976], + [9.397, 41.976], + [9.392, 41.978], + [9.391, 41.982], + [9.389, 41.984], + [9.384, 41.985], + [9.384, 41.988], + [9.383, 41.99], + [9.383, 41.993], + [9.379, 41.994], + [9.377, 41.997], + [9.372, 42.001], + [9.366, 41.997], + [9.364, 41.997], + [9.36, 41.995], + [9.356, 41.996], + [9.349, 41.995], + [9.348, 41.996], + [9.345, 41.995], + [9.341, 41.998], + [9.336, 41.998], + [9.331, 41.997], + [9.33, 41.994], + [9.327, 41.994], + [9.324, 41.996], + [9.319, 41.994], + [9.316, 41.994], + [9.312, 41.993], + [9.306, 41.993], + [9.304, 41.99], + [9.301, 41.987], + [9.297, 41.986], + [9.294, 41.986], + [9.29, 41.982], + [9.282, 41.979], + [9.279, 41.981], + [9.277, 41.978], + [9.278, 41.974], + [9.268, 41.97], + [9.267, 41.968], + [9.261, 41.965], + [9.261, 41.963], + [9.256, 41.958], + [9.25, 41.953], + [9.249, 41.95], + [9.246, 41.947], + [9.244, 41.947], + [9.241, 41.942], + [9.238, 41.941], + [9.234, 41.938], + [9.231, 41.933] + ] + ] + }, + "properties": { + "NOM_COM_M": "SERRA DI FIUMORBO", + "INSEE_COM": "2B277", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.433, 42.364], + [9.438, 42.366], + [9.439, 42.365], + [9.445, 42.368], + [9.449, 42.368], + [9.451, 42.369], + [9.457, 42.364], + [9.466, 42.36], + [9.468, 42.356], + [9.474, 42.353], + [9.48, 42.353], + [9.482, 42.355], + [9.479, 42.359], + [9.482, 42.362], + [9.485, 42.366], + [9.483, 42.367], + [9.482, 42.37], + [9.483, 42.372], + [9.487, 42.374], + [9.482, 42.375], + [9.484, 42.377], + [9.484, 42.379], + [9.486, 42.38], + [9.486, 42.382], + [9.489, 42.389], + [9.488, 42.39], + [9.487, 42.388], + [9.483, 42.389], + [9.475, 42.389], + [9.47, 42.387], + [9.465, 42.388], + [9.461, 42.39], + [9.46, 42.388], + [9.458, 42.388], + [9.456, 42.385], + [9.451, 42.381], + [9.447, 42.377], + [9.444, 42.377], + [9.439, 42.376], + [9.435, 42.369], + [9.435, 42.366], + [9.433, 42.364] + ] + ] + }, + "properties": { + "NOM_COM_M": "SAN GIOVANNI DI MORIANI", + "INSEE_COM": "2B302", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.48, 42.342], + [9.476, 42.341], + [9.476, 42.343], + [9.48, 42.353], + [9.474, 42.353], + [9.468, 42.356], + [9.466, 42.36], + [9.457, 42.364], + [9.451, 42.369], + [9.449, 42.368], + [9.445, 42.368], + [9.439, 42.365], + [9.438, 42.366], + [9.433, 42.364], + [9.432, 42.357], + [9.43, 42.355], + [9.44, 42.35], + [9.445, 42.341], + [9.448, 42.34], + [9.451, 42.341], + [9.455, 42.339], + [9.458, 42.339], + [9.46, 42.34], + [9.463, 42.337], + [9.466, 42.335], + [9.47, 42.334], + [9.477, 42.337], + [9.479, 42.337], + [9.48, 42.342] + ] + ] + }, + "properties": { + "NOM_COM_M": "SANTA REPARATA DI MORIANI", + "INSEE_COM": "2B317", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.381, 42.79], + [9.377, 42.788], + [9.368, 42.781], + [9.366, 42.778], + [9.364, 42.779], + [9.36, 42.779], + [9.354, 42.777], + [9.349, 42.771], + [9.349, 42.769], + [9.345, 42.766], + [9.342, 42.765], + [9.34, 42.761], + [9.339, 42.758], + [9.342, 42.753], + [9.342, 42.748], + [9.345, 42.746], + [9.346, 42.743], + [9.344, 42.74], + [9.348, 42.739], + [9.353, 42.739], + [9.356, 42.742], + [9.359, 42.743], + [9.362, 42.743], + [9.367, 42.745], + [9.372, 42.751], + [9.377, 42.751], + [9.382, 42.748], + [9.384, 42.749], + [9.388, 42.748], + [9.388, 42.751], + [9.391, 42.753], + [9.394, 42.754], + [9.398, 42.758], + [9.4, 42.758], + [9.404, 42.76], + [9.405, 42.764], + [9.407, 42.765], + [9.411, 42.771], + [9.415, 42.773], + [9.414, 42.774], + [9.416, 42.781], + [9.42, 42.785], + [9.418, 42.789], + [9.414, 42.788], + [9.407, 42.788], + [9.405, 42.789], + [9.402, 42.788], + [9.397, 42.789], + [9.394, 42.787], + [9.389, 42.788], + [9.384, 42.788], + [9.381, 42.79] + ] + ] + }, + "properties": { + "NOM_COM_M": "OLMETA DI CAPOCORSO", + "INSEE_COM": "2B187", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.682, 42.172], + [8.676, 42.17], + [8.672, 42.17], + [8.669, 42.171], + [8.649, 42.169], + [8.649, 42.168], + [8.642, 42.167], + [8.637, 42.167], + [8.636, 42.166], + [8.631, 42.174], + [8.629, 42.175], + [8.625, 42.175], + [8.627, 42.179], + [8.624, 42.18], + [8.621, 42.185], + [8.618, 42.184], + [8.617, 42.188], + [8.611, 42.194], + [8.609, 42.194], + [8.608, 42.196], + [8.603, 42.196], + [8.598, 42.192], + [8.593, 42.189], + [8.589, 42.186], + [8.582, 42.183], + [8.586, 42.183], + [8.587, 42.182], + [8.585, 42.179], + [8.582, 42.178], + [8.573, 42.178], + [8.568, 42.177], + [8.566, 42.175], + [8.562, 42.173], + [8.562, 42.171], + [8.568, 42.169], + [8.573, 42.169], + [8.581, 42.171], + [8.583, 42.17], + [8.585, 42.172], + [8.588, 42.171], + [8.591, 42.171], + [8.594, 42.169], + [8.594, 42.167], + [8.589, 42.162], + [8.583, 42.162], + [8.584, 42.16], + [8.577, 42.157], + [8.577, 42.155], + [8.571, 42.156], + [8.57, 42.154], + [8.567, 42.154], + [8.561, 42.151], + [8.559, 42.146], + [8.564, 42.148], + [8.568, 42.149], + [8.573, 42.151], + [8.573, 42.152], + [8.578, 42.152], + [8.581, 42.151], + [8.584, 42.152], + [8.587, 42.149], + [8.59, 42.149], + [8.594, 42.144], + [8.59, 42.139], + [8.585, 42.135], + [8.584, 42.132], + [8.582, 42.131], + [8.583, 42.129], + [8.585, 42.13], + [8.588, 42.129], + [8.596, 42.13], + [8.596, 42.132], + [8.601, 42.133], + [8.603, 42.132], + [8.612, 42.135], + [8.616, 42.133], + [8.618, 42.127], + [8.621, 42.125], + [8.624, 42.125], + [8.625, 42.123], + [8.629, 42.122], + [8.634, 42.124], + [8.637, 42.122], + [8.637, 42.12], + [8.642, 42.12], + [8.644, 42.121], + [8.648, 42.121], + [8.651, 42.117], + [8.657, 42.122], + [8.659, 42.122], + [8.66, 42.125], + [8.663, 42.127], + [8.664, 42.129], + [8.668, 42.13], + [8.671, 42.13], + [8.673, 42.134], + [8.672, 42.136], + [8.676, 42.138], + [8.676, 42.142], + [8.675, 42.144], + [8.679, 42.147], + [8.68, 42.15], + [8.682, 42.15], + [8.683, 42.153], + [8.682, 42.157], + [8.684, 42.161], + [8.685, 42.161], + [8.688, 42.166], + [8.686, 42.168], + [8.687, 42.17], + [8.683, 42.17], + [8.682, 42.172] + ] + ] + }, + "properties": { + "NOM_COM_M": "CARGESE", + "INSEE_COM": "2A065", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.328, 42.444], + [9.327, 42.446], + [9.325, 42.446], + [9.321, 42.447], + [9.318, 42.446], + [9.315, 42.447], + [9.312, 42.449], + [9.308, 42.448], + [9.305, 42.446], + [9.297, 42.444], + [9.293, 42.445], + [9.274, 42.445], + [9.265, 42.449], + [9.259, 42.449], + [9.256, 42.45], + [9.253, 42.45], + [9.249, 42.454], + [9.243, 42.453], + [9.24, 42.455], + [9.238, 42.458], + [9.235, 42.458], + [9.233, 42.459], + [9.228, 42.459], + [9.227, 42.461], + [9.221, 42.465], + [9.217, 42.465], + [9.21, 42.469], + [9.21, 42.472], + [9.207, 42.475], + [9.204, 42.476], + [9.203, 42.479], + [9.201, 42.48], + [9.201, 42.482], + [9.196, 42.483], + [9.192, 42.483], + [9.188, 42.48], + [9.189, 42.477], + [9.191, 42.475], + [9.191, 42.473], + [9.189, 42.469], + [9.179, 42.463], + [9.177, 42.459], + [9.175, 42.457], + [9.184, 42.457], + [9.189, 42.459], + [9.194, 42.457], + [9.198, 42.457], + [9.202, 42.456], + [9.204, 42.453], + [9.202, 42.452], + [9.2, 42.448], + [9.201, 42.445], + [9.209, 42.446], + [9.212, 42.446], + [9.22, 42.444], + [9.222, 42.444], + [9.227, 42.446], + [9.234, 42.443], + [9.236, 42.444], + [9.243, 42.441], + [9.246, 42.439], + [9.248, 42.441], + [9.255, 42.441], + [9.263, 42.438], + [9.266, 42.438], + [9.271, 42.437], + [9.276, 42.433], + [9.278, 42.429], + [9.281, 42.429], + [9.287, 42.427], + [9.29, 42.427], + [9.3, 42.424], + [9.305, 42.426], + [9.31, 42.426], + [9.313, 42.422], + [9.316, 42.419], + [9.319, 42.418], + [9.327, 42.417], + [9.327, 42.421], + [9.326, 42.426], + [9.327, 42.431], + [9.326, 42.433], + [9.327, 42.435], + [9.325, 42.439], + [9.328, 42.444] + ] + ] + }, + "properties": { + "NOM_COM_M": "MOROSAGLIA", + "INSEE_COM": "2B169", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.311, 42.618], + [9.316, 42.616], + [9.315, 42.614], + [9.318, 42.612], + [9.319, 42.609], + [9.322, 42.607], + [9.32, 42.602], + [9.316, 42.601], + [9.316, 42.599], + [9.321, 42.598], + [9.325, 42.596], + [9.33, 42.596], + [9.329, 42.594], + [9.331, 42.593], + [9.332, 42.59], + [9.338, 42.586], + [9.341, 42.587], + [9.344, 42.586], + [9.344, 42.582], + [9.347, 42.582], + [9.347, 42.584], + [9.35, 42.587], + [9.357, 42.588], + [9.357, 42.59], + [9.363, 42.592], + [9.357, 42.598], + [9.353, 42.599], + [9.351, 42.604], + [9.347, 42.606], + [9.343, 42.607], + [9.341, 42.609], + [9.339, 42.608], + [9.336, 42.608], + [9.33, 42.612], + [9.327, 42.613], + [9.324, 42.617], + [9.32, 42.618], + [9.311, 42.618] + ] + ] + }, + "properties": { + "NOM_COM_M": "VALLECALLE", + "INSEE_COM": "2B333", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.127, 41.928], + [9.129, 41.929], + [9.132, 41.929], + [9.135, 41.931], + [9.139, 41.931], + [9.141, 41.931], + [9.141, 41.935], + [9.146, 41.936], + [9.147, 41.94], + [9.155, 41.94], + [9.155, 41.942], + [9.158, 41.943], + [9.161, 41.945], + [9.164, 41.95], + [9.163, 41.953], + [9.166, 41.954], + [9.164, 41.954], + [9.162, 41.956], + [9.164, 41.958], + [9.164, 41.96], + [9.162, 41.963], + [9.162, 41.967], + [9.164, 41.97], + [9.161, 41.972], + [9.162, 41.977], + [9.154, 41.981], + [9.161, 42], + [9.156, 42], + [9.154, 42.002], + [9.147, 42.011], + [9.142, 42.007], + [9.138, 42.006], + [9.133, 42.003], + [9.127, 42.002], + [9.124, 41.999], + [9.122, 41.995], + [9.119, 41.993], + [9.116, 41.994], + [9.112, 41.993], + [9.111, 41.99], + [9.106, 41.989], + [9.104, 41.988], + [9.103, 41.984], + [9.1, 41.979], + [9.097, 41.978], + [9.102, 41.977], + [9.104, 41.976], + [9.11, 41.975], + [9.118, 41.968], + [9.127, 41.964], + [9.128, 41.962], + [9.125, 41.96], + [9.128, 41.959], + [9.127, 41.957], + [9.133, 41.953], + [9.136, 41.949], + [9.136, 41.947], + [9.133, 41.943], + [9.134, 41.941], + [9.13, 41.934], + [9.126, 41.93], + [9.127, 41.928] + ] + ] + }, + "properties": { + "NOM_COM_M": "CIAMANNACCE", + "INSEE_COM": "2A089", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.34, 42.866], + [9.334, 42.864], + [9.334, 42.861], + [9.329, 42.855], + [9.329, 42.853], + [9.324, 42.851], + [9.322, 42.847], + [9.316, 42.843], + [9.315, 42.84], + [9.315, 42.837], + [9.31, 42.834], + [9.311, 42.83], + [9.314, 42.83], + [9.316, 42.827], + [9.319, 42.827], + [9.324, 42.817], + [9.326, 42.812], + [9.329, 42.815], + [9.33, 42.817], + [9.331, 42.822], + [9.337, 42.826], + [9.342, 42.83], + [9.349, 42.834], + [9.356, 42.833], + [9.367, 42.836], + [9.373, 42.839], + [9.38, 42.838], + [9.381, 42.836], + [9.385, 42.835], + [9.388, 42.843], + [9.392, 42.845], + [9.389, 42.846], + [9.385, 42.845], + [9.383, 42.846], + [9.38, 42.849], + [9.376, 42.851], + [9.374, 42.853], + [9.366, 42.855], + [9.363, 42.857], + [9.36, 42.858], + [9.356, 42.863], + [9.35, 42.863], + [9.347, 42.866], + [9.343, 42.865], + [9.34, 42.866] + ] + ] + }, + "properties": { + "NOM_COM_M": "CANARI", + "INSEE_COM": "2B058", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.382, 42.234], + [9.385, 42.233], + [9.391, 42.239], + [9.399, 42.241], + [9.403, 42.244], + [9.405, 42.248], + [9.411, 42.249], + [9.41, 42.251], + [9.411, 42.253], + [9.409, 42.254], + [9.406, 42.256], + [9.404, 42.261], + [9.404, 42.263], + [9.401, 42.263], + [9.398, 42.264], + [9.397, 42.266], + [9.394, 42.268], + [9.392, 42.267], + [9.392, 42.265], + [9.388, 42.266], + [9.387, 42.269], + [9.385, 42.269], + [9.384, 42.272], + [9.38, 42.272], + [9.378, 42.273], + [9.37, 42.273], + [9.368, 42.272], + [9.362, 42.274], + [9.358, 42.273], + [9.356, 42.27], + [9.357, 42.268], + [9.357, 42.262], + [9.359, 42.26], + [9.362, 42.26], + [9.364, 42.258], + [9.367, 42.257], + [9.368, 42.253], + [9.366, 42.25], + [9.367, 42.249], + [9.362, 42.247], + [9.36, 42.245], + [9.361, 42.24], + [9.365, 42.238], + [9.366, 42.236], + [9.37, 42.236], + [9.372, 42.234], + [9.374, 42.235], + [9.379, 42.232], + [9.382, 42.234] + ] + ] + }, + "properties": { + "NOM_COM_M": "ZALANA", + "INSEE_COM": "2B356", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.43, 42.355], + [9.422, 42.355], + [9.419, 42.357], + [9.416, 42.358], + [9.412, 42.358], + [9.411, 42.356], + [9.413, 42.35], + [9.411, 42.347], + [9.413, 42.345], + [9.414, 42.341], + [9.411, 42.34], + [9.413, 42.335], + [9.414, 42.336], + [9.421, 42.337], + [9.425, 42.337], + [9.429, 42.336], + [9.433, 42.337], + [9.434, 42.34], + [9.445, 42.341], + [9.44, 42.35], + [9.43, 42.355] + ] + ] + }, + "properties": { + "NOM_COM_M": "FELCE", + "INSEE_COM": "2B111", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.497, 42.048], + [9.501, 42.054], + [9.515, 42.068], + [9.518, 42.072], + [9.529, 42.085], + [9.533, 42.09], + [9.545, 42.1], + [9.549, 42.104], + [9.551, 42.109], + [9.555, 42.124], + [9.555, 42.127], + [9.556, 42.138], + [9.556, 42.142], + [9.548, 42.147], + [9.545, 42.146], + [9.544, 42.144], + [9.544, 42.14], + [9.541, 42.137], + [9.54, 42.134], + [9.537, 42.131], + [9.534, 42.13], + [9.528, 42.132], + [9.525, 42.134], + [9.52, 42.135], + [9.519, 42.137], + [9.511, 42.136], + [9.509, 42.137], + [9.493, 42.142], + [9.475, 42.141], + [9.463, 42.144], + [9.46, 42.147], + [9.457, 42.148], + [9.454, 42.15], + [9.455, 42.148], + [9.453, 42.146], + [9.453, 42.144], + [9.452, 42.143], + [9.455, 42.142], + [9.455, 42.14], + [9.457, 42.137], + [9.458, 42.134], + [9.456, 42.131], + [9.453, 42.129], + [9.448, 42.128], + [9.445, 42.128], + [9.441, 42.129], + [9.439, 42.128], + [9.438, 42.123], + [9.439, 42.117], + [9.438, 42.114], + [9.442, 42.11], + [9.445, 42.106], + [9.452, 42.106], + [9.451, 42.098], + [9.45, 42.094], + [9.447, 42.087], + [9.447, 42.085], + [9.457, 42.077], + [9.464, 42.076], + [9.472, 42.078], + [9.475, 42.075], + [9.475, 42.073], + [9.477, 42.071], + [9.479, 42.072], + [9.481, 42.067], + [9.483, 42.066], + [9.482, 42.064], + [9.484, 42.062], + [9.485, 42.059], + [9.488, 42.058], + [9.491, 42.056], + [9.492, 42.057], + [9.495, 42.055], + [9.496, 42.053], + [9.496, 42.049], + [9.497, 42.048] + ] + ] + }, + "properties": { + "NOM_COM_M": "ALERIA", + "INSEE_COM": "2B009", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.398, 42.693], + [9.4, 42.695], + [9.4, 42.699], + [9.403, 42.699], + [9.406, 42.703], + [9.405, 42.705], + [9.404, 42.709], + [9.405, 42.712], + [9.408, 42.715], + [9.408, 42.719], + [9.406, 42.721], + [9.403, 42.727], + [9.396, 42.728], + [9.383, 42.722], + [9.383, 42.72], + [9.379, 42.718], + [9.372, 42.717], + [9.357, 42.712], + [9.349, 42.71], + [9.346, 42.712], + [9.343, 42.711], + [9.34, 42.713], + [9.335, 42.714], + [9.334, 42.716], + [9.33, 42.719], + [9.322, 42.717], + [9.321, 42.714], + [9.321, 42.711], + [9.322, 42.706], + [9.321, 42.704], + [9.323, 42.702], + [9.322, 42.7], + [9.323, 42.697], + [9.322, 42.696], + [9.329, 42.694], + [9.333, 42.695], + [9.339, 42.694], + [9.345, 42.694], + [9.349, 42.693], + [9.354, 42.696], + [9.355, 42.698], + [9.359, 42.694], + [9.359, 42.691], + [9.365, 42.691], + [9.368, 42.693], + [9.37, 42.693], + [9.374, 42.697], + [9.376, 42.698], + [9.385, 42.696], + [9.387, 42.694], + [9.393, 42.694], + [9.398, 42.693] + ] + ] + }, + "properties": { + "NOM_COM_M": "PATRIMONIO", + "INSEE_COM": "2B205", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.324, 42.405], + [9.317, 42.408], + [9.313, 42.411], + [9.309, 42.415], + [9.306, 42.414], + [9.296, 42.418], + [9.293, 42.421], + [9.289, 42.421], + [9.287, 42.422], + [9.28, 42.422], + [9.276, 42.424], + [9.273, 42.423], + [9.269, 42.426], + [9.268, 42.424], + [9.259, 42.421], + [9.257, 42.423], + [9.255, 42.423], + [9.255, 42.426], + [9.252, 42.425], + [9.251, 42.429], + [9.246, 42.431], + [9.245, 42.433], + [9.241, 42.437], + [9.239, 42.435], + [9.233, 42.434], + [9.229, 42.436], + [9.226, 42.435], + [9.224, 42.436], + [9.223, 42.44], + [9.22, 42.444], + [9.212, 42.446], + [9.209, 42.446], + [9.201, 42.445], + [9.203, 42.444], + [9.203, 42.441], + [9.206, 42.438], + [9.208, 42.438], + [9.21, 42.434], + [9.209, 42.433], + [9.212, 42.43], + [9.216, 42.43], + [9.222, 42.426], + [9.226, 42.425], + [9.234, 42.424], + [9.238, 42.426], + [9.246, 42.427], + [9.245, 42.425], + [9.247, 42.423], + [9.246, 42.419], + [9.251, 42.42], + [9.257, 42.418], + [9.259, 42.416], + [9.262, 42.417], + [9.265, 42.415], + [9.271, 42.415], + [9.275, 42.414], + [9.278, 42.408], + [9.28, 42.407], + [9.284, 42.409], + [9.292, 42.409], + [9.306, 42.406], + [9.318, 42.403], + [9.326, 42.402], + [9.324, 42.405] + ] + ] + }, + "properties": { + "NOM_COM_M": "GAVIGNANO", + "INSEE_COM": "2B122", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.413, 42.318], + [9.413, 42.319], + [9.408, 42.325], + [9.401, 42.322], + [9.4, 42.323], + [9.397, 42.322], + [9.4, 42.32], + [9.403, 42.315], + [9.404, 42.317], + [9.409, 42.315], + [9.413, 42.318] + ] + ] + }, + "properties": { + "NOM_COM_M": "PIAZZALI", + "INSEE_COM": "2B216", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.533, 42.524], + [9.531, 42.524], + [9.53, 42.522], + [9.523, 42.52], + [9.518, 42.522], + [9.515, 42.522], + [9.511, 42.521], + [9.508, 42.521], + [9.507, 42.517], + [9.497, 42.516], + [9.491, 42.514], + [9.485, 42.514], + [9.485, 42.513], + [9.479, 42.507], + [9.474, 42.506], + [9.472, 42.507], + [9.466, 42.506], + [9.468, 42.503], + [9.464, 42.503], + [9.467, 42.499], + [9.456, 42.495], + [9.456, 42.494], + [9.45, 42.493], + [9.45, 42.49], + [9.447, 42.489], + [9.445, 42.487], + [9.449, 42.482], + [9.444, 42.48], + [9.443, 42.476], + [9.446, 42.479], + [9.449, 42.48], + [9.453, 42.48], + [9.46, 42.479], + [9.465, 42.482], + [9.468, 42.482], + [9.469, 42.484], + [9.473, 42.484], + [9.482, 42.488], + [9.481, 42.489], + [9.49, 42.492], + [9.493, 42.492], + [9.507, 42.496], + [9.508, 42.498], + [9.515, 42.497], + [9.519, 42.496], + [9.53, 42.496], + [9.53, 42.5], + [9.531, 42.507], + [9.533, 42.515], + [9.535, 42.521], + [9.534, 42.523], + [9.533, 42.524] + ] + ] + }, + "properties": { + "NOM_COM_M": "VENZOLASCA", + "INSEE_COM": "2B343", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.439, 42.408], + [9.439, 42.409], + [9.434, 42.412], + [9.432, 42.415], + [9.433, 42.419], + [9.435, 42.422], + [9.434, 42.425], + [9.432, 42.426], + [9.429, 42.428], + [9.425, 42.428], + [9.42, 42.426], + [9.418, 42.428], + [9.417, 42.425], + [9.415, 42.422], + [9.415, 42.417], + [9.417, 42.416], + [9.419, 42.41], + [9.422, 42.41], + [9.427, 42.407], + [9.431, 42.406], + [9.437, 42.407], + [9.439, 42.408] + ] + ] + }, + "properties": { + "NOM_COM_M": "SAN GAVINO D AMPUGNANI", + "INSEE_COM": "2B299", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.345, 42.328], + [9.341, 42.326], + [9.335, 42.323], + [9.325, 42.316], + [9.323, 42.313], + [9.318, 42.311], + [9.318, 42.31], + [9.312, 42.307], + [9.31, 42.307], + [9.308, 42.305], + [9.306, 42.301], + [9.309, 42.3], + [9.311, 42.297], + [9.316, 42.297], + [9.321, 42.296], + [9.321, 42.292], + [9.323, 42.289], + [9.328, 42.287], + [9.334, 42.284], + [9.336, 42.294], + [9.338, 42.299], + [9.338, 42.302], + [9.339, 42.311], + [9.338, 42.312], + [9.342, 42.32], + [9.341, 42.324], + [9.345, 42.328] + ] + ] + }, + "properties": { + "NOM_COM_M": "MAZZOLA", + "INSEE_COM": "2B157", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.046, 41.609], + [9.048, 41.612], + [9.052, 41.613], + [9.055, 41.613], + [9.059, 41.614], + [9.062, 41.616], + [9.065, 41.617], + [9.068, 41.62], + [9.07, 41.619], + [9.072, 41.622], + [9.075, 41.624], + [9.077, 41.627], + [9.076, 41.631], + [9.077, 41.635], + [9.077, 41.639], + [9.081, 41.646], + [9.08, 41.65], + [9.078, 41.65], + [9.076, 41.647], + [9.073, 41.645], + [9.07, 41.644], + [9.065, 41.639], + [9.063, 41.638], + [9.058, 41.641], + [9.058, 41.644], + [9.057, 41.646], + [9.054, 41.646], + [9.051, 41.642], + [9.048, 41.641], + [9.045, 41.638], + [9.041, 41.636], + [9.033, 41.634], + [9.029, 41.635], + [9.028, 41.635], + [9.027, 41.627], + [9.026, 41.626], + [9.022, 41.626], + [9.022, 41.63], + [9.015, 41.63], + [9.01, 41.631], + [9.003, 41.627], + [8.993, 41.62], + [8.99, 41.62], + [8.989, 41.618], + [8.993, 41.617], + [8.997, 41.615], + [8.997, 41.611], + [8.996, 41.608], + [8.993, 41.605], + [8.993, 41.602], + [9.005, 41.602], + [9.008, 41.604], + [9.01, 41.603], + [9.013, 41.604], + [9.022, 41.598], + [9.025, 41.598], + [9.028, 41.603], + [9.032, 41.602], + [9.032, 41.605], + [9.034, 41.605], + [9.038, 41.608], + [9.039, 41.61], + [9.042, 41.611], + [9.046, 41.609] + ] + ] + }, + "properties": { + "NOM_COM_M": "FOCE", + "INSEE_COM": "2A115", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.071, 42.13], + [9.068, 42.131], + [9.063, 42.13], + [9.058, 42.123], + [9.054, 42.126], + [9.05, 42.126], + [9.048, 42.125], + [9.042, 42.127], + [9.038, 42.127], + [9.035, 42.126], + [9.033, 42.124], + [9.029, 42.124], + [9.026, 42.122], + [9.022, 42.121], + [9.019, 42.119], + [9.013, 42.119], + [9.007, 42.117], + [9.004, 42.115], + [9.003, 42.113], + [9.002, 42.111], + [9.003, 42.107], + [9.01, 42.103], + [9.007, 42.101], + [9.002, 42.094], + [9.004, 42.092], + [9.003, 42.09], + [9.004, 42.086], + [8.999, 42.084], + [8.997, 42.082], + [9, 42.081], + [9.004, 42.081], + [9.005, 42.08], + [9.012, 42.08], + [9.017, 42.079], + [9.028, 42.079], + [9.031, 42.077], + [9.032, 42.075], + [9.036, 42.074], + [9.037, 42.069], + [9.039, 42.067], + [9.038, 42.064], + [9.04, 42.061], + [9.049, 42.057], + [9.052, 42.057], + [9.057, 42.054], + [9.061, 42.054], + [9.064, 42.052], + [9.072, 42.05], + [9.075, 42.05], + [9.079, 42.048], + [9.081, 42.048], + [9.087, 42.05], + [9.093, 42.05], + [9.093, 42.049], + [9.098, 42.048], + [9.103, 42.045], + [9.107, 42.043], + [9.112, 42.047], + [9.112, 42.052], + [9.124, 42.056], + [9.126, 42.058], + [9.134, 42.06], + [9.131, 42.061], + [9.13, 42.064], + [9.128, 42.067], + [9.131, 42.071], + [9.131, 42.073], + [9.133, 42.076], + [9.134, 42.08], + [9.134, 42.085], + [9.135, 42.088], + [9.134, 42.091], + [9.132, 42.091], + [9.128, 42.095], + [9.127, 42.098], + [9.125, 42.099], + [9.125, 42.105], + [9.121, 42.107], + [9.118, 42.11], + [9.114, 42.11], + [9.112, 42.114], + [9.109, 42.114], + [9.103, 42.116], + [9.098, 42.116], + [9.095, 42.115], + [9.093, 42.116], + [9.088, 42.12], + [9.084, 42.125], + [9.08, 42.127], + [9.078, 42.127], + [9.077, 42.129], + [9.071, 42.13] + ] + ] + }, + "properties": { + "NOM_COM_M": "BOCOGNANO", + "INSEE_COM": "2A040", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.953, 42.151], + [8.955, 42.15], + [8.957, 42.151], + [8.963, 42.152], + [8.965, 42.154], + [8.977, 42.157], + [8.983, 42.159], + [8.986, 42.161], + [8.99, 42.162], + [8.994, 42.162], + [9.002, 42.166], + [9.005, 42.166], + [9.01, 42.167], + [9.015, 42.172], + [9.023, 42.172], + [9.03, 42.171], + [9.034, 42.173], + [9.037, 42.177], + [9.045, 42.176], + [9.048, 42.176], + [9.049, 42.178], + [9.048, 42.181], + [9.049, 42.185], + [9.051, 42.187], + [9.051, 42.19], + [9.049, 42.193], + [9.047, 42.199], + [9.047, 42.203], + [9.046, 42.208], + [9.043, 42.207], + [9.038, 42.207], + [9.031, 42.205], + [9.027, 42.203], + [9.023, 42.203], + [9.018, 42.205], + [9.014, 42.208], + [9.006, 42.209], + [9.004, 42.209], + [9, 42.207], + [8.995, 42.207], + [8.991, 42.208], + [8.983, 42.209], + [8.981, 42.206], + [8.978, 42.204], + [8.976, 42.2], + [8.971, 42.187], + [8.965, 42.186], + [8.961, 42.187], + [8.958, 42.186], + [8.955, 42.183], + [8.955, 42.181], + [8.953, 42.179], + [8.95, 42.18], + [8.938, 42.182], + [8.938, 42.179], + [8.935, 42.176], + [8.932, 42.176], + [8.928, 42.173], + [8.921, 42.171], + [8.92, 42.167], + [8.915, 42.166], + [8.913, 42.163], + [8.911, 42.157], + [8.913, 42.155], + [8.913, 42.153], + [8.915, 42.151], + [8.914, 42.148], + [8.917, 42.145], + [8.921, 42.146], + [8.931, 42.146], + [8.935, 42.147], + [8.938, 42.149], + [8.94, 42.149], + [8.944, 42.151], + [8.953, 42.151] + ] + ] + }, + "properties": { + "NOM_COM_M": "GUAGNO", + "INSEE_COM": "2A131", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.443, 42.476], + [9.439, 42.471], + [9.435, 42.465], + [9.436, 42.464], + [9.438, 42.465], + [9.444, 42.466], + [9.45, 42.468], + [9.454, 42.468], + [9.456, 42.471], + [9.462, 42.474], + [9.464, 42.476], + [9.467, 42.475], + [9.47, 42.475], + [9.472, 42.474], + [9.479, 42.474], + [9.482, 42.473], + [9.485, 42.473], + [9.489, 42.475], + [9.494, 42.476], + [9.51, 42.48], + [9.525, 42.484], + [9.531, 42.484], + [9.53, 42.49], + [9.53, 42.496], + [9.519, 42.496], + [9.515, 42.497], + [9.508, 42.498], + [9.507, 42.496], + [9.493, 42.492], + [9.49, 42.492], + [9.481, 42.489], + [9.482, 42.488], + [9.473, 42.484], + [9.469, 42.484], + [9.468, 42.482], + [9.465, 42.482], + [9.46, 42.479], + [9.453, 42.48], + [9.449, 42.48], + [9.446, 42.479], + [9.443, 42.476] + ] + ] + }, + "properties": { + "NOM_COM_M": "SORBO OCAGNANO", + "INSEE_COM": "2B286", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.049, 41.712], + [9.046, 41.712], + [9.042, 41.71], + [9.041, 41.708], + [9.041, 41.705], + [9.043, 41.704], + [9.043, 41.701], + [9.038, 41.697], + [9.038, 41.694], + [9.037, 41.691], + [9.039, 41.689], + [9.041, 41.691], + [9.042, 41.696], + [9.044, 41.696], + [9.046, 41.7], + [9.053, 41.698], + [9.053, 41.697], + [9.057, 41.695], + [9.057, 41.697], + [9.06, 41.697], + [9.063, 41.695], + [9.063, 41.693], + [9.06, 41.687], + [9.054, 41.682], + [9.055, 41.68], + [9.052, 41.678], + [9.046, 41.67], + [9.046, 41.668], + [9.044, 41.667], + [9.045, 41.665], + [9.048, 41.662], + [9.04, 41.659], + [9.036, 41.658], + [9.031, 41.658], + [9.028, 41.659], + [9.025, 41.659], + [9.023, 41.657], + [9.024, 41.654], + [9.028, 41.65], + [9.028, 41.648], + [9.024, 41.646], + [9.025, 41.644], + [9.024, 41.642], + [9.021, 41.64], + [9.023, 41.638], + [9.028, 41.636], + [9.029, 41.635], + [9.033, 41.634], + [9.041, 41.636], + [9.045, 41.638], + [9.048, 41.641], + [9.051, 41.642], + [9.054, 41.646], + [9.057, 41.646], + [9.058, 41.644], + [9.058, 41.641], + [9.063, 41.638], + [9.065, 41.639], + [9.07, 41.644], + [9.073, 41.645], + [9.076, 41.647], + [9.078, 41.65], + [9.08, 41.65], + [9.082, 41.651], + [9.087, 41.652], + [9.092, 41.656], + [9.102, 41.659], + [9.097, 41.66], + [9.087, 41.663], + [9.085, 41.665], + [9.087, 41.667], + [9.084, 41.673], + [9.088, 41.676], + [9.092, 41.678], + [9.093, 41.68], + [9.092, 41.682], + [9.089, 41.684], + [9.089, 41.689], + [9.086, 41.691], + [9.087, 41.693], + [9.082, 41.698], + [9.081, 41.698], + [9.075, 41.702], + [9.069, 41.703], + [9.068, 41.702], + [9.062, 41.704], + [9.053, 41.705], + [9.052, 41.707], + [9.05, 41.707], + [9.049, 41.709], + [9.051, 41.71], + [9.049, 41.712] + ] + ] + }, + "properties": { + "NOM_COM_M": "SAINTE LUCIE DE TALLANO", + "INSEE_COM": "2A308", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.324, 41.996], + [9.327, 41.994], + [9.33, 41.994], + [9.331, 41.997], + [9.336, 41.998], + [9.341, 41.998], + [9.345, 41.995], + [9.348, 41.996], + [9.349, 41.995], + [9.356, 41.996], + [9.36, 41.995], + [9.364, 41.997], + [9.366, 41.997], + [9.372, 42.001], + [9.377, 41.997], + [9.379, 41.994], + [9.383, 41.993], + [9.383, 41.99], + [9.384, 41.988], + [9.384, 41.985], + [9.389, 41.984], + [9.391, 41.982], + [9.392, 41.978], + [9.397, 41.976], + [9.408, 41.976], + [9.412, 41.977], + [9.417, 41.976], + [9.419, 41.975], + [9.423, 41.978], + [9.427, 41.978], + [9.428, 41.98], + [9.433, 41.983], + [9.439, 41.988], + [9.44, 41.988], + [9.442, 41.99], + [9.439, 41.99], + [9.437, 41.993], + [9.431, 41.997], + [9.429, 41.996], + [9.427, 41.997], + [9.427, 41.999], + [9.423, 42], + [9.42, 42.003], + [9.42, 42.005], + [9.415, 42.008], + [9.411, 42.006], + [9.408, 42.009], + [9.401, 42.009], + [9.397, 42.01], + [9.391, 42.015], + [9.386, 42.015], + [9.383, 42.017], + [9.38, 42.017], + [9.374, 42.022], + [9.373, 42.024], + [9.368, 42.027], + [9.369, 42.032], + [9.367, 42.035], + [9.364, 42.035], + [9.361, 42.037], + [9.355, 42.035], + [9.349, 42.036], + [9.347, 42.037], + [9.342, 42.037], + [9.34, 42.038], + [9.334, 42.039], + [9.333, 42.037], + [9.331, 42.037], + [9.329, 42.035], + [9.325, 42.035], + [9.319, 42.038], + [9.316, 42.036], + [9.314, 42.033], + [9.313, 42.028], + [9.31, 42.025], + [9.311, 42.021], + [9.31, 42.017], + [9.308, 42.015], + [9.31, 42.012], + [9.312, 42.012], + [9.314, 42.01], + [9.312, 42.005], + [9.313, 42.002], + [9.312, 42.001], + [9.317, 41.997], + [9.32, 41.996], + [9.324, 41.996] + ] + ] + }, + "properties": { + "NOM_COM_M": "PRUNELLI DI FIUMORBO", + "INSEE_COM": "2B251", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.867, 42.608], + [8.865, 42.608], + [8.862, 42.61], + [8.86, 42.609], + [8.858, 42.61], + [8.853, 42.609], + [8.854, 42.612], + [8.851, 42.612], + [8.848, 42.609], + [8.85, 42.606], + [8.847, 42.603], + [8.851, 42.601], + [8.851, 42.599], + [8.856, 42.598], + [8.86, 42.6], + [8.86, 42.602], + [8.864, 42.601], + [8.867, 42.602], + [8.868, 42.604], + [8.871, 42.605], + [8.867, 42.608] + ] + ] + }, + "properties": { + "NOM_COM_M": "ALGAJOLA", + "INSEE_COM": "2B010", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.932, 42.52], + [8.933, 42.523], + [8.933, 42.526], + [8.935, 42.528], + [8.934, 42.531], + [8.928, 42.536], + [8.924, 42.537], + [8.924, 42.539], + [8.922, 42.541], + [8.923, 42.543], + [8.922, 42.545], + [8.925, 42.546], + [8.928, 42.548], + [8.931, 42.553], + [8.927, 42.558], + [8.92, 42.568], + [8.917, 42.571], + [8.916, 42.569], + [8.916, 42.567], + [8.907, 42.56], + [8.904, 42.556], + [8.903, 42.557], + [8.897, 42.554], + [8.895, 42.55], + [8.897, 42.548], + [8.902, 42.547], + [8.905, 42.545], + [8.907, 42.538], + [8.913, 42.535], + [8.916, 42.534], + [8.916, 42.53], + [8.918, 42.527], + [8.926, 42.524], + [8.932, 42.52] + ] + ] + }, + "properties": { + "NOM_COM_M": "MURO", + "INSEE_COM": "2B173", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.927, 42.254], + [8.934, 42.259], + [8.947, 42.263], + [8.95, 42.265], + [8.955, 42.264], + [8.958, 42.264], + [8.964, 42.266], + [8.966, 42.265], + [8.97, 42.265], + [8.973, 42.266], + [8.975, 42.269], + [8.977, 42.269], + [8.978, 42.272], + [8.985, 42.277], + [8.986, 42.28], + [8.982, 42.283], + [8.98, 42.287], + [8.976, 42.289], + [8.976, 42.296], + [8.977, 42.298], + [8.975, 42.299], + [8.978, 42.305], + [8.977, 42.308], + [8.974, 42.311], + [8.977, 42.313], + [8.978, 42.317], + [8.981, 42.317], + [8.984, 42.319], + [8.99, 42.32], + [8.99, 42.324], + [8.992, 42.325], + [8.994, 42.324], + [8.995, 42.328], + [8.998, 42.329], + [8.997, 42.331], + [8.998, 42.334], + [8.995, 42.335], + [8.989, 42.333], + [8.981, 42.335], + [8.978, 42.335], + [8.975, 42.337], + [8.972, 42.336], + [8.964, 42.337], + [8.963, 42.344], + [8.96, 42.343], + [8.958, 42.344], + [8.954, 42.35], + [8.953, 42.35], + [8.952, 42.355], + [8.951, 42.357], + [8.951, 42.36], + [8.95, 42.362], + [8.945, 42.364], + [8.935, 42.369], + [8.931, 42.369], + [8.929, 42.37], + [8.93, 42.373], + [8.927, 42.373], + [8.924, 42.374], + [8.919, 42.374], + [8.914, 42.375], + [8.912, 42.373], + [8.908, 42.372], + [8.905, 42.37], + [8.904, 42.368], + [8.901, 42.367], + [8.901, 42.364], + [8.899, 42.363], + [8.898, 42.358], + [8.893, 42.355], + [8.89, 42.352], + [8.886, 42.35], + [8.882, 42.349], + [8.88, 42.346], + [8.879, 42.343], + [8.875, 42.341], + [8.871, 42.34], + [8.868, 42.34], + [8.866, 42.338], + [8.866, 42.335], + [8.857, 42.331], + [8.862, 42.33], + [8.86, 42.325], + [8.862, 42.323], + [8.862, 42.32], + [8.859, 42.315], + [8.861, 42.315], + [8.861, 42.308], + [8.859, 42.306], + [8.86, 42.304], + [8.859, 42.3], + [8.863, 42.297], + [8.87, 42.296], + [8.878, 42.293], + [8.879, 42.289], + [8.882, 42.287], + [8.883, 42.285], + [8.885, 42.285], + [8.886, 42.283], + [8.882, 42.272], + [8.883, 42.27], + [8.889, 42.267], + [8.893, 42.263], + [8.899, 42.259], + [8.905, 42.254], + [8.911, 42.255], + [8.915, 42.255], + [8.919, 42.256], + [8.923, 42.258], + [8.927, 42.254] + ] + ] + }, + "properties": { + "NOM_COM_M": "ALBERTACCE", + "INSEE_COM": "2B007", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.966, 42.531], + [8.969, 42.532], + [8.972, 42.534], + [8.974, 42.538], + [8.972, 42.538], + [8.968, 42.542], + [8.967, 42.546], + [8.962, 42.548], + [8.961, 42.551], + [8.962, 42.555], + [8.959, 42.558], + [8.96, 42.56], + [8.959, 42.563], + [8.957, 42.565], + [8.952, 42.573], + [8.949, 42.569], + [8.947, 42.568], + [8.947, 42.565], + [8.943, 42.564], + [8.943, 42.561], + [8.947, 42.558], + [8.943, 42.555], + [8.942, 42.553], + [8.942, 42.55], + [8.944, 42.547], + [8.944, 42.544], + [8.946, 42.54], + [8.949, 42.54], + [8.953, 42.537], + [8.959, 42.535], + [8.961, 42.533], + [8.966, 42.531] + ] + ] + }, + "properties": { + "NOM_COM_M": "NESSA", + "INSEE_COM": "2B175", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.221, 42.027], + [9.22, 42.019], + [9.219, 42.008], + [9.217, 41.996], + [9.215, 41.994], + [9.216, 41.992], + [9.22, 41.99], + [9.228, 41.99], + [9.234, 41.989], + [9.242, 41.991], + [9.245, 41.993], + [9.251, 41.994], + [9.254, 41.998], + [9.26, 41.998], + [9.267, 41.995], + [9.271, 41.994], + [9.275, 41.995], + [9.277, 41.997], + [9.281, 41.996], + [9.282, 41.993], + [9.285, 41.988], + [9.287, 41.987], + [9.292, 41.987], + [9.295, 41.988], + [9.297, 41.986], + [9.301, 41.987], + [9.304, 41.99], + [9.306, 41.993], + [9.312, 41.993], + [9.316, 41.994], + [9.319, 41.994], + [9.324, 41.996], + [9.32, 41.996], + [9.317, 41.997], + [9.312, 42.001], + [9.313, 42.002], + [9.312, 42.005], + [9.314, 42.01], + [9.312, 42.012], + [9.31, 42.012], + [9.308, 42.015], + [9.31, 42.017], + [9.311, 42.021], + [9.31, 42.025], + [9.313, 42.028], + [9.314, 42.033], + [9.316, 42.036], + [9.314, 42.038], + [9.31, 42.035], + [9.307, 42.035], + [9.306, 42.033], + [9.302, 42.031], + [9.296, 42.033], + [9.294, 42.033], + [9.289, 42.036], + [9.286, 42.036], + [9.279, 42.034], + [9.279, 42.035], + [9.274, 42.037], + [9.273, 42.039], + [9.269, 42.039], + [9.259, 42.046], + [9.254, 42.046], + [9.25, 42.048], + [9.242, 42.048], + [9.24, 42.047], + [9.236, 42.048], + [9.228, 42.045], + [9.228, 42.043], + [9.226, 42.036], + [9.224, 42.035], + [9.221, 42.03], + [9.221, 42.027] + ] + ] + }, + "properties": { + "NOM_COM_M": "ISOLACCIO DI FIUMORBO", + "INSEE_COM": "2B135", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.828, 41.716], + [8.83, 41.715], + [8.84, 41.723], + [8.845, 41.724], + [8.846, 41.725], + [8.852, 41.723], + [8.855, 41.72], + [8.856, 41.723], + [8.863, 41.721], + [8.864, 41.724], + [8.866, 41.725], + [8.87, 41.723], + [8.873, 41.72], + [8.875, 41.723], + [8.878, 41.723], + [8.881, 41.726], + [8.884, 41.726], + [8.886, 41.729], + [8.89, 41.728], + [8.891, 41.73], + [8.895, 41.727], + [8.898, 41.726], + [8.9, 41.728], + [8.905, 41.728], + [8.91, 41.729], + [8.914, 41.733], + [8.916, 41.737], + [8.92, 41.74], + [8.922, 41.74], + [8.925, 41.744], + [8.928, 41.745], + [8.928, 41.747], + [8.922, 41.749], + [8.919, 41.752], + [8.918, 41.754], + [8.915, 41.756], + [8.903, 41.761], + [8.9, 41.763], + [8.895, 41.763], + [8.892, 41.761], + [8.887, 41.764], + [8.885, 41.764], + [8.883, 41.767], + [8.876, 41.769], + [8.873, 41.766], + [8.873, 41.763], + [8.871, 41.761], + [8.868, 41.76], + [8.866, 41.76], + [8.864, 41.757], + [8.857, 41.755], + [8.856, 41.753], + [8.853, 41.751], + [8.853, 41.749], + [8.857, 41.743], + [8.855, 41.741], + [8.848, 41.739], + [8.843, 41.737], + [8.843, 41.732], + [8.837, 41.73], + [8.834, 41.727], + [8.83, 41.727], + [8.824, 41.721], + [8.826, 41.719], + [8.828, 41.719], + [8.828, 41.716] + ] + ] + }, + "properties": { + "NOM_COM_M": "SOLLACARO", + "INSEE_COM": "2A284", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.367, 42.396], + [9.364, 42.397], + [9.362, 42.396], + [9.357, 42.4], + [9.352, 42.402], + [9.346, 42.401], + [9.342, 42.403], + [9.34, 42.402], + [9.326, 42.399], + [9.327, 42.396], + [9.329, 42.395], + [9.34, 42.393], + [9.344, 42.392], + [9.35, 42.392], + [9.352, 42.391], + [9.354, 42.392], + [9.357, 42.388], + [9.353, 42.386], + [9.35, 42.383], + [9.352, 42.383], + [9.355, 42.385], + [9.357, 42.385], + [9.361, 42.387], + [9.365, 42.388], + [9.362, 42.391], + [9.363, 42.393], + [9.367, 42.396] + ] + ] + }, + "properties": { + "NOM_COM_M": "NOCARIO", + "INSEE_COM": "2B176", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.245, 42.228], + [9.244, 42.23], + [9.242, 42.23], + [9.241, 42.232], + [9.238, 42.233], + [9.236, 42.235], + [9.231, 42.238], + [9.229, 42.241], + [9.223, 42.237], + [9.215, 42.236], + [9.213, 42.237], + [9.209, 42.237], + [9.207, 42.239], + [9.205, 42.237], + [9.203, 42.238], + [9.2, 42.236], + [9.197, 42.237], + [9.195, 42.236], + [9.191, 42.236], + [9.184, 42.24], + [9.181, 42.241], + [9.178, 42.243], + [9.175, 42.243], + [9.174, 42.241], + [9.17, 42.24], + [9.164, 42.241], + [9.154, 42.24], + [9.149, 42.239], + [9.124, 42.239], + [9.121, 42.234], + [9.12, 42.231], + [9.11, 42.229], + [9.107, 42.227], + [9.102, 42.226], + [9.099, 42.226], + [9.096, 42.223], + [9.094, 42.219], + [9.092, 42.217], + [9.088, 42.215], + [9.085, 42.216], + [9.081, 42.215], + [9.078, 42.213], + [9.075, 42.21], + [9.07, 42.208], + [9.062, 42.211], + [9.059, 42.213], + [9.059, 42.215], + [9.054, 42.217], + [9.05, 42.214], + [9.049, 42.211], + [9.046, 42.211], + [9.046, 42.208], + [9.047, 42.203], + [9.047, 42.199], + [9.049, 42.193], + [9.058, 42.195], + [9.061, 42.195], + [9.062, 42.193], + [9.064, 42.193], + [9.084, 42.191], + [9.086, 42.188], + [9.09, 42.187], + [9.095, 42.188], + [9.099, 42.188], + [9.104, 42.187], + [9.105, 42.186], + [9.11, 42.186], + [9.113, 42.185], + [9.116, 42.185], + [9.118, 42.183], + [9.123, 42.182], + [9.127, 42.186], + [9.131, 42.188], + [9.133, 42.188], + [9.139, 42.19], + [9.147, 42.191], + [9.152, 42.195], + [9.162, 42.194], + [9.163, 42.193], + [9.168, 42.193], + [9.17, 42.194], + [9.171, 42.197], + [9.174, 42.198], + [9.175, 42.2], + [9.178, 42.202], + [9.177, 42.204], + [9.18, 42.208], + [9.182, 42.209], + [9.185, 42.212], + [9.186, 42.216], + [9.188, 42.216], + [9.187, 42.22], + [9.19, 42.221], + [9.196, 42.219], + [9.199, 42.222], + [9.2, 42.224], + [9.205, 42.224], + [9.209, 42.221], + [9.211, 42.221], + [9.217, 42.225], + [9.223, 42.224], + [9.227, 42.225], + [9.233, 42.225], + [9.233, 42.227], + [9.243, 42.227], + [9.245, 42.228] + ] + ] + }, + "properties": { + "NOM_COM_M": "VENACO", + "INSEE_COM": "2B341", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.177, 42.459], + [9.179, 42.463], + [9.189, 42.469], + [9.191, 42.473], + [9.191, 42.475], + [9.189, 42.477], + [9.188, 42.48], + [9.192, 42.483], + [9.19, 42.485], + [9.19, 42.487], + [9.188, 42.491], + [9.184, 42.492], + [9.18, 42.492], + [9.18, 42.494], + [9.181, 42.498], + [9.177, 42.501], + [9.172, 42.503], + [9.167, 42.504], + [9.163, 42.507], + [9.162, 42.51], + [9.16, 42.511], + [9.157, 42.51], + [9.154, 42.51], + [9.152, 42.504], + [9.148, 42.501], + [9.141, 42.5], + [9.14, 42.499], + [9.135, 42.499], + [9.132, 42.496], + [9.127, 42.496], + [9.126, 42.497], + [9.123, 42.496], + [9.118, 42.497], + [9.116, 42.496], + [9.114, 42.497], + [9.11, 42.497], + [9.107, 42.498], + [9.102, 42.497], + [9.098, 42.497], + [9.095, 42.499], + [9.091, 42.499], + [9.087, 42.501], + [9.082, 42.501], + [9.078, 42.507], + [9.071, 42.505], + [9.066, 42.504], + [9.064, 42.505], + [9.061, 42.504], + [9.062, 42.503], + [9.059, 42.499], + [9.06, 42.495], + [9.059, 42.491], + [9.057, 42.489], + [9.06, 42.483], + [9.063, 42.482], + [9.067, 42.482], + [9.071, 42.484], + [9.074, 42.483], + [9.077, 42.48], + [9.077, 42.476], + [9.079, 42.475], + [9.078, 42.473], + [9.084, 42.467], + [9.081, 42.464], + [9.081, 42.461], + [9.083, 42.459], + [9.083, 42.456], + [9.08, 42.45], + [9.079, 42.449], + [9.08, 42.444], + [9.081, 42.442], + [9.081, 42.439], + [9.083, 42.435], + [9.082, 42.433], + [9.079, 42.431], + [9.079, 42.428], + [9.082, 42.427], + [9.088, 42.428], + [9.09, 42.429], + [9.093, 42.428], + [9.101, 42.43], + [9.107, 42.43], + [9.105, 42.434], + [9.102, 42.437], + [9.101, 42.44], + [9.111, 42.441], + [9.114, 42.44], + [9.121, 42.443], + [9.121, 42.448], + [9.128, 42.45], + [9.132, 42.452], + [9.135, 42.452], + [9.14, 42.454], + [9.143, 42.451], + [9.15, 42.452], + [9.157, 42.455], + [9.157, 42.457], + [9.159, 42.458], + [9.161, 42.461], + [9.165, 42.464], + [9.17, 42.461], + [9.173, 42.461], + [9.177, 42.459] + ] + ] + }, + "properties": { + "NOM_COM_M": "MOLTIFAO", + "INSEE_COM": "2B162", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.698, 42.229], + [8.7, 42.232], + [8.698, 42.236], + [8.699, 42.238], + [8.699, 42.241], + [8.701, 42.242], + [8.696, 42.245], + [8.688, 42.247], + [8.689, 42.25], + [8.688, 42.252], + [8.692, 42.254], + [8.693, 42.257], + [8.689, 42.261], + [8.689, 42.263], + [8.685, 42.263], + [8.677, 42.262], + [8.675, 42.263], + [8.672, 42.262], + [8.666, 42.259], + [8.662, 42.259], + [8.658, 42.26], + [8.656, 42.258], + [8.651, 42.258], + [8.647, 42.257], + [8.642, 42.257], + [8.641, 42.254], + [8.639, 42.253], + [8.632, 42.252], + [8.628, 42.253], + [8.626, 42.251], + [8.621, 42.254], + [8.617, 42.255], + [8.617, 42.252], + [8.613, 42.253], + [8.606, 42.249], + [8.599, 42.248], + [8.593, 42.245], + [8.589, 42.245], + [8.583, 42.243], + [8.581, 42.245], + [8.578, 42.243], + [8.576, 42.24], + [8.574, 42.24], + [8.573, 42.238], + [8.569, 42.239], + [8.563, 42.238], + [8.559, 42.236], + [8.557, 42.236], + [8.552, 42.239], + [8.546, 42.24], + [8.54, 42.237], + [8.54, 42.235], + [8.543, 42.235], + [8.545, 42.232], + [8.549, 42.232], + [8.548, 42.229], + [8.554, 42.227], + [8.558, 42.229], + [8.558, 42.23], + [8.562, 42.232], + [8.564, 42.23], + [8.57, 42.231], + [8.574, 42.227], + [8.574, 42.225], + [8.572, 42.223], + [8.569, 42.222], + [8.568, 42.219], + [8.572, 42.218], + [8.578, 42.214], + [8.575, 42.212], + [8.57, 42.213], + [8.571, 42.21], + [8.569, 42.205], + [8.571, 42.204], + [8.578, 42.208], + [8.582, 42.206], + [8.581, 42.196], + [8.577, 42.195], + [8.58, 42.189], + [8.578, 42.189], + [8.582, 42.183], + [8.589, 42.186], + [8.593, 42.189], + [8.598, 42.192], + [8.603, 42.196], + [8.608, 42.196], + [8.609, 42.194], + [8.611, 42.194], + [8.617, 42.188], + [8.618, 42.184], + [8.621, 42.185], + [8.625, 42.187], + [8.63, 42.188], + [8.633, 42.19], + [8.636, 42.191], + [8.641, 42.194], + [8.646, 42.199], + [8.649, 42.201], + [8.654, 42.2], + [8.654, 42.203], + [8.656, 42.204], + [8.66, 42.204], + [8.659, 42.206], + [8.662, 42.209], + [8.662, 42.211], + [8.664, 42.212], + [8.667, 42.211], + [8.673, 42.21], + [8.676, 42.215], + [8.679, 42.216], + [8.681, 42.218], + [8.687, 42.222], + [8.689, 42.225], + [8.693, 42.228], + [8.695, 42.227], + [8.698, 42.229] + ] + ] + }, + "properties": { + "NOM_COM_M": "PIANA", + "INSEE_COM": "2A212", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.725, 42.342], + [8.719, 42.339], + [8.717, 42.339], + [8.713, 42.335], + [8.712, 42.333], + [8.71, 42.333], + [8.709, 42.329], + [8.705, 42.329], + [8.701, 42.325], + [8.705, 42.321], + [8.703, 42.319], + [8.702, 42.316], + [8.699, 42.315], + [8.698, 42.312], + [8.701, 42.31], + [8.7, 42.307], + [8.7, 42.304], + [8.701, 42.302], + [8.699, 42.3], + [8.699, 42.291], + [8.697, 42.288], + [8.692, 42.287], + [8.689, 42.283], + [8.687, 42.282], + [8.69, 42.278], + [8.692, 42.277], + [8.691, 42.275], + [8.694, 42.275], + [8.698, 42.274], + [8.715, 42.278], + [8.719, 42.278], + [8.721, 42.277], + [8.725, 42.278], + [8.73, 42.278], + [8.735, 42.28], + [8.737, 42.279], + [8.739, 42.28], + [8.741, 42.279], + [8.751, 42.279], + [8.755, 42.28], + [8.756, 42.282], + [8.759, 42.285], + [8.764, 42.288], + [8.767, 42.291], + [8.77, 42.295], + [8.77, 42.301], + [8.767, 42.304], + [8.768, 42.308], + [8.768, 42.311], + [8.772, 42.313], + [8.771, 42.317], + [8.772, 42.319], + [8.769, 42.323], + [8.771, 42.325], + [8.766, 42.33], + [8.763, 42.331], + [8.759, 42.337], + [8.757, 42.339], + [8.751, 42.339], + [8.746, 42.338], + [8.742, 42.338], + [8.738, 42.34], + [8.735, 42.339], + [8.728, 42.34], + [8.725, 42.342] + ] + ] + }, + "properties": { + "NOM_COM_M": "SERRIERA", + "INSEE_COM": "2A279", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.859, 41.624], + [8.86, 41.627], + [8.865, 41.635], + [8.867, 41.637], + [8.87, 41.644], + [8.869, 41.646], + [8.867, 41.648], + [8.863, 41.649], + [8.861, 41.647], + [8.856, 41.646], + [8.852, 41.647], + [8.849, 41.645], + [8.848, 41.643], + [8.842, 41.643], + [8.841, 41.64], + [8.833, 41.638], + [8.825, 41.635], + [8.824, 41.632], + [8.822, 41.63], + [8.816, 41.63], + [8.811, 41.631], + [8.81, 41.635], + [8.81, 41.638], + [8.809, 41.64], + [8.806, 41.642], + [8.803, 41.641], + [8.805, 41.638], + [8.803, 41.633], + [8.798, 41.633], + [8.793, 41.63], + [8.791, 41.627], + [8.795, 41.625], + [8.792, 41.621], + [8.786, 41.619], + [8.79, 41.617], + [8.792, 41.61], + [8.792, 41.608], + [8.789, 41.605], + [8.785, 41.602], + [8.787, 41.597], + [8.784, 41.596], + [8.779, 41.593], + [8.775, 41.593], + [8.776, 41.59], + [8.779, 41.59], + [8.782, 41.588], + [8.783, 41.587], + [8.786, 41.591], + [8.79, 41.594], + [8.796, 41.593], + [8.8, 41.59], + [8.804, 41.589], + [8.807, 41.591], + [8.811, 41.588], + [8.814, 41.588], + [8.819, 41.592], + [8.823, 41.592], + [8.823, 41.594], + [8.83, 41.595], + [8.826, 41.599], + [8.829, 41.6], + [8.834, 41.598], + [8.84, 41.601], + [8.84, 41.603], + [8.844, 41.606], + [8.851, 41.613], + [8.857, 41.62], + [8.859, 41.624] + ] + ] + }, + "properties": { + "NOM_COM_M": "BELVEDERE CAMPOMORO", + "INSEE_COM": "2A035", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.137, 41.738], + [9.144, 41.733], + [9.14, 41.732], + [9.138, 41.73], + [9.138, 41.725], + [9.141, 41.717], + [9.143, 41.713], + [9.141, 41.71], + [9.141, 41.708], + [9.145, 41.71], + [9.148, 41.708], + [9.151, 41.704], + [9.158, 41.699], + [9.163, 41.701], + [9.165, 41.701], + [9.168, 41.697], + [9.173, 41.695], + [9.179, 41.692], + [9.189, 41.684], + [9.197, 41.687], + [9.201, 41.686], + [9.204, 41.684], + [9.209, 41.684], + [9.211, 41.679], + [9.214, 41.678], + [9.215, 41.674], + [9.215, 41.668], + [9.219, 41.662], + [9.226, 41.661], + [9.235, 41.663], + [9.238, 41.663], + [9.242, 41.66], + [9.248, 41.658], + [9.249, 41.655], + [9.254, 41.65], + [9.256, 41.647], + [9.261, 41.646], + [9.269, 41.639], + [9.273, 41.637], + [9.279, 41.632], + [9.284, 41.635], + [9.286, 41.638], + [9.292, 41.642], + [9.295, 41.643], + [9.296, 41.645], + [9.304, 41.647], + [9.309, 41.65], + [9.32, 41.653], + [9.322, 41.654], + [9.322, 41.655], + [9.317, 41.656], + [9.315, 41.655], + [9.31, 41.659], + [9.311, 41.662], + [9.308, 41.664], + [9.303, 41.67], + [9.3, 41.671], + [9.297, 41.676], + [9.298, 41.679], + [9.291, 41.681], + [9.288, 41.683], + [9.284, 41.689], + [9.281, 41.69], + [9.28, 41.693], + [9.273, 41.692], + [9.269, 41.69], + [9.265, 41.689], + [9.263, 41.687], + [9.253, 41.684], + [9.25, 41.681], + [9.25, 41.685], + [9.244, 41.682], + [9.24, 41.686], + [9.236, 41.687], + [9.233, 41.687], + [9.222, 41.689], + [9.22, 41.691], + [9.209, 41.694], + [9.203, 41.695], + [9.195, 41.702], + [9.191, 41.707], + [9.184, 41.711], + [9.175, 41.715], + [9.167, 41.72], + [9.168, 41.723], + [9.168, 41.727], + [9.17, 41.73], + [9.169, 41.732], + [9.166, 41.732], + [9.16, 41.733], + [9.157, 41.735], + [9.156, 41.738], + [9.15, 41.739], + [9.148, 41.74], + [9.137, 41.738] + ] + ] + }, + "properties": { + "NOM_COM_M": "SAN GAVINO DI CARBINI", + "INSEE_COM": "2A300", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.815, 42.537], + [8.811, 42.539], + [8.809, 42.541], + [8.804, 42.544], + [8.804, 42.547], + [8.802, 42.55], + [8.804, 42.553], + [8.81, 42.553], + [8.805, 42.556], + [8.805, 42.558], + [8.802, 42.559], + [8.801, 42.561], + [8.797, 42.565], + [8.794, 42.563], + [8.794, 42.561], + [8.79, 42.559], + [8.783, 42.557], + [8.773, 42.556], + [8.766, 42.556], + [8.759, 42.56], + [8.756, 42.564], + [8.757, 42.566], + [8.762, 42.567], + [8.763, 42.57], + [8.758, 42.569], + [8.756, 42.571], + [8.749, 42.568], + [8.744, 42.568], + [8.74, 42.569], + [8.738, 42.568], + [8.738, 42.565], + [8.732, 42.563], + [8.73, 42.563], + [8.728, 42.561], + [8.727, 42.564], + [8.728, 42.566], + [8.726, 42.569], + [8.727, 42.57], + [8.726, 42.573], + [8.724, 42.574], + [8.724, 42.58], + [8.722, 42.582], + [8.719, 42.581], + [8.715, 42.578], + [8.712, 42.578], + [8.71, 42.576], + [8.713, 42.574], + [8.707, 42.571], + [8.711, 42.569], + [8.717, 42.571], + [8.717, 42.569], + [8.715, 42.566], + [8.715, 42.564], + [8.719, 42.562], + [8.721, 42.558], + [8.723, 42.556], + [8.722, 42.553], + [8.72, 42.553], + [8.717, 42.551], + [8.717, 42.549], + [8.72, 42.548], + [8.721, 42.546], + [8.718, 42.544], + [8.719, 42.541], + [8.717, 42.539], + [8.712, 42.538], + [8.71, 42.536], + [8.712, 42.534], + [8.715, 42.534], + [8.717, 42.532], + [8.717, 42.529], + [8.722, 42.53], + [8.723, 42.533], + [8.731, 42.535], + [8.735, 42.535], + [8.736, 42.536], + [8.74, 42.535], + [8.743, 42.533], + [8.742, 42.531], + [8.746, 42.526], + [8.754, 42.526], + [8.76, 42.518], + [8.764, 42.517], + [8.766, 42.515], + [8.768, 42.515], + [8.772, 42.517], + [8.779, 42.517], + [8.782, 42.519], + [8.794, 42.525], + [8.795, 42.526], + [8.795, 42.53], + [8.8, 42.528], + [8.808, 42.532], + [8.815, 42.537] + ] + ] + }, + "properties": { + "NOM_COM_M": "CALVI", + "INSEE_COM": "2B050", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.02, 42.552], + [9.022, 42.553], + [9.024, 42.556], + [9.031, 42.56], + [9.034, 42.566], + [9.036, 42.568], + [9.036, 42.57], + [9.038, 42.574], + [9.033, 42.576], + [9.027, 42.576], + [9.023, 42.575], + [9.019, 42.576], + [9.013, 42.579], + [9.01, 42.582], + [9.01, 42.585], + [9.006, 42.589], + [9.005, 42.591], + [9.006, 42.595], + [9.003, 42.597], + [9.002, 42.599], + [9.001, 42.605], + [9.001, 42.609], + [8.998, 42.614], + [9, 42.625], + [8.999, 42.634], + [9, 42.639], + [9, 42.642], + [8.998, 42.64], + [8.994, 42.64], + [8.993, 42.641], + [8.989, 42.64], + [8.986, 42.641], + [8.984, 42.639], + [8.98, 42.639], + [8.982, 42.637], + [8.982, 42.634], + [8.984, 42.632], + [8.984, 42.63], + [8.988, 42.626], + [8.986, 42.624], + [8.985, 42.62], + [8.986, 42.614], + [8.989, 42.61], + [8.992, 42.601], + [8.994, 42.594], + [8.998, 42.592], + [9, 42.585], + [9.003, 42.578], + [9.004, 42.569], + [9.005, 42.566], + [9.007, 42.563], + [9.008, 42.559], + [9.017, 42.552], + [9.02, 42.552] + ] + ] + }, + "properties": { + "NOM_COM_M": "OCCHIATANA", + "INSEE_COM": "2B182", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.917, 41.682], + [8.911, 41.68], + [8.908, 41.677], + [8.904, 41.677], + [8.903, 41.676], + [8.894, 41.676], + [8.892, 41.673], + [8.887, 41.671], + [8.883, 41.672], + [8.881, 41.67], + [8.881, 41.666], + [8.879, 41.662], + [8.879, 41.658], + [8.877, 41.651], + [8.872, 41.647], + [8.869, 41.646], + [8.87, 41.644], + [8.867, 41.637], + [8.865, 41.635], + [8.86, 41.627], + [8.859, 41.624], + [8.863, 41.622], + [8.866, 41.622], + [8.869, 41.62], + [8.874, 41.622], + [8.886, 41.626], + [8.887, 41.627], + [8.89, 41.629], + [8.895, 41.634], + [8.894, 41.637], + [8.896, 41.639], + [8.905, 41.638], + [8.906, 41.64], + [8.908, 41.639], + [8.914, 41.634], + [8.917, 41.639], + [8.92, 41.639], + [8.92, 41.644], + [8.919, 41.647], + [8.92, 41.649], + [8.918, 41.65], + [8.919, 41.655], + [8.917, 41.659], + [8.917, 41.661], + [8.919, 41.665], + [8.921, 41.667], + [8.919, 41.669], + [8.918, 41.676], + [8.92, 41.679], + [8.919, 41.681], + [8.917, 41.682] + ] + ] + }, + "properties": { + "NOM_COM_M": "PROPRIANO", + "INSEE_COM": "2A249", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [9.363, 41.55], + [9.365, 41.553], + [9.362, 41.554], + [9.359, 41.551], + [9.361, 41.549], + [9.363, 41.55] + ] + ], + [ + [ + [9.287, 41.484], + [9.287, 41.486], + [9.284, 41.487], + [9.284, 41.489], + [9.287, 41.492], + [9.288, 41.494], + [9.284, 41.5], + [9.28, 41.499], + [9.278, 41.496], + [9.276, 41.496], + [9.274, 41.499], + [9.269, 41.499], + [9.268, 41.501], + [9.272, 41.504], + [9.275, 41.504], + [9.28, 41.51], + [9.284, 41.517], + [9.284, 41.52], + [9.281, 41.521], + [9.279, 41.523], + [9.273, 41.523], + [9.272, 41.525], + [9.272, 41.529], + [9.277, 41.532], + [9.28, 41.53], + [9.286, 41.529], + [9.29, 41.532], + [9.291, 41.534], + [9.294, 41.537], + [9.296, 41.541], + [9.298, 41.541], + [9.302, 41.544], + [9.303, 41.546], + [9.308, 41.545], + [9.309, 41.549], + [9.314, 41.552], + [9.318, 41.551], + [9.319, 41.554], + [9.324, 41.557], + [9.331, 41.56], + [9.334, 41.56], + [9.337, 41.559], + [9.34, 41.56], + [9.341, 41.559], + [9.344, 41.561], + [9.347, 41.562], + [9.35, 41.566], + [9.35, 41.572], + [9.348, 41.575], + [9.351, 41.577], + [9.353, 41.577], + [9.356, 41.582], + [9.356, 41.584], + [9.362, 41.588], + [9.362, 41.591], + [9.368, 41.591], + [9.367, 41.593], + [9.368, 41.598], + [9.364, 41.596], + [9.356, 41.596], + [9.354, 41.594], + [9.348, 41.594], + [9.346, 41.595], + [9.343, 41.594], + [9.34, 41.594], + [9.34, 41.597], + [9.338, 41.6], + [9.334, 41.602], + [9.329, 41.602], + [9.326, 41.604], + [9.322, 41.605], + [9.319, 41.605], + [9.313, 41.601], + [9.31, 41.597], + [9.309, 41.594], + [9.306, 41.592], + [9.304, 41.589], + [9.302, 41.59], + [9.299, 41.585], + [9.295, 41.584], + [9.291, 41.587], + [9.286, 41.59], + [9.283, 41.596], + [9.281, 41.598], + [9.284, 41.599], + [9.287, 41.599], + [9.286, 41.603], + [9.288, 41.609], + [9.291, 41.61], + [9.294, 41.61], + [9.304, 41.614], + [9.306, 41.616], + [9.304, 41.622], + [9.304, 41.625], + [9.308, 41.629], + [9.311, 41.628], + [9.314, 41.629], + [9.316, 41.631], + [9.319, 41.629], + [9.322, 41.628], + [9.328, 41.63], + [9.33, 41.634], + [9.328, 41.638], + [9.329, 41.64], + [9.326, 41.644], + [9.327, 41.647], + [9.326, 41.65], + [9.322, 41.654], + [9.32, 41.653], + [9.309, 41.65], + [9.304, 41.647], + [9.296, 41.645], + [9.295, 41.643], + [9.292, 41.642], + [9.286, 41.638], + [9.284, 41.635], + [9.279, 41.632], + [9.273, 41.637], + [9.269, 41.639], + [9.261, 41.646], + [9.256, 41.647], + [9.254, 41.65], + [9.249, 41.655], + [9.248, 41.658], + [9.242, 41.66], + [9.238, 41.663], + [9.235, 41.663], + [9.226, 41.661], + [9.219, 41.662], + [9.215, 41.668], + [9.215, 41.674], + [9.214, 41.678], + [9.211, 41.679], + [9.209, 41.684], + [9.204, 41.684], + [9.201, 41.686], + [9.197, 41.687], + [9.189, 41.684], + [9.191, 41.681], + [9.191, 41.678], + [9.194, 41.671], + [9.19, 41.671], + [9.189, 41.672], + [9.177, 41.666], + [9.177, 41.665], + [9.172, 41.662], + [9.171, 41.66], + [9.168, 41.657], + [9.164, 41.656], + [9.167, 41.652], + [9.167, 41.649], + [9.171, 41.644], + [9.168, 41.64], + [9.168, 41.638], + [9.171, 41.628], + [9.17, 41.626], + [9.17, 41.616], + [9.172, 41.615], + [9.17, 41.611], + [9.175, 41.606], + [9.179, 41.606], + [9.18, 41.602], + [9.184, 41.602], + [9.184, 41.594], + [9.192, 41.576], + [9.202, 41.572], + [9.21, 41.564], + [9.214, 41.561], + [9.22, 41.564], + [9.223, 41.562], + [9.226, 41.555], + [9.23, 41.552], + [9.233, 41.547], + [9.238, 41.544], + [9.242, 41.541], + [9.24, 41.539], + [9.239, 41.535], + [9.237, 41.534], + [9.236, 41.531], + [9.239, 41.528], + [9.237, 41.522], + [9.235, 41.521], + [9.234, 41.518], + [9.235, 41.515], + [9.234, 41.512], + [9.234, 41.509], + [9.235, 41.507], + [9.234, 41.501], + [9.236, 41.499], + [9.238, 41.5], + [9.237, 41.494], + [9.24, 41.494], + [9.242, 41.489], + [9.244, 41.488], + [9.244, 41.486], + [9.246, 41.483], + [9.249, 41.485], + [9.25, 41.487], + [9.253, 41.489], + [9.259, 41.491], + [9.265, 41.491], + [9.267, 41.489], + [9.267, 41.487], + [9.271, 41.484], + [9.277, 41.485], + [9.277, 41.487], + [9.279, 41.488], + [9.281, 41.485], + [9.286, 41.486], + [9.287, 41.484] + ] + ] + ] + }, + "properties": { + "NOM_COM_M": "PORTO VECCHIO", + "INSEE_COM": "2A247", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.486, 42.402], + [9.488, 42.398], + [9.488, 42.394], + [9.489, 42.392], + [9.488, 42.39], + [9.489, 42.389], + [9.491, 42.388], + [9.494, 42.388], + [9.499, 42.386], + [9.5, 42.388], + [9.504, 42.388], + [9.506, 42.389], + [9.511, 42.39], + [9.511, 42.393], + [9.514, 42.393], + [9.518, 42.394], + [9.521, 42.394], + [9.527, 42.395], + [9.532, 42.394], + [9.535, 42.394], + [9.537, 42.403], + [9.538, 42.412], + [9.535, 42.412], + [9.53, 42.414], + [9.526, 42.413], + [9.523, 42.413], + [9.518, 42.415], + [9.513, 42.416], + [9.513, 42.413], + [9.51, 42.41], + [9.506, 42.409], + [9.505, 42.41], + [9.499, 42.41], + [9.493, 42.409], + [9.494, 42.406], + [9.491, 42.404], + [9.486, 42.402] + ] + ] + }, + "properties": { + "NOM_COM_M": "POGGIO MEZZANA", + "INSEE_COM": "2B242", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.01, 41.631], + [9.008, 41.634], + [9.006, 41.635], + [9.002, 41.635], + [9.003, 41.64], + [9.003, 41.643], + [8.997, 41.643], + [8.996, 41.648], + [8.999, 41.651], + [9.001, 41.652], + [8.999, 41.654], + [9, 41.661], + [8.994, 41.662], + [8.989, 41.66], + [8.989, 41.658], + [8.987, 41.656], + [8.983, 41.655], + [8.981, 41.656], + [8.973, 41.654], + [8.972, 41.652], + [8.971, 41.65], + [8.967, 41.648], + [8.964, 41.648], + [8.958, 41.647], + [8.955, 41.648], + [8.949, 41.647], + [8.947, 41.65], + [8.944, 41.652], + [8.939, 41.651], + [8.938, 41.652], + [8.929, 41.653], + [8.926, 41.656], + [8.922, 41.655], + [8.919, 41.655], + [8.918, 41.65], + [8.92, 41.649], + [8.919, 41.647], + [8.92, 41.644], + [8.92, 41.639], + [8.917, 41.639], + [8.914, 41.634], + [8.918, 41.628], + [8.922, 41.627], + [8.923, 41.623], + [8.922, 41.62], + [8.92, 41.618], + [8.922, 41.615], + [8.92, 41.613], + [8.912, 41.61], + [8.912, 41.608], + [8.906, 41.607], + [8.901, 41.605], + [8.9, 41.602], + [8.898, 41.6], + [8.898, 41.595], + [8.897, 41.593], + [8.89, 41.593], + [8.884, 41.591], + [8.881, 41.589], + [8.876, 41.589], + [8.876, 41.588], + [8.871, 41.587], + [8.869, 41.586], + [8.866, 41.586], + [8.861, 41.589], + [8.859, 41.587], + [8.857, 41.589], + [8.854, 41.588], + [8.852, 41.585], + [8.849, 41.584], + [8.845, 41.585], + [8.841, 41.583], + [8.838, 41.586], + [8.836, 41.586], + [8.835, 41.584], + [8.832, 41.584], + [8.825, 41.586], + [8.821, 41.586], + [8.819, 41.588], + [8.814, 41.588], + [8.811, 41.588], + [8.807, 41.591], + [8.804, 41.589], + [8.8, 41.59], + [8.796, 41.593], + [8.79, 41.594], + [8.786, 41.591], + [8.783, 41.587], + [8.782, 41.588], + [8.782, 41.587], + [8.787, 41.586], + [8.789, 41.587], + [8.792, 41.587], + [8.791, 41.583], + [8.792, 41.579], + [8.794, 41.579], + [8.799, 41.575], + [8.803, 41.576], + [8.804, 41.575], + [8.802, 41.572], + [8.799, 41.572], + [8.795, 41.569], + [8.792, 41.566], + [8.79, 41.567], + [8.786, 41.565], + [8.789, 41.559], + [8.795, 41.556], + [8.799, 41.557], + [8.802, 41.557], + [8.805, 41.556], + [8.81, 41.557], + [8.81, 41.555], + [8.813, 41.553], + [8.816, 41.553], + [8.814, 41.549], + [8.817, 41.547], + [8.82, 41.547], + [8.821, 41.545], + [8.826, 41.546], + [8.828, 41.545], + [8.83, 41.547], + [8.834, 41.547], + [8.837, 41.545], + [8.843, 41.547], + [8.845, 41.545], + [8.843, 41.542], + [8.846, 41.541], + [8.85, 41.543], + [8.852, 41.547], + [8.854, 41.547], + [8.851, 41.542], + [8.851, 41.539], + [8.856, 41.536], + [8.856, 41.534], + [8.851, 41.533], + [8.847, 41.529], + [8.843, 41.527], + [8.841, 41.522], + [8.843, 41.518], + [8.847, 41.518], + [8.848, 41.519], + [8.852, 41.518], + [8.856, 41.518], + [8.86, 41.521], + [8.862, 41.52], + [8.866, 41.52], + [8.874, 41.524], + [8.877, 41.524], + [8.882, 41.521], + [8.884, 41.518], + [8.89, 41.517], + [8.891, 41.515], + [8.884, 41.511], + [8.882, 41.508], + [8.886, 41.505], + [8.893, 41.508], + [8.894, 41.507], + [8.9, 41.509], + [8.909, 41.506], + [8.91, 41.508], + [8.914, 41.508], + [8.917, 41.505], + [8.921, 41.498], + [8.922, 41.492], + [8.921, 41.489], + [8.926, 41.49], + [8.929, 41.492], + [8.932, 41.496], + [8.937, 41.495], + [8.936, 41.492], + [8.94, 41.49], + [8.944, 41.495], + [8.953, 41.501], + [8.957, 41.504], + [8.959, 41.507], + [8.964, 41.508], + [8.966, 41.507], + [8.972, 41.509], + [8.977, 41.513], + [8.98, 41.519], + [8.982, 41.521], + [8.982, 41.523], + [8.985, 41.524], + [8.987, 41.528], + [8.993, 41.532], + [8.995, 41.535], + [8.998, 41.537], + [9, 41.537], + [9.004, 41.539], + [9.006, 41.541], + [9.011, 41.543], + [9.015, 41.547], + [9.015, 41.551], + [9.014, 41.552], + [9.019, 41.557], + [9.022, 41.561], + [9.025, 41.561], + [9.028, 41.563], + [9.03, 41.563], + [9.032, 41.566], + [9.038, 41.566], + [9.037, 41.568], + [9.041, 41.571], + [9.048, 41.57], + [9.055, 41.571], + [9.056, 41.57], + [9.064, 41.571], + [9.071, 41.571], + [9.076, 41.573], + [9.075, 41.577], + [9.081, 41.583], + [9.084, 41.584], + [9.075, 41.587], + [9.071, 41.587], + [9.069, 41.589], + [9.069, 41.591], + [9.06, 41.594], + [9.057, 41.6], + [9.058, 41.601], + [9.056, 41.604], + [9.051, 41.605], + [9.049, 41.606], + [9.046, 41.609], + [9.042, 41.611], + [9.039, 41.61], + [9.038, 41.608], + [9.034, 41.605], + [9.032, 41.605], + [9.032, 41.602], + [9.028, 41.603], + [9.025, 41.598], + [9.022, 41.598], + [9.013, 41.604], + [9.01, 41.603], + [9.008, 41.604], + [9.005, 41.602], + [8.993, 41.602], + [8.993, 41.605], + [8.996, 41.608], + [8.997, 41.611], + [8.997, 41.615], + [8.993, 41.617], + [8.989, 41.618], + [8.99, 41.62], + [8.993, 41.62], + [9.003, 41.627], + [9.01, 41.631] + ], + [ + [8.981, 41.586], + [8.982, 41.582], + [8.97, 41.58], + [8.965, 41.577], + [8.96, 41.579], + [8.957, 41.576], + [8.953, 41.575], + [8.95, 41.572], + [8.936, 41.572], + [8.935, 41.574], + [8.938, 41.575], + [8.938, 41.579], + [8.94, 41.585], + [8.938, 41.588], + [8.939, 41.59], + [8.942, 41.59], + [8.948, 41.593], + [8.943, 41.596], + [8.943, 41.601], + [8.946, 41.6], + [8.948, 41.598], + [8.952, 41.597], + [8.955, 41.599], + [8.963, 41.598], + [8.972, 41.598], + [8.974, 41.595], + [8.976, 41.594], + [8.98, 41.587], + [8.981, 41.586] + ] + ] + }, + "properties": { + "NOM_COM_M": "SARTENE", + "INSEE_COM": "2A272", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.487, 42.827], + [9.486, 42.834], + [9.483, 42.836], + [9.481, 42.836], + [9.48, 42.84], + [9.484, 42.842], + [9.483, 42.844], + [9.484, 42.846], + [9.483, 42.848], + [9.486, 42.851], + [9.484, 42.854], + [9.483, 42.857], + [9.48, 42.86], + [9.47, 42.861], + [9.466, 42.859], + [9.456, 42.858], + [9.449, 42.858], + [9.449, 42.859], + [9.443, 42.861], + [9.436, 42.861], + [9.434, 42.86], + [9.425, 42.862], + [9.416, 42.865], + [9.41, 42.863], + [9.408, 42.864], + [9.404, 42.863], + [9.402, 42.861], + [9.396, 42.855], + [9.394, 42.852], + [9.394, 42.848], + [9.392, 42.847], + [9.392, 42.845], + [9.388, 42.843], + [9.385, 42.835], + [9.409, 42.831], + [9.436, 42.829], + [9.457, 42.828], + [9.472, 42.828], + [9.487, 42.827] + ] + ] + }, + "properties": { + "NOM_COM_M": "PIETRACORBARA", + "INSEE_COM": "2B224", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.392, 42.638], + [9.388, 42.637], + [9.384, 42.634], + [9.379, 42.634], + [9.374, 42.633], + [9.373, 42.635], + [9.37, 42.635], + [9.366, 42.634], + [9.363, 42.635], + [9.355, 42.639], + [9.354, 42.642], + [9.351, 42.645], + [9.347, 42.646], + [9.34, 42.653], + [9.339, 42.656], + [9.332, 42.66], + [9.332, 42.661], + [9.321, 42.666], + [9.321, 42.668], + [9.324, 42.67], + [9.321, 42.672], + [9.317, 42.67], + [9.315, 42.668], + [9.31, 42.67], + [9.306, 42.67], + [9.3, 42.669], + [9.299, 42.668], + [9.295, 42.668], + [9.289, 42.665], + [9.286, 42.665], + [9.283, 42.662], + [9.288, 42.654], + [9.287, 42.65], + [9.289, 42.646], + [9.292, 42.645], + [9.295, 42.643], + [9.295, 42.64], + [9.297, 42.638], + [9.296, 42.634], + [9.297, 42.631], + [9.302, 42.632], + [9.303, 42.629], + [9.302, 42.627], + [9.314, 42.627], + [9.33, 42.626], + [9.351, 42.626], + [9.352, 42.625], + [9.357, 42.623], + [9.36, 42.621], + [9.364, 42.621], + [9.369, 42.62], + [9.374, 42.618], + [9.382, 42.621], + [9.385, 42.621], + [9.393, 42.618], + [9.398, 42.62], + [9.399, 42.622], + [9.405, 42.622], + [9.405, 42.624], + [9.407, 42.626], + [9.398, 42.63], + [9.395, 42.635], + [9.392, 42.638] + ] + ] + }, + "properties": { + "NOM_COM_M": "OLETTA", + "INSEE_COM": "2B185", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.197, 42.418], + [9.202, 42.416], + [9.208, 42.418], + [9.213, 42.418], + [9.216, 42.419], + [9.22, 42.417], + [9.232, 42.418], + [9.242, 42.413], + [9.247, 42.413], + [9.251, 42.414], + [9.252, 42.413], + [9.254, 42.408], + [9.255, 42.403], + [9.256, 42.403], + [9.271, 42.406], + [9.273, 42.402], + [9.275, 42.4], + [9.277, 42.401], + [9.281, 42.401], + [9.285, 42.397], + [9.289, 42.396], + [9.297, 42.393], + [9.305, 42.392], + [9.307, 42.393], + [9.312, 42.392], + [9.327, 42.396], + [9.326, 42.399], + [9.326, 42.402], + [9.318, 42.403], + [9.306, 42.406], + [9.292, 42.409], + [9.284, 42.409], + [9.28, 42.407], + [9.278, 42.408], + [9.275, 42.414], + [9.271, 42.415], + [9.265, 42.415], + [9.262, 42.417], + [9.259, 42.416], + [9.257, 42.418], + [9.251, 42.42], + [9.246, 42.419], + [9.247, 42.423], + [9.245, 42.425], + [9.246, 42.427], + [9.238, 42.426], + [9.234, 42.424], + [9.226, 42.425], + [9.222, 42.426], + [9.216, 42.43], + [9.212, 42.43], + [9.209, 42.433], + [9.203, 42.427], + [9.199, 42.421], + [9.197, 42.418] + ] + ] + }, + "properties": { + "NOM_COM_M": "SALICETO", + "INSEE_COM": "2B267", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.401, 42.522], + [9.397, 42.52], + [9.391, 42.522], + [9.383, 42.522], + [9.381, 42.523], + [9.379, 42.526], + [9.373, 42.524], + [9.372, 42.525], + [9.369, 42.523], + [9.364, 42.524], + [9.359, 42.526], + [9.352, 42.535], + [9.353, 42.537], + [9.346, 42.545], + [9.343, 42.544], + [9.337, 42.537], + [9.334, 42.537], + [9.332, 42.526], + [9.333, 42.519], + [9.332, 42.515], + [9.333, 42.509], + [9.335, 42.506], + [9.338, 42.507], + [9.339, 42.51], + [9.346, 42.511], + [9.349, 42.511], + [9.351, 42.509], + [9.354, 42.509], + [9.361, 42.506], + [9.367, 42.505], + [9.37, 42.505], + [9.374, 42.508], + [9.385, 42.51], + [9.386, 42.509], + [9.386, 42.505], + [9.388, 42.504], + [9.393, 42.504], + [9.396, 42.507], + [9.396, 42.514], + [9.395, 42.517], + [9.396, 42.518], + [9.404, 42.516], + [9.404, 42.518], + [9.401, 42.522] + ] + ] + }, + "properties": { + "NOM_COM_M": "VOLPAJOLA", + "INSEE_COM": "2B355", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.084, 41.584], + [9.081, 41.583], + [9.075, 41.577], + [9.076, 41.573], + [9.076, 41.571], + [9.074, 41.569], + [9.065, 41.565], + [9.061, 41.557], + [9.062, 41.55], + [9.063, 41.548], + [9.06, 41.545], + [9.056, 41.542], + [9.049, 41.535], + [9.044, 41.532], + [9.043, 41.53], + [9.038, 41.527], + [9.036, 41.524], + [9.032, 41.521], + [9.031, 41.517], + [9.032, 41.514], + [9.035, 41.513], + [9.036, 41.509], + [9.036, 41.506], + [9.033, 41.505], + [9.031, 41.506], + [9.016, 41.503], + [9.01, 41.503], + [9.006, 41.5], + [8.997, 41.496], + [8.996, 41.494], + [8.999, 41.491], + [8.995, 41.486], + [8.998, 41.482], + [8.997, 41.48], + [9.002, 41.477], + [9.003, 41.475], + [9.008, 41.476], + [9.01, 41.474], + [9.015, 41.479], + [9.018, 41.478], + [9.016, 41.475], + [9.015, 41.471], + [9.018, 41.47], + [9.018, 41.467], + [9.024, 41.466], + [9.023, 41.463], + [9.025, 41.462], + [9.028, 41.463], + [9.029, 41.468], + [9.033, 41.469], + [9.035, 41.471], + [9.039, 41.469], + [9.04, 41.463], + [9.038, 41.46], + [9.038, 41.458], + [9.041, 41.457], + [9.047, 41.461], + [9.052, 41.46], + [9.055, 41.462], + [9.056, 41.464], + [9.059, 41.465], + [9.061, 41.467], + [9.062, 41.471], + [9.067, 41.473], + [9.069, 41.476], + [9.072, 41.475], + [9.073, 41.478], + [9.076, 41.477], + [9.08, 41.477], + [9.079, 41.481], + [9.084, 41.482], + [9.084, 41.483], + [9.078, 41.487], + [9.077, 41.492], + [9.078, 41.495], + [9.074, 41.5], + [9.073, 41.505], + [9.076, 41.505], + [9.078, 41.508], + [9.079, 41.511], + [9.082, 41.512], + [9.083, 41.517], + [9.08, 41.52], + [9.076, 41.523], + [9.072, 41.525], + [9.068, 41.524], + [9.063, 41.529], + [9.064, 41.531], + [9.061, 41.532], + [9.063, 41.534], + [9.067, 41.544], + [9.069, 41.547], + [9.071, 41.547], + [9.075, 41.553], + [9.078, 41.555], + [9.081, 41.559], + [9.082, 41.562], + [9.086, 41.564], + [9.091, 41.568], + [9.091, 41.569], + [9.096, 41.572], + [9.095, 41.574], + [9.092, 41.575], + [9.089, 41.575], + [9.087, 41.581], + [9.087, 41.585], + [9.084, 41.584] + ] + ] + }, + "properties": { + "NOM_COM_M": "PIANOTTOLI CALDARELLO", + "INSEE_COM": "2A215", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.872, 41.954], + [8.876, 41.954], + [8.881, 41.957], + [8.886, 41.956], + [8.89, 41.957], + [8.893, 41.956], + [8.9, 41.963], + [8.902, 41.964], + [8.904, 41.967], + [8.91, 41.97], + [8.914, 41.968], + [8.917, 41.97], + [8.921, 41.97], + [8.925, 41.974], + [8.928, 41.974], + [8.931, 41.975], + [8.934, 41.975], + [8.941, 41.978], + [8.942, 41.982], + [8.944, 41.983], + [8.944, 41.985], + [8.947, 41.987], + [8.947, 41.989], + [8.941, 41.991], + [8.938, 41.99], + [8.935, 41.992], + [8.929, 41.992], + [8.918, 41.995], + [8.912, 41.997], + [8.908, 41.994], + [8.903, 41.997], + [8.896, 42], + [8.89, 41.998], + [8.885, 42.001], + [8.88, 42.001], + [8.879, 41.998], + [8.874, 41.996], + [8.874, 41.994], + [8.869, 41.991], + [8.863, 41.99], + [8.861, 41.988], + [8.857, 41.988], + [8.855, 41.986], + [8.85, 41.986], + [8.843, 41.982], + [8.837, 41.979], + [8.835, 41.976], + [8.831, 41.975], + [8.833, 41.973], + [8.832, 41.969], + [8.829, 41.968], + [8.826, 41.968], + [8.823, 41.967], + [8.821, 41.961], + [8.822, 41.96], + [8.826, 41.962], + [8.835, 41.958], + [8.846, 41.958], + [8.85, 41.957], + [8.855, 41.958], + [8.862, 41.957], + [8.863, 41.956], + [8.872, 41.954] + ] + ] + }, + "properties": { + "NOM_COM_M": "CUTTOLI CORTICCHIATO", + "INSEE_COM": "2A103", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.01, 41.631], + [9.015, 41.63], + [9.022, 41.63], + [9.022, 41.626], + [9.026, 41.626], + [9.027, 41.627], + [9.028, 41.635], + [9.029, 41.635], + [9.028, 41.636], + [9.023, 41.638], + [9.021, 41.64], + [9.016, 41.641], + [9.015, 41.645], + [9.015, 41.648], + [9.017, 41.648], + [9.018, 41.65], + [9.015, 41.652], + [9.013, 41.651], + [9.01, 41.653], + [9.005, 41.654], + [9.001, 41.652], + [8.999, 41.651], + [8.996, 41.648], + [8.997, 41.643], + [9.003, 41.643], + [9.003, 41.64], + [9.002, 41.635], + [9.006, 41.635], + [9.008, 41.634], + [9.01, 41.631] + ] + ] + }, + "properties": { + "NOM_COM_M": "GRANACE", + "INSEE_COM": "2A128", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.06, 41.905], + [9.059, 41.906], + [9.062, 41.91], + [9.063, 41.913], + [9.062, 41.916], + [9.063, 41.917], + [9.062, 41.922], + [9.063, 41.925], + [9.061, 41.921], + [9.058, 41.919], + [9.053, 41.912], + [9.053, 41.909], + [9.046, 41.909], + [9.042, 41.906], + [9.042, 41.904], + [9.038, 41.901], + [9.03, 41.894], + [9.031, 41.892], + [9.028, 41.89], + [9.03, 41.888], + [9.033, 41.887], + [9.034, 41.884], + [9.037, 41.881], + [9.037, 41.879], + [9.034, 41.876], + [9.031, 41.874], + [9.032, 41.87], + [9.034, 41.866], + [9.033, 41.862], + [9.033, 41.857], + [9.036, 41.853], + [9.04, 41.855], + [9.043, 41.858], + [9.044, 41.861], + [9.047, 41.86], + [9.047, 41.864], + [9.049, 41.867], + [9.049, 41.871], + [9.052, 41.874], + [9.049, 41.877], + [9.051, 41.881], + [9.053, 41.882], + [9.053, 41.884], + [9.055, 41.887], + [9.056, 41.89], + [9.058, 41.891], + [9.058, 41.895], + [9.061, 41.902], + [9.06, 41.905] + ] + ] + }, + "properties": { + "NOM_COM_M": "ZEVACO", + "INSEE_COM": "2A358", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.957, 41.811], + [8.958, 41.813], + [8.957, 41.815], + [8.959, 41.82], + [8.96, 41.825], + [8.963, 41.827], + [8.964, 41.829], + [8.963, 41.831], + [8.964, 41.833], + [8.963, 41.836], + [8.964, 41.837], + [8.962, 41.838], + [8.961, 41.842], + [8.958, 41.844], + [8.958, 41.847], + [8.954, 41.848], + [8.947, 41.848], + [8.944, 41.847], + [8.943, 41.845], + [8.94, 41.845], + [8.942, 41.841], + [8.94, 41.839], + [8.939, 41.836], + [8.936, 41.834], + [8.933, 41.83], + [8.936, 41.825], + [8.939, 41.823], + [8.94, 41.82], + [8.945, 41.818], + [8.947, 41.814], + [8.946, 41.811], + [8.938, 41.808], + [8.935, 41.809], + [8.936, 41.802], + [8.938, 41.798], + [8.941, 41.801], + [8.945, 41.801], + [8.947, 41.799], + [8.949, 41.802], + [8.949, 41.805], + [8.952, 41.806], + [8.954, 41.811], + [8.957, 41.811] + ] + ] + }, + "properties": { + "NOM_COM_M": "URBALACONE", + "INSEE_COM": "2A331", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.857, 41.755], + [8.854, 41.758], + [8.852, 41.757], + [8.849, 41.757], + [8.847, 41.761], + [8.842, 41.76], + [8.837, 41.763], + [8.833, 41.763], + [8.828, 41.762], + [8.825, 41.764], + [8.823, 41.767], + [8.823, 41.771], + [8.821, 41.773], + [8.823, 41.779], + [8.833, 41.786], + [8.824, 41.789], + [8.821, 41.787], + [8.818, 41.783], + [8.818, 41.78], + [8.813, 41.777], + [8.809, 41.776], + [8.802, 41.773], + [8.799, 41.769], + [8.796, 41.766], + [8.796, 41.764], + [8.791, 41.762], + [8.791, 41.756], + [8.788, 41.753], + [8.788, 41.746], + [8.785, 41.745], + [8.784, 41.742], + [8.785, 41.741], + [8.783, 41.738], + [8.784, 41.735], + [8.784, 41.731], + [8.78, 41.727], + [8.781, 41.725], + [8.778, 41.722], + [8.774, 41.72], + [8.773, 41.715], + [8.771, 41.714], + [8.772, 41.712], + [8.775, 41.712], + [8.779, 41.71], + [8.784, 41.709], + [8.786, 41.71], + [8.788, 41.709], + [8.787, 41.707], + [8.788, 41.705], + [8.786, 41.703], + [8.783, 41.702], + [8.782, 41.7], + [8.784, 41.699], + [8.787, 41.7], + [8.791, 41.7], + [8.795, 41.707], + [8.795, 41.709], + [8.798, 41.711], + [8.802, 41.711], + [8.807, 41.71], + [8.807, 41.712], + [8.81, 41.714], + [8.813, 41.714], + [8.821, 41.711], + [8.826, 41.71], + [8.828, 41.713], + [8.828, 41.716], + [8.828, 41.719], + [8.826, 41.719], + [8.824, 41.721], + [8.83, 41.727], + [8.834, 41.727], + [8.837, 41.73], + [8.843, 41.732], + [8.843, 41.737], + [8.848, 41.739], + [8.855, 41.741], + [8.857, 41.743], + [8.853, 41.749], + [8.853, 41.751], + [8.856, 41.753], + [8.857, 41.755] + ] + ] + }, + "properties": { + "NOM_COM_M": "SERRA DI FERRO", + "INSEE_COM": "2A276", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.964, 41.72], + [8.964, 41.719], + [8.959, 41.71], + [8.96, 41.708], + [8.957, 41.706], + [8.952, 41.701], + [8.951, 41.698], + [8.949, 41.696], + [8.949, 41.692], + [8.952, 41.69], + [8.953, 41.686], + [8.955, 41.685], + [8.961, 41.686], + [8.962, 41.682], + [8.964, 41.68], + [8.966, 41.682], + [8.969, 41.68], + [8.972, 41.684], + [8.976, 41.688], + [8.981, 41.689], + [8.985, 41.688], + [8.989, 41.689], + [8.991, 41.686], + [8.995, 41.687], + [9.003, 41.684], + [9.003, 41.681], + [9.005, 41.68], + [9.008, 41.681], + [9.01, 41.679], + [9.012, 41.679], + [9.013, 41.676], + [9.016, 41.675], + [9.018, 41.675], + [9.019, 41.678], + [9.022, 41.681], + [9.024, 41.684], + [9.028, 41.687], + [9.031, 41.696], + [9.032, 41.698], + [9.029, 41.702], + [9.021, 41.703], + [9.02, 41.705], + [9.021, 41.707], + [9.02, 41.709], + [9.019, 41.705], + [9.017, 41.704], + [9.006, 41.704], + [9.001, 41.702], + [9.001, 41.704], + [8.999, 41.705], + [8.994, 41.705], + [8.993, 41.703], + [8.989, 41.702], + [8.986, 41.703], + [8.985, 41.705], + [8.988, 41.707], + [8.984, 41.708], + [8.983, 41.71], + [8.986, 41.712], + [8.987, 41.715], + [8.985, 41.716], + [8.987, 41.721], + [8.99, 41.723], + [8.989, 41.728], + [8.983, 41.727], + [8.98, 41.727], + [8.976, 41.724], + [8.968, 41.721], + [8.964, 41.72] + ] + ] + }, + "properties": { + "NOM_COM_M": "FOZZANO", + "INSEE_COM": "2A118", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.814, 41.588], + [8.819, 41.588], + [8.821, 41.586], + [8.825, 41.586], + [8.832, 41.584], + [8.835, 41.584], + [8.836, 41.586], + [8.838, 41.586], + [8.841, 41.583], + [8.845, 41.585], + [8.849, 41.584], + [8.852, 41.585], + [8.854, 41.588], + [8.857, 41.589], + [8.859, 41.587], + [8.861, 41.589], + [8.866, 41.586], + [8.869, 41.586], + [8.871, 41.587], + [8.876, 41.588], + [8.876, 41.589], + [8.881, 41.589], + [8.884, 41.591], + [8.89, 41.593], + [8.897, 41.593], + [8.898, 41.595], + [8.898, 41.6], + [8.9, 41.602], + [8.901, 41.605], + [8.9, 41.604], + [8.895, 41.605], + [8.893, 41.606], + [8.891, 41.611], + [8.894, 41.614], + [8.897, 41.621], + [8.895, 41.621], + [8.892, 41.623], + [8.889, 41.624], + [8.887, 41.627], + [8.886, 41.626], + [8.874, 41.622], + [8.869, 41.62], + [8.866, 41.622], + [8.863, 41.622], + [8.859, 41.624], + [8.857, 41.62], + [8.851, 41.613], + [8.844, 41.606], + [8.84, 41.603], + [8.84, 41.601], + [8.834, 41.598], + [8.829, 41.6], + [8.826, 41.599], + [8.83, 41.595], + [8.823, 41.594], + [8.823, 41.592], + [8.819, 41.592], + [8.814, 41.588] + ] + ] + }, + "properties": { + "NOM_COM_M": "GROSSA", + "INSEE_COM": "2A129", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.016, 41.675], + [9.013, 41.676], + [9.012, 41.679], + [9.01, 41.679], + [9.008, 41.681], + [9.005, 41.68], + [9.003, 41.681], + [9.003, 41.684], + [8.995, 41.687], + [8.991, 41.686], + [8.989, 41.689], + [8.985, 41.688], + [8.981, 41.689], + [8.976, 41.688], + [8.972, 41.684], + [8.969, 41.68], + [8.971, 41.677], + [8.968, 41.676], + [8.966, 41.674], + [8.966, 41.671], + [8.968, 41.665], + [8.971, 41.663], + [8.975, 41.662], + [8.974, 41.66], + [8.968, 41.659], + [8.964, 41.657], + [8.967, 41.653], + [8.972, 41.652], + [8.973, 41.654], + [8.981, 41.656], + [8.983, 41.655], + [8.987, 41.656], + [8.989, 41.658], + [8.989, 41.66], + [8.994, 41.662], + [9, 41.661], + [9.003, 41.66], + [9.008, 41.664], + [9.015, 41.664], + [9.019, 41.665], + [9.019, 41.668], + [9.021, 41.67], + [9.016, 41.675] + ] + ] + }, + "properties": { + "NOM_COM_M": "ARBELLARA", + "INSEE_COM": "2A018", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.308, 42.448], + [9.302, 42.457], + [9.297, 42.46], + [9.294, 42.464], + [9.293, 42.467], + [9.288, 42.469], + [9.285, 42.472], + [9.28, 42.472], + [9.279, 42.471], + [9.274, 42.471], + [9.272, 42.472], + [9.267, 42.473], + [9.262, 42.476], + [9.255, 42.475], + [9.25, 42.47], + [9.241, 42.472], + [9.236, 42.469], + [9.229, 42.47], + [9.225, 42.473], + [9.219, 42.474], + [9.218, 42.473], + [9.213, 42.471], + [9.21, 42.472], + [9.21, 42.469], + [9.217, 42.465], + [9.221, 42.465], + [9.227, 42.461], + [9.228, 42.459], + [9.233, 42.459], + [9.235, 42.458], + [9.238, 42.458], + [9.24, 42.455], + [9.243, 42.453], + [9.249, 42.454], + [9.253, 42.45], + [9.256, 42.45], + [9.259, 42.449], + [9.265, 42.449], + [9.274, 42.445], + [9.293, 42.445], + [9.297, 42.444], + [9.305, 42.446], + [9.308, 42.448] + ] + ] + }, + "properties": { + "NOM_COM_M": "VALLE DI ROSTINO", + "INSEE_COM": "2B337", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.938, 41.798], + [8.936, 41.802], + [8.935, 41.809], + [8.938, 41.808], + [8.946, 41.811], + [8.947, 41.814], + [8.945, 41.818], + [8.94, 41.82], + [8.939, 41.823], + [8.936, 41.825], + [8.933, 41.83], + [8.936, 41.834], + [8.939, 41.836], + [8.94, 41.839], + [8.942, 41.841], + [8.94, 41.845], + [8.937, 41.845], + [8.934, 41.846], + [8.936, 41.848], + [8.933, 41.849], + [8.933, 41.851], + [8.93, 41.853], + [8.924, 41.854], + [8.921, 41.855], + [8.917, 41.854], + [8.916, 41.85], + [8.912, 41.845], + [8.913, 41.844], + [8.913, 41.841], + [8.911, 41.841], + [8.91, 41.838], + [8.915, 41.837], + [8.916, 41.835], + [8.913, 41.834], + [8.914, 41.829], + [8.913, 41.827], + [8.915, 41.826], + [8.913, 41.823], + [8.915, 41.823], + [8.92, 41.82], + [8.918, 41.819], + [8.924, 41.813], + [8.925, 41.811], + [8.924, 41.805], + [8.929, 41.801], + [8.926, 41.798], + [8.929, 41.797], + [8.929, 41.795], + [8.934, 41.794], + [8.938, 41.795], + [8.938, 41.798] + ] + ] + }, + "properties": { + "NOM_COM_M": "GUARGUALE", + "INSEE_COM": "2A132", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.79, 41.853], + [8.788, 41.85], + [8.786, 41.85], + [8.785, 41.848], + [8.782, 41.847], + [8.778, 41.848], + [8.773, 41.846], + [8.769, 41.846], + [8.767, 41.847], + [8.762, 41.847], + [8.757, 41.846], + [8.753, 41.846], + [8.751, 41.843], + [8.757, 41.841], + [8.764, 41.844], + [8.766, 41.843], + [8.766, 41.841], + [8.769, 41.84], + [8.768, 41.838], + [8.772, 41.837], + [8.773, 41.835], + [8.776, 41.834], + [8.777, 41.835], + [8.781, 41.834], + [8.785, 41.831], + [8.784, 41.829], + [8.781, 41.827], + [8.779, 41.827], + [8.774, 41.825], + [8.773, 41.822], + [8.774, 41.819], + [8.773, 41.816], + [8.774, 41.815], + [8.772, 41.812], + [8.772, 41.811], + [8.777, 41.81], + [8.784, 41.811], + [8.791, 41.809], + [8.796, 41.806], + [8.802, 41.804], + [8.806, 41.8], + [8.81, 41.8], + [8.815, 41.797], + [8.818, 41.796], + [8.82, 41.791], + [8.821, 41.791], + [8.824, 41.794], + [8.827, 41.795], + [8.827, 41.797], + [8.83, 41.799], + [8.83, 41.803], + [8.834, 41.803], + [8.836, 41.808], + [8.84, 41.81], + [8.845, 41.811], + [8.848, 41.814], + [8.85, 41.814], + [8.851, 41.816], + [8.853, 41.815], + [8.855, 41.817], + [8.862, 41.818], + [8.864, 41.819], + [8.86, 41.823], + [8.858, 41.824], + [8.858, 41.826], + [8.854, 41.835], + [8.855, 41.84], + [8.849, 41.839], + [8.849, 41.845], + [8.844, 41.846], + [8.845, 41.85], + [8.842, 41.849], + [8.839, 41.847], + [8.837, 41.847], + [8.834, 41.85], + [8.837, 41.851], + [8.835, 41.854], + [8.829, 41.853], + [8.826, 41.856], + [8.823, 41.856], + [8.822, 41.859], + [8.816, 41.858], + [8.814, 41.857], + [8.811, 41.858], + [8.81, 41.857], + [8.804, 41.854], + [8.803, 41.853], + [8.797, 41.853], + [8.792, 41.851], + [8.79, 41.853] + ] + ] + }, + "properties": { + "NOM_COM_M": "PIETROSELLA", + "INSEE_COM": "2A228", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.919, 41.681], + [8.924, 41.685], + [8.929, 41.684], + [8.935, 41.689], + [8.945, 41.695], + [8.949, 41.696], + [8.951, 41.698], + [8.952, 41.701], + [8.957, 41.706], + [8.96, 41.708], + [8.959, 41.71], + [8.964, 41.719], + [8.964, 41.72], + [8.963, 41.723], + [8.964, 41.725], + [8.964, 41.732], + [8.961, 41.734], + [8.953, 41.743], + [8.946, 41.738], + [8.933, 41.738], + [8.929, 41.736], + [8.927, 41.738], + [8.925, 41.738], + [8.922, 41.74], + [8.92, 41.74], + [8.916, 41.737], + [8.914, 41.733], + [8.91, 41.729], + [8.905, 41.728], + [8.9, 41.728], + [8.898, 41.726], + [8.895, 41.727], + [8.891, 41.73], + [8.89, 41.728], + [8.886, 41.729], + [8.884, 41.726], + [8.881, 41.726], + [8.878, 41.723], + [8.875, 41.723], + [8.873, 41.72], + [8.87, 41.723], + [8.866, 41.725], + [8.864, 41.724], + [8.863, 41.721], + [8.856, 41.723], + [8.855, 41.72], + [8.852, 41.723], + [8.846, 41.725], + [8.845, 41.724], + [8.84, 41.723], + [8.83, 41.715], + [8.828, 41.716], + [8.828, 41.713], + [8.826, 41.71], + [8.831, 41.706], + [8.836, 41.7], + [8.841, 41.698], + [8.845, 41.697], + [8.848, 41.697], + [8.85, 41.696], + [8.855, 41.697], + [8.857, 41.698], + [8.86, 41.696], + [8.87, 41.696], + [8.874, 41.694], + [8.878, 41.696], + [8.882, 41.695], + [8.884, 41.693], + [8.886, 41.689], + [8.891, 41.69], + [8.894, 41.689], + [8.899, 41.69], + [8.909, 41.691], + [8.914, 41.691], + [8.916, 41.687], + [8.917, 41.682], + [8.919, 41.681] + ] + ] + }, + "properties": { + "NOM_COM_M": "OLMETO", + "INSEE_COM": "2A189", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.981, 41.586], + [8.98, 41.587], + [8.976, 41.594], + [8.974, 41.595], + [8.972, 41.598], + [8.963, 41.598], + [8.955, 41.599], + [8.952, 41.597], + [8.948, 41.598], + [8.946, 41.6], + [8.943, 41.601], + [8.943, 41.596], + [8.948, 41.593], + [8.942, 41.59], + [8.939, 41.59], + [8.938, 41.588], + [8.94, 41.585], + [8.938, 41.579], + [8.938, 41.575], + [8.935, 41.574], + [8.936, 41.572], + [8.95, 41.572], + [8.953, 41.575], + [8.957, 41.576], + [8.96, 41.579], + [8.965, 41.577], + [8.97, 41.58], + [8.982, 41.582], + [8.981, 41.586] + ] + ] + }, + "properties": { + "NOM_COM_M": "GIUNCHETO", + "INSEE_COM": "2A127", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.49, 42.317], + [9.489, 42.314], + [9.487, 42.312], + [9.483, 42.311], + [9.484, 42.309], + [9.49, 42.309], + [9.495, 42.307], + [9.496, 42.303], + [9.499, 42.3], + [9.498, 42.299], + [9.496, 42.298], + [9.497, 42.295], + [9.499, 42.296], + [9.504, 42.292], + [9.508, 42.292], + [9.511, 42.288], + [9.512, 42.285], + [9.516, 42.282], + [9.516, 42.277], + [9.517, 42.275], + [9.515, 42.271], + [9.518, 42.27], + [9.52, 42.268], + [9.524, 42.267], + [9.527, 42.267], + [9.535, 42.259], + [9.544, 42.252], + [9.544, 42.251], + [9.552, 42.249], + [9.555, 42.252], + [9.557, 42.263], + [9.559, 42.272], + [9.559, 42.278], + [9.56, 42.284], + [9.558, 42.286], + [9.555, 42.294], + [9.554, 42.299], + [9.545, 42.3], + [9.54, 42.3], + [9.536, 42.304], + [9.529, 42.313], + [9.526, 42.314], + [9.524, 42.316], + [9.515, 42.318], + [9.513, 42.319], + [9.508, 42.319], + [9.505, 42.32], + [9.501, 42.319], + [9.497, 42.319], + [9.494, 42.317], + [9.49, 42.317] + ] + ] + }, + "properties": { + "NOM_COM_M": "SAN GIULIANO", + "INSEE_COM": "2B303", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.238, 42.352], + [9.234, 42.355], + [9.232, 42.356], + [9.229, 42.359], + [9.224, 42.358], + [9.216, 42.36], + [9.212, 42.355], + [9.209, 42.352], + [9.206, 42.352], + [9.203, 42.353], + [9.199, 42.358], + [9.195, 42.356], + [9.193, 42.358], + [9.192, 42.355], + [9.189, 42.354], + [9.189, 42.352], + [9.185, 42.35], + [9.181, 42.349], + [9.178, 42.347], + [9.174, 42.348], + [9.169, 42.347], + [9.165, 42.347], + [9.16, 42.346], + [9.157, 42.347], + [9.153, 42.345], + [9.153, 42.342], + [9.155, 42.339], + [9.159, 42.334], + [9.158, 42.332], + [9.16, 42.331], + [9.17, 42.331], + [9.17, 42.329], + [9.174, 42.328], + [9.172, 42.323], + [9.172, 42.32], + [9.181, 42.318], + [9.188, 42.32], + [9.19, 42.319], + [9.191, 42.323], + [9.194, 42.323], + [9.195, 42.326], + [9.195, 42.329], + [9.198, 42.329], + [9.208, 42.333], + [9.212, 42.333], + [9.216, 42.337], + [9.219, 42.339], + [9.224, 42.347], + [9.228, 42.347], + [9.235, 42.35], + [9.238, 42.352] + ] + ] + }, + "properties": { + "NOM_COM_M": "TRALONCA", + "INSEE_COM": "2B329", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.238, 42.352], + [9.243, 42.352], + [9.248, 42.351], + [9.254, 42.344], + [9.256, 42.338], + [9.255, 42.336], + [9.256, 42.332], + [9.258, 42.329], + [9.259, 42.331], + [9.267, 42.334], + [9.268, 42.338], + [9.272, 42.341], + [9.27, 42.351], + [9.273, 42.353], + [9.275, 42.358], + [9.279, 42.361], + [9.28, 42.364], + [9.279, 42.365], + [9.273, 42.366], + [9.272, 42.367], + [9.26, 42.368], + [9.257, 42.371], + [9.251, 42.371], + [9.246, 42.364], + [9.241, 42.364], + [9.235, 42.36], + [9.234, 42.358], + [9.234, 42.355], + [9.238, 42.352] + ] + ] + }, + "properties": { + "NOM_COM_M": "RUSIO", + "INSEE_COM": "2B264", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.949, 41.696], + [8.945, 41.695], + [8.935, 41.689], + [8.929, 41.684], + [8.924, 41.685], + [8.919, 41.681], + [8.92, 41.679], + [8.918, 41.676], + [8.919, 41.669], + [8.921, 41.667], + [8.919, 41.665], + [8.917, 41.661], + [8.917, 41.659], + [8.919, 41.655], + [8.922, 41.655], + [8.926, 41.656], + [8.929, 41.653], + [8.938, 41.652], + [8.939, 41.651], + [8.944, 41.652], + [8.947, 41.65], + [8.949, 41.647], + [8.955, 41.648], + [8.958, 41.647], + [8.964, 41.648], + [8.967, 41.648], + [8.971, 41.65], + [8.972, 41.652], + [8.967, 41.653], + [8.964, 41.657], + [8.968, 41.659], + [8.974, 41.66], + [8.975, 41.662], + [8.971, 41.663], + [8.968, 41.665], + [8.966, 41.671], + [8.966, 41.674], + [8.968, 41.676], + [8.971, 41.677], + [8.969, 41.68], + [8.966, 41.682], + [8.964, 41.68], + [8.962, 41.682], + [8.961, 41.686], + [8.955, 41.685], + [8.953, 41.686], + [8.952, 41.69], + [8.949, 41.692], + [8.949, 41.696] + ] + ] + }, + "properties": { + "NOM_COM_M": "VIGGIANELLO", + "INSEE_COM": "2A349", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.119, 41.856], + [9.119, 41.854], + [9.111, 41.846], + [9.112, 41.843], + [9.111, 41.841], + [9.108, 41.838], + [9.101, 41.837], + [9.098, 41.834], + [9.093, 41.827], + [9.089, 41.824], + [9.082, 41.821], + [9.076, 41.823], + [9.069, 41.818], + [9.07, 41.815], + [9.069, 41.813], + [9.067, 41.813], + [9.063, 41.807], + [9.063, 41.805], + [9.061, 41.804], + [9.06, 41.801], + [9.057, 41.8], + [9.056, 41.796], + [9.05, 41.792], + [9.049, 41.79], + [9.048, 41.787], + [9.044, 41.785], + [9.042, 41.785], + [9.041, 41.783], + [9.037, 41.782], + [9.036, 41.779], + [9.034, 41.778], + [9.035, 41.773], + [9.034, 41.771], + [9.048, 41.771], + [9.051, 41.765], + [9.054, 41.764], + [9.057, 41.765], + [9.059, 41.764], + [9.068, 41.764], + [9.072, 41.761], + [9.075, 41.763], + [9.077, 41.762], + [9.081, 41.765], + [9.082, 41.764], + [9.088, 41.765], + [9.09, 41.768], + [9.089, 41.77], + [9.09, 41.772], + [9.093, 41.772], + [9.095, 41.774], + [9.095, 41.779], + [9.096, 41.783], + [9.101, 41.79], + [9.102, 41.794], + [9.107, 41.796], + [9.109, 41.8], + [9.112, 41.802], + [9.116, 41.803], + [9.117, 41.805], + [9.116, 41.808], + [9.118, 41.811], + [9.126, 41.816], + [9.13, 41.819], + [9.132, 41.823], + [9.136, 41.826], + [9.142, 41.834], + [9.152, 41.844], + [9.147, 41.846], + [9.148, 41.848], + [9.14, 41.85], + [9.145, 41.853], + [9.144, 41.857], + [9.145, 41.859], + [9.144, 41.861], + [9.137, 41.858], + [9.134, 41.858], + [9.131, 41.856], + [9.124, 41.856], + [9.119, 41.858], + [9.119, 41.856] + ] + ] + }, + "properties": { + "NOM_COM_M": "AULLENE", + "INSEE_COM": "2A024", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.404, 42.863], + [9.408, 42.864], + [9.41, 42.863], + [9.416, 42.865], + [9.425, 42.862], + [9.434, 42.86], + [9.436, 42.861], + [9.443, 42.861], + [9.449, 42.859], + [9.449, 42.858], + [9.456, 42.858], + [9.466, 42.859], + [9.47, 42.861], + [9.48, 42.86], + [9.482, 42.865], + [9.481, 42.869], + [9.479, 42.87], + [9.479, 42.872], + [9.474, 42.874], + [9.473, 42.878], + [9.478, 42.879], + [9.477, 42.882], + [9.472, 42.881], + [9.468, 42.882], + [9.465, 42.882], + [9.448, 42.884], + [9.44, 42.887], + [9.435, 42.887], + [9.43, 42.886], + [9.426, 42.886], + [9.417, 42.887], + [9.415, 42.884], + [9.411, 42.881], + [9.41, 42.879], + [9.41, 42.875], + [9.407, 42.867], + [9.404, 42.863] + ] + ] + }, + "properties": { + "NOM_COM_M": "CAGNANO", + "INSEE_COM": "2B046", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.962, 41.809], + [8.964, 41.808], + [8.968, 41.809], + [8.969, 41.806], + [8.971, 41.804], + [8.975, 41.805], + [8.979, 41.804], + [8.981, 41.8], + [8.986, 41.8], + [8.987, 41.799], + [8.992, 41.797], + [8.995, 41.794], + [8.997, 41.794], + [8.998, 41.792], + [8.997, 41.788], + [8.998, 41.785], + [9.002, 41.782], + [9.006, 41.78], + [9.007, 41.778], + [9.009, 41.77], + [9.007, 41.765], + [9.003, 41.761], + [8.998, 41.759], + [8.996, 41.757], + [8.997, 41.752], + [8.999, 41.75], + [9.002, 41.749], + [9.005, 41.746], + [8.998, 41.742], + [8.995, 41.742], + [8.994, 41.737], + [8.99, 41.735], + [8.989, 41.732], + [8.987, 41.732], + [8.986, 41.73], + [8.989, 41.728], + [9.003, 41.736], + [9.008, 41.74], + [9.02, 41.754], + [9.021, 41.756], + [9.024, 41.753], + [9.027, 41.752], + [9.026, 41.756], + [9.024, 41.759], + [9.029, 41.766], + [9.034, 41.771], + [9.035, 41.773], + [9.034, 41.778], + [9.036, 41.779], + [9.037, 41.782], + [9.041, 41.783], + [9.042, 41.785], + [9.044, 41.785], + [9.048, 41.787], + [9.049, 41.79], + [9.044, 41.791], + [9.042, 41.797], + [9.039, 41.801], + [9.036, 41.803], + [9.033, 41.804], + [9.031, 41.806], + [9.031, 41.81], + [9.026, 41.811], + [9.024, 41.813], + [9.019, 41.812], + [9.014, 41.814], + [9.01, 41.817], + [9.005, 41.82], + [9.006, 41.822], + [9.004, 41.826], + [9.001, 41.827], + [8.999, 41.824], + [8.992, 41.82], + [8.99, 41.82], + [8.984, 41.822], + [8.981, 41.822], + [8.98, 41.819], + [8.974, 41.811], + [8.967, 41.812], + [8.967, 41.814], + [8.965, 41.815], + [8.961, 41.814], + [8.963, 41.811], + [8.962, 41.809] + ] + ] + }, + "properties": { + "NOM_COM_M": "MOCA CROCE", + "INSEE_COM": "2A160", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.914, 41.634], + [8.908, 41.639], + [8.906, 41.64], + [8.905, 41.638], + [8.896, 41.639], + [8.894, 41.637], + [8.895, 41.634], + [8.89, 41.629], + [8.887, 41.627], + [8.889, 41.624], + [8.892, 41.623], + [8.895, 41.621], + [8.897, 41.621], + [8.894, 41.614], + [8.891, 41.611], + [8.893, 41.606], + [8.895, 41.605], + [8.9, 41.604], + [8.901, 41.605], + [8.906, 41.607], + [8.912, 41.608], + [8.912, 41.61], + [8.92, 41.613], + [8.922, 41.615], + [8.92, 41.618], + [8.922, 41.62], + [8.923, 41.623], + [8.922, 41.627], + [8.918, 41.628], + [8.914, 41.634] + ] + ] + }, + "properties": { + "NOM_COM_M": "BILIA", + "INSEE_COM": "2A038", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.325, 42.377], + [9.323, 42.378], + [9.323, 42.382], + [9.32, 42.385], + [9.324, 42.39], + [9.327, 42.391], + [9.327, 42.396], + [9.312, 42.392], + [9.307, 42.393], + [9.305, 42.392], + [9.297, 42.393], + [9.289, 42.396], + [9.285, 42.397], + [9.281, 42.401], + [9.277, 42.401], + [9.275, 42.4], + [9.273, 42.402], + [9.271, 42.406], + [9.256, 42.403], + [9.256, 42.402], + [9.26, 42.399], + [9.257, 42.396], + [9.259, 42.395], + [9.259, 42.393], + [9.257, 42.392], + [9.257, 42.39], + [9.259, 42.387], + [9.26, 42.386], + [9.265, 42.384], + [9.269, 42.386], + [9.271, 42.386], + [9.274, 42.382], + [9.276, 42.382], + [9.276, 42.379], + [9.279, 42.379], + [9.284, 42.379], + [9.288, 42.378], + [9.291, 42.38], + [9.294, 42.379], + [9.296, 42.381], + [9.299, 42.381], + [9.304, 42.379], + [9.307, 42.38], + [9.31, 42.379], + [9.318, 42.379], + [9.32, 42.378], + [9.321, 42.375], + [9.325, 42.377] + ] + ] + }, + "properties": { + "NOM_COM_M": "SAN LORENZO", + "INSEE_COM": "2B304", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.298, 42.614], + [9.296, 42.613], + [9.296, 42.611], + [9.294, 42.607], + [9.284, 42.599], + [9.283, 42.596], + [9.283, 42.594], + [9.28, 42.592], + [9.28, 42.589], + [9.283, 42.581], + [9.273, 42.573], + [9.269, 42.573], + [9.267, 42.571], + [9.264, 42.57], + [9.251, 42.562], + [9.246, 42.563], + [9.245, 42.562], + [9.24, 42.561], + [9.234, 42.561], + [9.232, 42.56], + [9.228, 42.561], + [9.224, 42.56], + [9.22, 42.56], + [9.223, 42.558], + [9.222, 42.555], + [9.222, 42.552], + [9.229, 42.549], + [9.234, 42.551], + [9.235, 42.555], + [9.243, 42.557], + [9.246, 42.555], + [9.26, 42.555], + [9.264, 42.551], + [9.266, 42.552], + [9.269, 42.551], + [9.28, 42.551], + [9.284, 42.55], + [9.287, 42.551], + [9.29, 42.549], + [9.291, 42.551], + [9.294, 42.552], + [9.295, 42.556], + [9.293, 42.557], + [9.294, 42.56], + [9.293, 42.563], + [9.297, 42.563], + [9.301, 42.571], + [9.302, 42.574], + [9.298, 42.575], + [9.299, 42.578], + [9.298, 42.58], + [9.293, 42.586], + [9.296, 42.591], + [9.294, 42.594], + [9.296, 42.597], + [9.303, 42.6], + [9.306, 42.607], + [9.309, 42.61], + [9.308, 42.613], + [9.305, 42.617], + [9.301, 42.617], + [9.302, 42.619], + [9.3, 42.623], + [9.293, 42.629], + [9.288, 42.64], + [9.285, 42.645], + [9.282, 42.646], + [9.281, 42.652], + [9.276, 42.656], + [9.267, 42.654], + [9.264, 42.652], + [9.274, 42.64], + [9.277, 42.64], + [9.277, 42.638], + [9.283, 42.634], + [9.286, 42.631], + [9.285, 42.626], + [9.288, 42.625], + [9.289, 42.622], + [9.294, 42.619], + [9.299, 42.615], + [9.298, 42.614] + ] + ] + }, + "properties": { + "NOM_COM_M": "PIEVE", + "INSEE_COM": "2B230", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.868, 41.76], + [8.871, 41.761], + [8.873, 41.763], + [8.873, 41.766], + [8.876, 41.769], + [8.878, 41.772], + [8.881, 41.773], + [8.885, 41.772], + [8.888, 41.773], + [8.89, 41.772], + [8.897, 41.775], + [8.903, 41.775], + [8.907, 41.776], + [8.909, 41.775], + [8.912, 41.776], + [8.913, 41.78], + [8.917, 41.78], + [8.92, 41.781], + [8.923, 41.788], + [8.921, 41.79], + [8.924, 41.791], + [8.93, 41.792], + [8.929, 41.795], + [8.929, 41.797], + [8.926, 41.798], + [8.929, 41.801], + [8.924, 41.805], + [8.925, 41.811], + [8.924, 41.813], + [8.918, 41.819], + [8.92, 41.82], + [8.915, 41.823], + [8.913, 41.823], + [8.909, 41.822], + [8.907, 41.819], + [8.903, 41.818], + [8.903, 41.815], + [8.896, 41.809], + [8.894, 41.809], + [8.893, 41.811], + [8.89, 41.812], + [8.888, 41.807], + [8.886, 41.805], + [8.885, 41.801], + [8.883, 41.798], + [8.88, 41.797], + [8.875, 41.79], + [8.874, 41.787], + [8.874, 41.784], + [8.876, 41.781], + [8.867, 41.782], + [8.863, 41.778], + [8.86, 41.777], + [8.863, 41.774], + [8.861, 41.771], + [8.863, 41.767], + [8.863, 41.765], + [8.867, 41.764], + [8.868, 41.76] + ] + ] + }, + "properties": { + "NOM_COM_M": "PILA CANALE", + "INSEE_COM": "2A232", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.119, 41.856], + [9.116, 41.855], + [9.108, 41.857], + [9.106, 41.858], + [9.097, 41.861], + [9.096, 41.863], + [9.092, 41.862], + [9.088, 41.862], + [9.087, 41.863], + [9.085, 41.862], + [9.081, 41.862], + [9.079, 41.864], + [9.073, 41.867], + [9.065, 41.869], + [9.062, 41.868], + [9.056, 41.861], + [9.049, 41.859], + [9.047, 41.86], + [9.044, 41.861], + [9.043, 41.858], + [9.04, 41.855], + [9.036, 41.853], + [9.035, 41.852], + [9.035, 41.848], + [9.033, 41.845], + [9.032, 41.841], + [9.026, 41.841], + [9.025, 41.838], + [9.022, 41.838], + [9.025, 41.835], + [9.029, 41.834], + [9.034, 41.83], + [9.033, 41.828], + [9.034, 41.826], + [9.042, 41.823], + [9.046, 41.819], + [9.049, 41.815], + [9.049, 41.811], + [9.051, 41.809], + [9.057, 41.809], + [9.059, 41.808], + [9.061, 41.804], + [9.063, 41.805], + [9.063, 41.807], + [9.067, 41.813], + [9.069, 41.813], + [9.07, 41.815], + [9.069, 41.818], + [9.076, 41.823], + [9.082, 41.821], + [9.089, 41.824], + [9.093, 41.827], + [9.098, 41.834], + [9.101, 41.837], + [9.108, 41.838], + [9.111, 41.841], + [9.112, 41.843], + [9.111, 41.846], + [9.119, 41.854], + [9.119, 41.856] + ] + ] + }, + "properties": { + "NOM_COM_M": "OLIVESE", + "INSEE_COM": "2A186", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.191, 41.495], + [9.195, 41.495], + [9.198, 41.496], + [9.197, 41.5], + [9.199, 41.501], + [9.204, 41.499], + [9.206, 41.499], + [9.209, 41.504], + [9.211, 41.503], + [9.216, 41.507], + [9.223, 41.507], + [9.225, 41.509], + [9.228, 41.51], + [9.235, 41.507], + [9.234, 41.509], + [9.234, 41.512], + [9.235, 41.515], + [9.234, 41.518], + [9.235, 41.521], + [9.237, 41.522], + [9.239, 41.528], + [9.236, 41.531], + [9.237, 41.534], + [9.239, 41.535], + [9.24, 41.539], + [9.242, 41.541], + [9.238, 41.544], + [9.233, 41.547], + [9.23, 41.552], + [9.226, 41.555], + [9.223, 41.562], + [9.22, 41.564], + [9.214, 41.561], + [9.21, 41.564], + [9.202, 41.572], + [9.192, 41.576], + [9.184, 41.594], + [9.184, 41.602], + [9.18, 41.602], + [9.179, 41.606], + [9.175, 41.606], + [9.17, 41.611], + [9.172, 41.615], + [9.17, 41.616], + [9.167, 41.617], + [9.166, 41.616], + [9.159, 41.616], + [9.153, 41.615], + [9.151, 41.614], + [9.147, 41.61], + [9.142, 41.607], + [9.136, 41.601], + [9.133, 41.6], + [9.13, 41.597], + [9.124, 41.6], + [9.119, 41.598], + [9.112, 41.596], + [9.113, 41.592], + [9.117, 41.59], + [9.12, 41.587], + [9.126, 41.577], + [9.132, 41.569], + [9.134, 41.564], + [9.138, 41.563], + [9.14, 41.56], + [9.144, 41.558], + [9.147, 41.559], + [9.149, 41.557], + [9.149, 41.554], + [9.153, 41.554], + [9.154, 41.552], + [9.156, 41.552], + [9.162, 41.555], + [9.167, 41.556], + [9.165, 41.548], + [9.167, 41.548], + [9.167, 41.543], + [9.169, 41.543], + [9.17, 41.535], + [9.177, 41.531], + [9.177, 41.528], + [9.174, 41.528], + [9.171, 41.525], + [9.171, 41.523], + [9.167, 41.519], + [9.168, 41.514], + [9.167, 41.509], + [9.174, 41.504], + [9.178, 41.504], + [9.182, 41.501], + [9.187, 41.499], + [9.191, 41.495] + ] + ] + }, + "properties": { + "NOM_COM_M": "SOTTA", + "INSEE_COM": "2A288", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.684, 42.348], + [8.688, 42.349], + [8.692, 42.349], + [8.696, 42.348], + [8.706, 42.347], + [8.711, 42.349], + [8.714, 42.349], + [8.716, 42.346], + [8.719, 42.345], + [8.725, 42.342], + [8.728, 42.347], + [8.73, 42.348], + [8.73, 42.35], + [8.733, 42.356], + [8.735, 42.361], + [8.74, 42.366], + [8.742, 42.366], + [8.745, 42.369], + [8.747, 42.374], + [8.746, 42.375], + [8.747, 42.379], + [8.753, 42.381], + [8.754, 42.384], + [8.751, 42.384], + [8.749, 42.387], + [8.744, 42.388], + [8.737, 42.388], + [8.733, 42.389], + [8.726, 42.389], + [8.722, 42.392], + [8.718, 42.393], + [8.717, 42.395], + [8.714, 42.397], + [8.719, 42.399], + [8.723, 42.4], + [8.727, 42.4], + [8.73, 42.402], + [8.728, 42.405], + [8.729, 42.409], + [8.733, 42.41], + [8.739, 42.41], + [8.74, 42.408], + [8.747, 42.407], + [8.755, 42.405], + [8.76, 42.406], + [8.763, 42.406], + [8.768, 42.408], + [8.777, 42.408], + [8.782, 42.406], + [8.785, 42.401], + [8.789, 42.4], + [8.791, 42.398], + [8.795, 42.399], + [8.798, 42.398], + [8.81, 42.4], + [8.815, 42.402], + [8.823, 42.409], + [8.824, 42.411], + [8.829, 42.416], + [8.838, 42.419], + [8.839, 42.421], + [8.829, 42.425], + [8.823, 42.428], + [8.817, 42.428], + [8.812, 42.429], + [8.809, 42.429], + [8.807, 42.431], + [8.805, 42.431], + [8.8, 42.435], + [8.8, 42.442], + [8.802, 42.446], + [8.799, 42.45], + [8.797, 42.451], + [8.793, 42.455], + [8.79, 42.455], + [8.788, 42.457], + [8.785, 42.458], + [8.783, 42.457], + [8.78, 42.458], + [8.772, 42.462], + [8.763, 42.461], + [8.756, 42.456], + [8.753, 42.455], + [8.75, 42.453], + [8.746, 42.449], + [8.745, 42.447], + [8.739, 42.446], + [8.736, 42.444], + [8.735, 42.442], + [8.732, 42.446], + [8.728, 42.447], + [8.726, 42.451], + [8.723, 42.452], + [8.721, 42.456], + [8.719, 42.457], + [8.708, 42.46], + [8.703, 42.459], + [8.699, 42.46], + [8.695, 42.46], + [8.691, 42.462], + [8.685, 42.463], + [8.679, 42.467], + [8.678, 42.466], + [8.675, 42.467], + [8.674, 42.464], + [8.67, 42.461], + [8.668, 42.458], + [8.664, 42.456], + [8.666, 42.454], + [8.669, 42.453], + [8.67, 42.45], + [8.668, 42.449], + [8.668, 42.446], + [8.665, 42.444], + [8.663, 42.445], + [8.656, 42.444], + [8.653, 42.445], + [8.65, 42.444], + [8.651, 42.441], + [8.655, 42.437], + [8.658, 42.438], + [8.659, 42.436], + [8.664, 42.434], + [8.662, 42.429], + [8.662, 42.426], + [8.66, 42.422], + [8.657, 42.418], + [8.653, 42.416], + [8.651, 42.414], + [8.646, 42.413], + [8.64, 42.419], + [8.638, 42.418], + [8.63, 42.421], + [8.625, 42.421], + [8.622, 42.422], + [8.621, 42.418], + [8.619, 42.417], + [8.614, 42.417], + [8.611, 42.416], + [8.609, 42.417], + [8.606, 42.416], + [8.606, 42.414], + [8.609, 42.412], + [8.607, 42.41], + [8.602, 42.41], + [8.602, 42.408], + [8.604, 42.407], + [8.607, 42.408], + [8.612, 42.403], + [8.609, 42.403], + [8.608, 42.401], + [8.606, 42.402], + [8.603, 42.401], + [8.602, 42.399], + [8.608, 42.394], + [8.609, 42.389], + [8.608, 42.386], + [8.602, 42.386], + [8.598, 42.383], + [8.594, 42.382], + [8.591, 42.384], + [8.587, 42.384], + [8.583, 42.382], + [8.579, 42.382], + [8.577, 42.384], + [8.573, 42.382], + [8.578, 42.38], + [8.587, 42.379], + [8.589, 42.376], + [8.591, 42.375], + [8.591, 42.373], + [8.594, 42.372], + [8.595, 42.37], + [8.598, 42.371], + [8.6, 42.369], + [8.602, 42.369], + [8.605, 42.372], + [8.61, 42.374], + [8.615, 42.373], + [8.618, 42.375], + [8.62, 42.372], + [8.623, 42.371], + [8.629, 42.372], + [8.635, 42.374], + [8.637, 42.373], + [8.641, 42.374], + [8.643, 42.37], + [8.643, 42.368], + [8.65, 42.362], + [8.657, 42.361], + [8.659, 42.359], + [8.664, 42.358], + [8.672, 42.36], + [8.682, 42.36], + [8.681, 42.357], + [8.683, 42.354], + [8.682, 42.351], + [8.684, 42.348] + ] + ] + }, + "properties": { + "NOM_COM_M": "GALERIA", + "INSEE_COM": "2B121", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.135, 42.608], + [9.135, 42.6], + [9.13, 42.594], + [9.128, 42.59], + [9.126, 42.589], + [9.126, 42.585], + [9.128, 42.577], + [9.131, 42.574], + [9.131, 42.572], + [9.134, 42.57], + [9.149, 42.565], + [9.151, 42.563], + [9.156, 42.561], + [9.159, 42.558], + [9.16, 42.562], + [9.164, 42.565], + [9.166, 42.562], + [9.171, 42.563], + [9.174, 42.562], + [9.178, 42.563], + [9.196, 42.573], + [9.201, 42.573], + [9.208, 42.576], + [9.212, 42.579], + [9.207, 42.584], + [9.21, 42.586], + [9.211, 42.592], + [9.21, 42.595], + [9.178, 42.591], + [9.176, 42.592], + [9.17, 42.591], + [9.159, 42.591], + [9.158, 42.593], + [9.153, 42.594], + [9.14, 42.596], + [9.139, 42.599], + [9.138, 42.605], + [9.135, 42.608] + ] + ] + }, + "properties": { + "NOM_COM_M": "LAMA", + "INSEE_COM": "2B136", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.175, 42.2], + [9.18, 42.197], + [9.189, 42.197], + [9.191, 42.19], + [9.193, 42.188], + [9.194, 42.184], + [9.197, 42.182], + [9.2, 42.177], + [9.203, 42.175], + [9.208, 42.174], + [9.212, 42.171], + [9.215, 42.168], + [9.218, 42.167], + [9.219, 42.165], + [9.218, 42.175], + [9.217, 42.178], + [9.225, 42.19], + [9.225, 42.199], + [9.227, 42.204], + [9.226, 42.206], + [9.23, 42.207], + [9.233, 42.209], + [9.236, 42.213], + [9.235, 42.214], + [9.239, 42.219], + [9.242, 42.218], + [9.243, 42.223], + [9.245, 42.225], + [9.245, 42.228], + [9.243, 42.227], + [9.233, 42.227], + [9.233, 42.225], + [9.227, 42.225], + [9.223, 42.224], + [9.217, 42.225], + [9.211, 42.221], + [9.209, 42.221], + [9.205, 42.224], + [9.2, 42.224], + [9.199, 42.222], + [9.196, 42.219], + [9.19, 42.221], + [9.187, 42.22], + [9.188, 42.216], + [9.186, 42.216], + [9.185, 42.212], + [9.182, 42.209], + [9.18, 42.208], + [9.177, 42.204], + [9.178, 42.202], + [9.175, 42.2] + ] + ] + }, + "properties": { + "NOM_COM_M": "NOCETA", + "INSEE_COM": "2B177", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.473, 42.222], + [9.475, 42.221], + [9.477, 42.226], + [9.474, 42.233], + [9.474, 42.235], + [9.471, 42.236], + [9.469, 42.241], + [9.466, 42.242], + [9.46, 42.243], + [9.458, 42.246], + [9.456, 42.247], + [9.454, 42.25], + [9.451, 42.26], + [9.447, 42.264], + [9.445, 42.264], + [9.444, 42.266], + [9.444, 42.27], + [9.442, 42.267], + [9.437, 42.265], + [9.431, 42.264], + [9.428, 42.262], + [9.417, 42.261], + [9.415, 42.26], + [9.409, 42.254], + [9.411, 42.253], + [9.41, 42.251], + [9.411, 42.249], + [9.415, 42.248], + [9.418, 42.242], + [9.423, 42.243], + [9.425, 42.241], + [9.429, 42.235], + [9.431, 42.233], + [9.436, 42.231], + [9.44, 42.228], + [9.44, 42.227], + [9.447, 42.225], + [9.448, 42.221], + [9.46, 42.224], + [9.46, 42.227], + [9.463, 42.228], + [9.466, 42.227], + [9.467, 42.225], + [9.47, 42.224], + [9.473, 42.222] + ] + ] + }, + "properties": { + "NOM_COM_M": "TOX", + "INSEE_COM": "2B328", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.684, 42.348], + [8.68, 42.346], + [8.677, 42.341], + [8.672, 42.336], + [8.67, 42.333], + [8.676, 42.329], + [8.678, 42.319], + [8.674, 42.316], + [8.676, 42.31], + [8.673, 42.307], + [8.671, 42.308], + [8.669, 42.306], + [8.664, 42.305], + [8.663, 42.303], + [8.66, 42.302], + [8.662, 42.298], + [8.665, 42.298], + [8.668, 42.295], + [8.67, 42.296], + [8.675, 42.294], + [8.673, 42.291], + [8.675, 42.29], + [8.678, 42.286], + [8.674, 42.285], + [8.678, 42.283], + [8.678, 42.281], + [8.685, 42.283], + [8.687, 42.282], + [8.689, 42.283], + [8.692, 42.287], + [8.697, 42.288], + [8.699, 42.291], + [8.699, 42.3], + [8.701, 42.302], + [8.7, 42.304], + [8.7, 42.307], + [8.701, 42.31], + [8.698, 42.312], + [8.699, 42.315], + [8.702, 42.316], + [8.703, 42.319], + [8.705, 42.321], + [8.701, 42.325], + [8.705, 42.329], + [8.709, 42.329], + [8.71, 42.333], + [8.712, 42.333], + [8.713, 42.335], + [8.717, 42.339], + [8.719, 42.339], + [8.725, 42.342], + [8.719, 42.345], + [8.716, 42.346], + [8.714, 42.349], + [8.711, 42.349], + [8.706, 42.347], + [8.696, 42.348], + [8.692, 42.349], + [8.688, 42.349], + [8.684, 42.348] + ] + ] + }, + "properties": { + "NOM_COM_M": "PARTINELLO", + "INSEE_COM": "2A203", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [9.259, 41.347], + [9.254, 41.344], + [9.25, 41.343], + [9.249, 41.34], + [9.252, 41.34], + [9.258, 41.337], + [9.258, 41.335], + [9.26, 41.334], + [9.261, 41.336], + [9.259, 41.34], + [9.256, 41.341], + [9.256, 41.343], + [9.259, 41.347] + ] + ], + [ + [ + [9.266, 41.369], + [9.269, 41.372], + [9.268, 41.373], + [9.264, 41.373], + [9.261, 41.371], + [9.259, 41.374], + [9.256, 41.371], + [9.252, 41.37], + [9.251, 41.368], + [9.255, 41.368], + [9.255, 41.366], + [9.262, 41.366], + [9.263, 41.363], + [9.268, 41.363], + [9.266, 41.366], + [9.268, 41.367], + [9.273, 41.366], + [9.272, 41.369], + [9.268, 41.368], + [9.266, 41.369] + ] + ], + [ + [ + [9.095, 41.45], + [9.095, 41.448], + [9.098, 41.446], + [9.097, 41.444], + [9.1, 41.443], + [9.104, 41.443], + [9.107, 41.446], + [9.109, 41.444], + [9.108, 41.441], + [9.111, 41.441], + [9.119, 41.443], + [9.12, 41.438], + [9.118, 41.434], + [9.116, 41.435], + [9.111, 41.43], + [9.107, 41.429], + [9.104, 41.426], + [9.105, 41.422], + [9.109, 41.421], + [9.107, 41.418], + [9.104, 41.416], + [9.099, 41.416], + [9.097, 41.413], + [9.095, 41.412], + [9.096, 41.41], + [9.094, 41.408], + [9.091, 41.402], + [9.092, 41.399], + [9.095, 41.4], + [9.096, 41.399], + [9.094, 41.395], + [9.096, 41.392], + [9.099, 41.391], + [9.1, 41.393], + [9.102, 41.393], + [9.105, 41.395], + [9.107, 41.395], + [9.115, 41.397], + [9.119, 41.396], + [9.122, 41.396], + [9.124, 41.398], + [9.133, 41.4], + [9.134, 41.399], + [9.128, 41.396], + [9.127, 41.394], + [9.13, 41.393], + [9.133, 41.394], + [9.136, 41.394], + [9.139, 41.39], + [9.143, 41.389], + [9.146, 41.389], + [9.151, 41.391], + [9.153, 41.391], + [9.159, 41.389], + [9.155, 41.388], + [9.154, 41.389], + [9.149, 41.388], + [9.149, 41.385], + [9.152, 41.386], + [9.158, 41.386], + [9.161, 41.387], + [9.168, 41.385], + [9.174, 41.379], + [9.174, 41.378], + [9.178, 41.373], + [9.179, 41.367], + [9.186, 41.366], + [9.191, 41.367], + [9.194, 41.366], + [9.197, 41.368], + [9.199, 41.367], + [9.204, 41.366], + [9.206, 41.367], + [9.208, 41.366], + [9.212, 41.368], + [9.217, 41.368], + [9.22, 41.367], + [9.223, 41.372], + [9.221, 41.375], + [9.224, 41.379], + [9.229, 41.382], + [9.233, 41.386], + [9.237, 41.393], + [9.236, 41.395], + [9.24, 41.396], + [9.24, 41.399], + [9.246, 41.402], + [9.249, 41.405], + [9.251, 41.41], + [9.255, 41.411], + [9.26, 41.414], + [9.259, 41.416], + [9.261, 41.417], + [9.261, 41.422], + [9.264, 41.423], + [9.263, 41.426], + [9.265, 41.427], + [9.264, 41.429], + [9.258, 41.428], + [9.255, 41.425], + [9.251, 41.423], + [9.244, 41.422], + [9.238, 41.416], + [9.236, 41.416], + [9.235, 41.414], + [9.227, 41.409], + [9.225, 41.405], + [9.221, 41.405], + [9.217, 41.407], + [9.215, 41.413], + [9.216, 41.415], + [9.222, 41.414], + [9.225, 41.417], + [9.225, 41.42], + [9.227, 41.427], + [9.225, 41.43], + [9.223, 41.435], + [9.223, 41.44], + [9.224, 41.443], + [9.229, 41.443], + [9.23, 41.444], + [9.236, 41.445], + [9.244, 41.447], + [9.248, 41.452], + [9.25, 41.451], + [9.253, 41.455], + [9.255, 41.455], + [9.259, 41.457], + [9.259, 41.462], + [9.264, 41.464], + [9.265, 41.466], + [9.268, 41.466], + [9.269, 41.464], + [9.273, 41.462], + [9.277, 41.463], + [9.277, 41.465], + [9.272, 41.467], + [9.269, 41.467], + [9.267, 41.468], + [9.267, 41.471], + [9.27, 41.473], + [9.276, 41.471], + [9.276, 41.474], + [9.279, 41.477], + [9.284, 41.478], + [9.284, 41.48], + [9.286, 41.484], + [9.287, 41.484], + [9.286, 41.486], + [9.281, 41.485], + [9.279, 41.488], + [9.277, 41.487], + [9.277, 41.485], + [9.271, 41.484], + [9.267, 41.487], + [9.267, 41.489], + [9.265, 41.491], + [9.259, 41.491], + [9.253, 41.489], + [9.25, 41.487], + [9.249, 41.485], + [9.246, 41.483], + [9.244, 41.486], + [9.244, 41.488], + [9.242, 41.489], + [9.24, 41.494], + [9.237, 41.494], + [9.238, 41.5], + [9.236, 41.499], + [9.234, 41.501], + [9.235, 41.507], + [9.228, 41.51], + [9.225, 41.509], + [9.223, 41.507], + [9.216, 41.507], + [9.211, 41.503], + [9.209, 41.504], + [9.206, 41.499], + [9.204, 41.499], + [9.199, 41.501], + [9.197, 41.5], + [9.198, 41.496], + [9.195, 41.495], + [9.191, 41.495], + [9.185, 41.488], + [9.179, 41.484], + [9.178, 41.479], + [9.175, 41.476], + [9.172, 41.475], + [9.169, 41.475], + [9.168, 41.472], + [9.165, 41.47], + [9.165, 41.467], + [9.158, 41.463], + [9.151, 41.461], + [9.15, 41.46], + [9.15, 41.456], + [9.143, 41.456], + [9.14, 41.457], + [9.136, 41.46], + [9.137, 41.462], + [9.138, 41.467], + [9.13, 41.47], + [9.126, 41.474], + [9.123, 41.475], + [9.118, 41.472], + [9.113, 41.473], + [9.107, 41.473], + [9.1, 41.474], + [9.097, 41.471], + [9.094, 41.47], + [9.095, 41.467], + [9.093, 41.465], + [9.091, 41.465], + [9.088, 41.46], + [9.099, 41.457], + [9.098, 41.456], + [9.099, 41.453], + [9.095, 41.45] + ] + ] + ] + }, + "properties": { + "NOM_COM_M": "BONIFACIO", + "INSEE_COM": "2A041", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.103, 42.045], + [9.098, 42.048], + [9.093, 42.049], + [9.093, 42.05], + [9.087, 42.05], + [9.081, 42.048], + [9.079, 42.048], + [9.075, 42.05], + [9.072, 42.05], + [9.064, 42.052], + [9.061, 42.054], + [9.057, 42.054], + [9.052, 42.057], + [9.049, 42.057], + [9.04, 42.061], + [9.038, 42.064], + [9.039, 42.067], + [9.037, 42.069], + [9.036, 42.074], + [9.032, 42.075], + [9.031, 42.077], + [9.028, 42.079], + [9.017, 42.079], + [9.012, 42.08], + [9.005, 42.08], + [9.004, 42.081], + [9, 42.081], + [8.997, 42.082], + [8.999, 42.084], + [9.004, 42.086], + [9.003, 42.09], + [9.004, 42.092], + [9.002, 42.094], + [9.007, 42.101], + [9.01, 42.103], + [9.003, 42.107], + [9.002, 42.111], + [9.003, 42.113], + [8.997, 42.114], + [8.992, 42.113], + [8.991, 42.114], + [8.987, 42.114], + [8.983, 42.112], + [8.98, 42.111], + [8.978, 42.109], + [8.977, 42.105], + [8.974, 42.103], + [8.97, 42.103], + [8.964, 42.1], + [8.961, 42.1], + [8.956, 42.101], + [8.957, 42.098], + [8.957, 42.093], + [8.967, 42.091], + [8.969, 42.088], + [8.971, 42.087], + [8.972, 42.083], + [8.971, 42.081], + [8.972, 42.077], + [8.977, 42.077], + [8.98, 42.076], + [8.985, 42.07], + [8.984, 42.067], + [8.987, 42.067], + [8.99, 42.066], + [8.994, 42.062], + [9.003, 42.062], + [9.006, 42.061], + [9.006, 42.059], + [9.013, 42.055], + [9.013, 42.05], + [9.015, 42.048], + [9.016, 42.045], + [9.021, 42.041], + [9.026, 42.039], + [9.027, 42.037], + [9.029, 42.037], + [9.033, 42.031], + [9.036, 42.033], + [9.037, 42.035], + [9.04, 42.036], + [9.041, 42.034], + [9.045, 42.035], + [9.054, 42.039], + [9.063, 42.037], + [9.071, 42.036], + [9.073, 42.037], + [9.075, 42.041], + [9.079, 42.043], + [9.085, 42.042], + [9.088, 42.04], + [9.09, 42.041], + [9.103, 42.045] + ] + ] + }, + "properties": { + "NOM_COM_M": "TAVERA", + "INSEE_COM": "2A324", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.957, 42.093], + [8.952, 42.092], + [8.949, 42.09], + [8.947, 42.09], + [8.95, 42.086], + [8.953, 42.085], + [8.958, 42.08], + [8.961, 42.076], + [8.962, 42.076], + [8.962, 42.071], + [8.959, 42.068], + [8.958, 42.064], + [8.958, 42.058], + [8.955, 42.058], + [8.947, 42.055], + [8.954, 42.051], + [8.956, 42.047], + [8.959, 42.046], + [8.96, 42.042], + [8.96, 42.039], + [8.963, 42.037], + [8.964, 42.034], + [8.962, 42.031], + [8.965, 42.027], + [8.967, 42.023], + [8.963, 42.02], + [8.965, 42.018], + [8.969, 42.017], + [8.972, 42.015], + [8.973, 42.013], + [8.978, 42.01], + [8.984, 42.011], + [8.986, 42.012], + [8.991, 42.016], + [8.997, 42.02], + [9.001, 42.021], + [9.006, 42.02], + [9.01, 42.028], + [9.013, 42.03], + [9.015, 42.03], + [9.023, 42.036], + [9.021, 42.041], + [9.016, 42.045], + [9.015, 42.048], + [9.013, 42.05], + [9.013, 42.055], + [9.006, 42.059], + [9.006, 42.061], + [9.003, 42.062], + [8.994, 42.062], + [8.99, 42.066], + [8.987, 42.067], + [8.984, 42.067], + [8.985, 42.07], + [8.98, 42.076], + [8.977, 42.077], + [8.972, 42.077], + [8.971, 42.081], + [8.972, 42.083], + [8.971, 42.087], + [8.969, 42.088], + [8.967, 42.091], + [8.957, 42.093] + ] + ] + }, + "properties": { + "NOM_COM_M": "UCCIANI", + "INSEE_COM": "2A330", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.039, 42.296], + [9.038, 42.297], + [9.037, 42.304], + [9.036, 42.306], + [9.031, 42.303], + [9.028, 42.302], + [9.024, 42.309], + [9.023, 42.312], + [9.015, 42.322], + [9.012, 42.322], + [9.009, 42.326], + [9.003, 42.324], + [9.001, 42.325], + [8.997, 42.324], + [8.994, 42.324], + [8.992, 42.325], + [8.99, 42.324], + [8.99, 42.32], + [8.984, 42.319], + [8.981, 42.317], + [8.978, 42.317], + [8.977, 42.313], + [8.974, 42.311], + [8.977, 42.308], + [8.978, 42.305], + [8.975, 42.299], + [8.977, 42.298], + [8.976, 42.296], + [8.976, 42.289], + [8.98, 42.287], + [8.982, 42.283], + [8.986, 42.28], + [8.985, 42.277], + [8.978, 42.272], + [8.977, 42.269], + [8.975, 42.269], + [8.973, 42.266], + [8.97, 42.265], + [8.966, 42.265], + [8.964, 42.266], + [8.958, 42.264], + [8.955, 42.264], + [8.95, 42.265], + [8.947, 42.263], + [8.934, 42.259], + [8.927, 42.254], + [8.933, 42.256], + [8.937, 42.258], + [8.942, 42.255], + [8.948, 42.252], + [8.95, 42.253], + [8.955, 42.252], + [8.958, 42.254], + [8.963, 42.25], + [8.964, 42.247], + [8.967, 42.246], + [8.967, 42.244], + [8.975, 42.241], + [8.986, 42.241], + [8.992, 42.243], + [8.995, 42.246], + [8.997, 42.247], + [8.997, 42.25], + [9.002, 42.255], + [9.006, 42.256], + [9.008, 42.259], + [9.008, 42.261], + [9.011, 42.262], + [9.012, 42.264], + [9.019, 42.271], + [9.019, 42.275], + [9.023, 42.278], + [9.028, 42.279], + [9.029, 42.28], + [9.034, 42.281], + [9.037, 42.283], + [9.035, 42.293], + [9.039, 42.296] + ] + ] + }, + "properties": { + "NOM_COM_M": "CASAMACCIOLI", + "INSEE_COM": "2B073", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.917, 42.467], + [8.918, 42.462], + [8.919, 42.46], + [8.93, 42.456], + [8.933, 42.456], + [8.937, 42.455], + [8.941, 42.456], + [8.948, 42.456], + [8.954, 42.457], + [8.957, 42.457], + [8.961, 42.454], + [8.963, 42.454], + [8.969, 42.46], + [8.971, 42.463], + [8.976, 42.464], + [8.981, 42.464], + [8.989, 42.467], + [8.989, 42.469], + [8.991, 42.472], + [8.993, 42.472], + [8.996, 42.474], + [8.998, 42.474], + [9.002, 42.477], + [9.003, 42.479], + [9.008, 42.483], + [9.009, 42.486], + [9.011, 42.487], + [9.011, 42.489], + [9.014, 42.492], + [9.017, 42.494], + [9.02, 42.494], + [9.024, 42.495], + [9.03, 42.498], + [9.036, 42.495], + [9.038, 42.498], + [9.04, 42.505], + [9.04, 42.512], + [9.036, 42.516], + [9.035, 42.519], + [9.037, 42.52], + [9.037, 42.523], + [9.04, 42.523], + [9.04, 42.533], + [9.041, 42.535], + [9.045, 42.533], + [9.062, 42.533], + [9.073, 42.536], + [9.075, 42.538], + [9.079, 42.54], + [9.081, 42.542], + [9.082, 42.546], + [9.08, 42.548], + [9.079, 42.551], + [9.08, 42.554], + [9.084, 42.555], + [9.087, 42.557], + [9.091, 42.557], + [9.093, 42.56], + [9.092, 42.563], + [9.094, 42.565], + [9.095, 42.569], + [9.093, 42.572], + [9.09, 42.573], + [9.086, 42.572], + [9.081, 42.573], + [9.08, 42.577], + [9.077, 42.579], + [9.074, 42.579], + [9.07, 42.58], + [9.068, 42.579], + [9.062, 42.581], + [9.06, 42.579], + [9.057, 42.58], + [9.053, 42.58], + [9.051, 42.578], + [9.047, 42.576], + [9.043, 42.576], + [9.041, 42.575], + [9.038, 42.574], + [9.036, 42.57], + [9.036, 42.568], + [9.034, 42.566], + [9.031, 42.56], + [9.024, 42.556], + [9.022, 42.553], + [9.02, 42.552], + [9.017, 42.55], + [9.016, 42.547], + [9.011, 42.54], + [9.009, 42.535], + [9.007, 42.533], + [9.006, 42.528], + [9.009, 42.527], + [9.011, 42.523], + [9.015, 42.521], + [9.018, 42.514], + [9.021, 42.51], + [9.014, 42.508], + [9.008, 42.505], + [9.006, 42.503], + [9.003, 42.503], + [9, 42.501], + [8.999, 42.498], + [8.994, 42.496], + [8.994, 42.494], + [8.991, 42.494], + [8.988, 42.493], + [8.986, 42.491], + [8.984, 42.492], + [8.977, 42.488], + [8.975, 42.488], + [8.972, 42.485], + [8.97, 42.485], + [8.966, 42.482], + [8.962, 42.482], + [8.959, 42.481], + [8.953, 42.478], + [8.953, 42.477], + [8.945, 42.472], + [8.938, 42.472], + [8.936, 42.471], + [8.933, 42.472], + [8.928, 42.472], + [8.917, 42.467] + ] + ] + }, + "properties": { + "NOM_COM_M": "OLMI CAPPELLA", + "INSEE_COM": "2B190", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.985, 42.62], + [8.986, 42.624], + [8.988, 42.626], + [8.984, 42.63], + [8.984, 42.632], + [8.982, 42.634], + [8.982, 42.637], + [8.98, 42.639], + [8.976, 42.639], + [8.975, 42.64], + [8.971, 42.639], + [8.966, 42.635], + [8.963, 42.634], + [8.959, 42.636], + [8.955, 42.634], + [8.948, 42.634], + [8.95, 42.632], + [8.943, 42.629], + [8.939, 42.625], + [8.935, 42.624], + [8.935, 42.622], + [8.94, 42.617], + [8.942, 42.614], + [8.941, 42.61], + [8.945, 42.608], + [8.949, 42.607], + [8.951, 42.605], + [8.952, 42.602], + [8.958, 42.604], + [8.961, 42.604], + [8.965, 42.605], + [8.965, 42.607], + [8.968, 42.61], + [8.972, 42.613], + [8.975, 42.614], + [8.979, 42.616], + [8.98, 42.618], + [8.983, 42.618], + [8.985, 42.62] + ] + ] + }, + "properties": { + "NOM_COM_M": "MONTICELLO", + "INSEE_COM": "2B168", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.978, 42.392], + [8.98, 42.396], + [8.985, 42.398], + [8.988, 42.402], + [8.995, 42.4], + [9.003, 42.399], + [9.007, 42.395], + [9.01, 42.395], + [9.019, 42.399], + [9.027, 42.399], + [9.033, 42.398], + [9.037, 42.399], + [9.041, 42.399], + [9.048, 42.401], + [9.049, 42.405], + [9.053, 42.407], + [9.055, 42.409], + [9.056, 42.412], + [9.058, 42.413], + [9.066, 42.413], + [9.071, 42.417], + [9.074, 42.417], + [9.079, 42.418], + [9.081, 42.42], + [9.079, 42.424], + [9.079, 42.428], + [9.079, 42.431], + [9.082, 42.433], + [9.083, 42.435], + [9.081, 42.439], + [9.081, 42.442], + [9.08, 42.444], + [9.079, 42.449], + [9.08, 42.45], + [9.083, 42.456], + [9.083, 42.459], + [9.081, 42.461], + [9.081, 42.464], + [9.084, 42.467], + [9.078, 42.473], + [9.079, 42.475], + [9.077, 42.476], + [9.077, 42.48], + [9.074, 42.483], + [9.071, 42.484], + [9.067, 42.482], + [9.063, 42.482], + [9.06, 42.483], + [9.057, 42.489], + [9.059, 42.491], + [9.06, 42.495], + [9.059, 42.499], + [9.062, 42.503], + [9.061, 42.504], + [9.057, 42.5], + [9.052, 42.498], + [9.05, 42.499], + [9.047, 42.499], + [9.045, 42.497], + [9.036, 42.495], + [9.03, 42.498], + [9.024, 42.495], + [9.02, 42.494], + [9.017, 42.494], + [9.014, 42.492], + [9.011, 42.489], + [9.011, 42.487], + [9.009, 42.486], + [9.008, 42.483], + [9.003, 42.479], + [9.002, 42.477], + [8.998, 42.474], + [8.996, 42.474], + [8.993, 42.472], + [8.991, 42.472], + [8.989, 42.469], + [8.989, 42.467], + [8.981, 42.464], + [8.976, 42.464], + [8.971, 42.463], + [8.969, 42.46], + [8.963, 42.454], + [8.961, 42.454], + [8.957, 42.457], + [8.954, 42.457], + [8.948, 42.456], + [8.941, 42.456], + [8.937, 42.455], + [8.933, 42.456], + [8.93, 42.456], + [8.919, 42.46], + [8.918, 42.455], + [8.914, 42.449], + [8.913, 42.446], + [8.916, 42.444], + [8.917, 42.44], + [8.917, 42.432], + [8.92, 42.431], + [8.921, 42.426], + [8.918, 42.424], + [8.916, 42.421], + [8.916, 42.414], + [8.911, 42.41], + [8.909, 42.402], + [8.905, 42.4], + [8.903, 42.395], + [8.901, 42.393], + [8.902, 42.389], + [8.902, 42.386], + [8.9, 42.384], + [8.905, 42.379], + [8.914, 42.377], + [8.914, 42.375], + [8.919, 42.374], + [8.924, 42.374], + [8.927, 42.373], + [8.93, 42.373], + [8.937, 42.376], + [8.942, 42.377], + [8.946, 42.38], + [8.952, 42.383], + [8.955, 42.383], + [8.958, 42.384], + [8.961, 42.387], + [8.966, 42.39], + [8.971, 42.392], + [8.978, 42.392] + ] + ] + }, + "properties": { + "NOM_COM_M": "ASCO", + "INSEE_COM": "2B023", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.938, 41.798], + [8.938, 41.795], + [8.934, 41.794], + [8.929, 41.795], + [8.93, 41.792], + [8.924, 41.791], + [8.921, 41.79], + [8.923, 41.788], + [8.92, 41.781], + [8.917, 41.78], + [8.917, 41.779], + [8.922, 41.777], + [8.923, 41.778], + [8.932, 41.776], + [8.94, 41.775], + [8.941, 41.771], + [8.945, 41.765], + [8.95, 41.763], + [8.954, 41.76], + [8.959, 41.754], + [8.957, 41.747], + [8.958, 41.743], + [8.953, 41.743], + [8.961, 41.734], + [8.964, 41.732], + [8.964, 41.725], + [8.963, 41.723], + [8.964, 41.72], + [8.968, 41.721], + [8.976, 41.724], + [8.98, 41.727], + [8.983, 41.727], + [8.989, 41.728], + [8.986, 41.73], + [8.987, 41.732], + [8.989, 41.732], + [8.99, 41.735], + [8.994, 41.737], + [8.995, 41.742], + [8.998, 41.742], + [9.005, 41.746], + [9.002, 41.749], + [8.999, 41.75], + [8.997, 41.752], + [8.996, 41.757], + [8.998, 41.759], + [9.003, 41.761], + [9.007, 41.765], + [9.009, 41.77], + [9.007, 41.778], + [9.006, 41.78], + [9.002, 41.782], + [8.998, 41.785], + [8.997, 41.788], + [8.998, 41.792], + [8.997, 41.794], + [8.995, 41.794], + [8.992, 41.797], + [8.987, 41.799], + [8.986, 41.8], + [8.981, 41.8], + [8.979, 41.804], + [8.975, 41.805], + [8.971, 41.804], + [8.969, 41.806], + [8.968, 41.809], + [8.964, 41.808], + [8.962, 41.809], + [8.957, 41.811], + [8.954, 41.811], + [8.952, 41.806], + [8.949, 41.805], + [8.949, 41.802], + [8.947, 41.799], + [8.945, 41.801], + [8.941, 41.801], + [8.938, 41.798] + ] + ] + }, + "properties": { + "NOM_COM_M": "PETRETO BICCHISANO", + "INSEE_COM": "2A211", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.88, 42.56], + [8.876, 42.556], + [8.881, 42.553], + [8.888, 42.55], + [8.895, 42.55], + [8.897, 42.554], + [8.903, 42.557], + [8.904, 42.556], + [8.907, 42.56], + [8.916, 42.567], + [8.916, 42.569], + [8.913, 42.567], + [8.907, 42.565], + [8.902, 42.565], + [8.897, 42.564], + [8.897, 42.567], + [8.894, 42.567], + [8.887, 42.565], + [8.88, 42.56] + ] + ] + }, + "properties": { + "NOM_COM_M": "AVAPESSA", + "INSEE_COM": "2B025", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.81, 42.553], + [8.804, 42.553], + [8.802, 42.55], + [8.804, 42.547], + [8.804, 42.544], + [8.809, 42.541], + [8.811, 42.539], + [8.815, 42.537], + [8.818, 42.537], + [8.823, 42.535], + [8.824, 42.534], + [8.828, 42.534], + [8.829, 42.535], + [8.836, 42.533], + [8.844, 42.527], + [8.851, 42.523], + [8.856, 42.525], + [8.858, 42.524], + [8.864, 42.524], + [8.872, 42.525], + [8.874, 42.527], + [8.88, 42.529], + [8.882, 42.531], + [8.888, 42.531], + [8.889, 42.533], + [8.899, 42.536], + [8.907, 42.538], + [8.905, 42.545], + [8.902, 42.547], + [8.897, 42.548], + [8.895, 42.55], + [8.888, 42.55], + [8.881, 42.553], + [8.876, 42.556], + [8.88, 42.56], + [8.877, 42.561], + [8.872, 42.562], + [8.871, 42.564], + [8.868, 42.562], + [8.861, 42.561], + [8.855, 42.562], + [8.85, 42.564], + [8.85, 42.565], + [8.847, 42.566], + [8.841, 42.562], + [8.834, 42.555], + [8.829, 42.555], + [8.827, 42.554], + [8.827, 42.552], + [8.823, 42.551], + [8.817, 42.552], + [8.812, 42.552], + [8.81, 42.553] + ] + ] + }, + "properties": { + "NOM_COM_M": "MONTEGROSSO", + "INSEE_COM": "2B167", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.048, 42.176], + [9.045, 42.176], + [9.037, 42.177], + [9.034, 42.173], + [9.03, 42.171], + [9.023, 42.172], + [9.015, 42.172], + [9.01, 42.167], + [9.005, 42.166], + [9.002, 42.166], + [8.994, 42.162], + [8.99, 42.162], + [8.986, 42.161], + [8.983, 42.159], + [8.977, 42.157], + [8.965, 42.154], + [8.963, 42.152], + [8.957, 42.151], + [8.955, 42.15], + [8.953, 42.151], + [8.958, 42.146], + [8.961, 42.139], + [8.959, 42.134], + [8.961, 42.133], + [8.962, 42.13], + [8.961, 42.126], + [8.965, 42.124], + [8.97, 42.12], + [8.983, 42.112], + [8.987, 42.114], + [8.991, 42.114], + [8.992, 42.113], + [8.997, 42.114], + [9.003, 42.113], + [9.004, 42.115], + [9.007, 42.117], + [9.013, 42.119], + [9.019, 42.119], + [9.022, 42.121], + [9.026, 42.122], + [9.029, 42.124], + [9.033, 42.124], + [9.035, 42.126], + [9.038, 42.127], + [9.042, 42.127], + [9.048, 42.125], + [9.05, 42.126], + [9.054, 42.126], + [9.058, 42.123], + [9.063, 42.13], + [9.068, 42.131], + [9.071, 42.13], + [9.074, 42.132], + [9.077, 42.137], + [9.074, 42.143], + [9.073, 42.146], + [9.07, 42.15], + [9.072, 42.155], + [9.068, 42.156], + [9.066, 42.158], + [9.065, 42.167], + [9.063, 42.167], + [9.056, 42.169], + [9.051, 42.17], + [9.048, 42.173], + [9.048, 42.176] + ] + ] + }, + "properties": { + "NOM_COM_M": "PASTRICCIOLA", + "INSEE_COM": "2A204", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.327, 42.391], + [9.329, 42.388], + [9.329, 42.385], + [9.334, 42.382], + [9.336, 42.383], + [9.345, 42.383], + [9.35, 42.383], + [9.353, 42.386], + [9.357, 42.388], + [9.354, 42.392], + [9.352, 42.391], + [9.35, 42.392], + [9.344, 42.392], + [9.34, 42.393], + [9.329, 42.395], + [9.327, 42.396], + [9.327, 42.391] + ] + ] + }, + "properties": { + "NOM_COM_M": "CAMPANA", + "INSEE_COM": "2B052", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.887, 42.064], + [8.886, 42.062], + [8.883, 42.06], + [8.877, 42.057], + [8.877, 42.056], + [8.881, 42.052], + [8.882, 42.05], + [8.887, 42.048], + [8.89, 42.046], + [8.894, 42.045], + [8.895, 42.043], + [8.901, 42.039], + [8.902, 42.041], + [8.905, 42.039], + [8.908, 42.039], + [8.91, 42.036], + [8.908, 42.031], + [8.909, 42.03], + [8.907, 42.026], + [8.909, 42.025], + [8.911, 42.028], + [8.915, 42.029], + [8.915, 42.032], + [8.918, 42.034], + [8.918, 42.038], + [8.919, 42.041], + [8.923, 42.043], + [8.927, 42.042], + [8.931, 42.044], + [8.933, 42.046], + [8.936, 42.047], + [8.939, 42.049], + [8.944, 42.05], + [8.947, 42.055], + [8.955, 42.058], + [8.958, 42.058], + [8.958, 42.064], + [8.959, 42.068], + [8.962, 42.071], + [8.962, 42.076], + [8.961, 42.076], + [8.958, 42.08], + [8.953, 42.085], + [8.95, 42.086], + [8.947, 42.09], + [8.945, 42.09], + [8.944, 42.088], + [8.937, 42.085], + [8.934, 42.086], + [8.931, 42.083], + [8.929, 42.083], + [8.924, 42.078], + [8.918, 42.075], + [8.912, 42.075], + [8.908, 42.073], + [8.906, 42.074], + [8.901, 42.072], + [8.897, 42.073], + [8.893, 42.07], + [8.888, 42.067], + [8.887, 42.064] + ] + ] + }, + "properties": { + "NOM_COM_M": "VERO", + "INSEE_COM": "2A345", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.897, 42.141], + [8.895, 42.14], + [8.893, 42.136], + [8.895, 42.13], + [8.893, 42.126], + [8.889, 42.123], + [8.885, 42.118], + [8.877, 42.112], + [8.875, 42.111], + [8.874, 42.108], + [8.872, 42.106], + [8.874, 42.1], + [8.87, 42.099], + [8.867, 42.097], + [8.868, 42.095], + [8.873, 42.097], + [8.883, 42.097], + [8.885, 42.095], + [8.884, 42.09], + [8.881, 42.089], + [8.884, 42.084], + [8.89, 42.082], + [8.894, 42.08], + [8.897, 42.075], + [8.897, 42.073], + [8.901, 42.072], + [8.906, 42.074], + [8.908, 42.073], + [8.912, 42.075], + [8.918, 42.075], + [8.924, 42.078], + [8.929, 42.083], + [8.931, 42.083], + [8.934, 42.086], + [8.929, 42.09], + [8.924, 42.091], + [8.924, 42.093], + [8.926, 42.097], + [8.923, 42.1], + [8.921, 42.104], + [8.919, 42.106], + [8.916, 42.106], + [8.911, 42.105], + [8.91, 42.107], + [8.914, 42.112], + [8.916, 42.117], + [8.918, 42.118], + [8.919, 42.121], + [8.921, 42.122], + [8.917, 42.137], + [8.913, 42.143], + [8.902, 42.141], + [8.897, 42.141] + ] + ] + }, + "properties": { + "NOM_COM_M": "SALICE", + "INSEE_COM": "2A266", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.794, 42.056], + [8.793, 42.057], + [8.797, 42.061], + [8.798, 42.063], + [8.797, 42.067], + [8.798, 42.07], + [8.795, 42.072], + [8.792, 42.072], + [8.788, 42.075], + [8.787, 42.078], + [8.781, 42.079], + [8.778, 42.081], + [8.773, 42.082], + [8.76, 42.082], + [8.758, 42.083], + [8.756, 42.082], + [8.749, 42.083], + [8.746, 42.084], + [8.743, 42.086], + [8.737, 42.084], + [8.739, 42.081], + [8.738, 42.078], + [8.734, 42.076], + [8.73, 42.077], + [8.73, 42.079], + [8.728, 42.08], + [8.723, 42.078], + [8.717, 42.078], + [8.72, 42.073], + [8.721, 42.069], + [8.721, 42.066], + [8.719, 42.064], + [8.726, 42.063], + [8.727, 42.064], + [8.731, 42.064], + [8.736, 42.066], + [8.74, 42.063], + [8.74, 42.061], + [8.743, 42.061], + [8.744, 42.059], + [8.749, 42.06], + [8.75, 42.063], + [8.754, 42.063], + [8.755, 42.061], + [8.754, 42.057], + [8.761, 42.055], + [8.766, 42.054], + [8.77, 42.056], + [8.784, 42.056], + [8.791, 42.055], + [8.794, 42.056] + ] + ] + }, + "properties": { + "NOM_COM_M": "CASAGLIONE", + "INSEE_COM": "2A070", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.897, 42.073], + [8.897, 42.075], + [8.894, 42.08], + [8.89, 42.082], + [8.884, 42.084], + [8.881, 42.089], + [8.884, 42.09], + [8.885, 42.095], + [8.883, 42.097], + [8.873, 42.097], + [8.868, 42.095], + [8.867, 42.097], + [8.87, 42.099], + [8.864, 42.1], + [8.86, 42.099], + [8.859, 42.101], + [8.855, 42.103], + [8.852, 42.103], + [8.851, 42.107], + [8.848, 42.11], + [8.847, 42.112], + [8.843, 42.111], + [8.839, 42.114], + [8.829, 42.114], + [8.821, 42.116], + [8.813, 42.116], + [8.81, 42.114], + [8.81, 42.112], + [8.813, 42.111], + [8.816, 42.107], + [8.818, 42.103], + [8.82, 42.101], + [8.82, 42.099], + [8.824, 42.095], + [8.827, 42.093], + [8.828, 42.088], + [8.828, 42.085], + [8.827, 42.083], + [8.831, 42.08], + [8.837, 42.078], + [8.839, 42.079], + [8.841, 42.078], + [8.844, 42.083], + [8.849, 42.081], + [8.858, 42.08], + [8.863, 42.076], + [8.865, 42.073], + [8.865, 42.07], + [8.868, 42.067], + [8.867, 42.065], + [8.868, 42.062], + [8.873, 42.061], + [8.877, 42.061], + [8.879, 42.063], + [8.887, 42.064], + [8.888, 42.067], + [8.893, 42.07], + [8.897, 42.073] + ] + ] + }, + "properties": { + "NOM_COM_M": "LOPIGNA", + "INSEE_COM": "2A144", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.921, 42.171], + [8.928, 42.173], + [8.932, 42.176], + [8.935, 42.176], + [8.938, 42.179], + [8.938, 42.182], + [8.95, 42.18], + [8.953, 42.179], + [8.955, 42.181], + [8.955, 42.183], + [8.958, 42.186], + [8.961, 42.187], + [8.965, 42.186], + [8.971, 42.187], + [8.976, 42.2], + [8.978, 42.204], + [8.981, 42.206], + [8.983, 42.209], + [8.991, 42.208], + [8.995, 42.207], + [9, 42.207], + [9.004, 42.209], + [9.006, 42.209], + [9.006, 42.213], + [9, 42.215], + [8.997, 42.214], + [8.992, 42.217], + [8.984, 42.225], + [8.98, 42.224], + [8.969, 42.217], + [8.967, 42.217], + [8.959, 42.213], + [8.954, 42.212], + [8.951, 42.209], + [8.946, 42.208], + [8.945, 42.206], + [8.938, 42.204], + [8.932, 42.198], + [8.925, 42.194], + [8.923, 42.192], + [8.922, 42.189], + [8.924, 42.181], + [8.919, 42.181], + [8.919, 42.178], + [8.923, 42.177], + [8.921, 42.171] + ] + ] + }, + "properties": { + "NOM_COM_M": "ORTO", + "INSEE_COM": "2A196", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.927, 42.254], + [8.923, 42.258], + [8.919, 42.256], + [8.915, 42.255], + [8.911, 42.255], + [8.905, 42.254], + [8.901, 42.253], + [8.897, 42.251], + [8.894, 42.251], + [8.887, 42.247], + [8.882, 42.247], + [8.88, 42.246], + [8.871, 42.239], + [8.87, 42.236], + [8.87, 42.233], + [8.867, 42.23], + [8.864, 42.225], + [8.854, 42.223], + [8.849, 42.22], + [8.849, 42.217], + [8.846, 42.214], + [8.846, 42.204], + [8.843, 42.201], + [8.843, 42.199], + [8.84, 42.198], + [8.837, 42.196], + [8.831, 42.195], + [8.818, 42.192], + [8.82, 42.191], + [8.818, 42.188], + [8.816, 42.189], + [8.813, 42.185], + [8.812, 42.181], + [8.813, 42.179], + [8.82, 42.176], + [8.825, 42.176], + [8.828, 42.179], + [8.834, 42.178], + [8.841, 42.176], + [8.846, 42.178], + [8.852, 42.178], + [8.857, 42.18], + [8.865, 42.18], + [8.87, 42.179], + [8.878, 42.179], + [8.88, 42.178], + [8.884, 42.177], + [8.884, 42.181], + [8.882, 42.187], + [8.883, 42.189], + [8.882, 42.194], + [8.886, 42.201], + [8.885, 42.204], + [8.889, 42.213], + [8.892, 42.216], + [8.891, 42.218], + [8.894, 42.222], + [8.899, 42.224], + [8.901, 42.224], + [8.908, 42.227], + [8.914, 42.227], + [8.919, 42.228], + [8.922, 42.23], + [8.928, 42.232], + [8.934, 42.232], + [8.94, 42.237], + [8.936, 42.247], + [8.934, 42.248], + [8.933, 42.251], + [8.927, 42.252], + [8.927, 42.254] + ] + ] + }, + "properties": { + "NOM_COM_M": "LETIA", + "INSEE_COM": "2A141", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.81, 42.112], + [8.81, 42.114], + [8.813, 42.116], + [8.821, 42.116], + [8.821, 42.119], + [8.82, 42.123], + [8.824, 42.124], + [8.826, 42.126], + [8.828, 42.125], + [8.832, 42.126], + [8.832, 42.129], + [8.835, 42.129], + [8.835, 42.131], + [8.831, 42.133], + [8.827, 42.133], + [8.824, 42.132], + [8.82, 42.135], + [8.822, 42.14], + [8.825, 42.139], + [8.828, 42.141], + [8.825, 42.142], + [8.821, 42.145], + [8.818, 42.149], + [8.813, 42.153], + [8.812, 42.155], + [8.807, 42.151], + [8.804, 42.152], + [8.797, 42.152], + [8.796, 42.153], + [8.793, 42.152], + [8.787, 42.152], + [8.783, 42.15], + [8.781, 42.148], + [8.775, 42.14], + [8.775, 42.136], + [8.77, 42.136], + [8.768, 42.135], + [8.769, 42.133], + [8.767, 42.128], + [8.772, 42.126], + [8.777, 42.121], + [8.776, 42.119], + [8.778, 42.118], + [8.778, 42.114], + [8.777, 42.113], + [8.77, 42.111], + [8.766, 42.106], + [8.766, 42.103], + [8.763, 42.103], + [8.759, 42.099], + [8.757, 42.094], + [8.757, 42.091], + [8.76, 42.093], + [8.761, 42.092], + [8.769, 42.097], + [8.768, 42.098], + [8.77, 42.101], + [8.774, 42.102], + [8.778, 42.104], + [8.782, 42.104], + [8.785, 42.103], + [8.786, 42.104], + [8.792, 42.107], + [8.793, 42.11], + [8.798, 42.109], + [8.8, 42.112], + [8.803, 42.114], + [8.806, 42.112], + [8.81, 42.112] + ] + ] + }, + "properties": { + "NOM_COM_M": "ARBORI", + "INSEE_COM": "2A019", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.409, 41.907], + [9.413, 41.913], + [9.412, 41.916], + [9.413, 41.92], + [9.415, 41.924], + [9.416, 41.929], + [9.416, 41.933], + [9.413, 41.938], + [9.41, 41.939], + [9.408, 41.941], + [9.409, 41.951], + [9.406, 41.955], + [9.409, 41.957], + [9.408, 41.96], + [9.409, 41.962], + [9.408, 41.965], + [9.408, 41.968], + [9.395, 41.968], + [9.379, 41.97], + [9.375, 41.97], + [9.37, 41.969], + [9.366, 41.969], + [9.364, 41.97], + [9.356, 41.968], + [9.351, 41.968], + [9.35, 41.969], + [9.344, 41.969], + [9.344, 41.966], + [9.341, 41.964], + [9.339, 41.964], + [9.336, 41.961], + [9.327, 41.958], + [9.311, 41.956], + [9.303, 41.953], + [9.296, 41.951], + [9.294, 41.95], + [9.297, 41.948], + [9.3, 41.947], + [9.302, 41.945], + [9.302, 41.942], + [9.304, 41.94], + [9.304, 41.937], + [9.302, 41.936], + [9.301, 41.933], + [9.303, 41.929], + [9.301, 41.926], + [9.304, 41.925], + [9.305, 41.921], + [9.309, 41.924], + [9.312, 41.921], + [9.313, 41.921], + [9.315, 41.925], + [9.32, 41.926], + [9.324, 41.922], + [9.327, 41.922], + [9.33, 41.923], + [9.332, 41.921], + [9.338, 41.92], + [9.341, 41.919], + [9.345, 41.92], + [9.35, 41.922], + [9.354, 41.92], + [9.366, 41.92], + [9.377, 41.917], + [9.386, 41.914], + [9.391, 41.911], + [9.399, 41.91], + [9.404, 41.909], + [9.406, 41.907], + [9.409, 41.907] + ] + ] + }, + "properties": { + "NOM_COM_M": "VENTISERI", + "INSEE_COM": "2B342", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.001, 41.652], + [9.005, 41.654], + [9.01, 41.653], + [9.013, 41.651], + [9.015, 41.652], + [9.018, 41.65], + [9.017, 41.648], + [9.015, 41.648], + [9.015, 41.645], + [9.016, 41.641], + [9.021, 41.64], + [9.024, 41.642], + [9.025, 41.644], + [9.024, 41.646], + [9.028, 41.648], + [9.028, 41.65], + [9.024, 41.654], + [9.023, 41.657], + [9.025, 41.659], + [9.028, 41.659], + [9.031, 41.658], + [9.036, 41.658], + [9.04, 41.659], + [9.048, 41.662], + [9.045, 41.665], + [9.044, 41.667], + [9.046, 41.668], + [9.046, 41.67], + [9.052, 41.678], + [9.055, 41.68], + [9.054, 41.682], + [9.06, 41.687], + [9.063, 41.693], + [9.063, 41.695], + [9.06, 41.697], + [9.057, 41.697], + [9.057, 41.695], + [9.053, 41.697], + [9.053, 41.698], + [9.046, 41.7], + [9.044, 41.696], + [9.042, 41.696], + [9.041, 41.691], + [9.039, 41.689], + [9.035, 41.686], + [9.035, 41.683], + [9.033, 41.68], + [9.033, 41.676], + [9.03, 41.675], + [9.028, 41.673], + [9.029, 41.671], + [9.029, 41.668], + [9.027, 41.668], + [9.025, 41.67], + [9.021, 41.67], + [9.019, 41.668], + [9.019, 41.665], + [9.015, 41.664], + [9.008, 41.664], + [9.003, 41.66], + [9, 41.661], + [8.999, 41.654], + [9.001, 41.652] + ] + ] + }, + "properties": { + "NOM_COM_M": "OLMICCIA", + "INSEE_COM": "2A191", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.316, 42.599], + [9.316, 42.601], + [9.32, 42.602], + [9.322, 42.607], + [9.319, 42.609], + [9.318, 42.612], + [9.315, 42.614], + [9.316, 42.616], + [9.311, 42.618], + [9.305, 42.622], + [9.304, 42.626], + [9.302, 42.627], + [9.303, 42.629], + [9.302, 42.632], + [9.297, 42.631], + [9.296, 42.634], + [9.297, 42.638], + [9.295, 42.64], + [9.295, 42.643], + [9.292, 42.645], + [9.289, 42.646], + [9.287, 42.65], + [9.288, 42.654], + [9.283, 42.662], + [9.28, 42.665], + [9.277, 42.665], + [9.27, 42.667], + [9.266, 42.666], + [9.265, 42.663], + [9.262, 42.661], + [9.261, 42.659], + [9.263, 42.656], + [9.264, 42.652], + [9.267, 42.654], + [9.276, 42.656], + [9.281, 42.652], + [9.282, 42.646], + [9.285, 42.645], + [9.288, 42.64], + [9.293, 42.629], + [9.3, 42.623], + [9.302, 42.619], + [9.301, 42.617], + [9.305, 42.617], + [9.308, 42.613], + [9.309, 42.61], + [9.306, 42.607], + [9.303, 42.6], + [9.296, 42.597], + [9.294, 42.594], + [9.296, 42.591], + [9.293, 42.586], + [9.298, 42.58], + [9.299, 42.578], + [9.298, 42.575], + [9.302, 42.574], + [9.304, 42.579], + [9.31, 42.581], + [9.313, 42.584], + [9.314, 42.586], + [9.312, 42.588], + [9.314, 42.592], + [9.314, 42.594], + [9.316, 42.596], + [9.316, 42.599] + ] + ] + }, + "properties": { + "NOM_COM_M": "RAPALE", + "INSEE_COM": "2B257", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.193, 42.358], + [9.185, 42.359], + [9.182, 42.361], + [9.18, 42.364], + [9.177, 42.366], + [9.174, 42.364], + [9.171, 42.367], + [9.168, 42.371], + [9.166, 42.371], + [9.163, 42.37], + [9.159, 42.371], + [9.159, 42.365], + [9.155, 42.364], + [9.153, 42.362], + [9.148, 42.362], + [9.148, 42.358], + [9.146, 42.355], + [9.145, 42.352], + [9.142, 42.352], + [9.139, 42.351], + [9.136, 42.352], + [9.131, 42.351], + [9.125, 42.351], + [9.117, 42.35], + [9.117, 42.349], + [9.112, 42.344], + [9.109, 42.342], + [9.109, 42.34], + [9.104, 42.339], + [9.098, 42.336], + [9.097, 42.334], + [9.094, 42.333], + [9.094, 42.331], + [9.092, 42.329], + [9.092, 42.325], + [9.093, 42.323], + [9.099, 42.325], + [9.111, 42.33], + [9.113, 42.338], + [9.128, 42.342], + [9.135, 42.342], + [9.139, 42.341], + [9.143, 42.344], + [9.145, 42.344], + [9.152, 42.342], + [9.155, 42.339], + [9.153, 42.342], + [9.153, 42.345], + [9.157, 42.347], + [9.16, 42.346], + [9.165, 42.347], + [9.169, 42.347], + [9.174, 42.348], + [9.178, 42.347], + [9.181, 42.349], + [9.185, 42.35], + [9.189, 42.352], + [9.189, 42.354], + [9.192, 42.355], + [9.193, 42.358] + ] + ] + }, + "properties": { + "NOM_COM_M": "SOVERIA", + "INSEE_COM": "2B289", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.876, 41.769], + [8.883, 41.767], + [8.885, 41.764], + [8.887, 41.764], + [8.892, 41.761], + [8.895, 41.763], + [8.9, 41.763], + [8.903, 41.761], + [8.915, 41.756], + [8.918, 41.754], + [8.919, 41.752], + [8.922, 41.749], + [8.928, 41.747], + [8.928, 41.745], + [8.925, 41.744], + [8.922, 41.74], + [8.925, 41.738], + [8.927, 41.738], + [8.929, 41.736], + [8.933, 41.738], + [8.946, 41.738], + [8.953, 41.743], + [8.958, 41.743], + [8.957, 41.747], + [8.959, 41.754], + [8.954, 41.76], + [8.95, 41.763], + [8.945, 41.765], + [8.941, 41.771], + [8.94, 41.775], + [8.932, 41.776], + [8.923, 41.778], + [8.922, 41.777], + [8.917, 41.779], + [8.917, 41.78], + [8.913, 41.78], + [8.912, 41.776], + [8.909, 41.775], + [8.907, 41.776], + [8.903, 41.775], + [8.897, 41.775], + [8.89, 41.772], + [8.888, 41.773], + [8.885, 41.772], + [8.881, 41.773], + [8.878, 41.772], + [8.876, 41.769] + ] + ] + }, + "properties": { + "NOM_COM_M": "CASALABRIVA", + "INSEE_COM": "2A071", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.821, 41.791], + [8.82, 41.791], + [8.818, 41.796], + [8.815, 41.797], + [8.81, 41.8], + [8.806, 41.8], + [8.802, 41.804], + [8.796, 41.806], + [8.791, 41.809], + [8.784, 41.811], + [8.777, 41.81], + [8.772, 41.811], + [8.772, 41.812], + [8.769, 41.81], + [8.766, 41.811], + [8.765, 41.809], + [8.762, 41.81], + [8.758, 41.809], + [8.755, 41.812], + [8.751, 41.811], + [8.748, 41.811], + [8.745, 41.807], + [8.745, 41.805], + [8.741, 41.805], + [8.74, 41.801], + [8.741, 41.798], + [8.738, 41.797], + [8.733, 41.798], + [8.721, 41.798], + [8.72, 41.799], + [8.721, 41.802], + [8.717, 41.804], + [8.712, 41.801], + [8.71, 41.799], + [8.709, 41.796], + [8.712, 41.795], + [8.715, 41.796], + [8.719, 41.794], + [8.717, 41.792], + [8.72, 41.79], + [8.724, 41.79], + [8.728, 41.787], + [8.726, 41.784], + [8.729, 41.781], + [8.732, 41.781], + [8.733, 41.779], + [8.729, 41.778], + [8.731, 41.776], + [8.726, 41.773], + [8.721, 41.768], + [8.72, 41.768], + [8.716, 41.763], + [8.708, 41.757], + [8.704, 41.758], + [8.702, 41.756], + [8.7, 41.756], + [8.695, 41.751], + [8.692, 41.751], + [8.685, 41.747], + [8.683, 41.747], + [8.679, 41.749], + [8.677, 41.751], + [8.675, 41.751], + [8.672, 41.753], + [8.666, 41.752], + [8.661, 41.75], + [8.659, 41.74], + [8.662, 41.74], + [8.666, 41.743], + [8.672, 41.744], + [8.676, 41.742], + [8.678, 41.742], + [8.682, 41.74], + [8.685, 41.74], + [8.686, 41.742], + [8.689, 41.74], + [8.695, 41.742], + [8.702, 41.74], + [8.705, 41.74], + [8.708, 41.736], + [8.706, 41.734], + [8.703, 41.726], + [8.707, 41.722], + [8.715, 41.722], + [8.723, 41.724], + [8.725, 41.727], + [8.73, 41.729], + [8.735, 41.73], + [8.737, 41.729], + [8.74, 41.732], + [8.744, 41.732], + [8.746, 41.734], + [8.749, 41.734], + [8.752, 41.735], + [8.754, 41.737], + [8.76, 41.738], + [8.768, 41.74], + [8.773, 41.742], + [8.775, 41.742], + [8.782, 41.738], + [8.784, 41.735], + [8.783, 41.738], + [8.785, 41.741], + [8.784, 41.742], + [8.785, 41.745], + [8.788, 41.746], + [8.788, 41.753], + [8.791, 41.756], + [8.791, 41.762], + [8.796, 41.764], + [8.796, 41.766], + [8.799, 41.769], + [8.802, 41.773], + [8.809, 41.776], + [8.813, 41.777], + [8.818, 41.78], + [8.818, 41.783], + [8.821, 41.787], + [8.824, 41.789], + [8.821, 41.791] + ] + ] + }, + "properties": { + "NOM_COM_M": "COTI CHIAVARI", + "INSEE_COM": "2A098", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.457, 42.077], + [9.447, 42.085], + [9.447, 42.087], + [9.45, 42.094], + [9.451, 42.098], + [9.452, 42.106], + [9.445, 42.106], + [9.442, 42.11], + [9.438, 42.114], + [9.439, 42.117], + [9.438, 42.123], + [9.429, 42.122], + [9.427, 42.121], + [9.424, 42.122], + [9.423, 42.12], + [9.417, 42.12], + [9.414, 42.123], + [9.409, 42.123], + [9.409, 42.124], + [9.401, 42.126], + [9.4, 42.128], + [9.393, 42.127], + [9.386, 42.127], + [9.384, 42.125], + [9.384, 42.123], + [9.38, 42.122], + [9.374, 42.124], + [9.37, 42.122], + [9.366, 42.122], + [9.361, 42.124], + [9.357, 42.124], + [9.358, 42.122], + [9.358, 42.119], + [9.356, 42.117], + [9.362, 42.109], + [9.366, 42.106], + [9.366, 42.102], + [9.368, 42.1], + [9.368, 42.101], + [9.373, 42.102], + [9.379, 42.105], + [9.383, 42.104], + [9.388, 42.088], + [9.39, 42.083], + [9.396, 42.08], + [9.399, 42.076], + [9.403, 42.075], + [9.412, 42.072], + [9.421, 42.068], + [9.426, 42.065], + [9.431, 42.061], + [9.433, 42.06], + [9.435, 42.062], + [9.435, 42.064], + [9.44, 42.069], + [9.448, 42.071], + [9.457, 42.077] + ] + ] + }, + "properties": { + "NOM_COM_M": "AGHIONE", + "INSEE_COM": "2B002", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.007, 41.88], + [9.005, 41.879], + [9.002, 41.88], + [8.998, 41.877], + [8.992, 41.868], + [8.994, 41.866], + [8.993, 41.863], + [8.996, 41.862], + [8.999, 41.863], + [9.006, 41.861], + [9.01, 41.861], + [9.014, 41.858], + [9.018, 41.858], + [9.022, 41.856], + [9.022, 41.858], + [9.025, 41.858], + [9.027, 41.856], + [9.03, 41.857], + [9.033, 41.857], + [9.033, 41.862], + [9.034, 41.866], + [9.032, 41.87], + [9.031, 41.874], + [9.034, 41.876], + [9.037, 41.879], + [9.037, 41.881], + [9.034, 41.884], + [9.033, 41.887], + [9.03, 41.888], + [9.024, 41.885], + [9.021, 41.882], + [9.016, 41.881], + [9.011, 41.879], + [9.007, 41.88] + ] + ] + }, + "properties": { + "NOM_COM_M": "AZILONE AMPAZA", + "INSEE_COM": "2A026", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.864, 41.926], + [8.867, 41.928], + [8.871, 41.929], + [8.872, 41.933], + [8.874, 41.933], + [8.885, 41.93], + [8.889, 41.93], + [8.89, 41.929], + [8.895, 41.931], + [8.901, 41.937], + [8.904, 41.938], + [8.91, 41.936], + [8.912, 41.933], + [8.917, 41.932], + [8.92, 41.935], + [8.923, 41.936], + [8.927, 41.936], + [8.93, 41.934], + [8.931, 41.936], + [8.937, 41.936], + [8.94, 41.939], + [8.946, 41.939], + [8.948, 41.941], + [8.948, 41.947], + [8.952, 41.947], + [8.953, 41.951], + [8.951, 41.952], + [8.947, 41.96], + [8.949, 41.962], + [8.95, 41.965], + [8.949, 41.969], + [8.949, 41.972], + [8.951, 41.975], + [8.947, 41.976], + [8.945, 41.978], + [8.944, 41.983], + [8.942, 41.982], + [8.941, 41.978], + [8.934, 41.975], + [8.931, 41.975], + [8.928, 41.974], + [8.925, 41.974], + [8.921, 41.97], + [8.917, 41.97], + [8.914, 41.968], + [8.91, 41.97], + [8.904, 41.967], + [8.902, 41.964], + [8.9, 41.963], + [8.893, 41.956], + [8.89, 41.957], + [8.886, 41.956], + [8.881, 41.957], + [8.876, 41.954], + [8.872, 41.954], + [8.87, 41.952], + [8.87, 41.95], + [8.865, 41.947], + [8.854, 41.944], + [8.854, 41.94], + [8.855, 41.937], + [8.862, 41.93], + [8.864, 41.926] + ] + ] + }, + "properties": { + "NOM_COM_M": "OCANA", + "INSEE_COM": "2A181", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.397, 42.455], + [9.396, 42.452], + [9.392, 42.449], + [9.386, 42.446], + [9.384, 42.442], + [9.387, 42.44], + [9.388, 42.438], + [9.391, 42.437], + [9.391, 42.434], + [9.393, 42.433], + [9.395, 42.429], + [9.397, 42.427], + [9.399, 42.427], + [9.404, 42.429], + [9.405, 42.431], + [9.403, 42.435], + [9.404, 42.439], + [9.403, 42.442], + [9.407, 42.444], + [9.409, 42.447], + [9.404, 42.452], + [9.397, 42.455] + ] + ] + }, + "properties": { + "NOM_COM_M": "PIANO", + "INSEE_COM": "2B214", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.39, 42.083], + [9.388, 42.088], + [9.383, 42.104], + [9.379, 42.105], + [9.373, 42.102], + [9.368, 42.101], + [9.368, 42.1], + [9.363, 42.1], + [9.363, 42.104], + [9.361, 42.104], + [9.356, 42.106], + [9.35, 42.106], + [9.345, 42.107], + [9.343, 42.111], + [9.34, 42.114], + [9.335, 42.117], + [9.329, 42.114], + [9.325, 42.115], + [9.321, 42.117], + [9.32, 42.119], + [9.318, 42.118], + [9.313, 42.122], + [9.31, 42.125], + [9.307, 42.129], + [9.307, 42.132], + [9.3, 42.137], + [9.298, 42.137], + [9.297, 42.139], + [9.294, 42.14], + [9.293, 42.142], + [9.287, 42.146], + [9.286, 42.148], + [9.282, 42.151], + [9.28, 42.157], + [9.278, 42.159], + [9.278, 42.163], + [9.276, 42.164], + [9.273, 42.169], + [9.268, 42.168], + [9.257, 42.161], + [9.255, 42.158], + [9.252, 42.157], + [9.249, 42.155], + [9.249, 42.153], + [9.252, 42.15], + [9.253, 42.145], + [9.251, 42.144], + [9.251, 42.141], + [9.252, 42.137], + [9.258, 42.132], + [9.261, 42.127], + [9.269, 42.127], + [9.277, 42.124], + [9.279, 42.113], + [9.28, 42.11], + [9.287, 42.11], + [9.29, 42.108], + [9.302, 42.108], + [9.304, 42.107], + [9.33, 42.107], + [9.335, 42.106], + [9.336, 42.105], + [9.342, 42.103], + [9.345, 42.101], + [9.349, 42.1], + [9.351, 42.098], + [9.359, 42.095], + [9.368, 42.093], + [9.379, 42.089], + [9.384, 42.086], + [9.39, 42.083] + ] + ] + }, + "properties": { + "NOM_COM_M": "PIETROSO", + "INSEE_COM": "2B229", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.701, 41.953], + [8.696, 41.959], + [8.694, 41.963], + [8.694, 41.966], + [8.693, 41.968], + [8.689, 41.971], + [8.69, 41.974], + [8.687, 41.975], + [8.683, 41.975], + [8.679, 41.978], + [8.673, 41.978], + [8.669, 41.982], + [8.663, 41.977], + [8.658, 41.974], + [8.652, 41.971], + [8.649, 41.969], + [8.646, 41.968], + [8.632, 41.968], + [8.63, 41.97], + [8.626, 41.971], + [8.623, 41.971], + [8.622, 41.968], + [8.623, 41.966], + [8.626, 41.966], + [8.631, 41.963], + [8.638, 41.964], + [8.64, 41.963], + [8.648, 41.963], + [8.65, 41.958], + [8.653, 41.958], + [8.66, 41.956], + [8.664, 41.956], + [8.669, 41.948], + [8.67, 41.947], + [8.677, 41.947], + [8.679, 41.946], + [8.681, 41.948], + [8.687, 41.948], + [8.69, 41.95], + [8.694, 41.95], + [8.701, 41.953] + ] + ] + }, + "properties": { + "NOM_COM_M": "VILLANOVA", + "INSEE_COM": "2A351", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.421, 42.938], + [9.419, 42.938], + [9.41, 42.936], + [9.403, 42.939], + [9.4, 42.936], + [9.397, 42.932], + [9.396, 42.927], + [9.393, 42.926], + [9.392, 42.924], + [9.389, 42.923], + [9.39, 42.921], + [9.396, 42.92], + [9.404, 42.915], + [9.415, 42.911], + [9.423, 42.912], + [9.431, 42.905], + [9.433, 42.9], + [9.441, 42.899], + [9.449, 42.897], + [9.451, 42.898], + [9.455, 42.898], + [9.46, 42.901], + [9.467, 42.901], + [9.474, 42.9], + [9.473, 42.903], + [9.469, 42.905], + [9.469, 42.908], + [9.472, 42.91], + [9.471, 42.912], + [9.472, 42.914], + [9.47, 42.922], + [9.472, 42.924], + [9.467, 42.927], + [9.467, 42.93], + [9.465, 42.932], + [9.469, 42.937], + [9.454, 42.935], + [9.447, 42.936], + [9.428, 42.936], + [9.421, 42.938] + ] + ] + }, + "properties": { + "NOM_COM_M": "MERIA", + "INSEE_COM": "2B159", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.341, 42.093], + [9.335, 42.093], + [9.333, 42.094], + [9.328, 42.092], + [9.322, 42.092], + [9.319, 42.093], + [9.314, 42.092], + [9.315, 42.096], + [9.311, 42.098], + [9.307, 42.096], + [9.303, 42.095], + [9.299, 42.096], + [9.29, 42.096], + [9.289, 42.097], + [9.286, 42.095], + [9.282, 42.095], + [9.278, 42.094], + [9.279, 42.091], + [9.278, 42.086], + [9.277, 42.084], + [9.277, 42.079], + [9.275, 42.076], + [9.278, 42.075], + [9.284, 42.072], + [9.286, 42.068], + [9.293, 42.07], + [9.31, 42.062], + [9.317, 42.061], + [9.338, 42.059], + [9.348, 42.055], + [9.351, 42.051], + [9.354, 42.05], + [9.358, 42.05], + [9.361, 42.047], + [9.363, 42.047], + [9.367, 42.049], + [9.37, 42.05], + [9.369, 42.052], + [9.365, 42.055], + [9.365, 42.058], + [9.369, 42.062], + [9.364, 42.065], + [9.365, 42.067], + [9.361, 42.069], + [9.361, 42.072], + [9.358, 42.074], + [9.358, 42.077], + [9.361, 42.078], + [9.359, 42.083], + [9.359, 42.085], + [9.355, 42.087], + [9.347, 42.092], + [9.341, 42.093] + ] + ] + }, + "properties": { + "NOM_COM_M": "LUGO DI NAZZA", + "INSEE_COM": "2B149", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.375, 42.556], + [9.382, 42.56], + [9.383, 42.563], + [9.383, 42.566], + [9.384, 42.569], + [9.388, 42.569], + [9.393, 42.571], + [9.396, 42.576], + [9.399, 42.577], + [9.413, 42.584], + [9.415, 42.587], + [9.413, 42.588], + [9.416, 42.592], + [9.414, 42.594], + [9.417, 42.598], + [9.419, 42.599], + [9.419, 42.601], + [9.416, 42.605], + [9.414, 42.606], + [9.412, 42.605], + [9.408, 42.605], + [9.406, 42.606], + [9.397, 42.604], + [9.396, 42.601], + [9.393, 42.598], + [9.391, 42.599], + [9.388, 42.598], + [9.383, 42.598], + [9.379, 42.599], + [9.371, 42.597], + [9.371, 42.595], + [9.368, 42.594], + [9.364, 42.595], + [9.363, 42.592], + [9.357, 42.59], + [9.357, 42.588], + [9.35, 42.587], + [9.347, 42.584], + [9.347, 42.582], + [9.347, 42.578], + [9.348, 42.574], + [9.352, 42.572], + [9.353, 42.569], + [9.355, 42.569], + [9.364, 42.564], + [9.367, 42.562], + [9.368, 42.559], + [9.367, 42.555], + [9.375, 42.556] + ] + ] + }, + "properties": { + "NOM_COM_M": "RUTALI", + "INSEE_COM": "2B265", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.006, 42.528], + [9.007, 42.533], + [9.009, 42.535], + [9.011, 42.54], + [9.016, 42.547], + [9.017, 42.55], + [9.02, 42.552], + [9.017, 42.552], + [9.008, 42.559], + [9.008, 42.554], + [8.998, 42.552], + [8.999, 42.549], + [8.996, 42.547], + [8.992, 42.546], + [8.988, 42.543], + [8.985, 42.54], + [8.978, 42.54], + [8.974, 42.538], + [8.972, 42.534], + [8.969, 42.532], + [8.966, 42.531], + [8.966, 42.528], + [8.964, 42.525], + [8.964, 42.519], + [8.96, 42.518], + [8.956, 42.516], + [8.94, 42.516], + [8.938, 42.513], + [8.931, 42.51], + [8.928, 42.507], + [8.924, 42.504], + [8.922, 42.501], + [8.919, 42.498], + [8.92, 42.497], + [8.922, 42.492], + [8.927, 42.491], + [8.931, 42.492], + [8.934, 42.496], + [8.941, 42.498], + [8.945, 42.503], + [8.951, 42.505], + [8.954, 42.505], + [8.957, 42.506], + [8.962, 42.506], + [8.972, 42.505], + [8.977, 42.504], + [8.988, 42.508], + [8.992, 42.508], + [8.989, 42.511], + [8.984, 42.515], + [8.984, 42.517], + [8.989, 42.516], + [8.991, 42.517], + [8.993, 42.516], + [8.995, 42.517], + [8.997, 42.516], + [9.002, 42.517], + [9, 42.521], + [9.001, 42.524], + [9.006, 42.528] + ] + ] + }, + "properties": { + "NOM_COM_M": "PIOGGIOLA", + "INSEE_COM": "2B235", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.958, 41.847], + [8.958, 41.844], + [8.961, 41.842], + [8.962, 41.838], + [8.964, 41.837], + [8.967, 41.836], + [8.967, 41.839], + [8.969, 41.841], + [8.971, 41.84], + [8.972, 41.842], + [8.974, 41.842], + [8.976, 41.844], + [8.979, 41.845], + [8.978, 41.847], + [8.975, 41.847], + [8.974, 41.849], + [8.978, 41.85], + [8.98, 41.854], + [8.982, 41.854], + [8.983, 41.857], + [8.989, 41.859], + [8.985, 41.861], + [8.982, 41.861], + [8.981, 41.864], + [8.983, 41.867], + [8.982, 41.869], + [8.979, 41.871], + [8.974, 41.87], + [8.974, 41.868], + [8.976, 41.863], + [8.973, 41.86], + [8.973, 41.858], + [8.97, 41.855], + [8.967, 41.854], + [8.961, 41.855], + [8.959, 41.852], + [8.96, 41.849], + [8.958, 41.847] + ] + ] + }, + "properties": { + "NOM_COM_M": "CARDO TORGIA", + "INSEE_COM": "2A064", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.96, 41.897], + [8.957, 41.896], + [8.955, 41.893], + [8.96, 41.887], + [8.962, 41.883], + [8.964, 41.881], + [8.967, 41.88], + [8.968, 41.878], + [8.967, 41.874], + [8.967, 41.869], + [8.969, 41.868], + [8.974, 41.87], + [8.979, 41.871], + [8.982, 41.869], + [8.983, 41.867], + [8.981, 41.864], + [8.982, 41.861], + [8.985, 41.861], + [8.989, 41.859], + [8.99, 41.861], + [8.993, 41.863], + [8.994, 41.866], + [8.992, 41.868], + [8.998, 41.877], + [9.002, 41.88], + [9.005, 41.879], + [9.007, 41.88], + [9.009, 41.882], + [9.005, 41.884], + [9.003, 41.882], + [9, 41.881], + [8.997, 41.882], + [8.993, 41.887], + [8.985, 41.892], + [8.988, 41.9], + [8.99, 41.903], + [8.988, 41.907], + [8.988, 41.909], + [8.983, 41.906], + [8.978, 41.905], + [8.97, 41.904], + [8.969, 41.9], + [8.963, 41.899], + [8.96, 41.897] + ] + ] + }, + "properties": { + "NOM_COM_M": "SANTA MARIA SICHE", + "INSEE_COM": "2A312", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.843, 41.982], + [8.85, 41.986], + [8.855, 41.986], + [8.857, 41.988], + [8.861, 41.988], + [8.863, 41.99], + [8.869, 41.991], + [8.874, 41.994], + [8.874, 41.996], + [8.879, 41.998], + [8.88, 42.001], + [8.885, 42.001], + [8.89, 41.998], + [8.896, 42], + [8.903, 41.997], + [8.908, 41.994], + [8.912, 41.997], + [8.918, 41.995], + [8.929, 41.992], + [8.935, 41.992], + [8.938, 41.99], + [8.941, 41.991], + [8.947, 41.989], + [8.953, 41.993], + [8.958, 41.994], + [8.962, 41.998], + [8.967, 42.001], + [8.969, 42.003], + [8.971, 42.003], + [8.974, 42.005], + [8.976, 42.006], + [8.978, 42.01], + [8.973, 42.013], + [8.972, 42.015], + [8.969, 42.017], + [8.965, 42.018], + [8.963, 42.02], + [8.961, 42.019], + [8.956, 42.021], + [8.953, 42.02], + [8.951, 42.018], + [8.944, 42.016], + [8.939, 42.014], + [8.926, 42.015], + [8.924, 42.016], + [8.921, 42.015], + [8.914, 42.018], + [8.91, 42.017], + [8.907, 42.015], + [8.903, 42.016], + [8.901, 42.018], + [8.899, 42.017], + [8.893, 42.017], + [8.889, 42.015], + [8.888, 42.012], + [8.884, 42.01], + [8.882, 42.014], + [8.876, 42.015], + [8.871, 42.012], + [8.869, 42.015], + [8.867, 42.015], + [8.865, 42.014], + [8.864, 42.011], + [8.861, 42.008], + [8.857, 42.007], + [8.856, 42.005], + [8.852, 42.004], + [8.85, 42.002], + [8.848, 41.996], + [8.842, 41.996], + [8.845, 41.991], + [8.842, 41.985], + [8.843, 41.982] + ] + ] + }, + "properties": { + "NOM_COM_M": "PERI", + "INSEE_COM": "2A209", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.947, 41.989], + [8.947, 41.987], + [8.944, 41.985], + [8.944, 41.983], + [8.945, 41.978], + [8.947, 41.976], + [8.951, 41.975], + [8.949, 41.972], + [8.949, 41.969], + [8.95, 41.965], + [8.949, 41.962], + [8.947, 41.96], + [8.951, 41.952], + [8.953, 41.951], + [8.952, 41.947], + [8.948, 41.947], + [8.948, 41.941], + [8.946, 41.939], + [8.94, 41.939], + [8.937, 41.936], + [8.931, 41.936], + [8.93, 41.934], + [8.933, 41.934], + [8.935, 41.932], + [8.939, 41.931], + [8.943, 41.933], + [8.949, 41.932], + [8.95, 41.931], + [8.954, 41.932], + [8.957, 41.932], + [8.959, 41.931], + [8.963, 41.932], + [8.967, 41.938], + [8.974, 41.938], + [8.973, 41.94], + [8.974, 41.942], + [8.977, 41.942], + [8.979, 41.944], + [8.982, 41.944], + [8.984, 41.949], + [8.984, 41.953], + [8.982, 41.956], + [8.983, 41.958], + [8.987, 41.961], + [8.993, 41.962], + [8.996, 41.964], + [8.996, 41.966], + [8.993, 41.968], + [8.995, 41.97], + [8.998, 41.971], + [8.999, 41.975], + [9.001, 41.978], + [9.004, 41.978], + [9.005, 41.981], + [9.003, 41.984], + [9, 41.985], + [9, 41.988], + [8.998, 41.989], + [8.995, 41.992], + [8.993, 41.995], + [8.989, 41.997], + [8.984, 41.997], + [8.983, 41.996], + [8.975, 41.998], + [8.974, 42], + [8.974, 42.005], + [8.971, 42.003], + [8.969, 42.003], + [8.967, 42.001], + [8.962, 41.998], + [8.958, 41.994], + [8.953, 41.993], + [8.947, 41.989] + ] + ] + }, + "properties": { + "NOM_COM_M": "TOLLA", + "INSEE_COM": "2A326", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.808, 42.009], + [8.804, 42.008], + [8.799, 42.005], + [8.794, 42.005], + [8.791, 42.006], + [8.792, 42.008], + [8.784, 42.006], + [8.78, 42.003], + [8.778, 42], + [8.78, 41.998], + [8.783, 41.998], + [8.781, 41.991], + [8.782, 41.989], + [8.785, 41.989], + [8.788, 41.987], + [8.788, 41.982], + [8.789, 41.979], + [8.789, 41.974], + [8.787, 41.972], + [8.788, 41.969], + [8.79, 41.966], + [8.788, 41.963], + [8.789, 41.961], + [8.787, 41.959], + [8.788, 41.957], + [8.785, 41.955], + [8.785, 41.953], + [8.789, 41.953], + [8.805, 41.959], + [8.81, 41.962], + [8.804, 41.966], + [8.807, 41.969], + [8.808, 41.973], + [8.813, 41.977], + [8.816, 41.981], + [8.816, 41.985], + [8.815, 41.991], + [8.813, 41.994], + [8.815, 41.995], + [8.814, 41.998], + [8.816, 42], + [8.811, 42], + [8.811, 42.003], + [8.809, 42.005], + [8.808, 42.009] + ] + ] + }, + "properties": { + "NOM_COM_M": "AFA", + "INSEE_COM": "2A001", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.803, 42.013], + [8.802, 42.017], + [8.8, 42.017], + [8.796, 42.024], + [8.789, 42.022], + [8.786, 42.02], + [8.774, 42.02], + [8.769, 42.021], + [8.762, 42.02], + [8.757, 42.021], + [8.75, 42.021], + [8.747, 42.02], + [8.745, 42.018], + [8.739, 42.019], + [8.736, 42.019], + [8.734, 42.022], + [8.732, 42.023], + [8.729, 42.023], + [8.722, 42.02], + [8.715, 42.019], + [8.702, 42.019], + [8.696, 42.015], + [8.69, 42.013], + [8.682, 42.011], + [8.68, 42.009], + [8.678, 42.009], + [8.674, 42.007], + [8.674, 42.005], + [8.67, 42.005], + [8.665, 42.004], + [8.657, 42.004], + [8.655, 42.002], + [8.656, 41.998], + [8.658, 41.996], + [8.658, 41.993], + [8.66, 41.992], + [8.665, 41.993], + [8.668, 41.993], + [8.669, 41.99], + [8.677, 41.988], + [8.679, 41.989], + [8.682, 41.988], + [8.685, 41.985], + [8.689, 41.985], + [8.696, 41.988], + [8.703, 41.988], + [8.707, 41.99], + [8.712, 41.99], + [8.714, 41.989], + [8.721, 41.993], + [8.725, 41.993], + [8.731, 41.994], + [8.734, 41.993], + [8.737, 41.994], + [8.742, 41.994], + [8.75, 41.993], + [8.753, 41.989], + [8.768, 41.989], + [8.77, 41.99], + [8.775, 41.986], + [8.777, 41.983], + [8.779, 41.982], + [8.782, 41.975], + [8.781, 41.971], + [8.788, 41.969], + [8.787, 41.972], + [8.789, 41.974], + [8.789, 41.979], + [8.788, 41.982], + [8.788, 41.987], + [8.785, 41.989], + [8.782, 41.989], + [8.781, 41.991], + [8.783, 41.998], + [8.78, 41.998], + [8.778, 42], + [8.78, 42.003], + [8.784, 42.006], + [8.792, 42.008], + [8.791, 42.006], + [8.794, 42.005], + [8.799, 42.005], + [8.804, 42.008], + [8.808, 42.009], + [8.803, 42.013] + ] + ] + }, + "properties": { + "NOM_COM_M": "APPIETTO", + "INSEE_COM": "2A017", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.825, 42.039], + [8.823, 42.039], + [8.819, 42.042], + [8.812, 42.045], + [8.809, 42.049], + [8.807, 42.049], + [8.799, 42.051], + [8.797, 42.05], + [8.795, 42.051], + [8.791, 42.05], + [8.787, 42.051], + [8.788, 42.054], + [8.791, 42.055], + [8.784, 42.056], + [8.77, 42.056], + [8.766, 42.054], + [8.761, 42.055], + [8.754, 42.057], + [8.755, 42.061], + [8.754, 42.063], + [8.75, 42.063], + [8.749, 42.06], + [8.744, 42.059], + [8.744, 42.057], + [8.746, 42.057], + [8.75, 42.054], + [8.754, 42.053], + [8.755, 42.049], + [8.764, 42.049], + [8.767, 42.047], + [8.776, 42.045], + [8.778, 42.046], + [8.78, 42.042], + [8.78, 42.036], + [8.785, 42.037], + [8.79, 42.035], + [8.798, 42.034], + [8.799, 42.032], + [8.804, 42.03], + [8.806, 42.028], + [8.809, 42.027], + [8.813, 42.029], + [8.815, 42.031], + [8.816, 42.035], + [8.823, 42.037], + [8.825, 42.039] + ] + ] + }, + "properties": { + "NOM_COM_M": "SANT ANDREA D ORCINO", + "INSEE_COM": "2A295", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.014, 41.897], + [9.011, 41.896], + [9.005, 41.896], + [8.988, 41.9], + [8.985, 41.892], + [8.993, 41.887], + [8.997, 41.882], + [9, 41.881], + [9.003, 41.882], + [9.005, 41.884], + [9.009, 41.882], + [9.016, 41.887], + [9.014, 41.891], + [9.014, 41.897] + ] + ] + }, + "properties": { + "NOM_COM_M": "CAMPO", + "INSEE_COM": "2A056", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.838, 41.912], + [8.833, 41.914], + [8.823, 41.912], + [8.822, 41.91], + [8.819, 41.909], + [8.819, 41.907], + [8.823, 41.907], + [8.827, 41.906], + [8.83, 41.904], + [8.833, 41.898], + [8.834, 41.895], + [8.833, 41.893], + [8.837, 41.888], + [8.844, 41.886], + [8.847, 41.888], + [8.854, 41.889], + [8.861, 41.889], + [8.861, 41.892], + [8.86, 41.894], + [8.867, 41.893], + [8.882, 41.889], + [8.891, 41.886], + [8.897, 41.888], + [8.898, 41.89], + [8.901, 41.89], + [8.902, 41.893], + [8.906, 41.892], + [8.909, 41.892], + [8.912, 41.891], + [8.917, 41.893], + [8.92, 41.896], + [8.923, 41.897], + [8.927, 41.897], + [8.929, 41.895], + [8.932, 41.89], + [8.934, 41.889], + [8.948, 41.895], + [8.946, 41.9], + [8.952, 41.904], + [8.952, 41.912], + [8.953, 41.915], + [8.95, 41.918], + [8.951, 41.921], + [8.941, 41.921], + [8.933, 41.92], + [8.932, 41.919], + [8.928, 41.92], + [8.919, 41.918], + [8.912, 41.92], + [8.911, 41.919], + [8.907, 41.919], + [8.905, 41.92], + [8.903, 41.919], + [8.897, 41.921], + [8.893, 41.919], + [8.887, 41.919], + [8.882, 41.918], + [8.877, 41.916], + [8.874, 41.916], + [8.867, 41.912], + [8.855, 41.907], + [8.849, 41.903], + [8.845, 41.905], + [8.843, 41.905], + [8.84, 41.907], + [8.838, 41.912] + ] + ] + }, + "properties": { + "NOM_COM_M": "CAURO", + "INSEE_COM": "2A085", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.669, 41.99], + [8.67, 41.987], + [8.67, 41.984], + [8.669, 41.982], + [8.673, 41.978], + [8.679, 41.978], + [8.683, 41.975], + [8.687, 41.975], + [8.69, 41.974], + [8.689, 41.971], + [8.693, 41.968], + [8.694, 41.966], + [8.694, 41.963], + [8.696, 41.959], + [8.701, 41.953], + [8.704, 41.947], + [8.707, 41.946], + [8.711, 41.947], + [8.71, 41.949], + [8.711, 41.951], + [8.715, 41.951], + [8.716, 41.949], + [8.72, 41.948], + [8.72, 41.95], + [8.718, 41.952], + [8.72, 41.955], + [8.723, 41.958], + [8.726, 41.958], + [8.726, 41.96], + [8.729, 41.96], + [8.732, 41.959], + [8.738, 41.959], + [8.739, 41.957], + [8.743, 41.958], + [8.742, 41.961], + [8.748, 41.961], + [8.751, 41.96], + [8.752, 41.958], + [8.756, 41.956], + [8.758, 41.957], + [8.767, 41.957], + [8.769, 41.958], + [8.768, 41.96], + [8.769, 41.962], + [8.775, 41.961], + [8.782, 41.959], + [8.785, 41.955], + [8.788, 41.957], + [8.787, 41.959], + [8.789, 41.961], + [8.788, 41.963], + [8.79, 41.966], + [8.788, 41.969], + [8.781, 41.971], + [8.782, 41.975], + [8.779, 41.982], + [8.777, 41.983], + [8.775, 41.986], + [8.77, 41.99], + [8.768, 41.989], + [8.753, 41.989], + [8.75, 41.993], + [8.742, 41.994], + [8.737, 41.994], + [8.734, 41.993], + [8.731, 41.994], + [8.725, 41.993], + [8.721, 41.993], + [8.714, 41.989], + [8.712, 41.99], + [8.707, 41.99], + [8.703, 41.988], + [8.696, 41.988], + [8.689, 41.985], + [8.685, 41.985], + [8.682, 41.988], + [8.679, 41.989], + [8.677, 41.988], + [8.669, 41.99] + ] + ] + }, + "properties": { + "NOM_COM_M": "ALATA", + "INSEE_COM": "2A006", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.963, 42.02], + [8.967, 42.023], + [8.965, 42.027], + [8.962, 42.031], + [8.964, 42.034], + [8.963, 42.037], + [8.96, 42.039], + [8.96, 42.042], + [8.959, 42.046], + [8.956, 42.047], + [8.954, 42.051], + [8.947, 42.055], + [8.944, 42.05], + [8.939, 42.049], + [8.936, 42.047], + [8.933, 42.046], + [8.931, 42.044], + [8.927, 42.042], + [8.923, 42.043], + [8.919, 42.041], + [8.918, 42.038], + [8.918, 42.034], + [8.915, 42.032], + [8.915, 42.029], + [8.911, 42.028], + [8.909, 42.025], + [8.907, 42.026], + [8.905, 42.026], + [8.903, 42.023], + [8.9, 42.021], + [8.898, 42.021], + [8.893, 42.017], + [8.899, 42.017], + [8.901, 42.018], + [8.903, 42.016], + [8.907, 42.015], + [8.91, 42.017], + [8.914, 42.018], + [8.921, 42.015], + [8.924, 42.016], + [8.926, 42.015], + [8.939, 42.014], + [8.944, 42.016], + [8.951, 42.018], + [8.953, 42.02], + [8.956, 42.021], + [8.961, 42.019], + [8.963, 42.02] + ] + ] + }, + "properties": { + "NOM_COM_M": "CARBUCCIA", + "INSEE_COM": "2A062", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.004, 41.826], + [9.007, 41.829], + [9.008, 41.831], + [9.01, 41.832], + [9.01, 41.834], + [9.007, 41.834], + [9.004, 41.835], + [9.006, 41.839], + [9.004, 41.844], + [9.005, 41.846], + [9.003, 41.849], + [8.999, 41.853], + [8.997, 41.852], + [8.995, 41.855], + [8.996, 41.859], + [8.998, 41.859], + [8.999, 41.863], + [8.996, 41.862], + [8.993, 41.863], + [8.99, 41.861], + [8.989, 41.859], + [8.983, 41.857], + [8.982, 41.854], + [8.98, 41.854], + [8.978, 41.85], + [8.974, 41.849], + [8.975, 41.847], + [8.978, 41.847], + [8.979, 41.845], + [8.976, 41.844], + [8.974, 41.842], + [8.972, 41.842], + [8.971, 41.84], + [8.969, 41.841], + [8.967, 41.839], + [8.967, 41.836], + [8.964, 41.837], + [8.963, 41.836], + [8.964, 41.833], + [8.963, 41.831], + [8.964, 41.829], + [8.963, 41.827], + [8.96, 41.825], + [8.959, 41.82], + [8.957, 41.815], + [8.958, 41.813], + [8.957, 41.811], + [8.962, 41.809], + [8.963, 41.811], + [8.961, 41.814], + [8.965, 41.815], + [8.967, 41.814], + [8.967, 41.812], + [8.974, 41.811], + [8.98, 41.819], + [8.981, 41.822], + [8.984, 41.822], + [8.99, 41.82], + [8.992, 41.82], + [8.999, 41.824], + [9.001, 41.827], + [9.004, 41.826] + ] + ] + }, + "properties": { + "NOM_COM_M": "ZIGLIARA", + "INSEE_COM": "2A360", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.94, 42.237], + [8.934, 42.232], + [8.928, 42.232], + [8.922, 42.23], + [8.919, 42.228], + [8.914, 42.227], + [8.908, 42.227], + [8.901, 42.224], + [8.899, 42.224], + [8.894, 42.222], + [8.891, 42.218], + [8.892, 42.216], + [8.889, 42.213], + [8.885, 42.204], + [8.886, 42.201], + [8.882, 42.194], + [8.883, 42.189], + [8.882, 42.187], + [8.884, 42.181], + [8.884, 42.177], + [8.891, 42.176], + [8.892, 42.177], + [8.897, 42.179], + [8.902, 42.18], + [8.907, 42.182], + [8.908, 42.181], + [8.916, 42.182], + [8.919, 42.181], + [8.924, 42.181], + [8.922, 42.189], + [8.923, 42.192], + [8.925, 42.194], + [8.932, 42.198], + [8.938, 42.204], + [8.945, 42.206], + [8.946, 42.208], + [8.951, 42.209], + [8.954, 42.212], + [8.959, 42.213], + [8.967, 42.217], + [8.969, 42.217], + [8.98, 42.224], + [8.977, 42.228], + [8.977, 42.231], + [8.973, 42.233], + [8.972, 42.232], + [8.968, 42.233], + [8.957, 42.233], + [8.955, 42.234], + [8.952, 42.233], + [8.945, 42.234], + [8.943, 42.236], + [8.94, 42.237] + ] + ] + }, + "properties": { + "NOM_COM_M": "SOCCIA", + "INSEE_COM": "2A282", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.377, 42.911], + [9.372, 42.915], + [9.37, 42.916], + [9.363, 42.918], + [9.359, 42.921], + [9.36, 42.923], + [9.357, 42.923], + [9.355, 42.921], + [9.355, 42.918], + [9.354, 42.916], + [9.351, 42.916], + [9.349, 42.913], + [9.344, 42.911], + [9.341, 42.909], + [9.338, 42.909], + [9.336, 42.907], + [9.334, 42.907], + [9.332, 42.905], + [9.326, 42.901], + [9.331, 42.898], + [9.336, 42.897], + [9.34, 42.898], + [9.343, 42.895], + [9.35, 42.892], + [9.358, 42.889], + [9.361, 42.89], + [9.361, 42.893], + [9.363, 42.897], + [9.365, 42.899], + [9.365, 42.901], + [9.369, 42.903], + [9.373, 42.906], + [9.374, 42.908], + [9.377, 42.911] + ] + ] + }, + "properties": { + "NOM_COM_M": "PINO", + "INSEE_COM": "2B233", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.416, 42.796], + [9.418, 42.789], + [9.42, 42.785], + [9.416, 42.781], + [9.414, 42.774], + [9.415, 42.773], + [9.417, 42.771], + [9.418, 42.767], + [9.425, 42.765], + [9.427, 42.764], + [9.435, 42.762], + [9.437, 42.76], + [9.442, 42.757], + [9.446, 42.756], + [9.451, 42.754], + [9.458, 42.754], + [9.461, 42.755], + [9.465, 42.755], + [9.468, 42.753], + [9.466, 42.758], + [9.469, 42.766], + [9.474, 42.773], + [9.476, 42.774], + [9.479, 42.778], + [9.479, 42.781], + [9.482, 42.781], + [9.484, 42.783], + [9.484, 42.787], + [9.487, 42.788], + [9.487, 42.79], + [9.489, 42.793], + [9.491, 42.798], + [9.469, 42.802], + [9.464, 42.8], + [9.461, 42.798], + [9.449, 42.799], + [9.441, 42.797], + [9.434, 42.796], + [9.416, 42.796] + ] + ] + }, + "properties": { + "NOM_COM_M": "BRANDO", + "INSEE_COM": "2B043", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.922, 42.492], + [8.922, 42.488], + [8.924, 42.486], + [8.924, 42.483], + [8.918, 42.477], + [8.917, 42.474], + [8.914, 42.472], + [8.916, 42.47], + [8.917, 42.467], + [8.928, 42.472], + [8.933, 42.472], + [8.936, 42.471], + [8.938, 42.472], + [8.945, 42.472], + [8.953, 42.477], + [8.953, 42.478], + [8.959, 42.481], + [8.962, 42.482], + [8.966, 42.482], + [8.97, 42.485], + [8.972, 42.485], + [8.975, 42.488], + [8.977, 42.488], + [8.984, 42.492], + [8.986, 42.491], + [8.988, 42.493], + [8.991, 42.494], + [8.994, 42.494], + [8.994, 42.496], + [8.999, 42.498], + [9, 42.501], + [9.003, 42.503], + [9.006, 42.503], + [9.008, 42.505], + [9.014, 42.508], + [9.021, 42.51], + [9.018, 42.514], + [9.015, 42.521], + [9.011, 42.523], + [9.009, 42.527], + [9.006, 42.528], + [9.001, 42.524], + [9, 42.521], + [9.002, 42.517], + [8.997, 42.516], + [8.995, 42.517], + [8.993, 42.516], + [8.991, 42.517], + [8.989, 42.516], + [8.984, 42.517], + [8.984, 42.515], + [8.989, 42.511], + [8.992, 42.508], + [8.988, 42.508], + [8.977, 42.504], + [8.972, 42.505], + [8.962, 42.506], + [8.957, 42.506], + [8.954, 42.505], + [8.951, 42.505], + [8.945, 42.503], + [8.941, 42.498], + [8.934, 42.496], + [8.931, 42.492], + [8.927, 42.491], + [8.922, 42.492] + ] + ] + }, + "properties": { + "NOM_COM_M": "MAUSOLEO", + "INSEE_COM": "2B156", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.978, 42.392], + [8.98, 42.39], + [8.989, 42.388], + [8.994, 42.384], + [8.997, 42.383], + [9.001, 42.379], + [9.005, 42.378], + [9.01, 42.378], + [9.014, 42.373], + [9.019, 42.371], + [9.019, 42.37], + [9.016, 42.364], + [9.018, 42.362], + [9.017, 42.36], + [9.018, 42.357], + [9.021, 42.356], + [9.025, 42.353], + [9.029, 42.351], + [9.03, 42.348], + [9.034, 42.346], + [9.034, 42.345], + [9.04, 42.335], + [9.049, 42.332], + [9.049, 42.33], + [9.053, 42.328], + [9.061, 42.326], + [9.066, 42.323], + [9.069, 42.319], + [9.076, 42.314], + [9.085, 42.308], + [9.086, 42.312], + [9.09, 42.317], + [9.094, 42.32], + [9.093, 42.323], + [9.092, 42.325], + [9.092, 42.329], + [9.094, 42.331], + [9.094, 42.333], + [9.097, 42.334], + [9.098, 42.336], + [9.098, 42.337], + [9.094, 42.339], + [9.093, 42.338], + [9.088, 42.346], + [9.083, 42.349], + [9.086, 42.353], + [9.086, 42.356], + [9.091, 42.363], + [9.096, 42.366], + [9.098, 42.369], + [9.104, 42.372], + [9.107, 42.379], + [9.11, 42.383], + [9.11, 42.385], + [9.112, 42.388], + [9.107, 42.388], + [9.101, 42.387], + [9.098, 42.386], + [9.092, 42.389], + [9.093, 42.39], + [9.088, 42.4], + [9.088, 42.402], + [9.084, 42.404], + [9.081, 42.404], + [9.08, 42.408], + [9.078, 42.409], + [9.077, 42.412], + [9.074, 42.417], + [9.071, 42.417], + [9.066, 42.413], + [9.058, 42.413], + [9.056, 42.412], + [9.055, 42.409], + [9.053, 42.407], + [9.049, 42.405], + [9.048, 42.401], + [9.041, 42.399], + [9.037, 42.399], + [9.033, 42.398], + [9.027, 42.399], + [9.019, 42.399], + [9.01, 42.395], + [9.007, 42.395], + [9.003, 42.399], + [8.995, 42.4], + [8.988, 42.402], + [8.985, 42.398], + [8.98, 42.396], + [8.978, 42.392] + ] + ] + }, + "properties": { + "NOM_COM_M": "CORSCIA", + "INSEE_COM": "2B095", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.698, 42.229], + [8.7, 42.227], + [8.703, 42.227], + [8.708, 42.224], + [8.721, 42.224], + [8.722, 42.219], + [8.727, 42.216], + [8.736, 42.218], + [8.74, 42.22], + [8.74, 42.221], + [8.746, 42.225], + [8.749, 42.229], + [8.752, 42.23], + [8.752, 42.234], + [8.754, 42.24], + [8.754, 42.243], + [8.756, 42.246], + [8.756, 42.248], + [8.764, 42.251], + [8.768, 42.252], + [8.774, 42.254], + [8.777, 42.258], + [8.782, 42.261], + [8.784, 42.264], + [8.784, 42.267], + [8.782, 42.268], + [8.781, 42.271], + [8.776, 42.276], + [8.777, 42.278], + [8.775, 42.281], + [8.779, 42.282], + [8.781, 42.285], + [8.777, 42.285], + [8.775, 42.286], + [8.774, 42.289], + [8.767, 42.291], + [8.764, 42.288], + [8.759, 42.285], + [8.756, 42.282], + [8.755, 42.28], + [8.751, 42.279], + [8.741, 42.279], + [8.739, 42.28], + [8.737, 42.279], + [8.735, 42.28], + [8.73, 42.278], + [8.725, 42.278], + [8.721, 42.277], + [8.719, 42.278], + [8.715, 42.278], + [8.698, 42.274], + [8.694, 42.275], + [8.691, 42.275], + [8.689, 42.273], + [8.689, 42.271], + [8.692, 42.271], + [8.692, 42.266], + [8.689, 42.263], + [8.689, 42.261], + [8.693, 42.257], + [8.692, 42.254], + [8.688, 42.252], + [8.689, 42.25], + [8.688, 42.247], + [8.696, 42.245], + [8.701, 42.242], + [8.699, 42.241], + [8.699, 42.238], + [8.698, 42.236], + [8.7, 42.232], + [8.698, 42.229] + ] + ] + }, + "properties": { + "NOM_COM_M": "OTA", + "INSEE_COM": "2A198", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.887, 42.148], + [8.884, 42.148], + [8.874, 42.158], + [8.876, 42.164], + [8.878, 42.165], + [8.878, 42.175], + [8.88, 42.178], + [8.878, 42.179], + [8.87, 42.179], + [8.865, 42.18], + [8.857, 42.18], + [8.852, 42.178], + [8.846, 42.178], + [8.841, 42.176], + [8.834, 42.178], + [8.828, 42.179], + [8.825, 42.176], + [8.82, 42.176], + [8.821, 42.17], + [8.818, 42.167], + [8.818, 42.164], + [8.816, 42.164], + [8.811, 42.158], + [8.812, 42.155], + [8.813, 42.153], + [8.818, 42.149], + [8.821, 42.145], + [8.825, 42.142], + [8.828, 42.141], + [8.825, 42.139], + [8.822, 42.14], + [8.82, 42.135], + [8.824, 42.132], + [8.827, 42.133], + [8.831, 42.133], + [8.835, 42.131], + [8.836, 42.133], + [8.836, 42.137], + [8.837, 42.139], + [8.844, 42.139], + [8.845, 42.14], + [8.857, 42.142], + [8.861, 42.141], + [8.869, 42.144], + [8.87, 42.145], + [8.875, 42.146], + [8.885, 42.146], + [8.887, 42.148] + ] + ] + }, + "properties": { + "NOM_COM_M": "MURZO", + "INSEE_COM": "2A174", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.951, 41.921], + [8.954, 41.924], + [8.95, 41.931], + [8.949, 41.932], + [8.943, 41.933], + [8.939, 41.931], + [8.935, 41.932], + [8.933, 41.934], + [8.93, 41.934], + [8.927, 41.936], + [8.923, 41.936], + [8.92, 41.935], + [8.917, 41.932], + [8.912, 41.933], + [8.91, 41.936], + [8.904, 41.938], + [8.901, 41.937], + [8.895, 41.931], + [8.89, 41.929], + [8.889, 41.93], + [8.885, 41.93], + [8.874, 41.933], + [8.872, 41.933], + [8.871, 41.929], + [8.867, 41.928], + [8.864, 41.926], + [8.861, 41.924], + [8.859, 41.924], + [8.855, 41.921], + [8.851, 41.92], + [8.848, 41.918], + [8.843, 41.917], + [8.841, 41.914], + [8.838, 41.912], + [8.84, 41.907], + [8.843, 41.905], + [8.845, 41.905], + [8.849, 41.903], + [8.855, 41.907], + [8.867, 41.912], + [8.874, 41.916], + [8.877, 41.916], + [8.882, 41.918], + [8.887, 41.919], + [8.893, 41.919], + [8.897, 41.921], + [8.903, 41.919], + [8.905, 41.92], + [8.907, 41.919], + [8.911, 41.919], + [8.912, 41.92], + [8.919, 41.918], + [8.928, 41.92], + [8.932, 41.919], + [8.933, 41.92], + [8.941, 41.921], + [8.951, 41.921] + ] + ] + }, + "properties": { + "NOM_COM_M": "ECCICA SUARELLA", + "INSEE_COM": "2A104", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.038, 42.574], + [9.041, 42.575], + [9.04, 42.577], + [9.038, 42.577], + [9.034, 42.584], + [9.03, 42.585], + [9.03, 42.589], + [9.027, 42.593], + [9.028, 42.596], + [9.025, 42.598], + [9.026, 42.603], + [9.02, 42.609], + [9.019, 42.608], + [9.016, 42.611], + [9.016, 42.616], + [9.019, 42.62], + [9.02, 42.623], + [9.023, 42.626], + [9.022, 42.628], + [9.025, 42.631], + [9.022, 42.633], + [9.021, 42.635], + [9.021, 42.639], + [9.018, 42.642], + [9.011, 42.64], + [9.007, 42.64], + [9.008, 42.642], + [9.004, 42.643], + [9, 42.642], + [9, 42.639], + [8.999, 42.634], + [9, 42.625], + [8.998, 42.614], + [9.001, 42.609], + [9.001, 42.605], + [9.002, 42.599], + [9.003, 42.597], + [9.006, 42.595], + [9.005, 42.591], + [9.006, 42.589], + [9.01, 42.585], + [9.01, 42.582], + [9.013, 42.579], + [9.019, 42.576], + [9.023, 42.575], + [9.027, 42.576], + [9.033, 42.576], + [9.038, 42.574] + ] + ] + }, + "properties": { + "NOM_COM_M": "BELGODERE", + "INSEE_COM": "2B034", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.924, 42.626], + [8.931, 42.623], + [8.935, 42.622], + [8.935, 42.624], + [8.939, 42.625], + [8.943, 42.629], + [8.95, 42.632], + [8.948, 42.634], + [8.943, 42.634], + [8.939, 42.635], + [8.935, 42.639], + [8.93, 42.637], + [8.924, 42.638], + [8.924, 42.635], + [8.923, 42.631], + [8.924, 42.626] + ] + ] + }, + "properties": { + "NOM_COM_M": "ILE ROUSSE", + "INSEE_COM": "2B134", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.916, 42.569], + [8.917, 42.571], + [8.919, 42.575], + [8.914, 42.575], + [8.912, 42.574], + [8.905, 42.574], + [8.907, 42.576], + [8.901, 42.576], + [8.899, 42.574], + [8.896, 42.574], + [8.891, 42.573], + [8.886, 42.576], + [8.884, 42.576], + [8.885, 42.572], + [8.883, 42.57], + [8.879, 42.568], + [8.875, 42.565], + [8.877, 42.561], + [8.88, 42.56], + [8.887, 42.565], + [8.894, 42.567], + [8.897, 42.567], + [8.897, 42.564], + [8.902, 42.565], + [8.907, 42.565], + [8.913, 42.567], + [8.916, 42.569] + ] + ] + }, + "properties": { + "NOM_COM_M": "CATERI", + "INSEE_COM": "2B084", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.952, 42.573], + [8.949, 42.574], + [8.948, 42.576], + [8.951, 42.58], + [8.95, 42.583], + [8.948, 42.585], + [8.949, 42.587], + [8.942, 42.584], + [8.933, 42.584], + [8.929, 42.582], + [8.925, 42.581], + [8.92, 42.577], + [8.919, 42.575], + [8.917, 42.571], + [8.92, 42.568], + [8.927, 42.558], + [8.931, 42.553], + [8.928, 42.548], + [8.925, 42.546], + [8.922, 42.545], + [8.923, 42.543], + [8.922, 42.541], + [8.924, 42.539], + [8.924, 42.537], + [8.928, 42.536], + [8.934, 42.531], + [8.935, 42.528], + [8.933, 42.526], + [8.933, 42.523], + [8.932, 42.52], + [8.935, 42.517], + [8.939, 42.517], + [8.94, 42.516], + [8.956, 42.516], + [8.96, 42.518], + [8.964, 42.519], + [8.964, 42.525], + [8.966, 42.528], + [8.966, 42.531], + [8.961, 42.533], + [8.959, 42.535], + [8.953, 42.537], + [8.949, 42.54], + [8.946, 42.54], + [8.944, 42.544], + [8.944, 42.547], + [8.942, 42.55], + [8.942, 42.553], + [8.943, 42.555], + [8.947, 42.558], + [8.943, 42.561], + [8.943, 42.564], + [8.947, 42.565], + [8.947, 42.568], + [8.949, 42.569], + [8.952, 42.573] + ] + ] + }, + "properties": { + "NOM_COM_M": "FELICETO", + "INSEE_COM": "2B112", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.925, 42.581], + [8.923, 42.585], + [8.921, 42.586], + [8.915, 42.587], + [8.914, 42.593], + [8.917, 42.598], + [8.914, 42.596], + [8.905, 42.594], + [8.903, 42.593], + [8.9, 42.595], + [8.897, 42.594], + [8.895, 42.595], + [8.894, 42.593], + [8.895, 42.591], + [8.895, 42.588], + [8.896, 42.585], + [8.9, 42.576], + [8.899, 42.574], + [8.901, 42.576], + [8.907, 42.576], + [8.905, 42.574], + [8.912, 42.574], + [8.914, 42.575], + [8.919, 42.575], + [8.92, 42.577], + [8.925, 42.581] + ] + ] + }, + "properties": { + "NOM_COM_M": "SANT ANTONINO", + "INSEE_COM": "2B296", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.797, 42.187], + [8.799, 42.194], + [8.796, 42.201], + [8.792, 42.204], + [8.794, 42.207], + [8.792, 42.207], + [8.781, 42.204], + [8.772, 42.203], + [8.768, 42.201], + [8.762, 42.199], + [8.759, 42.195], + [8.755, 42.2], + [8.758, 42.202], + [8.757, 42.205], + [8.755, 42.206], + [8.751, 42.205], + [8.748, 42.207], + [8.734, 42.209], + [8.72, 42.209], + [8.718, 42.207], + [8.717, 42.203], + [8.718, 42.201], + [8.718, 42.198], + [8.715, 42.198], + [8.713, 42.195], + [8.709, 42.195], + [8.706, 42.193], + [8.705, 42.191], + [8.702, 42.189], + [8.703, 42.185], + [8.705, 42.184], + [8.71, 42.183], + [8.714, 42.18], + [8.718, 42.176], + [8.721, 42.174], + [8.723, 42.175], + [8.732, 42.172], + [8.737, 42.171], + [8.745, 42.172], + [8.752, 42.167], + [8.753, 42.168], + [8.757, 42.167], + [8.761, 42.168], + [8.763, 42.166], + [8.765, 42.166], + [8.767, 42.163], + [8.769, 42.164], + [8.772, 42.162], + [8.776, 42.162], + [8.781, 42.167], + [8.784, 42.166], + [8.787, 42.169], + [8.787, 42.171], + [8.792, 42.176], + [8.796, 42.181], + [8.795, 42.183], + [8.797, 42.187] + ] + ] + }, + "properties": { + "NOM_COM_M": "BALOGNA", + "INSEE_COM": "2A028", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.843, 42.509], + [8.842, 42.513], + [8.839, 42.517], + [8.838, 42.52], + [8.834, 42.519], + [8.828, 42.515], + [8.821, 42.515], + [8.821, 42.512], + [8.817, 42.509], + [8.814, 42.509], + [8.808, 42.512], + [8.805, 42.511], + [8.801, 42.514], + [8.8, 42.513], + [8.8, 42.506], + [8.801, 42.502], + [8.801, 42.497], + [8.802, 42.492], + [8.805, 42.487], + [8.809, 42.485], + [8.815, 42.491], + [8.822, 42.494], + [8.829, 42.495], + [8.83, 42.497], + [8.833, 42.5], + [8.835, 42.505], + [8.839, 42.505], + [8.84, 42.504], + [8.843, 42.509] + ] + ] + }, + "properties": { + "NOM_COM_M": "MONCALE", + "INSEE_COM": "2B165", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.062, 42.694], + [9.059, 42.695], + [9.057, 42.692], + [9.058, 42.69], + [9.058, 42.685], + [9.06, 42.684], + [9.054, 42.682], + [9.055, 42.678], + [9.055, 42.674], + [9.06, 42.671], + [9.057, 42.669], + [9.062, 42.665], + [9.06, 42.661], + [9.053, 42.658], + [9.047, 42.656], + [9.046, 42.655], + [9.04, 42.653], + [9.038, 42.653], + [9.036, 42.655], + [9.028, 42.652], + [9.023, 42.646], + [9.018, 42.642], + [9.021, 42.639], + [9.021, 42.635], + [9.022, 42.633], + [9.025, 42.631], + [9.022, 42.628], + [9.023, 42.626], + [9.02, 42.623], + [9.019, 42.62], + [9.016, 42.616], + [9.016, 42.611], + [9.019, 42.608], + [9.02, 42.609], + [9.026, 42.603], + [9.025, 42.598], + [9.028, 42.596], + [9.027, 42.593], + [9.03, 42.589], + [9.03, 42.585], + [9.034, 42.584], + [9.038, 42.577], + [9.04, 42.577], + [9.041, 42.575], + [9.043, 42.576], + [9.047, 42.576], + [9.051, 42.578], + [9.053, 42.58], + [9.057, 42.58], + [9.06, 42.579], + [9.062, 42.581], + [9.068, 42.579], + [9.07, 42.58], + [9.074, 42.579], + [9.071, 42.583], + [9.07, 42.587], + [9.072, 42.594], + [9.072, 42.596], + [9.074, 42.598], + [9.074, 42.601], + [9.076, 42.601], + [9.079, 42.604], + [9.075, 42.606], + [9.075, 42.609], + [9.077, 42.611], + [9.077, 42.616], + [9.08, 42.618], + [9.085, 42.619], + [9.09, 42.629], + [9.09, 42.635], + [9.088, 42.637], + [9.089, 42.64], + [9.093, 42.641], + [9.094, 42.644], + [9.096, 42.646], + [9.096, 42.648], + [9.103, 42.653], + [9.106, 42.656], + [9.104, 42.657], + [9.1, 42.656], + [9.097, 42.659], + [9.093, 42.66], + [9.092, 42.663], + [9.089, 42.666], + [9.09, 42.669], + [9.086, 42.672], + [9.085, 42.676], + [9.083, 42.679], + [9.071, 42.685], + [9.066, 42.686], + [9.062, 42.694] + ] + ] + }, + "properties": { + "NOM_COM_M": "PALASCA", + "INSEE_COM": "2B199", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.895, 42.595], + [8.897, 42.594], + [8.9, 42.595], + [8.903, 42.593], + [8.905, 42.594], + [8.914, 42.596], + [8.917, 42.598], + [8.919, 42.602], + [8.909, 42.602], + [8.906, 42.6], + [8.899, 42.603], + [8.89, 42.605], + [8.883, 42.608], + [8.881, 42.607], + [8.881, 42.604], + [8.886, 42.603], + [8.885, 42.601], + [8.887, 42.599], + [8.891, 42.599], + [8.89, 42.597], + [8.892, 42.595], + [8.895, 42.595] + ] + ] + }, + "properties": { + "NOM_COM_M": "PIGNA", + "INSEE_COM": "2B231", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.882, 42.272], + [8.878, 42.269], + [8.875, 42.268], + [8.869, 42.264], + [8.862, 42.264], + [8.861, 42.261], + [8.858, 42.26], + [8.854, 42.256], + [8.852, 42.256], + [8.845, 42.254], + [8.837, 42.253], + [8.833, 42.252], + [8.826, 42.245], + [8.827, 42.243], + [8.826, 42.24], + [8.823, 42.241], + [8.82, 42.239], + [8.814, 42.239], + [8.811, 42.236], + [8.81, 42.233], + [8.81, 42.23], + [8.813, 42.229], + [8.816, 42.229], + [8.819, 42.226], + [8.819, 42.222], + [8.824, 42.222], + [8.826, 42.224], + [8.832, 42.223], + [8.834, 42.222], + [8.849, 42.22], + [8.854, 42.223], + [8.864, 42.225], + [8.867, 42.23], + [8.87, 42.233], + [8.87, 42.236], + [8.871, 42.239], + [8.88, 42.246], + [8.882, 42.247], + [8.887, 42.247], + [8.894, 42.251], + [8.897, 42.251], + [8.901, 42.253], + [8.905, 42.254], + [8.899, 42.259], + [8.893, 42.263], + [8.889, 42.267], + [8.883, 42.27], + [8.882, 42.272] + ] + ] + }, + "properties": { + "NOM_COM_M": "CRISTINACCE", + "INSEE_COM": "2A100", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.907, 42.538], + [8.899, 42.536], + [8.889, 42.533], + [8.888, 42.531], + [8.882, 42.531], + [8.88, 42.529], + [8.874, 42.527], + [8.872, 42.525], + [8.864, 42.524], + [8.858, 42.524], + [8.865, 42.52], + [8.869, 42.52], + [8.869, 42.518], + [8.871, 42.516], + [8.874, 42.517], + [8.882, 42.511], + [8.886, 42.513], + [8.894, 42.509], + [8.899, 42.505], + [8.908, 42.503], + [8.915, 42.501], + [8.919, 42.498], + [8.922, 42.501], + [8.924, 42.504], + [8.928, 42.507], + [8.931, 42.51], + [8.938, 42.513], + [8.94, 42.516], + [8.939, 42.517], + [8.935, 42.517], + [8.932, 42.52], + [8.926, 42.524], + [8.918, 42.527], + [8.916, 42.53], + [8.916, 42.534], + [8.913, 42.535], + [8.907, 42.538] + ] + ] + }, + "properties": { + "NOM_COM_M": "ZILIA", + "INSEE_COM": "2B361", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.87, 42.049], + [8.869, 42.044], + [8.87, 42.04], + [8.867, 42.037], + [8.865, 42.031], + [8.867, 42.026], + [8.87, 42.024], + [8.869, 42.022], + [8.87, 42.02], + [8.867, 42.015], + [8.869, 42.015], + [8.871, 42.012], + [8.876, 42.015], + [8.882, 42.014], + [8.884, 42.01], + [8.888, 42.012], + [8.889, 42.015], + [8.893, 42.017], + [8.898, 42.021], + [8.9, 42.021], + [8.903, 42.023], + [8.905, 42.026], + [8.907, 42.026], + [8.909, 42.03], + [8.908, 42.031], + [8.91, 42.036], + [8.908, 42.039], + [8.905, 42.039], + [8.902, 42.041], + [8.901, 42.039], + [8.895, 42.043], + [8.894, 42.045], + [8.89, 42.046], + [8.887, 42.048], + [8.882, 42.05], + [8.881, 42.052], + [8.877, 42.056], + [8.876, 42.054], + [8.87, 42.049] + ] + ] + }, + "properties": { + "NOM_COM_M": "TAVACO", + "INSEE_COM": "2A323", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.877, 42.561], + [8.875, 42.565], + [8.879, 42.568], + [8.883, 42.57], + [8.885, 42.572], + [8.884, 42.576], + [8.881, 42.576], + [8.88, 42.578], + [8.877, 42.577], + [8.873, 42.578], + [8.868, 42.582], + [8.863, 42.583], + [8.86, 42.583], + [8.857, 42.584], + [8.855, 42.589], + [8.853, 42.591], + [8.85, 42.589], + [8.847, 42.584], + [8.844, 42.582], + [8.84, 42.581], + [8.84, 42.579], + [8.842, 42.578], + [8.841, 42.576], + [8.845, 42.574], + [8.843, 42.572], + [8.847, 42.569], + [8.85, 42.565], + [8.85, 42.564], + [8.855, 42.562], + [8.861, 42.561], + [8.868, 42.562], + [8.871, 42.564], + [8.872, 42.562], + [8.877, 42.561] + ] + ] + }, + "properties": { + "NOM_COM_M": "LAVATOGGIO", + "INSEE_COM": "2B138", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.881, 42.607], + [8.876, 42.61], + [8.876, 42.615], + [8.872, 42.61], + [8.867, 42.608], + [8.871, 42.605], + [8.868, 42.604], + [8.867, 42.602], + [8.864, 42.601], + [8.86, 42.602], + [8.86, 42.6], + [8.856, 42.598], + [8.854, 42.597], + [8.853, 42.591], + [8.855, 42.589], + [8.857, 42.584], + [8.86, 42.583], + [8.863, 42.583], + [8.868, 42.582], + [8.873, 42.578], + [8.877, 42.577], + [8.88, 42.578], + [8.881, 42.576], + [8.884, 42.576], + [8.886, 42.576], + [8.891, 42.573], + [8.896, 42.574], + [8.899, 42.574], + [8.9, 42.576], + [8.896, 42.585], + [8.895, 42.588], + [8.895, 42.591], + [8.894, 42.593], + [8.895, 42.595], + [8.892, 42.595], + [8.89, 42.597], + [8.891, 42.599], + [8.887, 42.599], + [8.885, 42.601], + [8.886, 42.603], + [8.881, 42.604], + [8.881, 42.607] + ] + ] + }, + "properties": { + "NOM_COM_M": "AREGNO", + "INSEE_COM": "2B020", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.061, 42.504], + [9.064, 42.505], + [9.066, 42.504], + [9.071, 42.505], + [9.078, 42.507], + [9.079, 42.512], + [9.082, 42.52], + [9.078, 42.529], + [9.079, 42.531], + [9.077, 42.533], + [9.077, 42.535], + [9.075, 42.538], + [9.073, 42.536], + [9.062, 42.533], + [9.045, 42.533], + [9.041, 42.535], + [9.04, 42.533], + [9.04, 42.523], + [9.037, 42.523], + [9.037, 42.52], + [9.035, 42.519], + [9.036, 42.516], + [9.04, 42.512], + [9.04, 42.505], + [9.038, 42.498], + [9.036, 42.495], + [9.045, 42.497], + [9.047, 42.499], + [9.05, 42.499], + [9.052, 42.498], + [9.057, 42.5], + [9.061, 42.504] + ] + ] + }, + "properties": { + "NOM_COM_M": "VALLICA", + "INSEE_COM": "2B339", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.85, 42.565], + [8.847, 42.569], + [8.843, 42.572], + [8.845, 42.574], + [8.841, 42.576], + [8.842, 42.578], + [8.84, 42.579], + [8.84, 42.581], + [8.844, 42.582], + [8.847, 42.584], + [8.85, 42.589], + [8.853, 42.591], + [8.854, 42.597], + [8.856, 42.598], + [8.851, 42.599], + [8.851, 42.601], + [8.847, 42.603], + [8.85, 42.606], + [8.848, 42.609], + [8.843, 42.608], + [8.842, 42.605], + [8.832, 42.601], + [8.829, 42.602], + [8.827, 42.606], + [8.823, 42.606], + [8.82, 42.604], + [8.817, 42.605], + [8.815, 42.604], + [8.809, 42.604], + [8.802, 42.602], + [8.805, 42.599], + [8.808, 42.6], + [8.81, 42.598], + [8.811, 42.59], + [8.805, 42.589], + [8.802, 42.587], + [8.802, 42.585], + [8.799, 42.583], + [8.802, 42.582], + [8.803, 42.579], + [8.805, 42.576], + [8.805, 42.572], + [8.804, 42.57], + [8.797, 42.565], + [8.801, 42.561], + [8.802, 42.559], + [8.805, 42.558], + [8.805, 42.556], + [8.81, 42.553], + [8.812, 42.552], + [8.817, 42.552], + [8.823, 42.551], + [8.827, 42.552], + [8.827, 42.554], + [8.829, 42.555], + [8.834, 42.555], + [8.841, 42.562], + [8.847, 42.566], + [8.85, 42.565] + ] + ] + }, + "properties": { + "NOM_COM_M": "LUMIO", + "INSEE_COM": "2B150", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.975, 42.614], + [8.978, 42.612], + [8.978, 42.609], + [8.976, 42.607], + [8.978, 42.604], + [8.976, 42.603], + [8.976, 42.6], + [8.978, 42.598], + [8.978, 42.588], + [8.981, 42.582], + [8.984, 42.58], + [8.984, 42.572], + [8.983, 42.564], + [8.99, 42.554], + [8.993, 42.553], + [8.999, 42.549], + [8.998, 42.552], + [9.008, 42.554], + [9.008, 42.559], + [9.007, 42.563], + [9.005, 42.566], + [9.004, 42.569], + [9.001, 42.568], + [8.999, 42.569], + [8.993, 42.574], + [8.993, 42.576], + [8.995, 42.578], + [8.997, 42.582], + [8.996, 42.585], + [9, 42.585], + [8.998, 42.592], + [8.994, 42.594], + [8.992, 42.601], + [8.989, 42.61], + [8.986, 42.614], + [8.985, 42.62], + [8.983, 42.618], + [8.98, 42.618], + [8.979, 42.616], + [8.975, 42.614] + ] + ] + }, + "properties": { + "NOM_COM_M": "VILLE DI PARASO", + "INSEE_COM": "2B352", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.076, 42.314], + [9.069, 42.319], + [9.066, 42.323], + [9.061, 42.326], + [9.053, 42.328], + [9.049, 42.33], + [9.049, 42.332], + [9.04, 42.335], + [9.034, 42.345], + [9.034, 42.346], + [9.03, 42.348], + [9.029, 42.351], + [9.025, 42.353], + [9.019, 42.347], + [9.013, 42.343], + [9.013, 42.341], + [9.001, 42.336], + [8.998, 42.334], + [8.997, 42.331], + [8.998, 42.329], + [8.995, 42.328], + [8.994, 42.324], + [8.997, 42.324], + [9.001, 42.325], + [9.003, 42.324], + [9.009, 42.326], + [9.012, 42.322], + [9.015, 42.322], + [9.023, 42.312], + [9.024, 42.309], + [9.028, 42.302], + [9.031, 42.303], + [9.036, 42.306], + [9.037, 42.304], + [9.038, 42.297], + [9.039, 42.296], + [9.056, 42.305], + [9.061, 42.306], + [9.076, 42.314] + ] + ] + }, + "properties": { + "NOM_COM_M": "CALACUCCIA", + "INSEE_COM": "2B047", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.917, 42.598], + [8.914, 42.593], + [8.915, 42.587], + [8.921, 42.586], + [8.923, 42.585], + [8.925, 42.581], + [8.929, 42.582], + [8.933, 42.584], + [8.942, 42.584], + [8.949, 42.587], + [8.949, 42.601], + [8.952, 42.602], + [8.951, 42.605], + [8.949, 42.607], + [8.945, 42.608], + [8.941, 42.61], + [8.942, 42.614], + [8.94, 42.617], + [8.935, 42.622], + [8.931, 42.623], + [8.924, 42.626], + [8.923, 42.621], + [8.92, 42.619], + [8.919, 42.616], + [8.917, 42.614], + [8.917, 42.611], + [8.914, 42.608], + [8.917, 42.605], + [8.919, 42.604], + [8.919, 42.602], + [8.917, 42.598] + ] + ] + }, + "properties": { + "NOM_COM_M": "SANTA REPARATA DI BALAGNA", + "INSEE_COM": "2B316", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.771, 42.325], + [8.78, 42.326], + [8.784, 42.326], + [8.79, 42.327], + [8.792, 42.323], + [8.802, 42.323], + [8.807, 42.32], + [8.811, 42.32], + [8.812, 42.319], + [8.819, 42.319], + [8.82, 42.316], + [8.823, 42.317], + [8.825, 42.319], + [8.828, 42.319], + [8.837, 42.324], + [8.841, 42.324], + [8.843, 42.325], + [8.845, 42.328], + [8.848, 42.327], + [8.853, 42.33], + [8.857, 42.331], + [8.866, 42.335], + [8.866, 42.338], + [8.868, 42.34], + [8.871, 42.34], + [8.875, 42.341], + [8.879, 42.343], + [8.88, 42.346], + [8.882, 42.349], + [8.886, 42.35], + [8.89, 42.352], + [8.893, 42.355], + [8.898, 42.358], + [8.899, 42.363], + [8.901, 42.364], + [8.901, 42.367], + [8.904, 42.368], + [8.905, 42.37], + [8.908, 42.372], + [8.912, 42.373], + [8.914, 42.375], + [8.914, 42.377], + [8.905, 42.379], + [8.9, 42.384], + [8.902, 42.386], + [8.902, 42.389], + [8.901, 42.393], + [8.903, 42.395], + [8.905, 42.4], + [8.909, 42.402], + [8.911, 42.41], + [8.907, 42.411], + [8.904, 42.413], + [8.899, 42.413], + [8.897, 42.412], + [8.894, 42.414], + [8.892, 42.413], + [8.887, 42.414], + [8.884, 42.413], + [8.879, 42.414], + [8.877, 42.417], + [8.873, 42.418], + [8.868, 42.42], + [8.865, 42.42], + [8.862, 42.421], + [8.856, 42.419], + [8.854, 42.417], + [8.85, 42.417], + [8.846, 42.416], + [8.838, 42.419], + [8.829, 42.416], + [8.824, 42.411], + [8.823, 42.409], + [8.815, 42.402], + [8.81, 42.4], + [8.798, 42.398], + [8.795, 42.399], + [8.791, 42.398], + [8.789, 42.4], + [8.785, 42.401], + [8.782, 42.406], + [8.777, 42.408], + [8.768, 42.408], + [8.763, 42.406], + [8.76, 42.406], + [8.755, 42.405], + [8.747, 42.407], + [8.74, 42.408], + [8.739, 42.41], + [8.733, 42.41], + [8.729, 42.409], + [8.728, 42.405], + [8.73, 42.402], + [8.727, 42.4], + [8.723, 42.4], + [8.719, 42.399], + [8.714, 42.397], + [8.717, 42.395], + [8.718, 42.393], + [8.722, 42.392], + [8.726, 42.389], + [8.733, 42.389], + [8.737, 42.388], + [8.744, 42.388], + [8.749, 42.387], + [8.751, 42.384], + [8.754, 42.384], + [8.753, 42.381], + [8.747, 42.379], + [8.746, 42.375], + [8.747, 42.374], + [8.745, 42.369], + [8.742, 42.366], + [8.74, 42.366], + [8.735, 42.361], + [8.733, 42.356], + [8.73, 42.35], + [8.73, 42.348], + [8.728, 42.347], + [8.725, 42.342], + [8.728, 42.34], + [8.735, 42.339], + [8.738, 42.34], + [8.742, 42.338], + [8.746, 42.338], + [8.751, 42.339], + [8.757, 42.339], + [8.759, 42.337], + [8.763, 42.331], + [8.766, 42.33], + [8.771, 42.325] + ] + ] + }, + "properties": { + "NOM_COM_M": "MANSO", + "INSEE_COM": "2B153", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.703, 42.185], + [8.702, 42.189], + [8.705, 42.191], + [8.706, 42.193], + [8.709, 42.195], + [8.713, 42.195], + [8.715, 42.198], + [8.718, 42.198], + [8.718, 42.201], + [8.717, 42.203], + [8.718, 42.207], + [8.72, 42.209], + [8.734, 42.209], + [8.748, 42.207], + [8.751, 42.205], + [8.755, 42.206], + [8.757, 42.205], + [8.758, 42.202], + [8.755, 42.2], + [8.759, 42.195], + [8.762, 42.199], + [8.768, 42.201], + [8.772, 42.203], + [8.781, 42.204], + [8.792, 42.207], + [8.794, 42.207], + [8.792, 42.212], + [8.794, 42.213], + [8.8, 42.214], + [8.807, 42.217], + [8.81, 42.219], + [8.813, 42.219], + [8.817, 42.222], + [8.819, 42.222], + [8.819, 42.226], + [8.816, 42.229], + [8.813, 42.229], + [8.81, 42.23], + [8.81, 42.233], + [8.811, 42.236], + [8.814, 42.239], + [8.812, 42.241], + [8.802, 42.241], + [8.799, 42.24], + [8.796, 42.238], + [8.793, 42.238], + [8.793, 42.241], + [8.79, 42.241], + [8.787, 42.243], + [8.786, 42.245], + [8.781, 42.246], + [8.776, 42.244], + [8.774, 42.246], + [8.776, 42.249], + [8.776, 42.251], + [8.772, 42.25], + [8.768, 42.252], + [8.764, 42.251], + [8.756, 42.248], + [8.756, 42.246], + [8.754, 42.243], + [8.754, 42.24], + [8.752, 42.234], + [8.752, 42.23], + [8.749, 42.229], + [8.746, 42.225], + [8.74, 42.221], + [8.74, 42.22], + [8.736, 42.218], + [8.727, 42.216], + [8.722, 42.219], + [8.721, 42.224], + [8.708, 42.224], + [8.703, 42.227], + [8.7, 42.227], + [8.698, 42.229], + [8.695, 42.227], + [8.693, 42.228], + [8.689, 42.225], + [8.687, 42.222], + [8.681, 42.218], + [8.679, 42.216], + [8.676, 42.215], + [8.673, 42.21], + [8.667, 42.211], + [8.664, 42.212], + [8.662, 42.211], + [8.662, 42.209], + [8.659, 42.206], + [8.66, 42.204], + [8.656, 42.204], + [8.654, 42.203], + [8.654, 42.2], + [8.649, 42.201], + [8.646, 42.199], + [8.641, 42.194], + [8.636, 42.191], + [8.633, 42.19], + [8.63, 42.188], + [8.625, 42.187], + [8.621, 42.185], + [8.624, 42.18], + [8.627, 42.179], + [8.625, 42.175], + [8.629, 42.175], + [8.631, 42.174], + [8.636, 42.166], + [8.637, 42.167], + [8.642, 42.167], + [8.649, 42.168], + [8.649, 42.169], + [8.669, 42.171], + [8.672, 42.17], + [8.676, 42.17], + [8.682, 42.172], + [8.693, 42.178], + [8.697, 42.183], + [8.7, 42.185], + [8.703, 42.185] + ] + ] + }, + "properties": { + "NOM_COM_M": "MARIGNANA", + "INSEE_COM": "2A154", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.835, 42.131], + [8.835, 42.129], + [8.832, 42.129], + [8.832, 42.126], + [8.828, 42.125], + [8.826, 42.126], + [8.824, 42.124], + [8.82, 42.123], + [8.821, 42.119], + [8.821, 42.116], + [8.829, 42.114], + [8.839, 42.114], + [8.843, 42.111], + [8.847, 42.112], + [8.848, 42.11], + [8.851, 42.107], + [8.852, 42.103], + [8.855, 42.103], + [8.859, 42.101], + [8.86, 42.099], + [8.864, 42.1], + [8.87, 42.099], + [8.874, 42.1], + [8.872, 42.106], + [8.874, 42.108], + [8.875, 42.111], + [8.877, 42.112], + [8.885, 42.118], + [8.889, 42.123], + [8.893, 42.126], + [8.895, 42.13], + [8.893, 42.136], + [8.895, 42.14], + [8.897, 42.141], + [8.893, 42.148], + [8.887, 42.148], + [8.885, 42.146], + [8.875, 42.146], + [8.87, 42.145], + [8.869, 42.144], + [8.861, 42.141], + [8.857, 42.142], + [8.845, 42.14], + [8.844, 42.139], + [8.837, 42.139], + [8.836, 42.137], + [8.836, 42.133], + [8.835, 42.131] + ] + ] + }, + "properties": { + "NOM_COM_M": "ROSAZIA", + "INSEE_COM": "2A262", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.94, 42.149], + [8.94, 42.146], + [8.938, 42.142], + [8.936, 42.142], + [8.934, 42.14], + [8.929, 42.138], + [8.93, 42.136], + [8.929, 42.133], + [8.93, 42.132], + [8.929, 42.129], + [8.93, 42.126], + [8.934, 42.124], + [8.935, 42.121], + [8.935, 42.118], + [8.94, 42.115], + [8.944, 42.109], + [8.945, 42.104], + [8.951, 42.102], + [8.956, 42.101], + [8.961, 42.1], + [8.964, 42.1], + [8.97, 42.103], + [8.974, 42.103], + [8.977, 42.105], + [8.978, 42.109], + [8.98, 42.111], + [8.983, 42.112], + [8.97, 42.12], + [8.965, 42.124], + [8.961, 42.126], + [8.962, 42.13], + [8.961, 42.133], + [8.959, 42.134], + [8.961, 42.139], + [8.958, 42.146], + [8.953, 42.151], + [8.944, 42.151], + [8.94, 42.149] + ] + ] + }, + "properties": { + "NOM_COM_M": "REZZA", + "INSEE_COM": "2A259", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.774, 42.102], + [8.77, 42.101], + [8.768, 42.098], + [8.769, 42.097], + [8.761, 42.092], + [8.76, 42.093], + [8.757, 42.091], + [8.754, 42.09], + [8.749, 42.09], + [8.744, 42.087], + [8.74, 42.087], + [8.737, 42.084], + [8.743, 42.086], + [8.746, 42.084], + [8.749, 42.083], + [8.756, 42.082], + [8.758, 42.083], + [8.76, 42.082], + [8.773, 42.082], + [8.778, 42.081], + [8.781, 42.079], + [8.787, 42.078], + [8.791, 42.079], + [8.795, 42.079], + [8.795, 42.082], + [8.799, 42.083], + [8.799, 42.089], + [8.793, 42.09], + [8.792, 42.089], + [8.787, 42.092], + [8.788, 42.094], + [8.782, 42.095], + [8.778, 42.094], + [8.779, 42.099], + [8.777, 42.102], + [8.774, 42.102] + ] + ] + }, + "properties": { + "NOM_COM_M": "AMBIEGNA", + "INSEE_COM": "2A014", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.818, 42.192], + [8.831, 42.195], + [8.837, 42.196], + [8.84, 42.198], + [8.843, 42.199], + [8.843, 42.201], + [8.846, 42.204], + [8.846, 42.214], + [8.849, 42.217], + [8.849, 42.22], + [8.834, 42.222], + [8.832, 42.223], + [8.826, 42.224], + [8.824, 42.222], + [8.819, 42.222], + [8.817, 42.222], + [8.813, 42.219], + [8.81, 42.219], + [8.807, 42.217], + [8.8, 42.214], + [8.794, 42.213], + [8.792, 42.212], + [8.794, 42.207], + [8.792, 42.204], + [8.796, 42.201], + [8.799, 42.194], + [8.797, 42.187], + [8.798, 42.188], + [8.805, 42.188], + [8.808, 42.19], + [8.815, 42.19], + [8.818, 42.192] + ] + ] + }, + "properties": { + "NOM_COM_M": "RENNO", + "INSEE_COM": "2A258", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.913, 42.143], + [8.917, 42.137], + [8.921, 42.122], + [8.919, 42.121], + [8.918, 42.118], + [8.916, 42.117], + [8.914, 42.112], + [8.91, 42.107], + [8.911, 42.105], + [8.916, 42.106], + [8.919, 42.106], + [8.921, 42.104], + [8.923, 42.1], + [8.926, 42.097], + [8.924, 42.093], + [8.924, 42.091], + [8.929, 42.09], + [8.934, 42.086], + [8.937, 42.085], + [8.944, 42.088], + [8.945, 42.09], + [8.947, 42.09], + [8.949, 42.09], + [8.952, 42.092], + [8.957, 42.093], + [8.957, 42.098], + [8.956, 42.101], + [8.951, 42.102], + [8.945, 42.104], + [8.944, 42.109], + [8.94, 42.115], + [8.935, 42.118], + [8.935, 42.121], + [8.934, 42.124], + [8.93, 42.126], + [8.929, 42.129], + [8.93, 42.132], + [8.929, 42.133], + [8.93, 42.136], + [8.929, 42.138], + [8.934, 42.14], + [8.936, 42.142], + [8.938, 42.142], + [8.94, 42.146], + [8.94, 42.149], + [8.938, 42.149], + [8.935, 42.147], + [8.931, 42.146], + [8.921, 42.146], + [8.917, 42.145], + [8.916, 42.143], + [8.913, 42.143] + ] + ] + }, + "properties": { + "NOM_COM_M": "AZZANA", + "INSEE_COM": "2A027", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.794, 42.056], + [8.791, 42.055], + [8.788, 42.054], + [8.787, 42.051], + [8.791, 42.05], + [8.795, 42.051], + [8.797, 42.05], + [8.799, 42.051], + [8.807, 42.049], + [8.809, 42.049], + [8.812, 42.045], + [8.819, 42.042], + [8.823, 42.039], + [8.825, 42.039], + [8.832, 42.041], + [8.835, 42.039], + [8.842, 42.043], + [8.837, 42.046], + [8.835, 42.045], + [8.832, 42.048], + [8.824, 42.053], + [8.817, 42.053], + [8.814, 42.054], + [8.813, 42.053], + [8.803, 42.055], + [8.803, 42.054], + [8.796, 42.055], + [8.794, 42.056] + ] + ] + }, + "properties": { + "NOM_COM_M": "CANNELLE", + "INSEE_COM": "2A060", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.835, 42.039], + [8.832, 42.041], + [8.825, 42.039], + [8.823, 42.037], + [8.816, 42.035], + [8.815, 42.031], + [8.813, 42.029], + [8.809, 42.027], + [8.806, 42.028], + [8.805, 42.026], + [8.796, 42.024], + [8.8, 42.017], + [8.802, 42.017], + [8.803, 42.013], + [8.807, 42.013], + [8.81, 42.012], + [8.819, 42.012], + [8.824, 42.011], + [8.826, 42.01], + [8.829, 42.01], + [8.831, 42.014], + [8.837, 42.016], + [8.835, 42.018], + [8.836, 42.02], + [8.835, 42.023], + [8.835, 42.029], + [8.836, 42.031], + [8.835, 42.034], + [8.835, 42.039] + ] + ] + }, + "properties": { + "NOM_COM_M": "VALLE DI MEZZANA", + "INSEE_COM": "2A336", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.274, 42.303], + [9.271, 42.301], + [9.268, 42.298], + [9.267, 42.296], + [9.265, 42.296], + [9.255, 42.294], + [9.247, 42.291], + [9.241, 42.289], + [9.237, 42.289], + [9.232, 42.292], + [9.232, 42.295], + [9.229, 42.295], + [9.227, 42.295], + [9.226, 42.291], + [9.223, 42.289], + [9.223, 42.286], + [9.225, 42.285], + [9.233, 42.277], + [9.236, 42.277], + [9.246, 42.275], + [9.251, 42.276], + [9.255, 42.281], + [9.257, 42.281], + [9.255, 42.287], + [9.258, 42.29], + [9.262, 42.29], + [9.267, 42.291], + [9.274, 42.293], + [9.275, 42.291], + [9.277, 42.291], + [9.281, 42.293], + [9.281, 42.296], + [9.278, 42.297], + [9.278, 42.299], + [9.274, 42.303] + ] + ] + }, + "properties": { + "NOM_COM_M": "FAVALELLO", + "INSEE_COM": "2B110", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.394, 42.947], + [9.393, 42.949], + [9.397, 42.951], + [9.393, 42.954], + [9.393, 42.958], + [9.385, 42.955], + [9.382, 42.958], + [9.385, 42.961], + [9.384, 42.963], + [9.381, 42.965], + [9.38, 42.969], + [9.371, 42.971], + [9.37, 42.972], + [9.362, 42.975], + [9.36, 42.978], + [9.357, 42.985], + [9.355, 42.985], + [9.352, 42.987], + [9.351, 42.99], + [9.347, 42.993], + [9.344, 42.998], + [9.341, 42.992], + [9.343, 42.99], + [9.343, 42.987], + [9.344, 42.983], + [9.342, 42.981], + [9.342, 42.979], + [9.345, 42.976], + [9.348, 42.974], + [9.351, 42.973], + [9.349, 42.971], + [9.351, 42.968], + [9.348, 42.966], + [9.35, 42.961], + [9.354, 42.961], + [9.356, 42.958], + [9.36, 42.955], + [9.364, 42.955], + [9.367, 42.953], + [9.371, 42.952], + [9.373, 42.953], + [9.379, 42.952], + [9.386, 42.952], + [9.385, 42.95], + [9.387, 42.946], + [9.39, 42.945], + [9.394, 42.947] + ] + ] + }, + "properties": { + "NOM_COM_M": "CENTURI", + "INSEE_COM": "2B086", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.461, 42.74], + [9.464, 42.746], + [9.464, 42.749], + [9.468, 42.753], + [9.465, 42.755], + [9.461, 42.755], + [9.458, 42.754], + [9.451, 42.754], + [9.446, 42.756], + [9.442, 42.757], + [9.437, 42.76], + [9.435, 42.762], + [9.427, 42.764], + [9.425, 42.765], + [9.418, 42.767], + [9.417, 42.771], + [9.415, 42.773], + [9.411, 42.771], + [9.407, 42.765], + [9.405, 42.764], + [9.404, 42.76], + [9.4, 42.758], + [9.398, 42.758], + [9.394, 42.754], + [9.391, 42.753], + [9.388, 42.751], + [9.388, 42.748], + [9.39, 42.746], + [9.393, 42.741], + [9.395, 42.741], + [9.401, 42.739], + [9.403, 42.739], + [9.416, 42.736], + [9.42, 42.74], + [9.421, 42.743], + [9.423, 42.744], + [9.428, 42.744], + [9.432, 42.742], + [9.437, 42.744], + [9.441, 42.742], + [9.442, 42.74], + [9.445, 42.739], + [9.45, 42.742], + [9.456, 42.742], + [9.461, 42.74] + ] + ] + }, + "properties": { + "NOM_COM_M": "SANTA MARIA DI LOTA", + "INSEE_COM": "2B309", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [9.404, 43.006], + [9.401, 43.009], + [9.397, 43.007], + [9.395, 43.007], + [9.392, 43.009], + [9.391, 43.007], + [9.383, 43.01], + [9.381, 43.008], + [9.377, 43.007], + [9.374, 43.005], + [9.372, 43.006], + [9.368, 43.005], + [9.365, 43.006], + [9.361, 43.006], + [9.358, 43.007], + [9.357, 43.005], + [9.353, 43.002], + [9.344, 43], + [9.344, 42.998], + [9.347, 42.993], + [9.351, 42.99], + [9.352, 42.987], + [9.355, 42.985], + [9.357, 42.985], + [9.36, 42.978], + [9.362, 42.975], + [9.37, 42.972], + [9.371, 42.971], + [9.38, 42.969], + [9.381, 42.965], + [9.384, 42.963], + [9.385, 42.961], + [9.382, 42.958], + [9.385, 42.955], + [9.393, 42.958], + [9.401, 42.966], + [9.407, 42.974], + [9.409, 42.974], + [9.409, 42.977], + [9.413, 42.978], + [9.415, 42.98], + [9.413, 42.982], + [9.413, 42.988], + [9.411, 42.995], + [9.405, 43.002], + [9.404, 43.006] + ] + ], + [ + [ + [9.408, 43.026], + [9.406, 43.028], + [9.404, 43.026], + [9.407, 43.024], + [9.408, 43.026] + ] + ] + ] + }, + "properties": { + "NOM_COM_M": "ERSA", + "INSEE_COM": "2B107", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.395, 42.741], + [9.397, 42.736], + [9.396, 42.728], + [9.405, 42.728], + [9.416, 42.725], + [9.417, 42.724], + [9.427, 42.726], + [9.431, 42.725], + [9.437, 42.725], + [9.442, 42.722], + [9.446, 42.723], + [9.449, 42.722], + [9.453, 42.717], + [9.456, 42.718], + [9.456, 42.721], + [9.459, 42.725], + [9.462, 42.736], + [9.461, 42.74], + [9.456, 42.742], + [9.45, 42.742], + [9.445, 42.739], + [9.442, 42.74], + [9.441, 42.742], + [9.437, 42.744], + [9.432, 42.742], + [9.428, 42.744], + [9.423, 42.744], + [9.421, 42.743], + [9.42, 42.74], + [9.416, 42.736], + [9.403, 42.739], + [9.401, 42.739], + [9.395, 42.741] + ] + ] + }, + "properties": { + "NOM_COM_M": "SAN MARTINO DI LOTA", + "INSEE_COM": "2B305", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.392, 42.845], + [9.392, 42.847], + [9.394, 42.848], + [9.394, 42.852], + [9.396, 42.855], + [9.402, 42.861], + [9.396, 42.862], + [9.393, 42.865], + [9.389, 42.871], + [9.386, 42.874], + [9.383, 42.875], + [9.381, 42.878], + [9.378, 42.881], + [9.372, 42.884], + [9.372, 42.888], + [9.369, 42.889], + [9.362, 42.888], + [9.361, 42.89], + [9.358, 42.889], + [9.35, 42.892], + [9.343, 42.895], + [9.34, 42.898], + [9.336, 42.897], + [9.331, 42.898], + [9.326, 42.901], + [9.322, 42.9], + [9.322, 42.897], + [9.32, 42.894], + [9.323, 42.893], + [9.328, 42.89], + [9.328, 42.887], + [9.329, 42.885], + [9.327, 42.883], + [9.328, 42.88], + [9.327, 42.878], + [9.329, 42.876], + [9.329, 42.874], + [9.332, 42.871], + [9.337, 42.869], + [9.34, 42.866], + [9.343, 42.865], + [9.347, 42.866], + [9.35, 42.863], + [9.356, 42.863], + [9.36, 42.858], + [9.363, 42.857], + [9.366, 42.855], + [9.374, 42.853], + [9.376, 42.851], + [9.38, 42.849], + [9.383, 42.846], + [9.385, 42.845], + [9.389, 42.846], + [9.392, 42.845] + ] + ] + }, + "properties": { + "NOM_COM_M": "BARRETTALI", + "INSEE_COM": "2B030", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.477, 42.882], + [9.474, 42.887], + [9.474, 42.893], + [9.473, 42.896], + [9.474, 42.9], + [9.467, 42.901], + [9.46, 42.901], + [9.455, 42.898], + [9.451, 42.898], + [9.449, 42.897], + [9.441, 42.899], + [9.433, 42.9], + [9.431, 42.905], + [9.423, 42.912], + [9.415, 42.911], + [9.404, 42.915], + [9.396, 42.92], + [9.39, 42.921], + [9.389, 42.917], + [9.385, 42.915], + [9.379, 42.913], + [9.377, 42.911], + [9.374, 42.908], + [9.373, 42.906], + [9.369, 42.903], + [9.365, 42.901], + [9.365, 42.899], + [9.363, 42.897], + [9.361, 42.893], + [9.361, 42.89], + [9.362, 42.888], + [9.369, 42.889], + [9.372, 42.888], + [9.372, 42.884], + [9.378, 42.881], + [9.381, 42.878], + [9.383, 42.875], + [9.386, 42.874], + [9.389, 42.871], + [9.393, 42.865], + [9.396, 42.862], + [9.402, 42.861], + [9.404, 42.863], + [9.407, 42.867], + [9.41, 42.875], + [9.41, 42.879], + [9.411, 42.881], + [9.415, 42.884], + [9.417, 42.887], + [9.426, 42.886], + [9.43, 42.886], + [9.435, 42.887], + [9.44, 42.887], + [9.448, 42.884], + [9.465, 42.882], + [9.468, 42.882], + [9.472, 42.881], + [9.477, 42.882] + ] + ] + }, + "properties": { + "NOM_COM_M": "LURI", + "INSEE_COM": "2B152", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.385, 42.835], + [9.387, 42.831], + [9.385, 42.827], + [9.395, 42.822], + [9.398, 42.822], + [9.403, 42.818], + [9.408, 42.815], + [9.407, 42.812], + [9.407, 42.804], + [9.411, 42.802], + [9.413, 42.798], + [9.416, 42.796], + [9.434, 42.796], + [9.441, 42.797], + [9.449, 42.799], + [9.461, 42.798], + [9.464, 42.8], + [9.469, 42.802], + [9.491, 42.798], + [9.492, 42.801], + [9.492, 42.804], + [9.493, 42.807], + [9.49, 42.808], + [9.49, 42.815], + [9.489, 42.818], + [9.487, 42.82], + [9.487, 42.823], + [9.486, 42.825], + [9.487, 42.827], + [9.472, 42.828], + [9.457, 42.828], + [9.436, 42.829], + [9.409, 42.831], + [9.385, 42.835] + ] + ] + }, + "properties": { + "NOM_COM_M": "SISCO", + "INSEE_COM": "2B281", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.469, 42.937], + [9.465, 42.943], + [9.463, 42.944], + [9.456, 42.951], + [9.457, 42.952], + [9.455, 42.957], + [9.449, 42.955], + [9.444, 42.955], + [9.439, 42.953], + [9.434, 42.952], + [9.431, 42.948], + [9.427, 42.947], + [9.425, 42.94], + [9.421, 42.938], + [9.428, 42.936], + [9.447, 42.936], + [9.454, 42.935], + [9.469, 42.937] + ] + ] + }, + "properties": { + "NOM_COM_M": "TOMINO", + "INSEE_COM": "2B327", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.396, 42.728], + [9.403, 42.727], + [9.406, 42.721], + [9.408, 42.719], + [9.408, 42.715], + [9.405, 42.712], + [9.404, 42.709], + [9.405, 42.705], + [9.413, 42.705], + [9.418, 42.707], + [9.42, 42.709], + [9.423, 42.709], + [9.428, 42.708], + [9.432, 42.708], + [9.436, 42.706], + [9.438, 42.706], + [9.445, 42.708], + [9.446, 42.71], + [9.449, 42.711], + [9.452, 42.709], + [9.455, 42.708], + [9.455, 42.711], + [9.456, 42.714], + [9.456, 42.718], + [9.453, 42.717], + [9.449, 42.722], + [9.446, 42.723], + [9.442, 42.722], + [9.437, 42.725], + [9.431, 42.725], + [9.427, 42.726], + [9.417, 42.724], + [9.416, 42.725], + [9.405, 42.728], + [9.396, 42.728] + ] + ] + }, + "properties": { + "NOM_COM_M": "VILLE DI PIETRABUGNO", + "INSEE_COM": "2B353", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.35, 42.961], + [9.346, 42.958], + [9.348, 42.955], + [9.349, 42.952], + [9.356, 42.949], + [9.356, 42.947], + [9.358, 42.944], + [9.358, 42.941], + [9.357, 42.939], + [9.352, 42.936], + [9.35, 42.933], + [9.35, 42.929], + [9.353, 42.929], + [9.356, 42.928], + [9.361, 42.925], + [9.36, 42.923], + [9.359, 42.921], + [9.363, 42.918], + [9.37, 42.916], + [9.372, 42.915], + [9.377, 42.911], + [9.379, 42.913], + [9.385, 42.915], + [9.389, 42.917], + [9.39, 42.921], + [9.389, 42.923], + [9.392, 42.924], + [9.393, 42.926], + [9.396, 42.927], + [9.397, 42.932], + [9.4, 42.936], + [9.403, 42.939], + [9.4, 42.939], + [9.4, 42.941], + [9.397, 42.943], + [9.397, 42.945], + [9.393, 42.945], + [9.394, 42.947], + [9.39, 42.945], + [9.387, 42.946], + [9.385, 42.95], + [9.386, 42.952], + [9.379, 42.952], + [9.373, 42.953], + [9.371, 42.952], + [9.367, 42.953], + [9.364, 42.955], + [9.36, 42.955], + [9.356, 42.958], + [9.354, 42.961], + [9.35, 42.961] + ] + ] + }, + "properties": { + "NOM_COM_M": "MORSIGLIA", + "INSEE_COM": "2B170", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.385, 42.835], + [9.381, 42.836], + [9.38, 42.838], + [9.373, 42.839], + [9.367, 42.836], + [9.356, 42.833], + [9.349, 42.834], + [9.342, 42.83], + [9.337, 42.826], + [9.331, 42.822], + [9.33, 42.817], + [9.329, 42.815], + [9.326, 42.812], + [9.332, 42.811], + [9.333, 42.808], + [9.338, 42.804], + [9.342, 42.804], + [9.343, 42.805], + [9.346, 42.804], + [9.347, 42.805], + [9.351, 42.805], + [9.353, 42.807], + [9.359, 42.807], + [9.356, 42.808], + [9.354, 42.81], + [9.358, 42.812], + [9.359, 42.814], + [9.361, 42.814], + [9.363, 42.82], + [9.366, 42.822], + [9.375, 42.825], + [9.382, 42.826], + [9.385, 42.827], + [9.387, 42.831], + [9.385, 42.835] + ] + ] + }, + "properties": { + "NOM_COM_M": "OGLIASTRO", + "INSEE_COM": "2B183", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.388, 42.748], + [9.384, 42.749], + [9.382, 42.748], + [9.377, 42.751], + [9.372, 42.751], + [9.367, 42.745], + [9.362, 42.743], + [9.359, 42.743], + [9.356, 42.742], + [9.353, 42.739], + [9.348, 42.739], + [9.344, 42.74], + [9.345, 42.737], + [9.343, 42.733], + [9.339, 42.728], + [9.334, 42.726], + [9.335, 42.722], + [9.33, 42.719], + [9.334, 42.716], + [9.335, 42.714], + [9.34, 42.713], + [9.343, 42.711], + [9.346, 42.712], + [9.349, 42.71], + [9.357, 42.712], + [9.372, 42.717], + [9.379, 42.718], + [9.383, 42.72], + [9.383, 42.722], + [9.396, 42.728], + [9.397, 42.736], + [9.395, 42.741], + [9.393, 42.741], + [9.39, 42.746], + [9.388, 42.748] + ] + ] + }, + "properties": { + "NOM_COM_M": "FARINOLE", + "INSEE_COM": "2B109", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.359, 42.807], + [9.353, 42.807], + [9.351, 42.805], + [9.347, 42.805], + [9.346, 42.804], + [9.343, 42.805], + [9.342, 42.804], + [9.338, 42.804], + [9.341, 42.801], + [9.34, 42.799], + [9.343, 42.796], + [9.342, 42.786], + [9.34, 42.785], + [9.34, 42.782], + [9.341, 42.777], + [9.339, 42.774], + [9.342, 42.77], + [9.338, 42.766], + [9.338, 42.764], + [9.34, 42.761], + [9.342, 42.765], + [9.345, 42.766], + [9.349, 42.769], + [9.349, 42.771], + [9.354, 42.777], + [9.36, 42.779], + [9.364, 42.779], + [9.366, 42.778], + [9.368, 42.781], + [9.377, 42.788], + [9.381, 42.79], + [9.376, 42.793], + [9.372, 42.793], + [9.368, 42.795], + [9.367, 42.798], + [9.365, 42.801], + [9.361, 42.804], + [9.361, 42.807], + [9.359, 42.807] + ] + ] + }, + "properties": { + "NOM_COM_M": "NONZA", + "INSEE_COM": "2B178", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.418, 42.789], + [9.416, 42.796], + [9.413, 42.798], + [9.411, 42.802], + [9.407, 42.804], + [9.407, 42.812], + [9.408, 42.815], + [9.403, 42.818], + [9.398, 42.822], + [9.395, 42.822], + [9.385, 42.827], + [9.382, 42.826], + [9.375, 42.825], + [9.366, 42.822], + [9.363, 42.82], + [9.361, 42.814], + [9.359, 42.814], + [9.358, 42.812], + [9.354, 42.81], + [9.356, 42.808], + [9.359, 42.807], + [9.361, 42.807], + [9.361, 42.804], + [9.365, 42.801], + [9.367, 42.798], + [9.368, 42.795], + [9.372, 42.793], + [9.376, 42.793], + [9.381, 42.79], + [9.384, 42.788], + [9.389, 42.788], + [9.394, 42.787], + [9.397, 42.789], + [9.402, 42.788], + [9.405, 42.789], + [9.407, 42.788], + [9.414, 42.788], + [9.418, 42.789] + ] + ] + }, + "properties": { + "NOM_COM_M": "OLCANI", + "INSEE_COM": "2B184", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.365, 42.388], + [9.367, 42.388], + [9.369, 42.39], + [9.374, 42.39], + [9.376, 42.392], + [9.383, 42.396], + [9.385, 42.399], + [9.383, 42.398], + [9.375, 42.397], + [9.369, 42.395], + [9.367, 42.396], + [9.363, 42.393], + [9.362, 42.391], + [9.365, 42.388] + ] + ] + }, + "properties": { + "NOM_COM_M": "VERDESE", + "INSEE_COM": "2B344", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.232, 42.25], + [9.235, 42.247], + [9.234, 42.244], + [9.229, 42.241], + [9.231, 42.238], + [9.236, 42.235], + [9.238, 42.233], + [9.241, 42.232], + [9.242, 42.23], + [9.244, 42.23], + [9.245, 42.228], + [9.25, 42.228], + [9.253, 42.229], + [9.258, 42.227], + [9.259, 42.23], + [9.263, 42.231], + [9.267, 42.235], + [9.27, 42.235], + [9.271, 42.238], + [9.273, 42.241], + [9.273, 42.244], + [9.275, 42.246], + [9.277, 42.251], + [9.28, 42.25], + [9.282, 42.253], + [9.282, 42.257], + [9.284, 42.259], + [9.289, 42.259], + [9.293, 42.261], + [9.296, 42.261], + [9.299, 42.265], + [9.296, 42.269], + [9.289, 42.274], + [9.282, 42.277], + [9.277, 42.276], + [9.27, 42.276], + [9.267, 42.275], + [9.263, 42.275], + [9.26, 42.273], + [9.256, 42.272], + [9.255, 42.268], + [9.252, 42.266], + [9.253, 42.26], + [9.251, 42.258], + [9.248, 42.249], + [9.244, 42.248], + [9.24, 42.25], + [9.236, 42.251], + [9.232, 42.25] + ] + ] + }, + "properties": { + "NOM_COM_M": "ERBAJOLO", + "INSEE_COM": "2B105", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.214, 41.917], + [9.217, 41.913], + [9.22, 41.915], + [9.222, 41.914], + [9.224, 41.915], + [9.23, 41.916], + [9.234, 41.916], + [9.237, 41.913], + [9.242, 41.911], + [9.243, 41.91], + [9.248, 41.91], + [9.252, 41.899], + [9.248, 41.893], + [9.246, 41.892], + [9.241, 41.885], + [9.239, 41.885], + [9.235, 41.879], + [9.236, 41.876], + [9.238, 41.879], + [9.243, 41.882], + [9.25, 41.882], + [9.256, 41.885], + [9.258, 41.885], + [9.263, 41.891], + [9.273, 41.895], + [9.277, 41.901], + [9.279, 41.902], + [9.281, 41.906], + [9.285, 41.906], + [9.286, 41.909], + [9.291, 41.911], + [9.294, 41.914], + [9.297, 41.915], + [9.301, 41.915], + [9.306, 41.918], + [9.309, 41.921], + [9.312, 41.921], + [9.309, 41.924], + [9.305, 41.921], + [9.304, 41.925], + [9.301, 41.926], + [9.303, 41.929], + [9.301, 41.933], + [9.302, 41.936], + [9.304, 41.937], + [9.304, 41.94], + [9.302, 41.942], + [9.302, 41.945], + [9.3, 41.947], + [9.297, 41.948], + [9.294, 41.95], + [9.291, 41.948], + [9.281, 41.946], + [9.276, 41.949], + [9.273, 41.95], + [9.27, 41.95], + [9.266, 41.947], + [9.261, 41.946], + [9.26, 41.944], + [9.25, 41.941], + [9.244, 41.936], + [9.24, 41.934], + [9.235, 41.934], + [9.231, 41.933], + [9.228, 41.929], + [9.226, 41.928], + [9.222, 41.922], + [9.22, 41.922], + [9.214, 41.918], + [9.214, 41.917] + ] + ] + }, + "properties": { + "NOM_COM_M": "CHISA", + "INSEE_COM": "2B366", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.242, 42.218], + [9.243, 42.218], + [9.247, 42.212], + [9.251, 42.21], + [9.256, 42.202], + [9.261, 42.198], + [9.265, 42.2], + [9.269, 42.196], + [9.275, 42.196], + [9.276, 42.195], + [9.284, 42.198], + [9.288, 42.199], + [9.291, 42.198], + [9.292, 42.199], + [9.29, 42.203], + [9.292, 42.209], + [9.295, 42.21], + [9.298, 42.213], + [9.299, 42.215], + [9.304, 42.215], + [9.306, 42.218], + [9.306, 42.225], + [9.308, 42.229], + [9.309, 42.233], + [9.307, 42.241], + [9.308, 42.243], + [9.311, 42.244], + [9.307, 42.244], + [9.306, 42.243], + [9.303, 42.244], + [9.3, 42.243], + [9.298, 42.244], + [9.291, 42.244], + [9.285, 42.243], + [9.284, 42.242], + [9.279, 42.241], + [9.279, 42.24], + [9.274, 42.235], + [9.272, 42.232], + [9.268, 42.228], + [9.264, 42.227], + [9.262, 42.224], + [9.258, 42.227], + [9.253, 42.229], + [9.25, 42.228], + [9.245, 42.228], + [9.245, 42.225], + [9.243, 42.223], + [9.242, 42.218] + ] + ] + }, + "properties": { + "NOM_COM_M": "ALTIANI", + "INSEE_COM": "2B012", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.042, 41.71], + [9.042, 41.712], + [9.045, 41.718], + [9.044, 41.719], + [9.046, 41.722], + [9.045, 41.723], + [9.04, 41.724], + [9.034, 41.724], + [9.031, 41.722], + [9.025, 41.719], + [9.025, 41.716], + [9.019, 41.711], + [9.02, 41.709], + [9.021, 41.707], + [9.02, 41.705], + [9.021, 41.703], + [9.029, 41.702], + [9.032, 41.698], + [9.031, 41.696], + [9.028, 41.687], + [9.024, 41.684], + [9.022, 41.681], + [9.019, 41.678], + [9.018, 41.675], + [9.016, 41.675], + [9.021, 41.67], + [9.025, 41.67], + [9.027, 41.668], + [9.029, 41.668], + [9.029, 41.671], + [9.028, 41.673], + [9.03, 41.675], + [9.033, 41.676], + [9.033, 41.68], + [9.035, 41.683], + [9.035, 41.686], + [9.039, 41.689], + [9.037, 41.691], + [9.038, 41.694], + [9.038, 41.697], + [9.043, 41.701], + [9.043, 41.704], + [9.041, 41.705], + [9.041, 41.708], + [9.042, 41.71] + ] + ] + }, + "properties": { + "NOM_COM_M": "LORETO DI TALLANO", + "INSEE_COM": "2A146", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.94, 41.49], + [8.95, 41.49], + [8.953, 41.493], + [8.956, 41.493], + [8.958, 41.492], + [8.961, 41.493], + [8.964, 41.49], + [8.966, 41.49], + [8.967, 41.488], + [8.967, 41.485], + [8.97, 41.484], + [8.973, 41.485], + [8.977, 41.483], + [8.976, 41.48], + [8.98, 41.48], + [8.983, 41.478], + [8.981, 41.476], + [8.981, 41.474], + [8.984, 41.474], + [8.985, 41.476], + [8.99, 41.482], + [8.993, 41.483], + [8.993, 41.485], + [8.995, 41.486], + [8.999, 41.491], + [8.996, 41.494], + [8.997, 41.496], + [9.006, 41.5], + [9.01, 41.503], + [9.016, 41.503], + [9.031, 41.506], + [9.033, 41.505], + [9.036, 41.506], + [9.036, 41.509], + [9.035, 41.513], + [9.032, 41.514], + [9.031, 41.517], + [9.032, 41.521], + [9.036, 41.524], + [9.038, 41.527], + [9.043, 41.53], + [9.044, 41.532], + [9.049, 41.535], + [9.056, 41.542], + [9.06, 41.545], + [9.063, 41.548], + [9.062, 41.55], + [9.061, 41.557], + [9.065, 41.565], + [9.074, 41.569], + [9.076, 41.571], + [9.076, 41.573], + [9.071, 41.571], + [9.064, 41.571], + [9.056, 41.57], + [9.055, 41.571], + [9.048, 41.57], + [9.041, 41.571], + [9.037, 41.568], + [9.038, 41.566], + [9.032, 41.566], + [9.03, 41.563], + [9.028, 41.563], + [9.025, 41.561], + [9.022, 41.561], + [9.019, 41.557], + [9.014, 41.552], + [9.015, 41.551], + [9.015, 41.547], + [9.011, 41.543], + [9.006, 41.541], + [9.004, 41.539], + [9, 41.537], + [8.998, 41.537], + [8.995, 41.535], + [8.993, 41.532], + [8.987, 41.528], + [8.985, 41.524], + [8.982, 41.523], + [8.982, 41.521], + [8.98, 41.519], + [8.977, 41.513], + [8.972, 41.509], + [8.966, 41.507], + [8.964, 41.508], + [8.959, 41.507], + [8.957, 41.504], + [8.953, 41.501], + [8.944, 41.495], + [8.94, 41.49] + ] + ] + }, + "properties": { + "NOM_COM_M": "MONACIA D AULLENE", + "INSEE_COM": "2A163", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.842, 42.043], + [8.846, 42.045], + [8.851, 42.046], + [8.857, 42.046], + [8.861, 42.048], + [8.866, 42.048], + [8.87, 42.049], + [8.876, 42.054], + [8.877, 42.056], + [8.877, 42.057], + [8.883, 42.06], + [8.886, 42.062], + [8.887, 42.064], + [8.879, 42.063], + [8.877, 42.061], + [8.873, 42.061], + [8.868, 42.062], + [8.867, 42.065], + [8.868, 42.067], + [8.865, 42.07], + [8.865, 42.073], + [8.863, 42.076], + [8.858, 42.08], + [8.849, 42.081], + [8.844, 42.083], + [8.841, 42.078], + [8.839, 42.079], + [8.837, 42.078], + [8.831, 42.08], + [8.827, 42.083], + [8.82, 42.083], + [8.814, 42.082], + [8.808, 42.082], + [8.804, 42.085], + [8.802, 42.083], + [8.799, 42.083], + [8.795, 42.082], + [8.795, 42.079], + [8.791, 42.079], + [8.787, 42.078], + [8.788, 42.075], + [8.792, 42.072], + [8.795, 42.072], + [8.798, 42.07], + [8.797, 42.067], + [8.798, 42.063], + [8.797, 42.061], + [8.793, 42.057], + [8.794, 42.056], + [8.796, 42.055], + [8.803, 42.054], + [8.803, 42.055], + [8.813, 42.053], + [8.814, 42.054], + [8.817, 42.053], + [8.824, 42.053], + [8.832, 42.048], + [8.835, 42.045], + [8.837, 42.046], + [8.842, 42.043] + ] + ] + }, + "properties": { + "NOM_COM_M": "SARI D ORCINO", + "INSEE_COM": "2A270", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.036, 41.75], + [9.05, 41.748], + [9.055, 41.743], + [9.058, 41.742], + [9.056, 41.739], + [9.056, 41.734], + [9.055, 41.732], + [9.057, 41.73], + [9.057, 41.727], + [9.053, 41.727], + [9.057, 41.724], + [9.056, 41.721], + [9.061, 41.723], + [9.064, 41.725], + [9.066, 41.725], + [9.069, 41.727], + [9.071, 41.73], + [9.074, 41.731], + [9.075, 41.733], + [9.079, 41.732], + [9.076, 41.734], + [9.074, 41.741], + [9.076, 41.743], + [9.082, 41.744], + [9.083, 41.745], + [9.082, 41.748], + [9.084, 41.75], + [9.085, 41.753], + [9.081, 41.757], + [9.082, 41.76], + [9.082, 41.764], + [9.081, 41.765], + [9.077, 41.762], + [9.075, 41.763], + [9.072, 41.761], + [9.068, 41.764], + [9.059, 41.764], + [9.057, 41.765], + [9.054, 41.764], + [9.051, 41.765], + [9.048, 41.771], + [9.034, 41.771], + [9.029, 41.766], + [9.024, 41.759], + [9.026, 41.756], + [9.027, 41.752], + [9.036, 41.75] + ] + ] + }, + "properties": { + "NOM_COM_M": "ZERUBIA", + "INSEE_COM": "2A357", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.091, 41.721], + [9.077, 41.714], + [9.067, 41.714], + [9.067, 41.712], + [9.063, 41.71], + [9.059, 41.712], + [9.052, 41.71], + [9.055, 41.708], + [9.052, 41.707], + [9.051, 41.71], + [9.049, 41.709], + [9.05, 41.707], + [9.052, 41.707], + [9.053, 41.705], + [9.062, 41.704], + [9.068, 41.702], + [9.069, 41.703], + [9.075, 41.702], + [9.081, 41.698], + [9.082, 41.698], + [9.088, 41.704], + [9.089, 41.706], + [9.094, 41.706], + [9.092, 41.709], + [9.092, 41.711], + [9.096, 41.714], + [9.098, 41.719], + [9.095, 41.721], + [9.091, 41.721] + ] + ] + }, + "properties": { + "NOM_COM_M": "ALTAGENE", + "INSEE_COM": "2A011", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.099, 41.731], + [9.094, 41.726], + [9.094, 41.724], + [9.091, 41.721], + [9.095, 41.721], + [9.098, 41.719], + [9.096, 41.714], + [9.092, 41.711], + [9.092, 41.709], + [9.094, 41.706], + [9.098, 41.704], + [9.099, 41.702], + [9.099, 41.699], + [9.097, 41.699], + [9.097, 41.695], + [9.1, 41.692], + [9.095, 41.686], + [9.098, 41.684], + [9.101, 41.679], + [9.099, 41.674], + [9.097, 41.672], + [9.095, 41.668], + [9.098, 41.664], + [9.101, 41.663], + [9.102, 41.659], + [9.092, 41.656], + [9.087, 41.652], + [9.082, 41.651], + [9.08, 41.65], + [9.081, 41.646], + [9.077, 41.639], + [9.077, 41.635], + [9.076, 41.631], + [9.077, 41.627], + [9.075, 41.624], + [9.072, 41.622], + [9.07, 41.619], + [9.068, 41.62], + [9.065, 41.617], + [9.062, 41.616], + [9.059, 41.614], + [9.055, 41.613], + [9.052, 41.613], + [9.048, 41.612], + [9.046, 41.609], + [9.049, 41.606], + [9.051, 41.605], + [9.056, 41.604], + [9.058, 41.601], + [9.057, 41.6], + [9.06, 41.594], + [9.069, 41.591], + [9.069, 41.589], + [9.071, 41.587], + [9.075, 41.587], + [9.084, 41.584], + [9.087, 41.585], + [9.091, 41.584], + [9.096, 41.587], + [9.101, 41.589], + [9.104, 41.594], + [9.112, 41.596], + [9.119, 41.598], + [9.124, 41.6], + [9.13, 41.597], + [9.133, 41.6], + [9.136, 41.601], + [9.142, 41.607], + [9.147, 41.61], + [9.151, 41.614], + [9.153, 41.615], + [9.159, 41.616], + [9.166, 41.616], + [9.167, 41.617], + [9.17, 41.616], + [9.17, 41.626], + [9.171, 41.628], + [9.168, 41.638], + [9.168, 41.64], + [9.171, 41.644], + [9.167, 41.649], + [9.167, 41.652], + [9.164, 41.656], + [9.16, 41.656], + [9.153, 41.655], + [9.148, 41.656], + [9.145, 41.658], + [9.141, 41.659], + [9.138, 41.659], + [9.137, 41.662], + [9.133, 41.664], + [9.135, 41.667], + [9.132, 41.669], + [9.133, 41.673], + [9.131, 41.674], + [9.131, 41.677], + [9.126, 41.679], + [9.129, 41.682], + [9.128, 41.684], + [9.131, 41.686], + [9.135, 41.686], + [9.136, 41.684], + [9.14, 41.684], + [9.141, 41.686], + [9.146, 41.688], + [9.147, 41.69], + [9.151, 41.69], + [9.156, 41.691], + [9.161, 41.694], + [9.162, 41.698], + [9.165, 41.701], + [9.163, 41.701], + [9.158, 41.699], + [9.151, 41.704], + [9.148, 41.708], + [9.145, 41.71], + [9.141, 41.708], + [9.141, 41.71], + [9.143, 41.713], + [9.141, 41.717], + [9.138, 41.725], + [9.138, 41.73], + [9.14, 41.732], + [9.144, 41.733], + [9.137, 41.738], + [9.133, 41.735], + [9.129, 41.734], + [9.125, 41.738], + [9.121, 41.737], + [9.12, 41.735], + [9.116, 41.736], + [9.112, 41.733], + [9.108, 41.733], + [9.105, 41.735], + [9.103, 41.734], + [9.101, 41.73], + [9.099, 41.731] + ] + ] + }, + "properties": { + "NOM_COM_M": "LEVIE", + "INSEE_COM": "2A142", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.244, 41.682], + [9.25, 41.685], + [9.25, 41.681], + [9.253, 41.684], + [9.263, 41.687], + [9.265, 41.689], + [9.269, 41.69], + [9.273, 41.692], + [9.28, 41.693], + [9.281, 41.69], + [9.284, 41.689], + [9.288, 41.683], + [9.291, 41.681], + [9.298, 41.679], + [9.297, 41.676], + [9.3, 41.671], + [9.303, 41.67], + [9.308, 41.664], + [9.311, 41.662], + [9.31, 41.659], + [9.315, 41.655], + [9.317, 41.656], + [9.322, 41.655], + [9.322, 41.654], + [9.326, 41.65], + [9.327, 41.647], + [9.326, 41.644], + [9.329, 41.64], + [9.328, 41.638], + [9.33, 41.634], + [9.328, 41.63], + [9.322, 41.628], + [9.319, 41.629], + [9.316, 41.631], + [9.314, 41.629], + [9.314, 41.626], + [9.32, 41.62], + [9.323, 41.62], + [9.324, 41.618], + [9.316, 41.617], + [9.32, 41.615], + [9.329, 41.617], + [9.332, 41.62], + [9.337, 41.622], + [9.34, 41.62], + [9.344, 41.62], + [9.344, 41.618], + [9.346, 41.617], + [9.352, 41.619], + [9.353, 41.617], + [9.356, 41.617], + [9.356, 41.62], + [9.354, 41.621], + [9.354, 41.624], + [9.352, 41.625], + [9.352, 41.629], + [9.348, 41.629], + [9.346, 41.632], + [9.348, 41.637], + [9.351, 41.64], + [9.35, 41.641], + [9.343, 41.652], + [9.338, 41.668], + [9.343, 41.672], + [9.344, 41.676], + [9.341, 41.677], + [9.342, 41.68], + [9.344, 41.681], + [9.342, 41.684], + [9.336, 41.686], + [9.333, 41.692], + [9.331, 41.692], + [9.328, 41.695], + [9.327, 41.697], + [9.322, 41.7], + [9.316, 41.696], + [9.313, 41.698], + [9.31, 41.698], + [9.305, 41.695], + [9.299, 41.7], + [9.292, 41.701], + [9.275, 41.698], + [9.268, 41.696], + [9.264, 41.693], + [9.258, 41.691], + [9.254, 41.689], + [9.244, 41.682] + ] + ] + }, + "properties": { + "NOM_COM_M": "LECCI", + "INSEE_COM": "2A139", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.042, 41.71], + [9.046, 41.712], + [9.049, 41.712], + [9.05, 41.716], + [9.052, 41.719], + [9.056, 41.721], + [9.057, 41.724], + [9.053, 41.727], + [9.057, 41.727], + [9.057, 41.73], + [9.055, 41.732], + [9.056, 41.734], + [9.056, 41.739], + [9.058, 41.742], + [9.055, 41.743], + [9.05, 41.748], + [9.036, 41.75], + [9.032, 41.744], + [9.03, 41.743], + [9.03, 41.74], + [9.025, 41.733], + [9.024, 41.733], + [9.022, 41.726], + [9.018, 41.723], + [9.02, 41.721], + [9.025, 41.719], + [9.031, 41.722], + [9.034, 41.724], + [9.04, 41.724], + [9.045, 41.723], + [9.046, 41.722], + [9.044, 41.719], + [9.045, 41.718], + [9.042, 41.712], + [9.042, 41.71] + ] + ] + }, + "properties": { + "NOM_COM_M": "CARGIACA", + "INSEE_COM": "2A066", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.027, 41.752], + [9.024, 41.753], + [9.021, 41.756], + [9.02, 41.754], + [9.008, 41.74], + [9.003, 41.736], + [8.989, 41.728], + [8.99, 41.723], + [8.987, 41.721], + [8.985, 41.716], + [8.987, 41.715], + [8.986, 41.712], + [8.983, 41.71], + [8.984, 41.708], + [8.988, 41.707], + [8.985, 41.705], + [8.986, 41.703], + [8.989, 41.702], + [8.993, 41.703], + [8.994, 41.705], + [8.999, 41.705], + [9.001, 41.704], + [9.001, 41.702], + [9.006, 41.704], + [9.017, 41.704], + [9.019, 41.705], + [9.02, 41.709], + [9.019, 41.711], + [9.025, 41.716], + [9.025, 41.719], + [9.02, 41.721], + [9.018, 41.723], + [9.022, 41.726], + [9.024, 41.733], + [9.025, 41.733], + [9.03, 41.74], + [9.03, 41.743], + [9.032, 41.744], + [9.036, 41.75], + [9.027, 41.752] + ] + ] + }, + "properties": { + "NOM_COM_M": "SANTA MARIA FIGANIELLA", + "INSEE_COM": "2A310", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.004, 41.826], + [9.006, 41.822], + [9.005, 41.82], + [9.01, 41.817], + [9.014, 41.814], + [9.019, 41.812], + [9.024, 41.813], + [9.026, 41.811], + [9.031, 41.81], + [9.031, 41.806], + [9.033, 41.804], + [9.036, 41.803], + [9.039, 41.801], + [9.042, 41.797], + [9.044, 41.791], + [9.049, 41.79], + [9.05, 41.792], + [9.056, 41.796], + [9.057, 41.8], + [9.06, 41.801], + [9.061, 41.804], + [9.059, 41.808], + [9.057, 41.809], + [9.051, 41.809], + [9.049, 41.811], + [9.049, 41.815], + [9.046, 41.819], + [9.042, 41.823], + [9.034, 41.826], + [9.033, 41.828], + [9.034, 41.83], + [9.029, 41.834], + [9.025, 41.835], + [9.022, 41.838], + [9.017, 41.835], + [9.015, 41.831], + [9.012, 41.83], + [9.008, 41.831], + [9.007, 41.829], + [9.004, 41.826] + ] + ] + }, + "properties": { + "NOM_COM_M": "ARGIUSTA MORICCIO", + "INSEE_COM": "2A021", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.094, 41.706], + [9.089, 41.706], + [9.088, 41.704], + [9.082, 41.698], + [9.087, 41.693], + [9.086, 41.691], + [9.089, 41.689], + [9.089, 41.684], + [9.092, 41.682], + [9.093, 41.68], + [9.092, 41.678], + [9.088, 41.676], + [9.084, 41.673], + [9.087, 41.667], + [9.085, 41.665], + [9.087, 41.663], + [9.097, 41.66], + [9.102, 41.659], + [9.101, 41.663], + [9.098, 41.664], + [9.095, 41.668], + [9.097, 41.672], + [9.099, 41.674], + [9.101, 41.679], + [9.098, 41.684], + [9.095, 41.686], + [9.1, 41.692], + [9.097, 41.695], + [9.097, 41.699], + [9.099, 41.699], + [9.099, 41.702], + [9.098, 41.704], + [9.094, 41.706] + ] + ] + }, + "properties": { + "NOM_COM_M": "MELA", + "INSEE_COM": "2A158", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.232, 41.774], + [9.237, 41.772], + [9.247, 41.766], + [9.25, 41.766], + [9.258, 41.765], + [9.261, 41.761], + [9.28, 41.757], + [9.287, 41.755], + [9.298, 41.751], + [9.307, 41.75], + [9.318, 41.746], + [9.315, 41.744], + [9.312, 41.733], + [9.311, 41.721], + [9.305, 41.716], + [9.305, 41.714], + [9.31, 41.711], + [9.32, 41.708], + [9.333, 41.707], + [9.337, 41.703], + [9.34, 41.703], + [9.344, 41.702], + [9.349, 41.703], + [9.352, 41.702], + [9.356, 41.704], + [9.358, 41.706], + [9.366, 41.709], + [9.367, 41.714], + [9.367, 41.717], + [9.366, 41.721], + [9.37, 41.72], + [9.374, 41.721], + [9.377, 41.723], + [9.379, 41.723], + [9.382, 41.725], + [9.384, 41.722], + [9.387, 41.724], + [9.39, 41.722], + [9.396, 41.72], + [9.4, 41.721], + [9.402, 41.718], + [9.406, 41.722], + [9.406, 41.724], + [9.402, 41.73], + [9.404, 41.732], + [9.404, 41.737], + [9.406, 41.739], + [9.407, 41.745], + [9.404, 41.747], + [9.403, 41.75], + [9.405, 41.751], + [9.406, 41.755], + [9.405, 41.757], + [9.406, 41.759], + [9.405, 41.761], + [9.407, 41.763], + [9.408, 41.766], + [9.407, 41.769], + [9.404, 41.773], + [9.401, 41.772], + [9.398, 41.772], + [9.397, 41.774], + [9.395, 41.773], + [9.392, 41.774], + [9.386, 41.77], + [9.383, 41.767], + [9.38, 41.765], + [9.376, 41.766], + [9.373, 41.766], + [9.37, 41.765], + [9.364, 41.765], + [9.36, 41.764], + [9.357, 41.771], + [9.353, 41.778], + [9.35, 41.78], + [9.347, 41.779], + [9.334, 41.786], + [9.329, 41.784], + [9.313, 41.78], + [9.312, 41.784], + [9.277, 41.794], + [9.273, 41.807], + [9.273, 41.808], + [9.267, 41.806], + [9.265, 41.806], + [9.261, 41.801], + [9.261, 41.799], + [9.258, 41.798], + [9.254, 41.794], + [9.248, 41.791], + [9.247, 41.789], + [9.243, 41.787], + [9.232, 41.774] + ] + ] + }, + "properties": { + "NOM_COM_M": "CONCA", + "INSEE_COM": "2A092", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.227, 41.855], + [9.22, 41.854], + [9.216, 41.852], + [9.209, 41.852], + [9.204, 41.847], + [9.203, 41.845], + [9.193, 41.837], + [9.189, 41.837], + [9.185, 41.84], + [9.179, 41.841], + [9.171, 41.841], + [9.163, 41.839], + [9.16, 41.838], + [9.157, 41.834], + [9.156, 41.835], + [9.153, 41.834], + [9.151, 41.831], + [9.147, 41.83], + [9.147, 41.828], + [9.143, 41.821], + [9.139, 41.82], + [9.134, 41.811], + [9.13, 41.806], + [9.129, 41.802], + [9.126, 41.799], + [9.123, 41.794], + [9.122, 41.791], + [9.123, 41.782], + [9.122, 41.777], + [9.124, 41.774], + [9.126, 41.774], + [9.127, 41.772], + [9.13, 41.772], + [9.131, 41.768], + [9.128, 41.764], + [9.13, 41.761], + [9.128, 41.756], + [9.128, 41.753], + [9.13, 41.751], + [9.128, 41.749], + [9.131, 41.745], + [9.126, 41.743], + [9.127, 41.741], + [9.125, 41.738], + [9.129, 41.734], + [9.133, 41.735], + [9.137, 41.738], + [9.14, 41.74], + [9.141, 41.743], + [9.145, 41.743], + [9.147, 41.747], + [9.15, 41.747], + [9.151, 41.752], + [9.154, 41.752], + [9.154, 41.754], + [9.161, 41.758], + [9.162, 41.761], + [9.165, 41.763], + [9.166, 41.765], + [9.171, 41.766], + [9.173, 41.768], + [9.176, 41.769], + [9.18, 41.772], + [9.186, 41.773], + [9.195, 41.775], + [9.198, 41.778], + [9.202, 41.779], + [9.203, 41.784], + [9.206, 41.787], + [9.211, 41.786], + [9.214, 41.79], + [9.217, 41.791], + [9.219, 41.795], + [9.224, 41.796], + [9.228, 41.788], + [9.234, 41.782], + [9.232, 41.774], + [9.243, 41.787], + [9.247, 41.789], + [9.248, 41.791], + [9.254, 41.794], + [9.258, 41.798], + [9.261, 41.799], + [9.261, 41.801], + [9.265, 41.806], + [9.267, 41.806], + [9.273, 41.808], + [9.275, 41.81], + [9.276, 41.814], + [9.28, 41.814], + [9.284, 41.816], + [9.293, 41.818], + [9.298, 41.822], + [9.301, 41.826], + [9.303, 41.826], + [9.305, 41.832], + [9.308, 41.831], + [9.309, 41.832], + [9.308, 41.836], + [9.309, 41.84], + [9.306, 41.842], + [9.304, 41.842], + [9.302, 41.844], + [9.299, 41.845], + [9.292, 41.843], + [9.289, 41.843], + [9.288, 41.845], + [9.283, 41.844], + [9.275, 41.841], + [9.271, 41.841], + [9.269, 41.84], + [9.266, 41.843], + [9.26, 41.845], + [9.255, 41.845], + [9.249, 41.847], + [9.245, 41.85], + [9.241, 41.849], + [9.237, 41.846], + [9.233, 41.85], + [9.232, 41.853], + [9.227, 41.855] + ] + ] + }, + "properties": { + "NOM_COM_M": "QUENZA", + "INSEE_COM": "2A254", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.125, 41.738], + [9.127, 41.741], + [9.126, 41.743], + [9.131, 41.745], + [9.128, 41.749], + [9.13, 41.751], + [9.128, 41.753], + [9.128, 41.756], + [9.13, 41.761], + [9.128, 41.764], + [9.131, 41.768], + [9.13, 41.772], + [9.127, 41.772], + [9.126, 41.774], + [9.124, 41.774], + [9.123, 41.772], + [9.114, 41.767], + [9.113, 41.764], + [9.109, 41.757], + [9.108, 41.754], + [9.106, 41.754], + [9.104, 41.745], + [9.1, 41.746], + [9.098, 41.744], + [9.099, 41.74], + [9.094, 41.736], + [9.096, 41.735], + [9.095, 41.733], + [9.099, 41.731], + [9.101, 41.73], + [9.103, 41.734], + [9.105, 41.735], + [9.108, 41.733], + [9.112, 41.733], + [9.116, 41.736], + [9.12, 41.735], + [9.121, 41.737], + [9.125, 41.738] + ] + ] + }, + "properties": { + "NOM_COM_M": "SORBOLLANO", + "INSEE_COM": "2A285", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.127, 42.561], + [9.129, 42.564], + [9.134, 42.57], + [9.131, 42.572], + [9.131, 42.574], + [9.128, 42.577], + [9.126, 42.585], + [9.126, 42.589], + [9.128, 42.59], + [9.13, 42.594], + [9.135, 42.6], + [9.135, 42.608], + [9.133, 42.607], + [9.131, 42.609], + [9.13, 42.613], + [9.126, 42.615], + [9.124, 42.615], + [9.122, 42.617], + [9.119, 42.622], + [9.115, 42.625], + [9.11, 42.627], + [9.11, 42.629], + [9.108, 42.63], + [9.107, 42.633], + [9.105, 42.633], + [9.101, 42.637], + [9.097, 42.643], + [9.096, 42.646], + [9.094, 42.644], + [9.093, 42.641], + [9.089, 42.64], + [9.088, 42.637], + [9.09, 42.635], + [9.09, 42.629], + [9.085, 42.619], + [9.08, 42.618], + [9.077, 42.616], + [9.077, 42.611], + [9.075, 42.609], + [9.075, 42.606], + [9.079, 42.604], + [9.076, 42.601], + [9.074, 42.601], + [9.074, 42.598], + [9.072, 42.596], + [9.072, 42.594], + [9.07, 42.587], + [9.071, 42.583], + [9.074, 42.579], + [9.077, 42.579], + [9.08, 42.577], + [9.081, 42.573], + [9.086, 42.572], + [9.09, 42.573], + [9.093, 42.572], + [9.095, 42.569], + [9.094, 42.565], + [9.095, 42.564], + [9.098, 42.567], + [9.103, 42.567], + [9.104, 42.565], + [9.109, 42.562], + [9.114, 42.562], + [9.116, 42.563], + [9.118, 42.562], + [9.12, 42.563], + [9.124, 42.563], + [9.127, 42.561] + ] + ] + }, + "properties": { + "NOM_COM_M": "NOVELLA", + "INSEE_COM": "2B180", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.194, 42.323], + [9.194, 42.32], + [9.192, 42.317], + [9.194, 42.315], + [9.192, 42.309], + [9.19, 42.307], + [9.189, 42.302], + [9.19, 42.299], + [9.188, 42.294], + [9.192, 42.293], + [9.196, 42.29], + [9.196, 42.288], + [9.199, 42.286], + [9.206, 42.285], + [9.208, 42.288], + [9.212, 42.288], + [9.215, 42.289], + [9.218, 42.288], + [9.222, 42.29], + [9.223, 42.289], + [9.226, 42.291], + [9.227, 42.295], + [9.229, 42.295], + [9.234, 42.298], + [9.236, 42.3], + [9.239, 42.301], + [9.239, 42.308], + [9.24, 42.309], + [9.238, 42.315], + [9.239, 42.319], + [9.242, 42.325], + [9.243, 42.326], + [9.249, 42.328], + [9.251, 42.332], + [9.251, 42.334], + [9.255, 42.336], + [9.256, 42.338], + [9.254, 42.344], + [9.248, 42.351], + [9.243, 42.352], + [9.238, 42.352], + [9.235, 42.35], + [9.228, 42.347], + [9.224, 42.347], + [9.219, 42.339], + [9.216, 42.337], + [9.212, 42.333], + [9.208, 42.333], + [9.198, 42.329], + [9.195, 42.329], + [9.195, 42.326], + [9.194, 42.323] + ] + ] + }, + "properties": { + "NOM_COM_M": "SANTA LUCIA DI MERCURIO", + "INSEE_COM": "2B306", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.166, 42.371], + [9.164, 42.373], + [9.16, 42.38], + [9.161, 42.385], + [9.165, 42.385], + [9.166, 42.386], + [9.164, 42.39], + [9.167, 42.393], + [9.165, 42.394], + [9.162, 42.397], + [9.152, 42.395], + [9.146, 42.392], + [9.135, 42.39], + [9.13, 42.39], + [9.121, 42.392], + [9.119, 42.392], + [9.117, 42.389], + [9.112, 42.388], + [9.11, 42.385], + [9.11, 42.383], + [9.107, 42.379], + [9.104, 42.372], + [9.098, 42.369], + [9.096, 42.366], + [9.091, 42.363], + [9.086, 42.356], + [9.086, 42.353], + [9.083, 42.349], + [9.088, 42.346], + [9.093, 42.338], + [9.094, 42.339], + [9.098, 42.337], + [9.098, 42.336], + [9.104, 42.339], + [9.109, 42.34], + [9.109, 42.342], + [9.112, 42.344], + [9.117, 42.349], + [9.117, 42.35], + [9.125, 42.351], + [9.131, 42.351], + [9.136, 42.352], + [9.139, 42.351], + [9.142, 42.352], + [9.145, 42.352], + [9.146, 42.355], + [9.148, 42.358], + [9.148, 42.362], + [9.153, 42.362], + [9.155, 42.364], + [9.159, 42.365], + [9.159, 42.371], + [9.163, 42.37], + [9.166, 42.371] + ] + ] + }, + "properties": { + "NOM_COM_M": "CASTIRLA", + "INSEE_COM": "2B083", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.382, 42.56], + [9.387, 42.557], + [9.392, 42.551], + [9.396, 42.55], + [9.407, 42.552], + [9.411, 42.551], + [9.423, 42.551], + [9.427, 42.549], + [9.43, 42.55], + [9.431, 42.549], + [9.437, 42.549], + [9.442, 42.551], + [9.451, 42.551], + [9.453, 42.552], + [9.47, 42.552], + [9.486, 42.555], + [9.487, 42.556], + [9.519, 42.563], + [9.527, 42.565], + [9.526, 42.568], + [9.523, 42.574], + [9.51, 42.59], + [9.499, 42.601], + [9.496, 42.603], + [9.486, 42.613], + [9.467, 42.598], + [9.457, 42.596], + [9.451, 42.594], + [9.444, 42.594], + [9.44, 42.593], + [9.436, 42.593], + [9.433, 42.59], + [9.429, 42.59], + [9.426, 42.589], + [9.423, 42.589], + [9.421, 42.59], + [9.417, 42.587], + [9.415, 42.587], + [9.413, 42.584], + [9.399, 42.577], + [9.396, 42.576], + [9.393, 42.571], + [9.388, 42.569], + [9.384, 42.569], + [9.383, 42.566], + [9.383, 42.563], + [9.382, 42.56] + ] + ] + }, + "properties": { + "NOM_COM_M": "BORGO", + "INSEE_COM": "2B042", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.375, 42.438], + [9.378, 42.442], + [9.383, 42.443], + [9.384, 42.442], + [9.386, 42.446], + [9.392, 42.449], + [9.386, 42.451], + [9.382, 42.451], + [9.38, 42.453], + [9.375, 42.453], + [9.368, 42.458], + [9.365, 42.456], + [9.358, 42.452], + [9.36, 42.451], + [9.36, 42.449], + [9.358, 42.446], + [9.36, 42.444], + [9.362, 42.44], + [9.363, 42.436], + [9.366, 42.435], + [9.367, 42.437], + [9.37, 42.438], + [9.373, 42.438], + [9.375, 42.438] + ] + ] + }, + "properties": { + "NOM_COM_M": "CASABIANCA", + "INSEE_COM": "2B069", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.106, 42.656], + [9.111, 42.657], + [9.112, 42.659], + [9.117, 42.661], + [9.12, 42.661], + [9.123, 42.656], + [9.129, 42.651], + [9.13, 42.648], + [9.134, 42.646], + [9.135, 42.644], + [9.142, 42.642], + [9.145, 42.642], + [9.151, 42.639], + [9.154, 42.638], + [9.157, 42.636], + [9.16, 42.635], + [9.166, 42.631], + [9.168, 42.631], + [9.173, 42.627], + [9.174, 42.625], + [9.173, 42.62], + [9.175, 42.618], + [9.181, 42.617], + [9.182, 42.618], + [9.186, 42.614], + [9.186, 42.612], + [9.19, 42.609], + [9.195, 42.609], + [9.199, 42.605], + [9.202, 42.605], + [9.206, 42.602], + [9.209, 42.598], + [9.21, 42.595], + [9.211, 42.592], + [9.21, 42.586], + [9.215, 42.585], + [9.222, 42.586], + [9.225, 42.587], + [9.226, 42.589], + [9.229, 42.589], + [9.233, 42.59], + [9.237, 42.589], + [9.244, 42.592], + [9.249, 42.593], + [9.264, 42.59], + [9.266, 42.591], + [9.269, 42.59], + [9.274, 42.594], + [9.276, 42.593], + [9.279, 42.595], + [9.283, 42.596], + [9.284, 42.599], + [9.294, 42.607], + [9.296, 42.611], + [9.296, 42.613], + [9.298, 42.614], + [9.294, 42.614], + [9.286, 42.61], + [9.282, 42.609], + [9.278, 42.609], + [9.274, 42.607], + [9.271, 42.604], + [9.269, 42.604], + [9.268, 42.602], + [9.264, 42.601], + [9.26, 42.602], + [9.257, 42.601], + [9.256, 42.599], + [9.247, 42.599], + [9.242, 42.601], + [9.236, 42.602], + [9.221, 42.61], + [9.211, 42.616], + [9.2, 42.621], + [9.181, 42.636], + [9.173, 42.64], + [9.167, 42.648], + [9.163, 42.652], + [9.162, 42.654], + [9.163, 42.656], + [9.157, 42.66], + [9.157, 42.662], + [9.155, 42.663], + [9.153, 42.666], + [9.149, 42.667], + [9.146, 42.666], + [9.144, 42.667], + [9.142, 42.666], + [9.138, 42.668], + [9.141, 42.671], + [9.144, 42.672], + [9.144, 42.675], + [9.14, 42.677], + [9.135, 42.681], + [9.131, 42.681], + [9.13, 42.682], + [9.132, 42.688], + [9.136, 42.692], + [9.13, 42.697], + [9.129, 42.699], + [9.126, 42.701], + [9.12, 42.702], + [9.115, 42.705], + [9.111, 42.708], + [9.111, 42.71], + [9.106, 42.711], + [9.1, 42.716], + [9.097, 42.715], + [9.096, 42.716], + [9.092, 42.716], + [9.09, 42.715], + [9.086, 42.715], + [9.081, 42.709], + [9.082, 42.705], + [9.08, 42.701], + [9.076, 42.7], + [9.076, 42.696], + [9.073, 42.696], + [9.071, 42.693], + [9.068, 42.692], + [9.062, 42.694], + [9.066, 42.686], + [9.071, 42.685], + [9.083, 42.679], + [9.085, 42.676], + [9.086, 42.672], + [9.09, 42.669], + [9.089, 42.666], + [9.092, 42.663], + [9.093, 42.66], + [9.097, 42.659], + [9.1, 42.656], + [9.104, 42.657], + [9.106, 42.656] + ] + ] + }, + "properties": { + "NOM_COM_M": "SAN GAVINO DI TENDA", + "INSEE_COM": "2B301", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.43, 42.355], + [9.432, 42.357], + [9.433, 42.364], + [9.43, 42.367], + [9.426, 42.373], + [9.417, 42.373], + [9.414, 42.376], + [9.411, 42.376], + [9.404, 42.375], + [9.402, 42.373], + [9.403, 42.37], + [9.407, 42.368], + [9.41, 42.368], + [9.414, 42.366], + [9.416, 42.364], + [9.421, 42.362], + [9.423, 42.359], + [9.43, 42.355] + ] + ] + }, + "properties": { + "NOM_COM_M": "PARATA", + "INSEE_COM": "2B202", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.36, 42.37], + [9.358, 42.369], + [9.356, 42.37], + [9.35, 42.366], + [9.349, 42.367], + [9.344, 42.364], + [9.338, 42.364], + [9.333, 42.36], + [9.331, 42.36], + [9.333, 42.358], + [9.334, 42.354], + [9.334, 42.348], + [9.335, 42.346], + [9.339, 42.342], + [9.344, 42.346], + [9.345, 42.348], + [9.345, 42.351], + [9.348, 42.354], + [9.348, 42.356], + [9.35, 42.358], + [9.357, 42.362], + [9.36, 42.365], + [9.362, 42.366], + [9.365, 42.371], + [9.363, 42.372], + [9.36, 42.37] + ] + ] + }, + "properties": { + "NOM_COM_M": "PIEDIPARTINO", + "INSEE_COM": "2B221", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.312, 42.506], + [9.31, 42.513], + [9.312, 42.519], + [9.31, 42.522], + [9.311, 42.523], + [9.31, 42.526], + [9.313, 42.532], + [9.318, 42.537], + [9.322, 42.542], + [9.321, 42.545], + [9.315, 42.547], + [9.312, 42.547], + [9.306, 42.549], + [9.301, 42.552], + [9.294, 42.552], + [9.291, 42.551], + [9.29, 42.549], + [9.288, 42.546], + [9.289, 42.544], + [9.288, 42.542], + [9.289, 42.539], + [9.289, 42.532], + [9.291, 42.527], + [9.293, 42.524], + [9.294, 42.52], + [9.294, 42.515], + [9.297, 42.513], + [9.299, 42.508], + [9.303, 42.507], + [9.306, 42.503], + [9.31, 42.503], + [9.312, 42.506] + ] + ] + }, + "properties": { + "NOM_COM_M": "BIGORNO", + "INSEE_COM": "2B036", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.444, 42.27], + [9.457, 42.27], + [9.46, 42.269], + [9.466, 42.272], + [9.469, 42.271], + [9.471, 42.272], + [9.478, 42.271], + [9.487, 42.267], + [9.497, 42.265], + [9.498, 42.262], + [9.511, 42.254], + [9.515, 42.252], + [9.516, 42.25], + [9.52, 42.248], + [9.522, 42.246], + [9.525, 42.246], + [9.527, 42.244], + [9.536, 42.242], + [9.539, 42.241], + [9.542, 42.242], + [9.553, 42.241], + [9.555, 42.252], + [9.552, 42.249], + [9.544, 42.251], + [9.544, 42.252], + [9.535, 42.259], + [9.527, 42.267], + [9.524, 42.267], + [9.52, 42.268], + [9.518, 42.27], + [9.515, 42.271], + [9.514, 42.271], + [9.503, 42.275], + [9.502, 42.276], + [9.497, 42.278], + [9.495, 42.278], + [9.492, 42.28], + [9.485, 42.282], + [9.48, 42.282], + [9.475, 42.284], + [9.458, 42.285], + [9.454, 42.282], + [9.448, 42.279], + [9.447, 42.274], + [9.444, 42.27] + ] + ] + }, + "properties": { + "NOM_COM_M": "CANALE DI VERDE", + "INSEE_COM": "2B057", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.384, 42.5], + [9.386, 42.498], + [9.389, 42.497], + [9.393, 42.497], + [9.395, 42.496], + [9.398, 42.493], + [9.4, 42.494], + [9.402, 42.498], + [9.406, 42.5], + [9.407, 42.506], + [9.408, 42.509], + [9.41, 42.506], + [9.412, 42.506], + [9.415, 42.503], + [9.419, 42.506], + [9.423, 42.511], + [9.426, 42.511], + [9.429, 42.514], + [9.427, 42.519], + [9.425, 42.52], + [9.423, 42.518], + [9.42, 42.519], + [9.418, 42.522], + [9.414, 42.525], + [9.411, 42.526], + [9.41, 42.523], + [9.408, 42.522], + [9.401, 42.522], + [9.404, 42.518], + [9.404, 42.516], + [9.396, 42.518], + [9.395, 42.517], + [9.396, 42.514], + [9.396, 42.507], + [9.393, 42.504], + [9.388, 42.504], + [9.386, 42.505], + [9.386, 42.509], + [9.385, 42.51], + [9.381, 42.508], + [9.38, 42.506], + [9.381, 42.503], + [9.384, 42.5] + ] + ] + }, + "properties": { + "NOM_COM_M": "PRUNELLI DI CASACCONI", + "INSEE_COM": "2B250", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.365, 42.371], + [9.369, 42.371], + [9.375, 42.369], + [9.378, 42.371], + [9.376, 42.374], + [9.377, 42.376], + [9.375, 42.377], + [9.376, 42.379], + [9.38, 42.382], + [9.379, 42.385], + [9.381, 42.387], + [9.387, 42.389], + [9.389, 42.39], + [9.386, 42.39], + [9.382, 42.391], + [9.376, 42.39], + [9.375, 42.387], + [9.375, 42.384], + [9.372, 42.381], + [9.373, 42.379], + [9.372, 42.377], + [9.369, 42.375], + [9.37, 42.372], + [9.366, 42.373], + [9.363, 42.373], + [9.36, 42.37], + [9.363, 42.372], + [9.365, 42.371] + ] + ] + }, + "properties": { + "NOM_COM_M": "STAZZONA", + "INSEE_COM": "2B291", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.368, 42.316], + [9.372, 42.319], + [9.381, 42.323], + [9.385, 42.323], + [9.386, 42.325], + [9.393, 42.328], + [9.393, 42.33], + [9.397, 42.331], + [9.399, 42.33], + [9.402, 42.332], + [9.398, 42.333], + [9.394, 42.335], + [9.395, 42.338], + [9.39, 42.34], + [9.387, 42.341], + [9.384, 42.34], + [9.379, 42.34], + [9.373, 42.338], + [9.366, 42.333], + [9.358, 42.328], + [9.354, 42.328], + [9.354, 42.326], + [9.357, 42.323], + [9.362, 42.32], + [9.364, 42.318], + [9.368, 42.316] + ] + ] + }, + "properties": { + "NOM_COM_M": "PIETRICAGGIO", + "INSEE_COM": "2B227", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.367, 42.555], + [9.344, 42.55], + [9.346, 42.545], + [9.353, 42.537], + [9.352, 42.535], + [9.359, 42.526], + [9.364, 42.524], + [9.369, 42.523], + [9.372, 42.525], + [9.373, 42.524], + [9.379, 42.526], + [9.381, 42.523], + [9.383, 42.522], + [9.391, 42.522], + [9.387, 42.524], + [9.385, 42.528], + [9.381, 42.532], + [9.374, 42.534], + [9.375, 42.536], + [9.374, 42.542], + [9.371, 42.545], + [9.373, 42.549], + [9.374, 42.554], + [9.375, 42.556], + [9.367, 42.555] + ] + ] + }, + "properties": { + "NOM_COM_M": "SCOLCA", + "INSEE_COM": "2B274", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.257, 42.392], + [9.259, 42.393], + [9.259, 42.395], + [9.257, 42.396], + [9.26, 42.399], + [9.256, 42.402], + [9.256, 42.403], + [9.255, 42.403], + [9.254, 42.408], + [9.252, 42.413], + [9.251, 42.414], + [9.247, 42.413], + [9.242, 42.413], + [9.232, 42.418], + [9.22, 42.417], + [9.216, 42.419], + [9.213, 42.418], + [9.208, 42.418], + [9.202, 42.416], + [9.197, 42.418], + [9.197, 42.415], + [9.198, 42.413], + [9.197, 42.406], + [9.203, 42.405], + [9.205, 42.404], + [9.208, 42.4], + [9.209, 42.395], + [9.212, 42.393], + [9.226, 42.393], + [9.231, 42.391], + [9.232, 42.387], + [9.237, 42.386], + [9.24, 42.387], + [9.241, 42.389], + [9.244, 42.391], + [9.25, 42.39], + [9.257, 42.392] + ] + ] + }, + "properties": { + "NOM_COM_M": "AITI", + "INSEE_COM": "2B003", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.302, 42.574], + [9.301, 42.571], + [9.297, 42.563], + [9.293, 42.563], + [9.294, 42.56], + [9.293, 42.557], + [9.295, 42.556], + [9.294, 42.552], + [9.301, 42.552], + [9.306, 42.549], + [9.312, 42.547], + [9.315, 42.547], + [9.321, 42.545], + [9.326, 42.547], + [9.331, 42.548], + [9.334, 42.55], + [9.344, 42.55], + [9.367, 42.555], + [9.368, 42.559], + [9.367, 42.562], + [9.364, 42.564], + [9.355, 42.569], + [9.353, 42.569], + [9.352, 42.572], + [9.348, 42.574], + [9.347, 42.578], + [9.347, 42.582], + [9.344, 42.582], + [9.344, 42.586], + [9.341, 42.587], + [9.338, 42.586], + [9.332, 42.59], + [9.331, 42.593], + [9.329, 42.594], + [9.33, 42.596], + [9.325, 42.596], + [9.321, 42.598], + [9.316, 42.599], + [9.316, 42.596], + [9.314, 42.594], + [9.314, 42.592], + [9.312, 42.588], + [9.314, 42.586], + [9.313, 42.584], + [9.31, 42.581], + [9.304, 42.579], + [9.302, 42.574] + ] + ] + }, + "properties": { + "NOM_COM_M": "MURATO", + "INSEE_COM": "2B172", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.341, 42.484], + [9.34, 42.483], + [9.34, 42.476], + [9.334, 42.468], + [9.333, 42.466], + [9.336, 42.465], + [9.338, 42.466], + [9.346, 42.463], + [9.347, 42.464], + [9.351, 42.464], + [9.354, 42.465], + [9.356, 42.468], + [9.361, 42.47], + [9.365, 42.47], + [9.367, 42.472], + [9.368, 42.476], + [9.372, 42.479], + [9.373, 42.483], + [9.371, 42.485], + [9.366, 42.483], + [9.36, 42.483], + [9.359, 42.482], + [9.36, 42.479], + [9.356, 42.48], + [9.352, 42.479], + [9.343, 42.479], + [9.343, 42.482], + [9.341, 42.484] + ] + ] + }, + "properties": { + "NOM_COM_M": "CROCICCHIA", + "INSEE_COM": "2B102", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.209, 42.395], + [9.208, 42.4], + [9.205, 42.404], + [9.203, 42.405], + [9.197, 42.406], + [9.198, 42.413], + [9.197, 42.415], + [9.197, 42.418], + [9.199, 42.421], + [9.19, 42.422], + [9.188, 42.419], + [9.179, 42.412], + [9.177, 42.411], + [9.178, 42.408], + [9.174, 42.401], + [9.169, 42.4], + [9.166, 42.397], + [9.165, 42.394], + [9.167, 42.393], + [9.164, 42.39], + [9.166, 42.386], + [9.165, 42.385], + [9.161, 42.385], + [9.16, 42.38], + [9.164, 42.373], + [9.166, 42.371], + [9.168, 42.371], + [9.171, 42.367], + [9.174, 42.364], + [9.177, 42.366], + [9.18, 42.364], + [9.182, 42.361], + [9.185, 42.359], + [9.193, 42.358], + [9.195, 42.356], + [9.199, 42.358], + [9.203, 42.353], + [9.206, 42.352], + [9.209, 42.352], + [9.212, 42.355], + [9.216, 42.36], + [9.224, 42.358], + [9.229, 42.359], + [9.227, 42.363], + [9.226, 42.367], + [9.227, 42.369], + [9.226, 42.373], + [9.226, 42.376], + [9.228, 42.384], + [9.222, 42.385], + [9.219, 42.385], + [9.209, 42.389], + [9.207, 42.388], + [9.203, 42.389], + [9.201, 42.391], + [9.206, 42.394], + [9.209, 42.395] + ] + ] + }, + "properties": { + "NOM_COM_M": "OMESSA", + "INSEE_COM": "2B193", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.112, 42.388], + [9.117, 42.389], + [9.119, 42.392], + [9.121, 42.392], + [9.13, 42.39], + [9.135, 42.39], + [9.146, 42.392], + [9.152, 42.395], + [9.149, 42.4], + [9.151, 42.408], + [9.149, 42.414], + [9.15, 42.415], + [9.149, 42.418], + [9.15, 42.42], + [9.147, 42.422], + [9.144, 42.422], + [9.139, 42.426], + [9.131, 42.428], + [9.129, 42.426], + [9.125, 42.427], + [9.117, 42.427], + [9.114, 42.428], + [9.113, 42.43], + [9.107, 42.43], + [9.101, 42.43], + [9.093, 42.428], + [9.09, 42.429], + [9.088, 42.428], + [9.082, 42.427], + [9.079, 42.428], + [9.079, 42.424], + [9.081, 42.42], + [9.079, 42.418], + [9.074, 42.417], + [9.077, 42.412], + [9.078, 42.409], + [9.08, 42.408], + [9.081, 42.404], + [9.084, 42.404], + [9.088, 42.402], + [9.088, 42.4], + [9.093, 42.39], + [9.092, 42.389], + [9.098, 42.386], + [9.101, 42.387], + [9.107, 42.388], + [9.112, 42.388] + ] + ] + }, + "properties": { + "NOM_COM_M": "CASTIGLIONE", + "INSEE_COM": "2B081", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.385, 42.399], + [9.377, 42.401], + [9.37, 42.401], + [9.366, 42.404], + [9.362, 42.404], + [9.357, 42.406], + [9.35, 42.407], + [9.349, 42.406], + [9.342, 42.405], + [9.34, 42.404], + [9.34, 42.402], + [9.342, 42.403], + [9.346, 42.401], + [9.352, 42.402], + [9.357, 42.4], + [9.362, 42.396], + [9.364, 42.397], + [9.367, 42.396], + [9.369, 42.395], + [9.375, 42.397], + [9.383, 42.398], + [9.385, 42.399] + ] + ] + }, + "properties": { + "NOM_COM_M": "POLVEROSO", + "INSEE_COM": "2B243", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.535, 42.359], + [9.534, 42.362], + [9.533, 42.369], + [9.532, 42.373], + [9.533, 42.378], + [9.53, 42.378], + [9.526, 42.376], + [9.521, 42.378], + [9.519, 42.378], + [9.515, 42.38], + [9.513, 42.379], + [9.508, 42.382], + [9.505, 42.38], + [9.503, 42.377], + [9.498, 42.374], + [9.49, 42.373], + [9.487, 42.374], + [9.483, 42.372], + [9.482, 42.37], + [9.483, 42.367], + [9.485, 42.366], + [9.482, 42.362], + [9.479, 42.359], + [9.482, 42.355], + [9.486, 42.359], + [9.49, 42.362], + [9.493, 42.361], + [9.496, 42.361], + [9.498, 42.362], + [9.503, 42.361], + [9.505, 42.36], + [9.516, 42.362], + [9.519, 42.36], + [9.526, 42.36], + [9.53, 42.358], + [9.535, 42.359] + ] + ] + }, + "properties": { + "NOM_COM_M": "SAN NICOLAO", + "INSEE_COM": "2B313", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.409, 42.447], + [9.407, 42.444], + [9.403, 42.442], + [9.404, 42.439], + [9.403, 42.435], + [9.405, 42.431], + [9.412, 42.431], + [9.418, 42.428], + [9.42, 42.426], + [9.425, 42.428], + [9.429, 42.428], + [9.432, 42.426], + [9.434, 42.429], + [9.439, 42.43], + [9.442, 42.429], + [9.445, 42.43], + [9.445, 42.432], + [9.449, 42.436], + [9.446, 42.439], + [9.442, 42.439], + [9.44, 42.44], + [9.435, 42.441], + [9.434, 42.439], + [9.421, 42.439], + [9.418, 42.442], + [9.42, 42.443], + [9.417, 42.446], + [9.409, 42.447] + ] + ] + }, + "properties": { + "NOM_COM_M": "CASALTA", + "INSEE_COM": "2B072", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.394, 42.373], + [9.391, 42.376], + [9.388, 42.381], + [9.387, 42.389], + [9.381, 42.387], + [9.379, 42.385], + [9.38, 42.382], + [9.376, 42.379], + [9.375, 42.377], + [9.377, 42.376], + [9.376, 42.374], + [9.378, 42.371], + [9.375, 42.369], + [9.377, 42.366], + [9.379, 42.365], + [9.381, 42.365], + [9.384, 42.366], + [9.387, 42.365], + [9.392, 42.368], + [9.392, 42.37], + [9.394, 42.373] + ] + ] + }, + "properties": { + "NOM_COM_M": "RAPAGGIO", + "INSEE_COM": "2B256", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.554, 42.157], + [9.554, 42.163], + [9.556, 42.18], + [9.558, 42.191], + [9.559, 42.195], + [9.559, 42.198], + [9.556, 42.202], + [9.556, 42.215], + [9.554, 42.218], + [9.552, 42.226], + [9.552, 42.233], + [9.553, 42.241], + [9.542, 42.242], + [9.539, 42.241], + [9.536, 42.242], + [9.527, 42.244], + [9.525, 42.246], + [9.522, 42.246], + [9.52, 42.248], + [9.516, 42.25], + [9.515, 42.252], + [9.511, 42.254], + [9.498, 42.262], + [9.497, 42.265], + [9.487, 42.267], + [9.478, 42.271], + [9.471, 42.272], + [9.469, 42.271], + [9.466, 42.272], + [9.46, 42.269], + [9.457, 42.27], + [9.444, 42.27], + [9.444, 42.266], + [9.445, 42.264], + [9.447, 42.264], + [9.451, 42.26], + [9.454, 42.25], + [9.456, 42.247], + [9.458, 42.246], + [9.46, 42.243], + [9.466, 42.242], + [9.469, 42.241], + [9.471, 42.236], + [9.474, 42.235], + [9.474, 42.233], + [9.477, 42.226], + [9.475, 42.221], + [9.473, 42.222], + [9.471, 42.22], + [9.47, 42.213], + [9.474, 42.205], + [9.477, 42.201], + [9.479, 42.195], + [9.479, 42.191], + [9.483, 42.19], + [9.485, 42.188], + [9.487, 42.188], + [9.492, 42.186], + [9.494, 42.184], + [9.497, 42.184], + [9.499, 42.182], + [9.502, 42.183], + [9.504, 42.178], + [9.51, 42.176], + [9.511, 42.175], + [9.516, 42.175], + [9.516, 42.173], + [9.514, 42.172], + [9.514, 42.169], + [9.519, 42.169], + [9.52, 42.168], + [9.524, 42.168], + [9.525, 42.165], + [9.528, 42.167], + [9.531, 42.168], + [9.533, 42.166], + [9.54, 42.166], + [9.543, 42.167], + [9.544, 42.163], + [9.547, 42.158], + [9.55, 42.157], + [9.554, 42.157] + ] + ] + }, + "properties": { + "NOM_COM_M": "LINGUIZZETTA", + "INSEE_COM": "2B143", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.436, 42.461], + [9.428, 42.457], + [9.427, 42.45], + [9.434, 42.441], + [9.435, 42.441], + [9.44, 42.44], + [9.442, 42.439], + [9.446, 42.439], + [9.449, 42.436], + [9.453, 42.437], + [9.451, 42.441], + [9.455, 42.443], + [9.451, 42.444], + [9.453, 42.446], + [9.457, 42.444], + [9.456, 42.448], + [9.459, 42.45], + [9.461, 42.449], + [9.462, 42.446], + [9.461, 42.45], + [9.447, 42.457], + [9.445, 42.459], + [9.441, 42.459], + [9.436, 42.461] + ] + ] + }, + "properties": { + "NOM_COM_M": "PORRI", + "INSEE_COM": "2B245", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.462, 42.446], + [9.469, 42.446], + [9.473, 42.445], + [9.477, 42.446], + [9.481, 42.445], + [9.483, 42.446], + [9.486, 42.444], + [9.49, 42.444], + [9.492, 42.445], + [9.493, 42.443], + [9.497, 42.444], + [9.5, 42.442], + [9.503, 42.442], + [9.506, 42.44], + [9.508, 42.44], + [9.517, 42.443], + [9.521, 42.44], + [9.529, 42.44], + [9.53, 42.438], + [9.534, 42.438], + [9.535, 42.439], + [9.539, 42.438], + [9.541, 42.439], + [9.541, 42.442], + [9.542, 42.448], + [9.541, 42.453], + [9.541, 42.46], + [9.539, 42.462], + [9.538, 42.466], + [9.536, 42.47], + [9.523, 42.469], + [9.522, 42.467], + [9.516, 42.465], + [9.514, 42.463], + [9.509, 42.462], + [9.493, 42.462], + [9.488, 42.46], + [9.479, 42.46], + [9.474, 42.461], + [9.471, 42.463], + [9.467, 42.464], + [9.467, 42.47], + [9.464, 42.476], + [9.462, 42.474], + [9.456, 42.471], + [9.454, 42.468], + [9.45, 42.468], + [9.444, 42.466], + [9.438, 42.465], + [9.436, 42.464], + [9.436, 42.461], + [9.441, 42.459], + [9.445, 42.459], + [9.447, 42.457], + [9.461, 42.45], + [9.462, 42.446] + ] + ] + }, + "properties": { + "NOM_COM_M": "PENTA DI CASINCA", + "INSEE_COM": "2B207", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.385, 42.51], + [9.374, 42.508], + [9.37, 42.505], + [9.367, 42.505], + [9.361, 42.506], + [9.354, 42.509], + [9.351, 42.509], + [9.349, 42.511], + [9.346, 42.511], + [9.339, 42.51], + [9.338, 42.507], + [9.335, 42.506], + [9.33, 42.506], + [9.332, 42.504], + [9.333, 42.5], + [9.336, 42.496], + [9.337, 42.491], + [9.341, 42.485], + [9.341, 42.484], + [9.343, 42.482], + [9.343, 42.479], + [9.352, 42.479], + [9.356, 42.48], + [9.36, 42.479], + [9.359, 42.482], + [9.36, 42.483], + [9.366, 42.483], + [9.371, 42.485], + [9.372, 42.488], + [9.375, 42.489], + [9.374, 42.493], + [9.376, 42.494], + [9.377, 42.497], + [9.381, 42.503], + [9.38, 42.506], + [9.381, 42.508], + [9.385, 42.51] + ] + ] + }, + "properties": { + "NOM_COM_M": "CAMPILE", + "INSEE_COM": "2B054", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.306, 42.312], + [9.304, 42.313], + [9.298, 42.311], + [9.293, 42.31], + [9.291, 42.312], + [9.291, 42.316], + [9.29, 42.318], + [9.285, 42.317], + [9.282, 42.32], + [9.278, 42.319], + [9.28, 42.313], + [9.278, 42.311], + [9.279, 42.306], + [9.274, 42.303], + [9.278, 42.299], + [9.278, 42.297], + [9.281, 42.296], + [9.289, 42.301], + [9.294, 42.301], + [9.297, 42.308], + [9.301, 42.309], + [9.303, 42.311], + [9.306, 42.312] + ] + ] + }, + "properties": { + "NOM_COM_M": "ALANDO", + "INSEE_COM": "2B005", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.39, 42.416], + [9.394, 42.415], + [9.405, 42.415], + [9.408, 42.416], + [9.415, 42.417], + [9.415, 42.422], + [9.417, 42.425], + [9.418, 42.428], + [9.412, 42.431], + [9.405, 42.431], + [9.404, 42.429], + [9.399, 42.427], + [9.397, 42.427], + [9.394, 42.424], + [9.392, 42.425], + [9.391, 42.423], + [9.392, 42.42], + [9.39, 42.416] + ] + ] + }, + "properties": { + "NOM_COM_M": "SCATA", + "INSEE_COM": "2B273", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.427, 42.519], + [9.429, 42.514], + [9.433, 42.514], + [9.439, 42.517], + [9.442, 42.519], + [9.444, 42.522], + [9.449, 42.525], + [9.452, 42.526], + [9.453, 42.525], + [9.461, 42.527], + [9.465, 42.53], + [9.47, 42.532], + [9.469, 42.534], + [9.478, 42.535], + [9.48, 42.533], + [9.483, 42.533], + [9.485, 42.536], + [9.488, 42.537], + [9.491, 42.534], + [9.494, 42.533], + [9.498, 42.535], + [9.5, 42.538], + [9.505, 42.535], + [9.513, 42.535], + [9.514, 42.532], + [9.519, 42.531], + [9.521, 42.529], + [9.52, 42.527], + [9.521, 42.524], + [9.525, 42.524], + [9.529, 42.526], + [9.533, 42.524], + [9.534, 42.523], + [9.534, 42.527], + [9.533, 42.534], + [9.534, 42.537], + [9.533, 42.545], + [9.532, 42.55], + [9.529, 42.558], + [9.529, 42.56], + [9.527, 42.565], + [9.519, 42.563], + [9.487, 42.556], + [9.486, 42.555], + [9.47, 42.552], + [9.453, 42.552], + [9.451, 42.551], + [9.442, 42.551], + [9.437, 42.549], + [9.431, 42.549], + [9.43, 42.55], + [9.427, 42.549], + [9.423, 42.551], + [9.411, 42.551], + [9.407, 42.552], + [9.396, 42.55], + [9.404, 42.547], + [9.406, 42.544], + [9.405, 42.542], + [9.407, 42.539], + [9.415, 42.537], + [9.419, 42.535], + [9.421, 42.531], + [9.426, 42.528], + [9.428, 42.526], + [9.428, 42.522], + [9.427, 42.519] + ] + ] + }, + "properties": { + "NOM_COM_M": "LUCCIANA", + "INSEE_COM": "2B148", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.375, 42.438], + [9.377, 42.436], + [9.376, 42.434], + [9.37, 42.433], + [9.37, 42.432], + [9.366, 42.432], + [9.358, 42.429], + [9.356, 42.427], + [9.354, 42.427], + [9.352, 42.425], + [9.348, 42.423], + [9.339, 42.423], + [9.333, 42.421], + [9.331, 42.421], + [9.327, 42.417], + [9.325, 42.415], + [9.324, 42.411], + [9.337, 42.412], + [9.345, 42.413], + [9.357, 42.418], + [9.362, 42.417], + [9.364, 42.418], + [9.362, 42.419], + [9.362, 42.422], + [9.36, 42.425], + [9.361, 42.427], + [9.363, 42.427], + [9.364, 42.429], + [9.37, 42.432], + [9.373, 42.433], + [9.377, 42.433], + [9.381, 42.43], + [9.385, 42.429], + [9.388, 42.429], + [9.394, 42.427], + [9.397, 42.427], + [9.395, 42.429], + [9.393, 42.433], + [9.391, 42.434], + [9.391, 42.437], + [9.388, 42.438], + [9.387, 42.44], + [9.384, 42.442], + [9.383, 42.443], + [9.378, 42.442], + [9.375, 42.438] + ] + ] + }, + "properties": { + "NOM_COM_M": "PORTA", + "INSEE_COM": "2B246", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.381, 42.365], + [9.384, 42.365], + [9.385, 42.363], + [9.387, 42.363], + [9.391, 42.36], + [9.391, 42.357], + [9.392, 42.354], + [9.402, 42.354], + [9.404, 42.355], + [9.411, 42.356], + [9.412, 42.358], + [9.416, 42.358], + [9.419, 42.357], + [9.422, 42.355], + [9.43, 42.355], + [9.423, 42.359], + [9.421, 42.362], + [9.416, 42.364], + [9.414, 42.366], + [9.41, 42.368], + [9.407, 42.368], + [9.403, 42.37], + [9.402, 42.373], + [9.4, 42.374], + [9.398, 42.372], + [9.394, 42.373], + [9.392, 42.37], + [9.392, 42.368], + [9.387, 42.365], + [9.384, 42.366], + [9.381, 42.365] + ] + ] + }, + "properties": { + "NOM_COM_M": "VALLE D OREZZA", + "INSEE_COM": "2B338", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.382, 42.668], + [9.377, 42.67], + [9.376, 42.672], + [9.37, 42.673], + [9.365, 42.675], + [9.347, 42.675], + [9.338, 42.678], + [9.334, 42.675], + [9.332, 42.675], + [9.328, 42.672], + [9.326, 42.672], + [9.324, 42.67], + [9.321, 42.668], + [9.321, 42.666], + [9.332, 42.661], + [9.332, 42.66], + [9.339, 42.656], + [9.34, 42.653], + [9.347, 42.646], + [9.351, 42.645], + [9.354, 42.642], + [9.355, 42.639], + [9.363, 42.635], + [9.366, 42.634], + [9.37, 42.635], + [9.373, 42.635], + [9.374, 42.633], + [9.379, 42.634], + [9.384, 42.634], + [9.388, 42.637], + [9.392, 42.638], + [9.389, 42.641], + [9.385, 42.643], + [9.386, 42.648], + [9.384, 42.65], + [9.383, 42.653], + [9.38, 42.658], + [9.38, 42.666], + [9.382, 42.668] + ] + ] + }, + "properties": { + "NOM_COM_M": "POGGIO D OLETTA", + "INSEE_COM": "2B239", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.285, 42.5], + [9.288, 42.498], + [9.293, 42.498], + [9.296, 42.497], + [9.297, 42.495], + [9.299, 42.495], + [9.302, 42.498], + [9.303, 42.501], + [9.306, 42.503], + [9.303, 42.507], + [9.299, 42.508], + [9.297, 42.513], + [9.294, 42.515], + [9.294, 42.52], + [9.293, 42.524], + [9.291, 42.527], + [9.289, 42.532], + [9.289, 42.539], + [9.288, 42.542], + [9.289, 42.544], + [9.288, 42.546], + [9.29, 42.549], + [9.287, 42.551], + [9.284, 42.55], + [9.28, 42.551], + [9.269, 42.551], + [9.266, 42.552], + [9.264, 42.551], + [9.26, 42.555], + [9.246, 42.555], + [9.243, 42.557], + [9.235, 42.555], + [9.234, 42.551], + [9.229, 42.549], + [9.225, 42.547], + [9.226, 42.545], + [9.225, 42.543], + [9.227, 42.54], + [9.225, 42.538], + [9.224, 42.53], + [9.222, 42.528], + [9.227, 42.525], + [9.231, 42.524], + [9.232, 42.52], + [9.236, 42.52], + [9.243, 42.521], + [9.251, 42.521], + [9.251, 42.516], + [9.257, 42.516], + [9.262, 42.52], + [9.267, 42.52], + [9.27, 42.516], + [9.273, 42.515], + [9.276, 42.512], + [9.276, 42.51], + [9.279, 42.51], + [9.282, 42.508], + [9.285, 42.504], + [9.288, 42.503], + [9.285, 42.5] + ] + ] + }, + "properties": { + "NOM_COM_M": "LENTO", + "INSEE_COM": "2B140", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.396, 42.55], + [9.392, 42.551], + [9.387, 42.557], + [9.382, 42.56], + [9.375, 42.556], + [9.374, 42.554], + [9.373, 42.549], + [9.371, 42.545], + [9.374, 42.542], + [9.375, 42.536], + [9.374, 42.534], + [9.381, 42.532], + [9.385, 42.528], + [9.387, 42.524], + [9.391, 42.522], + [9.397, 42.52], + [9.401, 42.522], + [9.408, 42.522], + [9.41, 42.523], + [9.411, 42.526], + [9.414, 42.525], + [9.418, 42.522], + [9.42, 42.519], + [9.423, 42.518], + [9.425, 42.52], + [9.427, 42.519], + [9.428, 42.522], + [9.428, 42.526], + [9.426, 42.528], + [9.421, 42.531], + [9.419, 42.535], + [9.415, 42.537], + [9.407, 42.539], + [9.405, 42.542], + [9.406, 42.544], + [9.404, 42.547], + [9.396, 42.55] + ] + ] + }, + "properties": { + "NOM_COM_M": "VIGNALE", + "INSEE_COM": "2B350", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.326, 42.399], + [9.34, 42.402], + [9.34, 42.404], + [9.342, 42.405], + [9.349, 42.406], + [9.35, 42.407], + [9.357, 42.406], + [9.362, 42.404], + [9.366, 42.404], + [9.37, 42.401], + [9.377, 42.401], + [9.385, 42.399], + [9.389, 42.398], + [9.39, 42.401], + [9.392, 42.404], + [9.392, 42.407], + [9.389, 42.408], + [9.382, 42.408], + [9.376, 42.412], + [9.373, 42.415], + [9.369, 42.416], + [9.367, 42.415], + [9.364, 42.418], + [9.362, 42.417], + [9.357, 42.418], + [9.345, 42.413], + [9.337, 42.412], + [9.324, 42.411], + [9.324, 42.405], + [9.326, 42.402], + [9.326, 42.399] + ] + ] + }, + "properties": { + "NOM_COM_M": "CROCE", + "INSEE_COM": "2B101", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.421, 42.289], + [9.428, 42.287], + [9.431, 42.282], + [9.437, 42.277], + [9.441, 42.275], + [9.444, 42.27], + [9.447, 42.274], + [9.448, 42.279], + [9.454, 42.282], + [9.458, 42.285], + [9.458, 42.288], + [9.467, 42.297], + [9.468, 42.3], + [9.465, 42.303], + [9.463, 42.303], + [9.461, 42.305], + [9.455, 42.307], + [9.447, 42.31], + [9.443, 42.309], + [9.441, 42.306], + [9.441, 42.302], + [9.439, 42.301], + [9.434, 42.302], + [9.431, 42.301], + [9.428, 42.302], + [9.426, 42.301], + [9.424, 42.297], + [9.424, 42.294], + [9.421, 42.291], + [9.421, 42.289] + ] + ] + }, + "properties": { + "NOM_COM_M": "PIETRA DI VERDE", + "INSEE_COM": "2B225", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.426, 42.301], + [9.428, 42.302], + [9.431, 42.301], + [9.434, 42.302], + [9.439, 42.301], + [9.441, 42.302], + [9.441, 42.306], + [9.443, 42.309], + [9.447, 42.31], + [9.455, 42.307], + [9.46, 42.311], + [9.458, 42.315], + [9.456, 42.316], + [9.451, 42.314], + [9.447, 42.313], + [9.447, 42.315], + [9.443, 42.315], + [9.438, 42.317], + [9.437, 42.316], + [9.434, 42.318], + [9.433, 42.317], + [9.43, 42.32], + [9.426, 42.318], + [9.422, 42.321], + [9.415, 42.318], + [9.413, 42.318], + [9.418, 42.316], + [9.418, 42.313], + [9.421, 42.314], + [9.425, 42.313], + [9.426, 42.311], + [9.423, 42.309], + [9.42, 42.303], + [9.422, 42.3], + [9.426, 42.301] + ] + ] + }, + "properties": { + "NOM_COM_M": "ORTALE", + "INSEE_COM": "2B194", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.395, 42.635], + [9.404, 42.635], + [9.411, 42.637], + [9.418, 42.64], + [9.423, 42.638], + [9.434, 42.638], + [9.434, 42.636], + [9.438, 42.635], + [9.443, 42.638], + [9.458, 42.64], + [9.463, 42.639], + [9.457, 42.647], + [9.454, 42.653], + [9.45, 42.662], + [9.443, 42.661], + [9.435, 42.662], + [9.429, 42.665], + [9.424, 42.665], + [9.412, 42.667], + [9.406, 42.669], + [9.404, 42.671], + [9.397, 42.673], + [9.393, 42.675], + [9.393, 42.673], + [9.39, 42.67], + [9.385, 42.668], + [9.382, 42.668], + [9.38, 42.666], + [9.38, 42.658], + [9.383, 42.653], + [9.384, 42.65], + [9.386, 42.648], + [9.385, 42.643], + [9.389, 42.641], + [9.392, 42.638], + [9.395, 42.635] + ] + ] + }, + "properties": { + "NOM_COM_M": "FURIANI", + "INSEE_COM": "2B120", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.392, 42.449], + [9.396, 42.452], + [9.397, 42.455], + [9.399, 42.456], + [9.403, 42.46], + [9.408, 42.463], + [9.407, 42.466], + [9.405, 42.468], + [9.407, 42.472], + [9.407, 42.475], + [9.41, 42.479], + [9.41, 42.481], + [9.412, 42.487], + [9.415, 42.491], + [9.418, 42.492], + [9.425, 42.496], + [9.434, 42.499], + [9.439, 42.499], + [9.446, 42.503], + [9.451, 42.504], + [9.449, 42.509], + [9.451, 42.512], + [9.449, 42.516], + [9.45, 42.518], + [9.448, 42.521], + [9.452, 42.523], + [9.453, 42.525], + [9.452, 42.526], + [9.449, 42.525], + [9.444, 42.522], + [9.442, 42.519], + [9.439, 42.517], + [9.444, 42.513], + [9.441, 42.512], + [9.439, 42.51], + [9.433, 42.508], + [9.431, 42.505], + [9.429, 42.504], + [9.427, 42.501], + [9.422, 42.501], + [9.416, 42.497], + [9.416, 42.495], + [9.414, 42.494], + [9.41, 42.494], + [9.409, 42.491], + [9.405, 42.489], + [9.399, 42.487], + [9.393, 42.489], + [9.387, 42.494], + [9.385, 42.497], + [9.384, 42.5], + [9.381, 42.503], + [9.377, 42.497], + [9.376, 42.494], + [9.374, 42.493], + [9.375, 42.489], + [9.372, 42.488], + [9.371, 42.485], + [9.373, 42.483], + [9.372, 42.479], + [9.373, 42.474], + [9.375, 42.473], + [9.375, 42.47], + [9.377, 42.469], + [9.377, 42.467], + [9.379, 42.465], + [9.379, 42.463], + [9.381, 42.462], + [9.384, 42.457], + [9.385, 42.457], + [9.386, 42.451], + [9.392, 42.449] + ] + ] + }, + "properties": { + "NOM_COM_M": "MONTE", + "INSEE_COM": "2B166", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.34, 42.342], + [9.344, 42.339], + [9.357, 42.345], + [9.363, 42.346], + [9.364, 42.345], + [9.368, 42.347], + [9.373, 42.347], + [9.368, 42.349], + [9.366, 42.351], + [9.372, 42.353], + [9.373, 42.357], + [9.375, 42.36], + [9.375, 42.364], + [9.377, 42.363], + [9.379, 42.365], + [9.377, 42.366], + [9.375, 42.369], + [9.369, 42.371], + [9.365, 42.371], + [9.362, 42.366], + [9.36, 42.365], + [9.357, 42.362], + [9.35, 42.358], + [9.348, 42.356], + [9.348, 42.354], + [9.345, 42.351], + [9.345, 42.348], + [9.344, 42.346], + [9.339, 42.342], + [9.34, 42.342] + ] + ] + }, + "properties": { + "NOM_COM_M": "CARCHETO BRUSTICO", + "INSEE_COM": "2B063", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.392, 42.354], + [9.386, 42.352], + [9.382, 42.349], + [9.373, 42.347], + [9.368, 42.347], + [9.364, 42.345], + [9.363, 42.346], + [9.357, 42.345], + [9.344, 42.339], + [9.347, 42.335], + [9.347, 42.33], + [9.349, 42.328], + [9.354, 42.328], + [9.358, 42.328], + [9.366, 42.333], + [9.373, 42.338], + [9.379, 42.34], + [9.384, 42.34], + [9.387, 42.341], + [9.39, 42.34], + [9.388, 42.342], + [9.388, 42.345], + [9.391, 42.346], + [9.393, 42.348], + [9.394, 42.351], + [9.392, 42.354] + ] + ] + }, + "properties": { + "NOM_COM_M": "PIOBETTA", + "INSEE_COM": "2B234", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.397, 42.455], + [9.404, 42.452], + [9.409, 42.447], + [9.417, 42.446], + [9.42, 42.443], + [9.418, 42.442], + [9.421, 42.439], + [9.434, 42.439], + [9.435, 42.441], + [9.434, 42.441], + [9.427, 42.45], + [9.428, 42.457], + [9.436, 42.461], + [9.436, 42.464], + [9.433, 42.462], + [9.424, 42.462], + [9.422, 42.461], + [9.419, 42.462], + [9.417, 42.464], + [9.408, 42.463], + [9.403, 42.46], + [9.399, 42.456], + [9.397, 42.455] + ] + ] + }, + "properties": { + "NOM_COM_M": "SILVARECCIO", + "INSEE_COM": "2B280", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.489, 42.389], + [9.486, 42.382], + [9.486, 42.38], + [9.484, 42.379], + [9.484, 42.377], + [9.482, 42.375], + [9.487, 42.374], + [9.49, 42.373], + [9.498, 42.374], + [9.503, 42.377], + [9.505, 42.38], + [9.508, 42.382], + [9.513, 42.379], + [9.515, 42.38], + [9.519, 42.378], + [9.521, 42.378], + [9.526, 42.376], + [9.53, 42.378], + [9.533, 42.378], + [9.532, 42.384], + [9.535, 42.394], + [9.532, 42.394], + [9.527, 42.395], + [9.521, 42.394], + [9.518, 42.394], + [9.514, 42.393], + [9.511, 42.393], + [9.511, 42.39], + [9.506, 42.389], + [9.504, 42.388], + [9.5, 42.388], + [9.499, 42.386], + [9.494, 42.388], + [9.491, 42.388], + [9.489, 42.389] + ] + ] + }, + "properties": { + "NOM_COM_M": "SANTA LUCIA DI MORIANI", + "INSEE_COM": "2B307", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.396, 42.298], + [9.398, 42.292], + [9.401, 42.289], + [9.401, 42.283], + [9.402, 42.279], + [9.4, 42.278], + [9.401, 42.275], + [9.4, 42.271], + [9.397, 42.266], + [9.398, 42.264], + [9.401, 42.263], + [9.404, 42.263], + [9.406, 42.265], + [9.406, 42.267], + [9.408, 42.268], + [9.411, 42.272], + [9.418, 42.273], + [9.42, 42.276], + [9.431, 42.281], + [9.431, 42.282], + [9.428, 42.287], + [9.421, 42.289], + [9.418, 42.291], + [9.414, 42.296], + [9.409, 42.295], + [9.403, 42.296], + [9.401, 42.297], + [9.396, 42.298] + ] + ] + }, + "properties": { + "NOM_COM_M": "MOITA", + "INSEE_COM": "2B161", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.479, 42.337], + [9.486, 42.336], + [9.506, 42.33], + [9.509, 42.33], + [9.513, 42.331], + [9.516, 42.33], + [9.521, 42.331], + [9.521, 42.329], + [9.525, 42.33], + [9.529, 42.329], + [9.535, 42.324], + [9.537, 42.327], + [9.543, 42.328], + [9.541, 42.337], + [9.536, 42.338], + [9.533, 42.343], + [9.53, 42.342], + [9.52, 42.342], + [9.52, 42.343], + [9.515, 42.343], + [9.512, 42.341], + [9.506, 42.339], + [9.498, 42.341], + [9.493, 42.34], + [9.49, 42.341], + [9.485, 42.341], + [9.48, 42.342], + [9.479, 42.337] + ] + ] + }, + "properties": { + "NOM_COM_M": "VALLE DI CAMPOLORO", + "INSEE_COM": "2B335", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.28, 42.364], + [9.281, 42.366], + [9.279, 42.368], + [9.281, 42.372], + [9.277, 42.375], + [9.279, 42.379], + [9.276, 42.379], + [9.276, 42.382], + [9.274, 42.382], + [9.271, 42.386], + [9.269, 42.386], + [9.265, 42.384], + [9.26, 42.386], + [9.259, 42.387], + [9.259, 42.385], + [9.255, 42.384], + [9.253, 42.378], + [9.251, 42.376], + [9.251, 42.371], + [9.257, 42.371], + [9.26, 42.368], + [9.272, 42.367], + [9.273, 42.366], + [9.279, 42.365], + [9.28, 42.364] + ] + ] + }, + "properties": { + "NOM_COM_M": "ERONE", + "INSEE_COM": "2B106", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.439, 42.408], + [9.437, 42.407], + [9.431, 42.406], + [9.427, 42.407], + [9.422, 42.41], + [9.419, 42.41], + [9.417, 42.416], + [9.415, 42.417], + [9.408, 42.416], + [9.405, 42.415], + [9.394, 42.415], + [9.39, 42.416], + [9.391, 42.412], + [9.389, 42.408], + [9.392, 42.407], + [9.392, 42.404], + [9.399, 42.402], + [9.406, 42.402], + [9.413, 42.401], + [9.416, 42.4], + [9.421, 42.395], + [9.424, 42.391], + [9.426, 42.392], + [9.426, 42.394], + [9.428, 42.396], + [9.428, 42.398], + [9.439, 42.401], + [9.445, 42.404], + [9.447, 42.404], + [9.439, 42.408] + ] + ] + }, + "properties": { + "NOM_COM_M": "SAN DAMIANO", + "INSEE_COM": "2B297", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.481, 42.422], + [9.48, 42.417], + [9.475, 42.415], + [9.472, 42.411], + [9.474, 42.407], + [9.477, 42.405], + [9.477, 42.403], + [9.481, 42.401], + [9.486, 42.402], + [9.491, 42.404], + [9.494, 42.406], + [9.493, 42.409], + [9.499, 42.41], + [9.505, 42.41], + [9.506, 42.409], + [9.51, 42.41], + [9.513, 42.413], + [9.513, 42.416], + [9.518, 42.415], + [9.523, 42.413], + [9.526, 42.413], + [9.53, 42.414], + [9.535, 42.412], + [9.538, 42.412], + [9.54, 42.418], + [9.542, 42.421], + [9.542, 42.424], + [9.543, 42.429], + [9.542, 42.428], + [9.535, 42.43], + [9.534, 42.429], + [9.522, 42.431], + [9.519, 42.429], + [9.512, 42.426], + [9.508, 42.427], + [9.504, 42.427], + [9.502, 42.428], + [9.501, 42.426], + [9.494, 42.423], + [9.492, 42.424], + [9.489, 42.423], + [9.486, 42.425], + [9.481, 42.422] + ] + ] + }, + "properties": { + "NOM_COM_M": "TALASANI", + "INSEE_COM": "2B319", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.327, 42.435], + [9.331, 42.432], + [9.344, 42.432], + [9.346, 42.433], + [9.357, 42.431], + [9.363, 42.431], + [9.365, 42.434], + [9.369, 42.433], + [9.374, 42.437], + [9.373, 42.438], + [9.37, 42.438], + [9.367, 42.437], + [9.366, 42.435], + [9.363, 42.436], + [9.362, 42.44], + [9.36, 42.444], + [9.359, 42.441], + [9.356, 42.44], + [9.353, 42.44], + [9.35, 42.439], + [9.346, 42.439], + [9.337, 42.437], + [9.334, 42.44], + [9.33, 42.442], + [9.328, 42.444], + [9.325, 42.439], + [9.327, 42.435] + ] + ] + }, + "properties": { + "NOM_COM_M": "POGGIO MARINACCIO", + "INSEE_COM": "2B241", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.222, 42.528], + [9.22, 42.522], + [9.222, 42.518], + [9.219, 42.516], + [9.207, 42.517], + [9.204, 42.516], + [9.2, 42.513], + [9.198, 42.51], + [9.195, 42.509], + [9.193, 42.506], + [9.191, 42.504], + [9.19, 42.501], + [9.187, 42.5], + [9.184, 42.497], + [9.18, 42.494], + [9.18, 42.492], + [9.184, 42.492], + [9.188, 42.491], + [9.19, 42.487], + [9.19, 42.485], + [9.192, 42.483], + [9.196, 42.483], + [9.201, 42.482], + [9.201, 42.48], + [9.203, 42.479], + [9.204, 42.476], + [9.207, 42.475], + [9.21, 42.472], + [9.213, 42.471], + [9.218, 42.473], + [9.219, 42.474], + [9.225, 42.473], + [9.229, 42.47], + [9.236, 42.469], + [9.241, 42.472], + [9.25, 42.47], + [9.255, 42.475], + [9.262, 42.476], + [9.265, 42.477], + [9.277, 42.492], + [9.282, 42.496], + [9.285, 42.5], + [9.288, 42.503], + [9.285, 42.504], + [9.282, 42.508], + [9.279, 42.51], + [9.276, 42.51], + [9.276, 42.512], + [9.273, 42.515], + [9.27, 42.516], + [9.267, 42.52], + [9.262, 42.52], + [9.257, 42.516], + [9.251, 42.516], + [9.251, 42.521], + [9.243, 42.521], + [9.236, 42.52], + [9.232, 42.52], + [9.231, 42.524], + [9.227, 42.525], + [9.222, 42.528] + ] + ] + }, + "properties": { + "NOM_COM_M": "CANAVAGGIA", + "INSEE_COM": "2B059", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.426, 42.301], + [9.422, 42.3], + [9.42, 42.303], + [9.423, 42.309], + [9.426, 42.311], + [9.425, 42.313], + [9.421, 42.314], + [9.418, 42.313], + [9.418, 42.316], + [9.413, 42.318], + [9.409, 42.315], + [9.404, 42.317], + [9.403, 42.315], + [9.398, 42.312], + [9.396, 42.309], + [9.396, 42.305], + [9.399, 42.303], + [9.396, 42.298], + [9.401, 42.297], + [9.403, 42.296], + [9.409, 42.295], + [9.414, 42.296], + [9.418, 42.291], + [9.421, 42.289], + [9.421, 42.291], + [9.424, 42.294], + [9.424, 42.297], + [9.426, 42.301] + ] + ] + }, + "properties": { + "NOM_COM_M": "NOVALE", + "INSEE_COM": "2B179", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.47, 42.334], + [9.473, 42.332], + [9.474, 42.33], + [9.474, 42.325], + [9.477, 42.323], + [9.482, 42.324], + [9.485, 42.321], + [9.49, 42.317], + [9.494, 42.317], + [9.497, 42.319], + [9.501, 42.319], + [9.505, 42.32], + [9.508, 42.319], + [9.513, 42.319], + [9.515, 42.318], + [9.524, 42.316], + [9.526, 42.314], + [9.529, 42.313], + [9.536, 42.304], + [9.54, 42.3], + [9.545, 42.3], + [9.554, 42.299], + [9.553, 42.301], + [9.55, 42.316], + [9.548, 42.32], + [9.546, 42.321], + [9.543, 42.328], + [9.537, 42.327], + [9.535, 42.324], + [9.529, 42.329], + [9.525, 42.33], + [9.521, 42.329], + [9.521, 42.331], + [9.516, 42.33], + [9.513, 42.331], + [9.509, 42.33], + [9.506, 42.33], + [9.486, 42.336], + [9.479, 42.337], + [9.477, 42.337], + [9.47, 42.334] + ] + ] + }, + "properties": { + "NOM_COM_M": "CERVIONE", + "INSEE_COM": "2B087", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.39, 42.34], + [9.395, 42.338], + [9.394, 42.335], + [9.398, 42.333], + [9.402, 42.332], + [9.403, 42.331], + [9.406, 42.335], + [9.413, 42.335], + [9.411, 42.34], + [9.414, 42.341], + [9.413, 42.345], + [9.411, 42.347], + [9.413, 42.35], + [9.411, 42.356], + [9.404, 42.355], + [9.402, 42.354], + [9.392, 42.354], + [9.394, 42.351], + [9.393, 42.348], + [9.391, 42.346], + [9.388, 42.345], + [9.388, 42.342], + [9.39, 42.34] + ] + ] + }, + "properties": { + "NOM_COM_M": "TARRANO", + "INSEE_COM": "2B321", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.42, 42.385], + [9.424, 42.383], + [9.425, 42.38], + [9.427, 42.379], + [9.427, 42.374], + [9.426, 42.373], + [9.43, 42.367], + [9.433, 42.364], + [9.435, 42.366], + [9.435, 42.369], + [9.439, 42.376], + [9.444, 42.377], + [9.447, 42.377], + [9.451, 42.381], + [9.456, 42.385], + [9.458, 42.388], + [9.46, 42.388], + [9.461, 42.39], + [9.465, 42.388], + [9.47, 42.387], + [9.475, 42.389], + [9.483, 42.389], + [9.487, 42.388], + [9.488, 42.39], + [9.489, 42.392], + [9.488, 42.394], + [9.488, 42.398], + [9.486, 42.402], + [9.481, 42.401], + [9.477, 42.403], + [9.477, 42.405], + [9.474, 42.407], + [9.472, 42.411], + [9.47, 42.41], + [9.469, 42.407], + [9.466, 42.405], + [9.458, 42.403], + [9.449, 42.403], + [9.447, 42.404], + [9.445, 42.404], + [9.439, 42.401], + [9.428, 42.398], + [9.428, 42.396], + [9.426, 42.394], + [9.426, 42.392], + [9.424, 42.391], + [9.422, 42.39], + [9.423, 42.388], + [9.42, 42.385] + ] + ] + }, + "properties": { + "NOM_COM_M": "VELONE ORNETO", + "INSEE_COM": "2B340", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.536, 42.47], + [9.531, 42.484], + [9.525, 42.484], + [9.51, 42.48], + [9.494, 42.476], + [9.489, 42.475], + [9.485, 42.473], + [9.482, 42.473], + [9.479, 42.474], + [9.472, 42.474], + [9.47, 42.475], + [9.467, 42.475], + [9.464, 42.476], + [9.467, 42.47], + [9.467, 42.464], + [9.471, 42.463], + [9.474, 42.461], + [9.479, 42.46], + [9.488, 42.46], + [9.493, 42.462], + [9.509, 42.462], + [9.514, 42.463], + [9.516, 42.465], + [9.522, 42.467], + [9.523, 42.469], + [9.536, 42.47] + ] + ] + }, + "properties": { + "NOM_COM_M": "CASTELLARE DI CASINCA", + "INSEE_COM": "2B077", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.389, 42.408], + [9.391, 42.412], + [9.39, 42.416], + [9.392, 42.42], + [9.391, 42.423], + [9.392, 42.425], + [9.394, 42.424], + [9.397, 42.427], + [9.394, 42.427], + [9.388, 42.429], + [9.385, 42.429], + [9.381, 42.43], + [9.377, 42.433], + [9.373, 42.433], + [9.37, 42.432], + [9.364, 42.429], + [9.363, 42.427], + [9.361, 42.427], + [9.36, 42.425], + [9.362, 42.422], + [9.362, 42.419], + [9.364, 42.418], + [9.367, 42.415], + [9.369, 42.416], + [9.373, 42.415], + [9.376, 42.412], + [9.382, 42.408], + [9.389, 42.408] + ] + ] + }, + "properties": { + "NOM_COM_M": "FICAJA", + "INSEE_COM": "2B113", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.339, 42.342], + [9.335, 42.346], + [9.334, 42.348], + [9.334, 42.354], + [9.333, 42.358], + [9.331, 42.36], + [9.329, 42.363], + [9.323, 42.361], + [9.32, 42.362], + [9.315, 42.362], + [9.308, 42.357], + [9.309, 42.353], + [9.306, 42.354], + [9.298, 42.355], + [9.298, 42.357], + [9.295, 42.359], + [9.287, 42.361], + [9.281, 42.36], + [9.279, 42.361], + [9.275, 42.358], + [9.273, 42.353], + [9.27, 42.351], + [9.272, 42.341], + [9.276, 42.338], + [9.279, 42.335], + [9.281, 42.335], + [9.286, 42.334], + [9.292, 42.337], + [9.307, 42.337], + [9.311, 42.338], + [9.313, 42.337], + [9.316, 42.338], + [9.326, 42.335], + [9.335, 42.338], + [9.34, 42.342], + [9.339, 42.342] + ] + ] + }, + "properties": { + "NOM_COM_M": "CARTICASI", + "INSEE_COM": "2B068", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.408, 42.463], + [9.417, 42.464], + [9.419, 42.462], + [9.422, 42.461], + [9.424, 42.462], + [9.433, 42.462], + [9.436, 42.464], + [9.435, 42.465], + [9.439, 42.471], + [9.443, 42.476], + [9.444, 42.48], + [9.449, 42.482], + [9.445, 42.487], + [9.44, 42.488], + [9.433, 42.488], + [9.43, 42.49], + [9.418, 42.492], + [9.415, 42.491], + [9.412, 42.487], + [9.41, 42.481], + [9.41, 42.479], + [9.407, 42.475], + [9.407, 42.472], + [9.405, 42.468], + [9.407, 42.466], + [9.408, 42.463] + ] + ] + }, + "properties": { + "NOM_COM_M": "LORETO DI CASINCA", + "INSEE_COM": "2B145", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.36, 42.444], + [9.358, 42.446], + [9.36, 42.449], + [9.36, 42.451], + [9.358, 42.452], + [9.354, 42.451], + [9.35, 42.449], + [9.347, 42.449], + [9.343, 42.447], + [9.337, 42.447], + [9.332, 42.446], + [9.331, 42.444], + [9.328, 42.444], + [9.33, 42.442], + [9.334, 42.44], + [9.337, 42.437], + [9.346, 42.439], + [9.35, 42.439], + [9.353, 42.44], + [9.356, 42.44], + [9.359, 42.441], + [9.36, 42.444] + ] + ] + }, + "properties": { + "NOM_COM_M": "GIOCATOJO", + "INSEE_COM": "2B125", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.398, 42.62], + [9.403, 42.619], + [9.407, 42.616], + [9.41, 42.616], + [9.414, 42.613], + [9.418, 42.612], + [9.421, 42.61], + [9.418, 42.608], + [9.416, 42.605], + [9.419, 42.601], + [9.419, 42.599], + [9.417, 42.598], + [9.414, 42.594], + [9.416, 42.592], + [9.413, 42.588], + [9.415, 42.587], + [9.417, 42.587], + [9.421, 42.59], + [9.423, 42.589], + [9.426, 42.589], + [9.429, 42.59], + [9.433, 42.59], + [9.436, 42.593], + [9.44, 42.593], + [9.444, 42.594], + [9.451, 42.594], + [9.457, 42.596], + [9.467, 42.598], + [9.486, 42.613], + [9.473, 42.626], + [9.463, 42.639], + [9.458, 42.64], + [9.443, 42.638], + [9.438, 42.635], + [9.434, 42.636], + [9.434, 42.638], + [9.423, 42.638], + [9.418, 42.64], + [9.411, 42.637], + [9.404, 42.635], + [9.395, 42.635], + [9.398, 42.63], + [9.407, 42.626], + [9.405, 42.624], + [9.405, 42.622], + [9.399, 42.622], + [9.398, 42.62] + ] + ] + }, + "properties": { + "NOM_COM_M": "BIGUGLIA", + "INSEE_COM": "2B037", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.255, 42.336], + [9.251, 42.334], + [9.251, 42.332], + [9.249, 42.328], + [9.243, 42.326], + [9.242, 42.325], + [9.239, 42.319], + [9.238, 42.315], + [9.24, 42.309], + [9.239, 42.308], + [9.239, 42.301], + [9.236, 42.3], + [9.234, 42.298], + [9.229, 42.295], + [9.232, 42.295], + [9.232, 42.292], + [9.237, 42.289], + [9.241, 42.289], + [9.247, 42.291], + [9.25, 42.295], + [9.251, 42.299], + [9.253, 42.301], + [9.256, 42.307], + [9.257, 42.308], + [9.257, 42.316], + [9.255, 42.323], + [9.259, 42.326], + [9.258, 42.329], + [9.256, 42.332], + [9.255, 42.336] + ] + ] + }, + "properties": { + "NOM_COM_M": "CASTELLARE DI MERCURIO", + "INSEE_COM": "2B078", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.379, 42.3], + [9.387, 42.3], + [9.394, 42.297], + [9.396, 42.298], + [9.399, 42.303], + [9.396, 42.305], + [9.396, 42.309], + [9.398, 42.312], + [9.403, 42.315], + [9.4, 42.32], + [9.397, 42.322], + [9.4, 42.323], + [9.401, 42.322], + [9.408, 42.325], + [9.403, 42.328], + [9.403, 42.331], + [9.402, 42.332], + [9.399, 42.33], + [9.397, 42.331], + [9.393, 42.33], + [9.393, 42.328], + [9.386, 42.325], + [9.385, 42.323], + [9.381, 42.323], + [9.372, 42.319], + [9.368, 42.316], + [9.368, 42.314], + [9.374, 42.311], + [9.377, 42.31], + [9.381, 42.307], + [9.379, 42.305], + [9.38, 42.302], + [9.379, 42.3] + ] + ] + }, + "properties": { + "NOM_COM_M": "PERELLI", + "INSEE_COM": "2B208", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.329, 42.694], + [9.33, 42.693], + [9.338, 42.691], + [9.339, 42.69], + [9.339, 42.681], + [9.338, 42.678], + [9.347, 42.675], + [9.365, 42.675], + [9.37, 42.673], + [9.376, 42.672], + [9.377, 42.67], + [9.382, 42.668], + [9.385, 42.668], + [9.39, 42.67], + [9.393, 42.673], + [9.393, 42.675], + [9.39, 42.676], + [9.393, 42.683], + [9.396, 42.685], + [9.396, 42.689], + [9.398, 42.69], + [9.398, 42.693], + [9.393, 42.694], + [9.387, 42.694], + [9.385, 42.696], + [9.376, 42.698], + [9.374, 42.697], + [9.37, 42.693], + [9.368, 42.693], + [9.365, 42.691], + [9.359, 42.691], + [9.359, 42.694], + [9.355, 42.698], + [9.354, 42.696], + [9.349, 42.693], + [9.345, 42.694], + [9.339, 42.694], + [9.333, 42.695], + [9.329, 42.694] + ] + ] + }, + "properties": { + "NOM_COM_M": "BARBAGGIO", + "INSEE_COM": "2B029", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.321, 42.545], + [9.322, 42.542], + [9.318, 42.537], + [9.313, 42.532], + [9.31, 42.526], + [9.311, 42.523], + [9.31, 42.522], + [9.312, 42.519], + [9.31, 42.513], + [9.312, 42.506], + [9.314, 42.507], + [9.315, 42.505], + [9.318, 42.504], + [9.322, 42.508], + [9.327, 42.505], + [9.33, 42.506], + [9.335, 42.506], + [9.333, 42.509], + [9.332, 42.515], + [9.333, 42.519], + [9.332, 42.526], + [9.334, 42.537], + [9.337, 42.537], + [9.343, 42.544], + [9.346, 42.545], + [9.344, 42.55], + [9.334, 42.55], + [9.331, 42.548], + [9.326, 42.547], + [9.321, 42.545] + ] + ] + }, + "properties": { + "NOM_COM_M": "CAMPITELLO", + "INSEE_COM": "2B055", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.294, 42.301], + [9.301, 42.302], + [9.302, 42.301], + [9.306, 42.301], + [9.308, 42.305], + [9.31, 42.307], + [9.312, 42.307], + [9.318, 42.31], + [9.318, 42.311], + [9.323, 42.313], + [9.325, 42.316], + [9.335, 42.323], + [9.341, 42.326], + [9.328, 42.324], + [9.322, 42.322], + [9.32, 42.319], + [9.317, 42.319], + [9.315, 42.317], + [9.315, 42.315], + [9.311, 42.314], + [9.306, 42.312], + [9.303, 42.311], + [9.301, 42.309], + [9.297, 42.308], + [9.294, 42.301] + ] + ] + }, + "properties": { + "NOM_COM_M": "ALZI", + "INSEE_COM": "2B013", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.458, 42.285], + [9.475, 42.284], + [9.48, 42.282], + [9.485, 42.282], + [9.492, 42.28], + [9.495, 42.278], + [9.497, 42.278], + [9.502, 42.276], + [9.503, 42.275], + [9.514, 42.271], + [9.515, 42.271], + [9.517, 42.275], + [9.516, 42.277], + [9.516, 42.282], + [9.512, 42.285], + [9.511, 42.288], + [9.508, 42.292], + [9.504, 42.292], + [9.499, 42.296], + [9.497, 42.295], + [9.496, 42.298], + [9.498, 42.299], + [9.495, 42.3], + [9.491, 42.298], + [9.488, 42.298], + [9.482, 42.299], + [9.474, 42.298], + [9.471, 42.3], + [9.468, 42.3], + [9.467, 42.297], + [9.458, 42.288], + [9.458, 42.285] + ] + ] + }, + "properties": { + "NOM_COM_M": "CHIATRA", + "INSEE_COM": "2B088", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.325, 42.377], + [9.324, 42.374], + [9.326, 42.37], + [9.325, 42.367], + [9.329, 42.363], + [9.331, 42.36], + [9.333, 42.36], + [9.338, 42.364], + [9.344, 42.364], + [9.349, 42.367], + [9.35, 42.366], + [9.356, 42.37], + [9.358, 42.369], + [9.36, 42.37], + [9.36, 42.372], + [9.358, 42.374], + [9.357, 42.378], + [9.352, 42.38], + [9.349, 42.38], + [9.345, 42.383], + [9.336, 42.383], + [9.334, 42.382], + [9.329, 42.385], + [9.329, 42.388], + [9.327, 42.391], + [9.324, 42.39], + [9.32, 42.385], + [9.323, 42.382], + [9.323, 42.378], + [9.325, 42.377] + ] + ] + }, + "properties": { + "NOM_COM_M": "PIE D OREZZA", + "INSEE_COM": "2B222", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.413, 42.318], + [9.415, 42.318], + [9.422, 42.321], + [9.426, 42.318], + [9.43, 42.32], + [9.433, 42.317], + [9.434, 42.318], + [9.437, 42.316], + [9.438, 42.317], + [9.443, 42.315], + [9.447, 42.315], + [9.447, 42.313], + [9.451, 42.314], + [9.456, 42.316], + [9.455, 42.319], + [9.457, 42.324], + [9.456, 42.326], + [9.458, 42.328], + [9.461, 42.333], + [9.457, 42.336], + [9.458, 42.339], + [9.455, 42.339], + [9.451, 42.341], + [9.448, 42.34], + [9.445, 42.341], + [9.434, 42.34], + [9.433, 42.337], + [9.429, 42.336], + [9.425, 42.337], + [9.421, 42.337], + [9.414, 42.336], + [9.413, 42.335], + [9.406, 42.335], + [9.403, 42.331], + [9.403, 42.328], + [9.408, 42.325], + [9.413, 42.319], + [9.413, 42.318] + ] + ] + }, + "properties": { + "NOM_COM_M": "VALLE D ALESANI", + "INSEE_COM": "2B334", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.411, 42.249], + [9.405, 42.248], + [9.403, 42.244], + [9.399, 42.241], + [9.391, 42.239], + [9.385, 42.233], + [9.384, 42.228], + [9.385, 42.224], + [9.387, 42.224], + [9.388, 42.221], + [9.395, 42.22], + [9.395, 42.216], + [9.396, 42.214], + [9.399, 42.214], + [9.402, 42.215], + [9.404, 42.213], + [9.406, 42.209], + [9.409, 42.209], + [9.409, 42.207], + [9.42, 42.203], + [9.419, 42.199], + [9.421, 42.195], + [9.421, 42.191], + [9.42, 42.189], + [9.422, 42.188], + [9.428, 42.188], + [9.429, 42.184], + [9.431, 42.182], + [9.43, 42.18], + [9.431, 42.177], + [9.435, 42.171], + [9.438, 42.168], + [9.438, 42.163], + [9.443, 42.161], + [9.446, 42.159], + [9.447, 42.157], + [9.45, 42.155], + [9.452, 42.151], + [9.454, 42.15], + [9.457, 42.148], + [9.46, 42.147], + [9.463, 42.144], + [9.475, 42.141], + [9.493, 42.142], + [9.509, 42.137], + [9.511, 42.136], + [9.519, 42.137], + [9.52, 42.135], + [9.525, 42.134], + [9.528, 42.132], + [9.534, 42.13], + [9.537, 42.131], + [9.54, 42.134], + [9.541, 42.137], + [9.544, 42.14], + [9.544, 42.144], + [9.545, 42.146], + [9.548, 42.147], + [9.556, 42.142], + [9.554, 42.148], + [9.554, 42.157], + [9.55, 42.157], + [9.547, 42.158], + [9.544, 42.163], + [9.543, 42.167], + [9.54, 42.166], + [9.533, 42.166], + [9.531, 42.168], + [9.528, 42.167], + [9.525, 42.165], + [9.524, 42.168], + [9.52, 42.168], + [9.519, 42.169], + [9.514, 42.169], + [9.514, 42.172], + [9.516, 42.173], + [9.516, 42.175], + [9.511, 42.175], + [9.51, 42.176], + [9.504, 42.178], + [9.502, 42.183], + [9.499, 42.182], + [9.497, 42.184], + [9.494, 42.184], + [9.492, 42.186], + [9.487, 42.188], + [9.485, 42.188], + [9.483, 42.19], + [9.479, 42.191], + [9.479, 42.195], + [9.477, 42.201], + [9.474, 42.205], + [9.47, 42.213], + [9.471, 42.22], + [9.473, 42.222], + [9.47, 42.224], + [9.467, 42.225], + [9.466, 42.227], + [9.463, 42.228], + [9.46, 42.227], + [9.46, 42.224], + [9.448, 42.221], + [9.447, 42.225], + [9.44, 42.227], + [9.44, 42.228], + [9.436, 42.231], + [9.431, 42.233], + [9.429, 42.235], + [9.425, 42.241], + [9.423, 42.243], + [9.418, 42.242], + [9.415, 42.248], + [9.411, 42.249] + ] + ] + }, + "properties": { + "NOM_COM_M": "TALLONE", + "INSEE_COM": "2B320", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.462, 42.43], + [9.465, 42.431], + [9.474, 42.428], + [9.477, 42.423], + [9.477, 42.421], + [9.481, 42.422], + [9.486, 42.425], + [9.489, 42.423], + [9.492, 42.424], + [9.494, 42.423], + [9.501, 42.426], + [9.502, 42.428], + [9.504, 42.427], + [9.508, 42.427], + [9.512, 42.426], + [9.519, 42.429], + [9.522, 42.431], + [9.534, 42.429], + [9.535, 42.43], + [9.542, 42.428], + [9.543, 42.429], + [9.542, 42.432], + [9.542, 42.437], + [9.541, 42.439], + [9.539, 42.438], + [9.535, 42.439], + [9.534, 42.438], + [9.53, 42.438], + [9.529, 42.44], + [9.521, 42.44], + [9.517, 42.443], + [9.508, 42.44], + [9.506, 42.44], + [9.503, 42.442], + [9.5, 42.442], + [9.497, 42.444], + [9.493, 42.443], + [9.492, 42.445], + [9.49, 42.444], + [9.486, 42.444], + [9.483, 42.446], + [9.481, 42.445], + [9.477, 42.446], + [9.473, 42.445], + [9.469, 42.446], + [9.462, 42.446], + [9.462, 42.443], + [9.46, 42.442], + [9.458, 42.439], + [9.461, 42.434], + [9.463, 42.433], + [9.462, 42.43] + ] + ] + }, + "properties": { + "NOM_COM_M": "TAGLIO ISOLACCIO", + "INSEE_COM": "2B318", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.283, 42.596], + [9.279, 42.595], + [9.276, 42.593], + [9.274, 42.594], + [9.269, 42.59], + [9.266, 42.591], + [9.264, 42.59], + [9.249, 42.593], + [9.244, 42.592], + [9.237, 42.589], + [9.233, 42.59], + [9.229, 42.589], + [9.226, 42.589], + [9.225, 42.587], + [9.222, 42.586], + [9.215, 42.585], + [9.21, 42.586], + [9.207, 42.584], + [9.212, 42.579], + [9.215, 42.576], + [9.216, 42.572], + [9.216, 42.569], + [9.214, 42.564], + [9.22, 42.56], + [9.224, 42.56], + [9.228, 42.561], + [9.232, 42.56], + [9.234, 42.561], + [9.24, 42.561], + [9.245, 42.562], + [9.246, 42.563], + [9.251, 42.562], + [9.264, 42.57], + [9.267, 42.571], + [9.269, 42.573], + [9.273, 42.573], + [9.283, 42.581], + [9.28, 42.589], + [9.28, 42.592], + [9.283, 42.594], + [9.283, 42.596] + ] + ] + }, + "properties": { + "NOM_COM_M": "SORIO", + "INSEE_COM": "2B287", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.15, 42.452], + [9.154, 42.448], + [9.156, 42.445], + [9.156, 42.443], + [9.164, 42.441], + [9.166, 42.442], + [9.169, 42.441], + [9.172, 42.438], + [9.177, 42.437], + [9.18, 42.435], + [9.186, 42.433], + [9.188, 42.433], + [9.193, 42.431], + [9.195, 42.429], + [9.198, 42.429], + [9.203, 42.427], + [9.209, 42.433], + [9.21, 42.434], + [9.208, 42.438], + [9.206, 42.438], + [9.203, 42.441], + [9.203, 42.444], + [9.201, 42.445], + [9.2, 42.448], + [9.202, 42.452], + [9.204, 42.453], + [9.202, 42.456], + [9.198, 42.457], + [9.194, 42.457], + [9.189, 42.459], + [9.184, 42.457], + [9.175, 42.457], + [9.177, 42.459], + [9.173, 42.461], + [9.17, 42.461], + [9.165, 42.464], + [9.161, 42.461], + [9.159, 42.458], + [9.157, 42.457], + [9.157, 42.455], + [9.15, 42.452] + ] + ] + }, + "properties": { + "NOM_COM_M": "PIEDIGRIGGIO", + "INSEE_COM": "2B220", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.279, 42.379], + [9.277, 42.375], + [9.281, 42.372], + [9.279, 42.368], + [9.281, 42.366], + [9.28, 42.364], + [9.279, 42.361], + [9.281, 42.36], + [9.287, 42.361], + [9.295, 42.359], + [9.298, 42.357], + [9.298, 42.355], + [9.306, 42.354], + [9.309, 42.353], + [9.308, 42.357], + [9.315, 42.362], + [9.32, 42.362], + [9.323, 42.361], + [9.329, 42.363], + [9.325, 42.367], + [9.326, 42.37], + [9.324, 42.374], + [9.325, 42.377], + [9.321, 42.375], + [9.32, 42.378], + [9.318, 42.379], + [9.31, 42.379], + [9.307, 42.38], + [9.304, 42.379], + [9.299, 42.381], + [9.296, 42.381], + [9.294, 42.379], + [9.291, 42.38], + [9.288, 42.378], + [9.284, 42.379], + [9.279, 42.379] + ] + ] + }, + "properties": { + "NOM_COM_M": "CAMBIA", + "INSEE_COM": "2B051", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.331, 42.455], + [9.328, 42.457], + [9.323, 42.464], + [9.319, 42.469], + [9.313, 42.474], + [9.306, 42.478], + [9.297, 42.485], + [9.294, 42.484], + [9.293, 42.486], + [9.286, 42.489], + [9.291, 42.493], + [9.293, 42.494], + [9.296, 42.492], + [9.299, 42.493], + [9.299, 42.495], + [9.297, 42.495], + [9.296, 42.497], + [9.293, 42.498], + [9.288, 42.498], + [9.285, 42.5], + [9.282, 42.496], + [9.277, 42.492], + [9.265, 42.477], + [9.262, 42.476], + [9.267, 42.473], + [9.272, 42.472], + [9.274, 42.471], + [9.279, 42.471], + [9.28, 42.472], + [9.285, 42.472], + [9.288, 42.469], + [9.293, 42.467], + [9.294, 42.464], + [9.297, 42.46], + [9.302, 42.457], + [9.308, 42.448], + [9.312, 42.449], + [9.315, 42.447], + [9.318, 42.446], + [9.321, 42.447], + [9.325, 42.446], + [9.328, 42.45], + [9.328, 42.453], + [9.331, 42.455] + ] + ] + }, + "properties": { + "NOM_COM_M": "CASTELLO DI ROSTINO", + "INSEE_COM": "2B079", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.373, 42.438], + [9.374, 42.437], + [9.369, 42.433], + [9.365, 42.434], + [9.363, 42.431], + [9.357, 42.431], + [9.346, 42.433], + [9.344, 42.432], + [9.331, 42.432], + [9.327, 42.435], + [9.326, 42.433], + [9.327, 42.431], + [9.326, 42.426], + [9.327, 42.421], + [9.327, 42.417], + [9.331, 42.421], + [9.333, 42.421], + [9.339, 42.423], + [9.348, 42.423], + [9.352, 42.425], + [9.354, 42.427], + [9.356, 42.427], + [9.358, 42.429], + [9.366, 42.432], + [9.37, 42.432], + [9.37, 42.433], + [9.376, 42.434], + [9.377, 42.436], + [9.375, 42.438], + [9.373, 42.438] + ] + ] + }, + "properties": { + "NOM_COM_M": "QUERCITELLO", + "INSEE_COM": "2B255", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.379, 42.365], + [9.377, 42.363], + [9.375, 42.364], + [9.375, 42.36], + [9.373, 42.357], + [9.372, 42.353], + [9.366, 42.351], + [9.368, 42.349], + [9.373, 42.347], + [9.382, 42.349], + [9.386, 42.352], + [9.392, 42.354], + [9.391, 42.357], + [9.391, 42.36], + [9.387, 42.363], + [9.385, 42.363], + [9.384, 42.365], + [9.381, 42.365], + [9.379, 42.365] + ] + ] + }, + "properties": { + "NOM_COM_M": "CARPINETO", + "INSEE_COM": "2B067", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.347, 42.33], + [9.347, 42.335], + [9.344, 42.339], + [9.34, 42.342], + [9.335, 42.338], + [9.326, 42.335], + [9.316, 42.338], + [9.313, 42.337], + [9.311, 42.338], + [9.307, 42.337], + [9.292, 42.337], + [9.286, 42.334], + [9.281, 42.335], + [9.275, 42.332], + [9.275, 42.33], + [9.278, 42.324], + [9.277, 42.322], + [9.278, 42.319], + [9.282, 42.32], + [9.285, 42.317], + [9.29, 42.318], + [9.291, 42.316], + [9.291, 42.312], + [9.293, 42.31], + [9.298, 42.311], + [9.304, 42.313], + [9.306, 42.312], + [9.311, 42.314], + [9.315, 42.315], + [9.315, 42.317], + [9.317, 42.319], + [9.32, 42.319], + [9.322, 42.322], + [9.328, 42.324], + [9.341, 42.326], + [9.345, 42.328], + [9.347, 42.33] + ] + ] + }, + "properties": { + "NOM_COM_M": "BUSTANICO", + "INSEE_COM": "2B045", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.229, 42.359], + [9.232, 42.356], + [9.234, 42.355], + [9.234, 42.358], + [9.235, 42.36], + [9.241, 42.364], + [9.246, 42.364], + [9.251, 42.371], + [9.251, 42.376], + [9.253, 42.378], + [9.255, 42.384], + [9.259, 42.385], + [9.259, 42.387], + [9.257, 42.39], + [9.257, 42.392], + [9.25, 42.39], + [9.244, 42.391], + [9.241, 42.389], + [9.24, 42.387], + [9.237, 42.386], + [9.232, 42.387], + [9.231, 42.391], + [9.226, 42.393], + [9.212, 42.393], + [9.209, 42.395], + [9.206, 42.394], + [9.201, 42.391], + [9.203, 42.389], + [9.207, 42.388], + [9.209, 42.389], + [9.219, 42.385], + [9.222, 42.385], + [9.228, 42.384], + [9.226, 42.376], + [9.226, 42.373], + [9.227, 42.369], + [9.226, 42.367], + [9.227, 42.363], + [9.229, 42.359] + ] + ] + }, + "properties": { + "NOM_COM_M": "LANO", + "INSEE_COM": "2B137", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.368, 42.316], + [9.364, 42.318], + [9.362, 42.32], + [9.357, 42.323], + [9.354, 42.326], + [9.354, 42.328], + [9.349, 42.328], + [9.347, 42.33], + [9.345, 42.328], + [9.341, 42.324], + [9.342, 42.32], + [9.338, 42.312], + [9.339, 42.311], + [9.338, 42.302], + [9.338, 42.299], + [9.336, 42.294], + [9.334, 42.284], + [9.335, 42.28], + [9.341, 42.277], + [9.345, 42.276], + [9.349, 42.276], + [9.351, 42.275], + [9.354, 42.271], + [9.358, 42.273], + [9.362, 42.274], + [9.368, 42.272], + [9.37, 42.273], + [9.378, 42.273], + [9.374, 42.276], + [9.374, 42.278], + [9.372, 42.279], + [9.374, 42.282], + [9.376, 42.291], + [9.381, 42.295], + [9.379, 42.3], + [9.38, 42.302], + [9.379, 42.305], + [9.381, 42.307], + [9.377, 42.31], + [9.374, 42.311], + [9.368, 42.314], + [9.368, 42.316] + ] + ] + }, + "properties": { + "NOM_COM_M": "PIANELLO", + "INSEE_COM": "2B213", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.18, 42.494], + [9.184, 42.497], + [9.187, 42.5], + [9.19, 42.501], + [9.191, 42.504], + [9.193, 42.506], + [9.19, 42.509], + [9.186, 42.509], + [9.181, 42.51], + [9.178, 42.508], + [9.175, 42.51], + [9.174, 42.513], + [9.172, 42.516], + [9.169, 42.516], + [9.168, 42.52], + [9.166, 42.52], + [9.164, 42.522], + [9.162, 42.522], + [9.161, 42.524], + [9.158, 42.524], + [9.158, 42.529], + [9.156, 42.528], + [9.154, 42.532], + [9.15, 42.531], + [9.145, 42.537], + [9.144, 42.54], + [9.14, 42.541], + [9.138, 42.539], + [9.138, 42.544], + [9.137, 42.547], + [9.132, 42.546], + [9.13, 42.553], + [9.134, 42.559], + [9.133, 42.56], + [9.127, 42.56], + [9.127, 42.561], + [9.124, 42.563], + [9.12, 42.563], + [9.118, 42.562], + [9.116, 42.563], + [9.114, 42.562], + [9.109, 42.562], + [9.104, 42.565], + [9.103, 42.567], + [9.098, 42.567], + [9.095, 42.564], + [9.094, 42.565], + [9.092, 42.563], + [9.093, 42.56], + [9.091, 42.557], + [9.087, 42.557], + [9.084, 42.555], + [9.08, 42.554], + [9.079, 42.551], + [9.08, 42.548], + [9.082, 42.546], + [9.081, 42.542], + [9.079, 42.54], + [9.075, 42.538], + [9.077, 42.535], + [9.077, 42.533], + [9.079, 42.531], + [9.078, 42.529], + [9.082, 42.52], + [9.079, 42.512], + [9.078, 42.507], + [9.082, 42.501], + [9.087, 42.501], + [9.091, 42.499], + [9.095, 42.499], + [9.098, 42.497], + [9.102, 42.497], + [9.107, 42.498], + [9.11, 42.497], + [9.114, 42.497], + [9.116, 42.496], + [9.118, 42.497], + [9.123, 42.496], + [9.126, 42.497], + [9.127, 42.496], + [9.132, 42.496], + [9.135, 42.499], + [9.14, 42.499], + [9.141, 42.5], + [9.148, 42.501], + [9.152, 42.504], + [9.154, 42.51], + [9.157, 42.51], + [9.16, 42.511], + [9.162, 42.51], + [9.163, 42.507], + [9.167, 42.504], + [9.172, 42.503], + [9.177, 42.501], + [9.181, 42.498], + [9.18, 42.494] + ] + ] + }, + "properties": { + "NOM_COM_M": "CASTIFAO", + "INSEE_COM": "2B080", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.385, 42.399], + [9.383, 42.396], + [9.376, 42.392], + [9.374, 42.39], + [9.369, 42.39], + [9.367, 42.388], + [9.365, 42.388], + [9.361, 42.387], + [9.357, 42.385], + [9.355, 42.385], + [9.352, 42.383], + [9.35, 42.383], + [9.345, 42.383], + [9.349, 42.38], + [9.352, 42.38], + [9.357, 42.378], + [9.358, 42.374], + [9.36, 42.372], + [9.36, 42.37], + [9.363, 42.373], + [9.366, 42.373], + [9.37, 42.372], + [9.369, 42.375], + [9.372, 42.377], + [9.373, 42.379], + [9.372, 42.381], + [9.375, 42.384], + [9.375, 42.387], + [9.376, 42.39], + [9.382, 42.391], + [9.386, 42.39], + [9.389, 42.39], + [9.388, 42.391], + [9.387, 42.392], + [9.389, 42.396], + [9.389, 42.398], + [9.385, 42.399] + ] + ] + }, + "properties": { + "NOM_COM_M": "PIEDICROCE", + "INSEE_COM": "2B219", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.324, 42.411], + [9.325, 42.415], + [9.327, 42.417], + [9.319, 42.418], + [9.316, 42.419], + [9.313, 42.422], + [9.31, 42.426], + [9.305, 42.426], + [9.3, 42.424], + [9.29, 42.427], + [9.287, 42.427], + [9.281, 42.429], + [9.278, 42.429], + [9.276, 42.433], + [9.271, 42.437], + [9.266, 42.438], + [9.263, 42.438], + [9.255, 42.441], + [9.248, 42.441], + [9.246, 42.439], + [9.243, 42.441], + [9.236, 42.444], + [9.234, 42.443], + [9.227, 42.446], + [9.222, 42.444], + [9.22, 42.444], + [9.223, 42.44], + [9.224, 42.436], + [9.226, 42.435], + [9.229, 42.436], + [9.233, 42.434], + [9.239, 42.435], + [9.241, 42.437], + [9.245, 42.433], + [9.246, 42.431], + [9.251, 42.429], + [9.252, 42.425], + [9.255, 42.426], + [9.255, 42.423], + [9.257, 42.423], + [9.259, 42.421], + [9.268, 42.424], + [9.269, 42.426], + [9.273, 42.423], + [9.276, 42.424], + [9.28, 42.422], + [9.287, 42.422], + [9.289, 42.421], + [9.293, 42.421], + [9.296, 42.418], + [9.306, 42.414], + [9.309, 42.415], + [9.313, 42.411], + [9.317, 42.408], + [9.324, 42.405], + [9.324, 42.411] + ] + ] + }, + "properties": { + "NOM_COM_M": "CASTINETA", + "INSEE_COM": "2B082", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.424, 42.391], + [9.421, 42.395], + [9.416, 42.4], + [9.413, 42.401], + [9.406, 42.402], + [9.399, 42.402], + [9.392, 42.404], + [9.39, 42.401], + [9.389, 42.398], + [9.389, 42.396], + [9.387, 42.392], + [9.388, 42.391], + [9.391, 42.39], + [9.393, 42.392], + [9.396, 42.391], + [9.402, 42.392], + [9.405, 42.387], + [9.409, 42.385], + [9.42, 42.385], + [9.423, 42.388], + [9.422, 42.39], + [9.424, 42.391] + ] + ] + }, + "properties": { + "NOM_COM_M": "PIAZZOLE", + "INSEE_COM": "2B217", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.398, 42.62], + [9.393, 42.618], + [9.385, 42.621], + [9.382, 42.621], + [9.374, 42.618], + [9.369, 42.62], + [9.364, 42.621], + [9.36, 42.621], + [9.357, 42.623], + [9.352, 42.625], + [9.351, 42.626], + [9.33, 42.626], + [9.314, 42.627], + [9.302, 42.627], + [9.304, 42.626], + [9.305, 42.622], + [9.311, 42.618], + [9.32, 42.618], + [9.324, 42.617], + [9.327, 42.613], + [9.33, 42.612], + [9.336, 42.608], + [9.339, 42.608], + [9.341, 42.609], + [9.343, 42.607], + [9.347, 42.606], + [9.351, 42.604], + [9.353, 42.599], + [9.357, 42.598], + [9.363, 42.592], + [9.364, 42.595], + [9.368, 42.594], + [9.371, 42.595], + [9.371, 42.597], + [9.379, 42.599], + [9.383, 42.598], + [9.388, 42.598], + [9.391, 42.599], + [9.393, 42.598], + [9.396, 42.601], + [9.397, 42.604], + [9.406, 42.606], + [9.408, 42.605], + [9.412, 42.605], + [9.414, 42.606], + [9.416, 42.605], + [9.418, 42.608], + [9.421, 42.61], + [9.418, 42.612], + [9.414, 42.613], + [9.41, 42.616], + [9.407, 42.616], + [9.403, 42.619], + [9.398, 42.62] + ] + ] + }, + "properties": { + "NOM_COM_M": "OLMETA DI TUDA", + "INSEE_COM": "2B188", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.447, 42.404], + [9.449, 42.403], + [9.458, 42.403], + [9.466, 42.405], + [9.469, 42.407], + [9.47, 42.41], + [9.472, 42.411], + [9.475, 42.415], + [9.48, 42.417], + [9.481, 42.422], + [9.477, 42.421], + [9.477, 42.423], + [9.474, 42.428], + [9.465, 42.431], + [9.462, 42.43], + [9.463, 42.427], + [9.458, 42.423], + [9.458, 42.42], + [9.453, 42.412], + [9.451, 42.411], + [9.448, 42.407], + [9.447, 42.404] + ] + ] + }, + "properties": { + "NOM_COM_M": "PERO CASEVECCHIE", + "INSEE_COM": "2B210", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.458, 42.339], + [9.457, 42.336], + [9.461, 42.333], + [9.458, 42.328], + [9.456, 42.326], + [9.457, 42.324], + [9.455, 42.319], + [9.456, 42.316], + [9.458, 42.315], + [9.46, 42.311], + [9.455, 42.307], + [9.461, 42.305], + [9.463, 42.303], + [9.465, 42.303], + [9.468, 42.3], + [9.471, 42.3], + [9.474, 42.298], + [9.482, 42.299], + [9.488, 42.298], + [9.491, 42.298], + [9.495, 42.3], + [9.498, 42.299], + [9.499, 42.3], + [9.496, 42.303], + [9.495, 42.307], + [9.49, 42.309], + [9.484, 42.309], + [9.483, 42.311], + [9.487, 42.312], + [9.489, 42.314], + [9.49, 42.317], + [9.485, 42.321], + [9.482, 42.324], + [9.477, 42.323], + [9.474, 42.325], + [9.474, 42.33], + [9.473, 42.332], + [9.47, 42.334], + [9.466, 42.335], + [9.463, 42.337], + [9.46, 42.34], + [9.458, 42.339] + ] + ] + }, + "properties": { + "NOM_COM_M": "SANT ANDREA DI COTONE", + "INSEE_COM": "2B293", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.386, 42.451], + [9.385, 42.457], + [9.384, 42.457], + [9.381, 42.462], + [9.379, 42.463], + [9.379, 42.465], + [9.377, 42.467], + [9.377, 42.469], + [9.375, 42.47], + [9.375, 42.473], + [9.373, 42.474], + [9.372, 42.479], + [9.368, 42.476], + [9.367, 42.472], + [9.365, 42.47], + [9.363, 42.469], + [9.36, 42.466], + [9.36, 42.464], + [9.362, 42.461], + [9.366, 42.46], + [9.365, 42.456], + [9.368, 42.458], + [9.375, 42.453], + [9.38, 42.453], + [9.382, 42.451], + [9.386, 42.451] + ] + ] + }, + "properties": { + "NOM_COM_M": "PENTA ACQUATELLA", + "INSEE_COM": "2B206", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.135, 42.608], + [9.138, 42.605], + [9.139, 42.599], + [9.14, 42.596], + [9.153, 42.594], + [9.158, 42.593], + [9.159, 42.591], + [9.17, 42.591], + [9.176, 42.592], + [9.178, 42.591], + [9.21, 42.595], + [9.209, 42.598], + [9.206, 42.602], + [9.202, 42.605], + [9.199, 42.605], + [9.195, 42.609], + [9.19, 42.609], + [9.186, 42.612], + [9.186, 42.614], + [9.182, 42.618], + [9.181, 42.617], + [9.175, 42.618], + [9.173, 42.62], + [9.174, 42.625], + [9.173, 42.627], + [9.168, 42.631], + [9.166, 42.631], + [9.16, 42.635], + [9.157, 42.636], + [9.154, 42.638], + [9.151, 42.639], + [9.145, 42.642], + [9.142, 42.642], + [9.135, 42.644], + [9.134, 42.646], + [9.13, 42.648], + [9.129, 42.651], + [9.123, 42.656], + [9.12, 42.661], + [9.117, 42.661], + [9.112, 42.659], + [9.111, 42.657], + [9.106, 42.656], + [9.103, 42.653], + [9.096, 42.648], + [9.096, 42.646], + [9.097, 42.643], + [9.101, 42.637], + [9.105, 42.633], + [9.107, 42.633], + [9.108, 42.63], + [9.11, 42.629], + [9.11, 42.627], + [9.115, 42.625], + [9.119, 42.622], + [9.122, 42.617], + [9.124, 42.615], + [9.126, 42.615], + [9.13, 42.613], + [9.131, 42.609], + [9.133, 42.607], + [9.135, 42.608] + ] + ] + }, + "properties": { + "NOM_COM_M": "URTACA", + "INSEE_COM": "2B332", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.152, 42.395], + [9.162, 42.397], + [9.165, 42.394], + [9.166, 42.397], + [9.169, 42.4], + [9.174, 42.401], + [9.178, 42.408], + [9.177, 42.411], + [9.179, 42.412], + [9.188, 42.419], + [9.19, 42.422], + [9.199, 42.421], + [9.203, 42.427], + [9.198, 42.429], + [9.195, 42.429], + [9.193, 42.431], + [9.188, 42.433], + [9.186, 42.433], + [9.18, 42.435], + [9.177, 42.437], + [9.172, 42.438], + [9.169, 42.441], + [9.166, 42.442], + [9.164, 42.441], + [9.162, 42.439], + [9.158, 42.44], + [9.158, 42.435], + [9.159, 42.432], + [9.157, 42.427], + [9.155, 42.425], + [9.152, 42.425], + [9.147, 42.422], + [9.15, 42.42], + [9.149, 42.418], + [9.15, 42.415], + [9.149, 42.414], + [9.151, 42.408], + [9.149, 42.4], + [9.152, 42.395] + ] + ] + }, + "properties": { + "NOM_COM_M": "PRATO DI GIOVELLINA", + "INSEE_COM": "2B248", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.272, 42.341], + [9.268, 42.338], + [9.267, 42.334], + [9.259, 42.331], + [9.258, 42.329], + [9.259, 42.326], + [9.255, 42.323], + [9.257, 42.316], + [9.257, 42.308], + [9.256, 42.307], + [9.253, 42.301], + [9.251, 42.299], + [9.25, 42.295], + [9.247, 42.291], + [9.255, 42.294], + [9.265, 42.296], + [9.267, 42.296], + [9.268, 42.298], + [9.271, 42.301], + [9.274, 42.303], + [9.279, 42.306], + [9.278, 42.311], + [9.28, 42.313], + [9.278, 42.319], + [9.277, 42.322], + [9.278, 42.324], + [9.275, 42.33], + [9.275, 42.332], + [9.281, 42.335], + [9.279, 42.335], + [9.276, 42.338], + [9.272, 42.341] + ] + ] + }, + "properties": { + "NOM_COM_M": "SERMANO", + "INSEE_COM": "2B275", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.299, 42.265], + [9.301, 42.266], + [9.312, 42.27], + [9.312, 42.259], + [9.314, 42.257], + [9.318, 42.258], + [9.325, 42.256], + [9.329, 42.257], + [9.331, 42.255], + [9.331, 42.259], + [9.329, 42.26], + [9.326, 42.264], + [9.326, 42.266], + [9.329, 42.269], + [9.329, 42.272], + [9.331, 42.275], + [9.333, 42.276], + [9.335, 42.28], + [9.334, 42.284], + [9.328, 42.287], + [9.323, 42.289], + [9.321, 42.292], + [9.321, 42.296], + [9.316, 42.297], + [9.311, 42.297], + [9.309, 42.3], + [9.306, 42.301], + [9.302, 42.301], + [9.301, 42.302], + [9.294, 42.301], + [9.289, 42.301], + [9.281, 42.296], + [9.281, 42.293], + [9.277, 42.291], + [9.275, 42.291], + [9.274, 42.293], + [9.267, 42.291], + [9.262, 42.29], + [9.258, 42.29], + [9.255, 42.287], + [9.257, 42.281], + [9.255, 42.281], + [9.251, 42.276], + [9.246, 42.275], + [9.236, 42.277], + [9.234, 42.273], + [9.231, 42.273], + [9.228, 42.269], + [9.225, 42.264], + [9.226, 42.261], + [9.225, 42.26], + [9.226, 42.257], + [9.225, 42.255], + [9.228, 42.25], + [9.232, 42.25], + [9.236, 42.251], + [9.24, 42.25], + [9.244, 42.248], + [9.248, 42.249], + [9.251, 42.258], + [9.253, 42.26], + [9.252, 42.266], + [9.255, 42.268], + [9.256, 42.272], + [9.26, 42.273], + [9.263, 42.275], + [9.267, 42.275], + [9.27, 42.276], + [9.277, 42.276], + [9.282, 42.277], + [9.289, 42.274], + [9.296, 42.269], + [9.299, 42.265] + ] + ] + }, + "properties": { + "NOM_COM_M": "SANT ANDREA DI BOZIO", + "INSEE_COM": "2B292", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.331, 42.455], + [9.328, 42.453], + [9.328, 42.45], + [9.325, 42.446], + [9.327, 42.446], + [9.328, 42.444], + [9.331, 42.444], + [9.332, 42.446], + [9.337, 42.447], + [9.343, 42.447], + [9.347, 42.449], + [9.35, 42.449], + [9.354, 42.451], + [9.358, 42.452], + [9.365, 42.456], + [9.366, 42.46], + [9.362, 42.461], + [9.36, 42.464], + [9.36, 42.466], + [9.363, 42.469], + [9.365, 42.47], + [9.361, 42.47], + [9.356, 42.468], + [9.354, 42.465], + [9.351, 42.464], + [9.347, 42.464], + [9.346, 42.463], + [9.338, 42.466], + [9.336, 42.465], + [9.333, 42.466], + [9.332, 42.464], + [9.331, 42.455] + ] + ] + }, + "properties": { + "NOM_COM_M": "ORTIPORIO", + "INSEE_COM": "2B195", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.429, 42.514], + [9.426, 42.511], + [9.423, 42.511], + [9.419, 42.506], + [9.415, 42.503], + [9.412, 42.506], + [9.41, 42.506], + [9.408, 42.509], + [9.407, 42.506], + [9.406, 42.5], + [9.402, 42.498], + [9.4, 42.494], + [9.398, 42.493], + [9.395, 42.496], + [9.393, 42.497], + [9.389, 42.497], + [9.386, 42.498], + [9.384, 42.5], + [9.385, 42.497], + [9.387, 42.494], + [9.393, 42.489], + [9.399, 42.487], + [9.405, 42.489], + [9.409, 42.491], + [9.41, 42.494], + [9.414, 42.494], + [9.416, 42.495], + [9.416, 42.497], + [9.422, 42.501], + [9.427, 42.501], + [9.429, 42.504], + [9.431, 42.505], + [9.433, 42.508], + [9.439, 42.51], + [9.441, 42.512], + [9.444, 42.513], + [9.439, 42.517], + [9.433, 42.514], + [9.429, 42.514] + ] + ] + }, + "properties": { + "NOM_COM_M": "OLMO", + "INSEE_COM": "2B192", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.306, 42.503], + [9.303, 42.501], + [9.302, 42.498], + [9.299, 42.495], + [9.299, 42.493], + [9.296, 42.492], + [9.293, 42.494], + [9.291, 42.493], + [9.286, 42.489], + [9.293, 42.486], + [9.294, 42.484], + [9.297, 42.485], + [9.306, 42.478], + [9.313, 42.474], + [9.319, 42.469], + [9.323, 42.464], + [9.328, 42.457], + [9.331, 42.455], + [9.332, 42.464], + [9.333, 42.466], + [9.334, 42.468], + [9.34, 42.476], + [9.34, 42.483], + [9.341, 42.484], + [9.341, 42.485], + [9.337, 42.491], + [9.336, 42.496], + [9.333, 42.5], + [9.332, 42.504], + [9.33, 42.506], + [9.327, 42.505], + [9.322, 42.508], + [9.318, 42.504], + [9.315, 42.505], + [9.314, 42.507], + [9.312, 42.506], + [9.31, 42.503], + [9.306, 42.503] + ] + ] + }, + "properties": { + "NOM_COM_M": "BISINCHI", + "INSEE_COM": "2B039", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.394, 42.373], + [9.398, 42.372], + [9.4, 42.374], + [9.402, 42.373], + [9.404, 42.375], + [9.411, 42.376], + [9.414, 42.376], + [9.417, 42.373], + [9.426, 42.373], + [9.427, 42.374], + [9.427, 42.379], + [9.425, 42.38], + [9.424, 42.383], + [9.42, 42.385], + [9.409, 42.385], + [9.405, 42.387], + [9.402, 42.392], + [9.396, 42.391], + [9.393, 42.392], + [9.391, 42.39], + [9.388, 42.391], + [9.389, 42.39], + [9.387, 42.389], + [9.388, 42.381], + [9.391, 42.376], + [9.394, 42.373] + ] + ] + }, + "properties": { + "NOM_COM_M": "MONACIA D OREZZA", + "INSEE_COM": "2B164", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.177, 42.25], + [9.174, 42.248], + [9.169, 42.252], + [9.17, 42.254], + [9.169, 42.256], + [9.165, 42.256], + [9.162, 42.255], + [9.159, 42.256], + [9.153, 42.256], + [9.15, 42.259], + [9.148, 42.256], + [9.145, 42.255], + [9.139, 42.251], + [9.129, 42.245], + [9.124, 42.239], + [9.149, 42.239], + [9.154, 42.24], + [9.164, 42.241], + [9.17, 42.24], + [9.174, 42.241], + [9.175, 42.243], + [9.178, 42.243], + [9.181, 42.241], + [9.184, 42.24], + [9.191, 42.236], + [9.195, 42.236], + [9.197, 42.237], + [9.2, 42.236], + [9.203, 42.238], + [9.205, 42.237], + [9.207, 42.239], + [9.209, 42.237], + [9.213, 42.237], + [9.215, 42.236], + [9.223, 42.237], + [9.229, 42.241], + [9.223, 42.24], + [9.219, 42.243], + [9.211, 42.24], + [9.21, 42.242], + [9.202, 42.242], + [9.199, 42.243], + [9.192, 42.241], + [9.19, 42.24], + [9.186, 42.24], + [9.179, 42.244], + [9.177, 42.246], + [9.178, 42.248], + [9.177, 42.25] + ] + ] + }, + "properties": { + "NOM_COM_M": "SANTO PIETRO DI VENACO", + "INSEE_COM": "2B315", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.409, 42.254], + [9.415, 42.26], + [9.417, 42.261], + [9.428, 42.262], + [9.431, 42.264], + [9.437, 42.265], + [9.442, 42.267], + [9.444, 42.27], + [9.441, 42.275], + [9.437, 42.277], + [9.431, 42.282], + [9.431, 42.281], + [9.42, 42.276], + [9.418, 42.273], + [9.411, 42.272], + [9.408, 42.268], + [9.406, 42.267], + [9.406, 42.265], + [9.404, 42.263], + [9.404, 42.261], + [9.406, 42.256], + [9.409, 42.254] + ] + ] + }, + "properties": { + "NOM_COM_M": "CAMPI", + "INSEE_COM": "2B053", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.382, 42.234], + [9.379, 42.232], + [9.374, 42.235], + [9.372, 42.234], + [9.37, 42.236], + [9.366, 42.236], + [9.365, 42.238], + [9.361, 42.24], + [9.36, 42.245], + [9.357, 42.245], + [9.356, 42.248], + [9.353, 42.249], + [9.35, 42.251], + [9.347, 42.25], + [9.345, 42.251], + [9.339, 42.251], + [9.342, 42.246], + [9.343, 42.239], + [9.34, 42.239], + [9.338, 42.236], + [9.341, 42.234], + [9.342, 42.223], + [9.344, 42.22], + [9.348, 42.218], + [9.351, 42.218], + [9.358, 42.221], + [9.363, 42.222], + [9.364, 42.224], + [9.365, 42.225], + [9.371, 42.228], + [9.378, 42.228], + [9.381, 42.23], + [9.382, 42.234] + ] + ] + }, + "properties": { + "NOM_COM_M": "PIETRASERENA", + "INSEE_COM": "2B226", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.182, 42.257], + [9.178, 42.256], + [9.177, 42.259], + [9.175, 42.26], + [9.174, 42.263], + [9.176, 42.267], + [9.178, 42.268], + [9.177, 42.27], + [9.178, 42.274], + [9.18, 42.275], + [9.17, 42.275], + [9.168, 42.276], + [9.165, 42.274], + [9.162, 42.273], + [9.158, 42.273], + [9.155, 42.277], + [9.153, 42.277], + [9.15, 42.279], + [9.148, 42.277], + [9.145, 42.277], + [9.141, 42.276], + [9.141, 42.272], + [9.139, 42.27], + [9.133, 42.267], + [9.134, 42.265], + [9.133, 42.263], + [9.134, 42.261], + [9.126, 42.256], + [9.122, 42.252], + [9.122, 42.25], + [9.118, 42.245], + [9.122, 42.243], + [9.124, 42.239], + [9.129, 42.245], + [9.139, 42.251], + [9.145, 42.255], + [9.148, 42.256], + [9.15, 42.259], + [9.153, 42.256], + [9.159, 42.256], + [9.162, 42.255], + [9.165, 42.256], + [9.169, 42.256], + [9.17, 42.254], + [9.169, 42.252], + [9.174, 42.248], + [9.177, 42.25], + [9.18, 42.252], + [9.182, 42.255], + [9.182, 42.257] + ] + ] + }, + "properties": { + "NOM_COM_M": "CASANOVA", + "INSEE_COM": "2B074", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.317, 42.181], + [9.317, 42.177], + [9.315, 42.174], + [9.318, 42.168], + [9.315, 42.159], + [9.317, 42.155], + [9.32, 42.151], + [9.328, 42.148], + [9.332, 42.148], + [9.337, 42.145], + [9.344, 42.145], + [9.353, 42.145], + [9.358, 42.144], + [9.362, 42.146], + [9.365, 42.146], + [9.367, 42.149], + [9.37, 42.151], + [9.373, 42.15], + [9.378, 42.15], + [9.38, 42.148], + [9.38, 42.146], + [9.386, 42.147], + [9.389, 42.145], + [9.385, 42.137], + [9.389, 42.132], + [9.389, 42.13], + [9.393, 42.129], + [9.393, 42.127], + [9.4, 42.128], + [9.401, 42.126], + [9.409, 42.124], + [9.409, 42.123], + [9.414, 42.123], + [9.417, 42.12], + [9.423, 42.12], + [9.424, 42.122], + [9.427, 42.121], + [9.429, 42.122], + [9.438, 42.123], + [9.439, 42.128], + [9.441, 42.129], + [9.445, 42.128], + [9.448, 42.128], + [9.453, 42.129], + [9.456, 42.131], + [9.458, 42.134], + [9.457, 42.137], + [9.455, 42.14], + [9.455, 42.142], + [9.452, 42.143], + [9.45, 42.144], + [9.447, 42.142], + [9.442, 42.143], + [9.438, 42.153], + [9.434, 42.154], + [9.429, 42.154], + [9.427, 42.155], + [9.425, 42.158], + [9.428, 42.161], + [9.425, 42.164], + [9.416, 42.165], + [9.419, 42.168], + [9.413, 42.176], + [9.408, 42.176], + [9.406, 42.178], + [9.405, 42.181], + [9.403, 42.182], + [9.401, 42.181], + [9.399, 42.183], + [9.396, 42.182], + [9.392, 42.176], + [9.392, 42.174], + [9.39, 42.173], + [9.382, 42.175], + [9.382, 42.178], + [9.386, 42.18], + [9.387, 42.183], + [9.383, 42.184], + [9.379, 42.184], + [9.376, 42.182], + [9.374, 42.182], + [9.367, 42.185], + [9.366, 42.188], + [9.366, 42.191], + [9.363, 42.189], + [9.36, 42.19], + [9.362, 42.192], + [9.359, 42.194], + [9.357, 42.192], + [9.355, 42.194], + [9.352, 42.194], + [9.35, 42.192], + [9.347, 42.191], + [9.346, 42.189], + [9.342, 42.187], + [9.341, 42.185], + [9.338, 42.184], + [9.334, 42.18], + [9.329, 42.176], + [9.326, 42.177], + [9.317, 42.181] + ] + ] + }, + "properties": { + "NOM_COM_M": "ANTISANTI", + "INSEE_COM": "2B016", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.367, 42.035], + [9.368, 42.038], + [9.366, 42.041], + [9.369, 42.043], + [9.372, 42.042], + [9.373, 42.044], + [9.367, 42.047], + [9.367, 42.049], + [9.363, 42.047], + [9.361, 42.047], + [9.358, 42.05], + [9.354, 42.05], + [9.351, 42.051], + [9.348, 42.055], + [9.338, 42.059], + [9.317, 42.061], + [9.31, 42.062], + [9.293, 42.07], + [9.286, 42.068], + [9.284, 42.072], + [9.278, 42.075], + [9.275, 42.076], + [9.271, 42.075], + [9.265, 42.072], + [9.258, 42.073], + [9.257, 42.071], + [9.248, 42.074], + [9.239, 42.075], + [9.238, 42.071], + [9.236, 42.066], + [9.232, 42.063], + [9.23, 42.059], + [9.227, 42.058], + [9.23, 42.054], + [9.228, 42.045], + [9.236, 42.048], + [9.24, 42.047], + [9.242, 42.048], + [9.25, 42.048], + [9.254, 42.046], + [9.259, 42.046], + [9.269, 42.039], + [9.273, 42.039], + [9.274, 42.037], + [9.279, 42.035], + [9.279, 42.034], + [9.286, 42.036], + [9.289, 42.036], + [9.294, 42.033], + [9.296, 42.033], + [9.302, 42.031], + [9.306, 42.033], + [9.307, 42.035], + [9.31, 42.035], + [9.314, 42.038], + [9.316, 42.036], + [9.319, 42.038], + [9.325, 42.035], + [9.329, 42.035], + [9.331, 42.037], + [9.333, 42.037], + [9.334, 42.039], + [9.34, 42.038], + [9.342, 42.037], + [9.347, 42.037], + [9.349, 42.036], + [9.355, 42.035], + [9.361, 42.037], + [9.364, 42.035], + [9.367, 42.035] + ] + ] + }, + "properties": { + "NOM_COM_M": "POGGIO DI NAZZA", + "INSEE_COM": "2B236", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.393, 42.127], + [9.393, 42.129], + [9.389, 42.13], + [9.389, 42.132], + [9.385, 42.137], + [9.389, 42.145], + [9.386, 42.147], + [9.38, 42.146], + [9.38, 42.148], + [9.378, 42.15], + [9.373, 42.15], + [9.37, 42.151], + [9.367, 42.149], + [9.365, 42.146], + [9.362, 42.146], + [9.358, 42.144], + [9.353, 42.145], + [9.344, 42.145], + [9.342, 42.143], + [9.344, 42.134], + [9.348, 42.13], + [9.352, 42.129], + [9.352, 42.127], + [9.357, 42.124], + [9.361, 42.124], + [9.366, 42.122], + [9.37, 42.122], + [9.374, 42.124], + [9.38, 42.122], + [9.384, 42.123], + [9.384, 42.125], + [9.386, 42.127], + [9.393, 42.127] + ] + ] + }, + "properties": { + "NOM_COM_M": "CASEVECCHIE", + "INSEE_COM": "2B075", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.242, 42.218], + [9.239, 42.219], + [9.235, 42.214], + [9.236, 42.213], + [9.233, 42.209], + [9.23, 42.207], + [9.226, 42.206], + [9.227, 42.204], + [9.225, 42.199], + [9.225, 42.19], + [9.217, 42.178], + [9.218, 42.175], + [9.219, 42.165], + [9.223, 42.17], + [9.229, 42.175], + [9.23, 42.177], + [9.234, 42.178], + [9.238, 42.181], + [9.246, 42.183], + [9.25, 42.185], + [9.255, 42.186], + [9.255, 42.188], + [9.258, 42.192], + [9.258, 42.194], + [9.261, 42.198], + [9.256, 42.202], + [9.251, 42.21], + [9.247, 42.212], + [9.243, 42.218], + [9.242, 42.218] + ] + ] + }, + "properties": { + "NOM_COM_M": "ROSPIGLIANI", + "INSEE_COM": "2B263", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.228, 42.045], + [9.23, 42.054], + [9.227, 42.058], + [9.23, 42.059], + [9.232, 42.063], + [9.236, 42.066], + [9.238, 42.071], + [9.239, 42.075], + [9.248, 42.074], + [9.257, 42.071], + [9.258, 42.073], + [9.265, 42.072], + [9.271, 42.075], + [9.275, 42.076], + [9.277, 42.079], + [9.277, 42.084], + [9.278, 42.086], + [9.279, 42.091], + [9.278, 42.094], + [9.282, 42.095], + [9.286, 42.095], + [9.289, 42.097], + [9.29, 42.096], + [9.299, 42.096], + [9.303, 42.095], + [9.307, 42.096], + [9.311, 42.098], + [9.315, 42.096], + [9.314, 42.092], + [9.319, 42.093], + [9.322, 42.092], + [9.328, 42.092], + [9.333, 42.094], + [9.335, 42.093], + [9.341, 42.093], + [9.341, 42.096], + [9.345, 42.097], + [9.345, 42.101], + [9.342, 42.103], + [9.336, 42.105], + [9.335, 42.106], + [9.33, 42.107], + [9.304, 42.107], + [9.302, 42.108], + [9.29, 42.108], + [9.287, 42.11], + [9.28, 42.11], + [9.279, 42.113], + [9.277, 42.124], + [9.269, 42.127], + [9.261, 42.127], + [9.258, 42.132], + [9.252, 42.137], + [9.251, 42.141], + [9.247, 42.141], + [9.245, 42.142], + [9.242, 42.142], + [9.238, 42.143], + [9.237, 42.147], + [9.235, 42.148], + [9.235, 42.15], + [9.233, 42.153], + [9.231, 42.154], + [9.226, 42.16], + [9.223, 42.163], + [9.219, 42.163], + [9.217, 42.162], + [9.215, 42.159], + [9.209, 42.155], + [9.203, 42.149], + [9.196, 42.147], + [9.189, 42.143], + [9.181, 42.142], + [9.18, 42.141], + [9.178, 42.139], + [9.179, 42.137], + [9.178, 42.133], + [9.176, 42.132], + [9.171, 42.131], + [9.169, 42.129], + [9.167, 42.125], + [9.164, 42.122], + [9.16, 42.117], + [9.159, 42.115], + [9.157, 42.115], + [9.156, 42.112], + [9.154, 42.111], + [9.151, 42.111], + [9.15, 42.109], + [9.151, 42.104], + [9.149, 42.101], + [9.143, 42.099], + [9.138, 42.096], + [9.137, 42.094], + [9.134, 42.091], + [9.135, 42.088], + [9.134, 42.085], + [9.134, 42.08], + [9.133, 42.076], + [9.131, 42.073], + [9.131, 42.071], + [9.128, 42.067], + [9.13, 42.064], + [9.131, 42.061], + [9.134, 42.06], + [9.132, 42.058], + [9.131, 42.054], + [9.133, 42.052], + [9.137, 42.052], + [9.138, 42.05], + [9.141, 42.049], + [9.141, 42.047], + [9.145, 42.042], + [9.149, 42.04], + [9.152, 42.041], + [9.152, 42.036], + [9.155, 42.033], + [9.16, 42.027], + [9.161, 42.025], + [9.172, 42.027], + [9.176, 42.029], + [9.181, 42.03], + [9.182, 42.031], + [9.187, 42.031], + [9.189, 42.032], + [9.192, 42.031], + [9.196, 42.028], + [9.203, 42.028], + [9.207, 42.03], + [9.21, 42.03], + [9.212, 42.028], + [9.215, 42.028], + [9.221, 42.027], + [9.221, 42.03], + [9.224, 42.035], + [9.226, 42.036], + [9.228, 42.043], + [9.228, 42.045] + ] + ] + }, + "properties": { + "NOM_COM_M": "GHISONI", + "INSEE_COM": "2B124", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.457, 42.077], + [9.448, 42.071], + [9.44, 42.069], + [9.435, 42.064], + [9.435, 42.062], + [9.433, 42.06], + [9.431, 42.061], + [9.426, 42.065], + [9.421, 42.068], + [9.412, 42.072], + [9.403, 42.075], + [9.399, 42.076], + [9.396, 42.08], + [9.39, 42.083], + [9.384, 42.086], + [9.379, 42.089], + [9.368, 42.093], + [9.359, 42.095], + [9.351, 42.098], + [9.349, 42.1], + [9.345, 42.101], + [9.345, 42.097], + [9.341, 42.096], + [9.341, 42.093], + [9.347, 42.092], + [9.355, 42.087], + [9.359, 42.085], + [9.359, 42.083], + [9.361, 42.078], + [9.358, 42.077], + [9.358, 42.074], + [9.361, 42.072], + [9.361, 42.069], + [9.365, 42.067], + [9.364, 42.065], + [9.369, 42.062], + [9.365, 42.058], + [9.365, 42.055], + [9.369, 42.052], + [9.37, 42.05], + [9.367, 42.049], + [9.367, 42.047], + [9.373, 42.044], + [9.372, 42.042], + [9.369, 42.043], + [9.366, 42.041], + [9.368, 42.038], + [9.367, 42.035], + [9.369, 42.032], + [9.368, 42.027], + [9.373, 42.024], + [9.374, 42.022], + [9.38, 42.017], + [9.383, 42.017], + [9.386, 42.015], + [9.391, 42.015], + [9.397, 42.01], + [9.401, 42.009], + [9.408, 42.009], + [9.411, 42.006], + [9.415, 42.008], + [9.42, 42.005], + [9.42, 42.003], + [9.423, 42], + [9.427, 41.999], + [9.427, 41.997], + [9.429, 41.996], + [9.431, 41.997], + [9.437, 41.993], + [9.439, 41.99], + [9.442, 41.99], + [9.453, 41.999], + [9.457, 42.001], + [9.458, 42.004], + [9.46, 42.007], + [9.467, 42.013], + [9.47, 42.016], + [9.476, 42.024], + [9.487, 42.036], + [9.497, 42.048], + [9.496, 42.049], + [9.496, 42.053], + [9.495, 42.055], + [9.492, 42.057], + [9.491, 42.056], + [9.488, 42.058], + [9.485, 42.059], + [9.484, 42.062], + [9.482, 42.064], + [9.483, 42.066], + [9.481, 42.067], + [9.479, 42.072], + [9.477, 42.071], + [9.475, 42.073], + [9.475, 42.075], + [9.472, 42.078], + [9.464, 42.076], + [9.457, 42.077] + ] + ] + }, + "properties": { + "NOM_COM_M": "GHISONACCIA", + "INSEE_COM": "2B123", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.453, 42.144], + [9.449, 42.148], + [9.447, 42.151], + [9.44, 42.154], + [9.437, 42.156], + [9.436, 42.158], + [9.433, 42.16], + [9.432, 42.162], + [9.429, 42.164], + [9.427, 42.167], + [9.425, 42.167], + [9.424, 42.171], + [9.418, 42.176], + [9.415, 42.177], + [9.411, 42.181], + [9.411, 42.183], + [9.408, 42.187], + [9.408, 42.189], + [9.404, 42.192], + [9.403, 42.196], + [9.398, 42.198], + [9.395, 42.2], + [9.393, 42.199], + [9.388, 42.2], + [9.384, 42.202], + [9.384, 42.203], + [9.379, 42.205], + [9.378, 42.206], + [9.371, 42.208], + [9.37, 42.21], + [9.37, 42.216], + [9.366, 42.219], + [9.364, 42.224], + [9.363, 42.222], + [9.358, 42.221], + [9.351, 42.218], + [9.348, 42.218], + [9.345, 42.214], + [9.345, 42.212], + [9.343, 42.21], + [9.343, 42.207], + [9.348, 42.206], + [9.35, 42.205], + [9.35, 42.203], + [9.346, 42.2], + [9.343, 42.196], + [9.344, 42.195], + [9.348, 42.196], + [9.353, 42.198], + [9.355, 42.197], + [9.355, 42.194], + [9.357, 42.192], + [9.359, 42.194], + [9.362, 42.192], + [9.36, 42.19], + [9.363, 42.189], + [9.366, 42.191], + [9.366, 42.188], + [9.367, 42.185], + [9.374, 42.182], + [9.376, 42.182], + [9.379, 42.184], + [9.383, 42.184], + [9.387, 42.183], + [9.386, 42.18], + [9.382, 42.178], + [9.382, 42.175], + [9.39, 42.173], + [9.392, 42.174], + [9.392, 42.176], + [9.396, 42.182], + [9.399, 42.183], + [9.401, 42.181], + [9.403, 42.182], + [9.405, 42.181], + [9.406, 42.178], + [9.408, 42.176], + [9.413, 42.176], + [9.419, 42.168], + [9.416, 42.165], + [9.425, 42.164], + [9.428, 42.161], + [9.425, 42.158], + [9.427, 42.155], + [9.429, 42.154], + [9.434, 42.154], + [9.438, 42.153], + [9.442, 42.143], + [9.447, 42.142], + [9.45, 42.144], + [9.452, 42.143], + [9.453, 42.144] + ] + ] + }, + "properties": { + "NOM_COM_M": "GIUNCAGGIO", + "INSEE_COM": "2B126", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.311, 42.244], + [9.313, 42.25], + [9.313, 42.253], + [9.312, 42.255], + [9.314, 42.257], + [9.312, 42.259], + [9.312, 42.27], + [9.301, 42.266], + [9.299, 42.265], + [9.296, 42.261], + [9.293, 42.261], + [9.289, 42.259], + [9.284, 42.259], + [9.282, 42.257], + [9.282, 42.253], + [9.28, 42.25], + [9.277, 42.251], + [9.275, 42.246], + [9.273, 42.244], + [9.273, 42.241], + [9.271, 42.238], + [9.27, 42.235], + [9.267, 42.235], + [9.263, 42.231], + [9.259, 42.23], + [9.258, 42.227], + [9.262, 42.224], + [9.264, 42.227], + [9.268, 42.228], + [9.272, 42.232], + [9.274, 42.235], + [9.279, 42.24], + [9.279, 42.241], + [9.284, 42.242], + [9.285, 42.243], + [9.291, 42.244], + [9.298, 42.244], + [9.3, 42.243], + [9.303, 42.244], + [9.306, 42.243], + [9.307, 42.244], + [9.311, 42.244] + ] + ] + }, + "properties": { + "NOM_COM_M": "FOCICCHIA", + "INSEE_COM": "2B116", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.35, 42.251], + [9.353, 42.249], + [9.356, 42.248], + [9.357, 42.245], + [9.36, 42.245], + [9.362, 42.247], + [9.367, 42.249], + [9.366, 42.25], + [9.368, 42.253], + [9.367, 42.257], + [9.364, 42.258], + [9.362, 42.26], + [9.359, 42.26], + [9.357, 42.262], + [9.349, 42.261], + [9.345, 42.257], + [9.345, 42.255], + [9.348, 42.251], + [9.35, 42.251] + ] + ] + }, + "properties": { + "NOM_COM_M": "AMPRIANI", + "INSEE_COM": "2B015", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.223, 41.949], + [9.221, 41.946], + [9.217, 41.944], + [9.215, 41.942], + [9.221, 41.937], + [9.224, 41.934], + [9.226, 41.934], + [9.229, 41.932], + [9.231, 41.933], + [9.234, 41.938], + [9.238, 41.941], + [9.241, 41.942], + [9.244, 41.947], + [9.246, 41.947], + [9.249, 41.95], + [9.25, 41.953], + [9.256, 41.958], + [9.261, 41.963], + [9.261, 41.965], + [9.267, 41.968], + [9.268, 41.97], + [9.278, 41.974], + [9.277, 41.978], + [9.279, 41.981], + [9.282, 41.979], + [9.29, 41.982], + [9.294, 41.986], + [9.297, 41.986], + [9.295, 41.988], + [9.292, 41.987], + [9.287, 41.987], + [9.285, 41.988], + [9.282, 41.993], + [9.281, 41.996], + [9.277, 41.997], + [9.275, 41.995], + [9.271, 41.994], + [9.267, 41.995], + [9.26, 41.998], + [9.254, 41.998], + [9.251, 41.994], + [9.245, 41.993], + [9.242, 41.991], + [9.234, 41.989], + [9.228, 41.99], + [9.22, 41.99], + [9.219, 41.986], + [9.221, 41.981], + [9.22, 41.975], + [9.224, 41.973], + [9.225, 41.971], + [9.223, 41.963], + [9.225, 41.959], + [9.223, 41.955], + [9.223, 41.949] + ] + ] + }, + "properties": { + "NOM_COM_M": "SAN GAVINO DI FIUMORBO", + "INSEE_COM": "2B365", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.335, 42.28], + [9.333, 42.276], + [9.331, 42.275], + [9.329, 42.272], + [9.329, 42.269], + [9.326, 42.266], + [9.326, 42.264], + [9.329, 42.26], + [9.331, 42.259], + [9.331, 42.255], + [9.335, 42.253], + [9.337, 42.253], + [9.339, 42.251], + [9.345, 42.251], + [9.347, 42.25], + [9.35, 42.251], + [9.348, 42.251], + [9.345, 42.255], + [9.345, 42.257], + [9.349, 42.261], + [9.357, 42.262], + [9.357, 42.268], + [9.356, 42.27], + [9.358, 42.273], + [9.354, 42.271], + [9.351, 42.275], + [9.349, 42.276], + [9.345, 42.276], + [9.341, 42.277], + [9.335, 42.28] + ] + ] + }, + "properties": { + "NOM_COM_M": "ZUANI", + "INSEE_COM": "2B364", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.053, 41.959], + [9.056, 41.956], + [9.056, 41.951], + [9.059, 41.947], + [9.061, 41.946], + [9.059, 41.943], + [9.061, 41.939], + [9.065, 41.934], + [9.065, 41.929], + [9.063, 41.927], + [9.063, 41.925], + [9.062, 41.922], + [9.063, 41.917], + [9.062, 41.916], + [9.063, 41.913], + [9.062, 41.91], + [9.059, 41.906], + [9.06, 41.905], + [9.062, 41.906], + [9.065, 41.905], + [9.067, 41.906], + [9.07, 41.903], + [9.078, 41.901], + [9.081, 41.899], + [9.086, 41.897], + [9.088, 41.895], + [9.088, 41.893], + [9.093, 41.889], + [9.094, 41.894], + [9.096, 41.895], + [9.097, 41.899], + [9.101, 41.903], + [9.101, 41.906], + [9.098, 41.907], + [9.101, 41.91], + [9.103, 41.908], + [9.106, 41.91], + [9.106, 41.913], + [9.105, 41.917], + [9.102, 41.924], + [9.097, 41.927], + [9.094, 41.923], + [9.088, 41.926], + [9.089, 41.928], + [9.086, 41.932], + [9.083, 41.932], + [9.078, 41.933], + [9.075, 41.933], + [9.07, 41.936], + [9.07, 41.94], + [9.075, 41.945], + [9.073, 41.95], + [9.074, 41.952], + [9.068, 41.956], + [9.065, 41.963], + [9.062, 41.964], + [9.058, 41.961], + [9.053, 41.959] + ] + ] + }, + "properties": { + "NOM_COM_M": "GUITERA LES BAINS", + "INSEE_COM": "2A133", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.927, 42.254], + [8.927, 42.252], + [8.933, 42.251], + [8.934, 42.248], + [8.936, 42.247], + [8.94, 42.237], + [8.943, 42.236], + [8.945, 42.234], + [8.952, 42.233], + [8.955, 42.234], + [8.957, 42.233], + [8.968, 42.233], + [8.972, 42.232], + [8.973, 42.233], + [8.977, 42.231], + [8.977, 42.228], + [8.98, 42.224], + [8.984, 42.225], + [8.992, 42.217], + [8.997, 42.214], + [9, 42.215], + [9.006, 42.213], + [9.006, 42.209], + [9.014, 42.208], + [9.018, 42.205], + [9.023, 42.203], + [9.027, 42.203], + [9.031, 42.205], + [9.038, 42.207], + [9.043, 42.207], + [9.046, 42.208], + [9.046, 42.211], + [9.049, 42.211], + [9.05, 42.214], + [9.054, 42.217], + [9.059, 42.215], + [9.059, 42.213], + [9.062, 42.211], + [9.07, 42.208], + [9.075, 42.21], + [9.078, 42.213], + [9.081, 42.215], + [9.085, 42.216], + [9.088, 42.215], + [9.092, 42.217], + [9.094, 42.219], + [9.096, 42.223], + [9.099, 42.226], + [9.102, 42.226], + [9.107, 42.227], + [9.11, 42.229], + [9.12, 42.231], + [9.121, 42.234], + [9.124, 42.239], + [9.122, 42.243], + [9.118, 42.245], + [9.122, 42.25], + [9.122, 42.252], + [9.126, 42.256], + [9.134, 42.261], + [9.133, 42.263], + [9.134, 42.265], + [9.133, 42.267], + [9.139, 42.27], + [9.141, 42.272], + [9.141, 42.276], + [9.145, 42.277], + [9.148, 42.277], + [9.15, 42.279], + [9.153, 42.277], + [9.155, 42.277], + [9.158, 42.273], + [9.162, 42.273], + [9.165, 42.274], + [9.168, 42.276], + [9.17, 42.275], + [9.18, 42.275], + [9.185, 42.277], + [9.189, 42.278], + [9.194, 42.281], + [9.201, 42.281], + [9.204, 42.282], + [9.206, 42.28], + [9.211, 42.279], + [9.208, 42.284], + [9.206, 42.285], + [9.199, 42.286], + [9.196, 42.288], + [9.196, 42.29], + [9.192, 42.293], + [9.188, 42.294], + [9.19, 42.299], + [9.189, 42.302], + [9.19, 42.307], + [9.192, 42.309], + [9.194, 42.315], + [9.192, 42.317], + [9.194, 42.32], + [9.194, 42.323], + [9.191, 42.323], + [9.19, 42.319], + [9.188, 42.32], + [9.181, 42.318], + [9.172, 42.32], + [9.172, 42.323], + [9.174, 42.328], + [9.17, 42.329], + [9.17, 42.331], + [9.16, 42.331], + [9.158, 42.332], + [9.159, 42.334], + [9.155, 42.339], + [9.152, 42.342], + [9.145, 42.344], + [9.143, 42.344], + [9.139, 42.341], + [9.135, 42.342], + [9.128, 42.342], + [9.113, 42.338], + [9.111, 42.33], + [9.099, 42.325], + [9.093, 42.323], + [9.094, 42.32], + [9.09, 42.317], + [9.086, 42.312], + [9.085, 42.308], + [9.076, 42.314], + [9.061, 42.306], + [9.056, 42.305], + [9.039, 42.296], + [9.035, 42.293], + [9.037, 42.283], + [9.034, 42.281], + [9.029, 42.28], + [9.028, 42.279], + [9.023, 42.278], + [9.019, 42.275], + [9.019, 42.271], + [9.012, 42.264], + [9.011, 42.262], + [9.008, 42.261], + [9.008, 42.259], + [9.006, 42.256], + [9.002, 42.255], + [8.997, 42.25], + [8.997, 42.247], + [8.995, 42.246], + [8.992, 42.243], + [8.986, 42.241], + [8.975, 42.241], + [8.967, 42.244], + [8.967, 42.246], + [8.964, 42.247], + [8.963, 42.25], + [8.958, 42.254], + [8.955, 42.252], + [8.95, 42.253], + [8.948, 42.252], + [8.942, 42.255], + [8.937, 42.258], + [8.933, 42.256], + [8.927, 42.254] + ] + ] + }, + "properties": { + "NOM_COM_M": "CORTE", + "INSEE_COM": "2B096", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.229, 42.241], + [9.234, 42.244], + [9.235, 42.247], + [9.232, 42.25], + [9.228, 42.25], + [9.225, 42.251], + [9.219, 42.249], + [9.213, 42.248], + [9.212, 42.249], + [9.212, 42.253], + [9.213, 42.254], + [9.206, 42.256], + [9.201, 42.255], + [9.196, 42.256], + [9.194, 42.255], + [9.19, 42.255], + [9.185, 42.254], + [9.185, 42.257], + [9.182, 42.257], + [9.182, 42.255], + [9.18, 42.252], + [9.177, 42.25], + [9.178, 42.248], + [9.177, 42.246], + [9.179, 42.244], + [9.186, 42.24], + [9.19, 42.24], + [9.192, 42.241], + [9.199, 42.243], + [9.202, 42.242], + [9.21, 42.242], + [9.211, 42.24], + [9.219, 42.243], + [9.223, 42.24], + [9.229, 42.241] + ] + ] + }, + "properties": { + "NOM_COM_M": "RIVENTOSA", + "INSEE_COM": "2B260", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.219, 42.163], + [9.223, 42.163], + [9.226, 42.16], + [9.231, 42.154], + [9.233, 42.153], + [9.235, 42.15], + [9.235, 42.148], + [9.237, 42.147], + [9.238, 42.143], + [9.242, 42.142], + [9.245, 42.142], + [9.247, 42.141], + [9.251, 42.141], + [9.251, 42.144], + [9.253, 42.145], + [9.252, 42.15], + [9.249, 42.153], + [9.249, 42.155], + [9.252, 42.157], + [9.255, 42.158], + [9.257, 42.161], + [9.268, 42.168], + [9.273, 42.169], + [9.276, 42.164], + [9.278, 42.163], + [9.278, 42.159], + [9.28, 42.157], + [9.282, 42.151], + [9.286, 42.148], + [9.287, 42.146], + [9.293, 42.142], + [9.294, 42.14], + [9.297, 42.139], + [9.298, 42.137], + [9.3, 42.137], + [9.307, 42.132], + [9.307, 42.129], + [9.31, 42.125], + [9.313, 42.122], + [9.318, 42.118], + [9.32, 42.119], + [9.321, 42.117], + [9.325, 42.115], + [9.329, 42.114], + [9.335, 42.117], + [9.34, 42.114], + [9.343, 42.111], + [9.345, 42.107], + [9.35, 42.106], + [9.356, 42.106], + [9.361, 42.104], + [9.363, 42.104], + [9.363, 42.1], + [9.368, 42.1], + [9.366, 42.102], + [9.366, 42.106], + [9.362, 42.109], + [9.356, 42.117], + [9.358, 42.119], + [9.358, 42.122], + [9.357, 42.124], + [9.352, 42.127], + [9.352, 42.129], + [9.348, 42.13], + [9.344, 42.134], + [9.342, 42.143], + [9.344, 42.145], + [9.337, 42.145], + [9.332, 42.148], + [9.328, 42.148], + [9.32, 42.151], + [9.317, 42.155], + [9.315, 42.159], + [9.318, 42.168], + [9.315, 42.174], + [9.317, 42.177], + [9.317, 42.181], + [9.312, 42.187], + [9.308, 42.186], + [9.308, 42.189], + [9.302, 42.19], + [9.295, 42.192], + [9.297, 42.196], + [9.295, 42.201], + [9.292, 42.199], + [9.291, 42.198], + [9.288, 42.199], + [9.284, 42.198], + [9.276, 42.195], + [9.275, 42.196], + [9.269, 42.196], + [9.265, 42.2], + [9.261, 42.198], + [9.258, 42.194], + [9.258, 42.192], + [9.255, 42.188], + [9.255, 42.186], + [9.25, 42.185], + [9.246, 42.183], + [9.238, 42.181], + [9.234, 42.178], + [9.23, 42.177], + [9.229, 42.175], + [9.223, 42.17], + [9.219, 42.165], + [9.219, 42.163] + ] + ] + }, + "properties": { + "NOM_COM_M": "VEZZANI", + "INSEE_COM": "2B347", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.047, 41.86], + [9.049, 41.859], + [9.056, 41.861], + [9.062, 41.868], + [9.065, 41.869], + [9.073, 41.867], + [9.079, 41.864], + [9.081, 41.862], + [9.085, 41.862], + [9.087, 41.863], + [9.086, 41.868], + [9.087, 41.873], + [9.09, 41.876], + [9.1, 41.884], + [9.097, 41.885], + [9.093, 41.885], + [9.09, 41.886], + [9.093, 41.889], + [9.088, 41.893], + [9.088, 41.895], + [9.086, 41.897], + [9.081, 41.899], + [9.078, 41.901], + [9.07, 41.903], + [9.067, 41.906], + [9.065, 41.905], + [9.062, 41.906], + [9.06, 41.905], + [9.061, 41.902], + [9.058, 41.895], + [9.058, 41.891], + [9.056, 41.89], + [9.055, 41.887], + [9.053, 41.884], + [9.053, 41.882], + [9.051, 41.881], + [9.049, 41.877], + [9.052, 41.874], + [9.049, 41.871], + [9.049, 41.867], + [9.047, 41.864], + [9.047, 41.86] + ] + ] + }, + "properties": { + "NOM_COM_M": "CORRANO", + "INSEE_COM": "2A094", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.219, 42.163], + [9.219, 42.165], + [9.218, 42.167], + [9.215, 42.168], + [9.212, 42.171], + [9.208, 42.174], + [9.203, 42.175], + [9.2, 42.177], + [9.197, 42.182], + [9.194, 42.184], + [9.193, 42.188], + [9.191, 42.19], + [9.189, 42.197], + [9.18, 42.197], + [9.175, 42.2], + [9.174, 42.198], + [9.171, 42.197], + [9.17, 42.194], + [9.168, 42.193], + [9.169, 42.19], + [9.174, 42.186], + [9.174, 42.183], + [9.175, 42.178], + [9.178, 42.176], + [9.178, 42.174], + [9.18, 42.171], + [9.18, 42.169], + [9.178, 42.167], + [9.177, 42.164], + [9.178, 42.162], + [9.176, 42.159], + [9.176, 42.157], + [9.172, 42.153], + [9.173, 42.151], + [9.172, 42.148], + [9.174, 42.144], + [9.178, 42.141], + [9.18, 42.141], + [9.181, 42.142], + [9.189, 42.143], + [9.196, 42.147], + [9.203, 42.149], + [9.209, 42.155], + [9.215, 42.159], + [9.217, 42.162], + [9.219, 42.163] + ] + ] + }, + "properties": { + "NOM_COM_M": "MURACCIOLE", + "INSEE_COM": "2B171", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.008, 41.831], + [9.012, 41.83], + [9.015, 41.831], + [9.017, 41.835], + [9.022, 41.838], + [9.025, 41.838], + [9.026, 41.841], + [9.032, 41.841], + [9.033, 41.845], + [9.035, 41.848], + [9.035, 41.852], + [9.036, 41.853], + [9.033, 41.857], + [9.03, 41.857], + [9.027, 41.856], + [9.025, 41.858], + [9.022, 41.858], + [9.022, 41.856], + [9.018, 41.858], + [9.014, 41.858], + [9.01, 41.861], + [9.006, 41.861], + [8.999, 41.863], + [8.998, 41.859], + [8.996, 41.859], + [8.995, 41.855], + [8.997, 41.852], + [8.999, 41.853], + [9.003, 41.849], + [9.005, 41.846], + [9.004, 41.844], + [9.006, 41.839], + [9.004, 41.835], + [9.007, 41.834], + [9.01, 41.834], + [9.01, 41.832], + [9.008, 41.831] + ] + ] + }, + "properties": { + "NOM_COM_M": "FORCIOLO", + "INSEE_COM": "2A117", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.309, 41.832], + [9.308, 41.831], + [9.305, 41.832], + [9.303, 41.826], + [9.301, 41.826], + [9.298, 41.822], + [9.293, 41.818], + [9.284, 41.816], + [9.28, 41.814], + [9.276, 41.814], + [9.275, 41.81], + [9.273, 41.808], + [9.273, 41.807], + [9.277, 41.794], + [9.312, 41.784], + [9.313, 41.78], + [9.329, 41.784], + [9.334, 41.786], + [9.347, 41.779], + [9.35, 41.78], + [9.353, 41.778], + [9.357, 41.771], + [9.36, 41.764], + [9.364, 41.765], + [9.37, 41.765], + [9.373, 41.766], + [9.376, 41.766], + [9.38, 41.765], + [9.383, 41.767], + [9.386, 41.77], + [9.392, 41.774], + [9.395, 41.773], + [9.397, 41.774], + [9.396, 41.777], + [9.398, 41.778], + [9.399, 41.782], + [9.397, 41.784], + [9.4, 41.786], + [9.4, 41.789], + [9.397, 41.791], + [9.397, 41.794], + [9.394, 41.798], + [9.398, 41.802], + [9.399, 41.806], + [9.402, 41.813], + [9.405, 41.818], + [9.406, 41.823], + [9.405, 41.828], + [9.405, 41.832], + [9.403, 41.836], + [9.403, 41.839], + [9.402, 41.841], + [9.404, 41.842], + [9.4, 41.85], + [9.402, 41.854], + [9.401, 41.856], + [9.403, 41.857], + [9.402, 41.86], + [9.401, 41.859], + [9.396, 41.86], + [9.395, 41.863], + [9.386, 41.868], + [9.379, 41.865], + [9.378, 41.867], + [9.374, 41.865], + [9.371, 41.865], + [9.37, 41.861], + [9.366, 41.861], + [9.363, 41.86], + [9.362, 41.858], + [9.359, 41.857], + [9.357, 41.855], + [9.354, 41.855], + [9.352, 41.849], + [9.349, 41.849], + [9.347, 41.846], + [9.339, 41.846], + [9.335, 41.842], + [9.33, 41.839], + [9.33, 41.837], + [9.327, 41.837], + [9.326, 41.834], + [9.323, 41.835], + [9.32, 41.835], + [9.317, 41.832], + [9.313, 41.833], + [9.309, 41.832] + ] + ] + }, + "properties": { + "NOM_COM_M": "SARI SOLENZARA", + "INSEE_COM": "2A269", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.236, 41.876], + [9.235, 41.879], + [9.239, 41.885], + [9.241, 41.885], + [9.246, 41.892], + [9.248, 41.893], + [9.252, 41.899], + [9.248, 41.91], + [9.243, 41.91], + [9.242, 41.911], + [9.237, 41.913], + [9.234, 41.916], + [9.23, 41.916], + [9.224, 41.915], + [9.222, 41.914], + [9.22, 41.915], + [9.217, 41.913], + [9.214, 41.917], + [9.208, 41.916], + [9.206, 41.915], + [9.201, 41.915], + [9.199, 41.917], + [9.194, 41.915], + [9.19, 41.911], + [9.18, 41.907], + [9.179, 41.91], + [9.174, 41.911], + [9.169, 41.91], + [9.166, 41.912], + [9.166, 41.915], + [9.165, 41.919], + [9.162, 41.921], + [9.156, 41.924], + [9.152, 41.923], + [9.141, 41.927], + [9.139, 41.931], + [9.135, 41.931], + [9.132, 41.929], + [9.129, 41.929], + [9.127, 41.928], + [9.122, 41.928], + [9.118, 41.93], + [9.113, 41.927], + [9.113, 41.924], + [9.11, 41.923], + [9.107, 41.928], + [9.106, 41.923], + [9.109, 41.922], + [9.109, 41.918], + [9.105, 41.917], + [9.106, 41.913], + [9.106, 41.91], + [9.103, 41.908], + [9.101, 41.91], + [9.098, 41.907], + [9.101, 41.906], + [9.101, 41.903], + [9.097, 41.899], + [9.096, 41.895], + [9.094, 41.894], + [9.093, 41.889], + [9.09, 41.886], + [9.093, 41.885], + [9.097, 41.885], + [9.1, 41.884], + [9.09, 41.876], + [9.087, 41.873], + [9.086, 41.868], + [9.087, 41.863], + [9.088, 41.862], + [9.092, 41.862], + [9.096, 41.863], + [9.097, 41.861], + [9.106, 41.858], + [9.108, 41.857], + [9.116, 41.855], + [9.119, 41.856], + [9.119, 41.858], + [9.124, 41.856], + [9.131, 41.856], + [9.134, 41.858], + [9.137, 41.858], + [9.144, 41.861], + [9.145, 41.859], + [9.144, 41.857], + [9.145, 41.853], + [9.14, 41.85], + [9.148, 41.848], + [9.147, 41.846], + [9.152, 41.844], + [9.159, 41.84], + [9.163, 41.839], + [9.171, 41.841], + [9.179, 41.841], + [9.185, 41.84], + [9.189, 41.837], + [9.193, 41.837], + [9.203, 41.845], + [9.204, 41.847], + [9.209, 41.852], + [9.216, 41.852], + [9.22, 41.854], + [9.227, 41.855], + [9.231, 41.86], + [9.233, 41.868], + [9.237, 41.874], + [9.236, 41.876] + ] + ] + }, + "properties": { + "NOM_COM_M": "ZICAVO", + "INSEE_COM": "2A359", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.11, 41.975], + [9.108, 41.972], + [9.115, 41.963], + [9.115, 41.959], + [9.113, 41.952], + [9.113, 41.942], + [9.109, 41.939], + [9.109, 41.931], + [9.107, 41.928], + [9.11, 41.923], + [9.113, 41.924], + [9.113, 41.927], + [9.118, 41.93], + [9.122, 41.928], + [9.127, 41.928], + [9.126, 41.93], + [9.13, 41.934], + [9.134, 41.941], + [9.133, 41.943], + [9.136, 41.947], + [9.136, 41.949], + [9.133, 41.953], + [9.127, 41.957], + [9.128, 41.959], + [9.125, 41.96], + [9.128, 41.962], + [9.127, 41.964], + [9.118, 41.968], + [9.11, 41.975] + ] + ] + }, + "properties": { + "NOM_COM_M": "SAMPOLO", + "INSEE_COM": "2A268", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.402, 41.86], + [9.399, 41.864], + [9.399, 41.867], + [9.397, 41.875], + [9.399, 41.882], + [9.402, 41.886], + [9.401, 41.888], + [9.403, 41.899], + [9.409, 41.907], + [9.406, 41.907], + [9.404, 41.909], + [9.399, 41.91], + [9.391, 41.911], + [9.386, 41.914], + [9.377, 41.917], + [9.366, 41.92], + [9.354, 41.92], + [9.35, 41.922], + [9.345, 41.92], + [9.341, 41.919], + [9.338, 41.92], + [9.332, 41.921], + [9.33, 41.923], + [9.327, 41.922], + [9.324, 41.922], + [9.32, 41.926], + [9.315, 41.925], + [9.313, 41.921], + [9.312, 41.921], + [9.309, 41.921], + [9.306, 41.918], + [9.301, 41.915], + [9.297, 41.915], + [9.294, 41.914], + [9.291, 41.911], + [9.286, 41.909], + [9.285, 41.906], + [9.281, 41.906], + [9.279, 41.902], + [9.277, 41.901], + [9.273, 41.895], + [9.263, 41.891], + [9.258, 41.885], + [9.256, 41.885], + [9.25, 41.882], + [9.243, 41.882], + [9.238, 41.879], + [9.236, 41.876], + [9.237, 41.874], + [9.233, 41.868], + [9.231, 41.86], + [9.227, 41.855], + [9.232, 41.853], + [9.233, 41.85], + [9.237, 41.846], + [9.241, 41.849], + [9.245, 41.85], + [9.249, 41.847], + [9.255, 41.845], + [9.26, 41.845], + [9.266, 41.843], + [9.269, 41.84], + [9.271, 41.841], + [9.275, 41.841], + [9.283, 41.844], + [9.288, 41.845], + [9.289, 41.843], + [9.292, 41.843], + [9.299, 41.845], + [9.302, 41.844], + [9.304, 41.842], + [9.306, 41.842], + [9.309, 41.84], + [9.308, 41.836], + [9.309, 41.832], + [9.313, 41.833], + [9.317, 41.832], + [9.32, 41.835], + [9.323, 41.835], + [9.326, 41.834], + [9.327, 41.837], + [9.33, 41.837], + [9.33, 41.839], + [9.335, 41.842], + [9.339, 41.846], + [9.347, 41.846], + [9.349, 41.849], + [9.352, 41.849], + [9.354, 41.855], + [9.357, 41.855], + [9.359, 41.857], + [9.362, 41.858], + [9.363, 41.86], + [9.366, 41.861], + [9.37, 41.861], + [9.371, 41.865], + [9.374, 41.865], + [9.378, 41.867], + [9.379, 41.865], + [9.386, 41.868], + [9.395, 41.863], + [9.396, 41.86], + [9.401, 41.859], + [9.402, 41.86] + ] + ] + }, + "properties": { + "NOM_COM_M": "SOLARO", + "INSEE_COM": "2B283", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.139, 41.931], + [9.141, 41.927], + [9.152, 41.923], + [9.156, 41.924], + [9.162, 41.921], + [9.165, 41.919], + [9.166, 41.915], + [9.166, 41.912], + [9.169, 41.91], + [9.174, 41.911], + [9.179, 41.91], + [9.18, 41.907], + [9.19, 41.911], + [9.194, 41.915], + [9.199, 41.917], + [9.201, 41.915], + [9.206, 41.915], + [9.208, 41.916], + [9.214, 41.917], + [9.214, 41.918], + [9.22, 41.922], + [9.222, 41.922], + [9.226, 41.928], + [9.228, 41.929], + [9.231, 41.933], + [9.229, 41.932], + [9.226, 41.934], + [9.224, 41.934], + [9.221, 41.937], + [9.215, 41.942], + [9.217, 41.944], + [9.221, 41.946], + [9.223, 41.949], + [9.211, 41.953], + [9.198, 41.957], + [9.193, 41.953], + [9.182, 41.955], + [9.179, 41.953], + [9.172, 41.956], + [9.171, 41.955], + [9.166, 41.954], + [9.163, 41.953], + [9.164, 41.95], + [9.161, 41.945], + [9.158, 41.943], + [9.155, 41.942], + [9.155, 41.94], + [9.147, 41.94], + [9.146, 41.936], + [9.141, 41.935], + [9.141, 41.931], + [9.139, 41.931] + ] + ] + }, + "properties": { + "NOM_COM_M": "COZZANO", + "INSEE_COM": "2A099", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.22, 41.99], + [9.216, 41.992], + [9.215, 41.994], + [9.217, 41.996], + [9.219, 42.008], + [9.22, 42.019], + [9.221, 42.027], + [9.215, 42.028], + [9.212, 42.028], + [9.21, 42.03], + [9.207, 42.03], + [9.203, 42.028], + [9.196, 42.028], + [9.192, 42.031], + [9.189, 42.032], + [9.187, 42.031], + [9.182, 42.031], + [9.181, 42.03], + [9.176, 42.029], + [9.172, 42.027], + [9.161, 42.025], + [9.16, 42.027], + [9.157, 42.025], + [9.156, 42.023], + [9.151, 42.018], + [9.148, 42.011], + [9.147, 42.011], + [9.154, 42.002], + [9.156, 42], + [9.161, 42], + [9.154, 41.981], + [9.162, 41.977], + [9.161, 41.972], + [9.164, 41.97], + [9.162, 41.967], + [9.162, 41.963], + [9.164, 41.96], + [9.164, 41.958], + [9.162, 41.956], + [9.164, 41.954], + [9.166, 41.954], + [9.171, 41.955], + [9.172, 41.956], + [9.179, 41.953], + [9.182, 41.955], + [9.193, 41.953], + [9.198, 41.957], + [9.211, 41.953], + [9.223, 41.949], + [9.223, 41.955], + [9.225, 41.959], + [9.223, 41.963], + [9.225, 41.971], + [9.224, 41.973], + [9.22, 41.975], + [9.221, 41.981], + [9.219, 41.986], + [9.22, 41.99] + ] + ] + }, + "properties": { + "NOM_COM_M": "PALNECA", + "INSEE_COM": "2A200", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.053, 41.959], + [9.058, 41.961], + [9.062, 41.964], + [9.065, 41.963], + [9.068, 41.963], + [9.07, 41.961], + [9.072, 41.963], + [9.074, 41.963], + [9.077, 41.966], + [9.08, 41.966], + [9.083, 41.968], + [9.083, 41.971], + [9.085, 41.972], + [9.086, 41.975], + [9.091, 41.975], + [9.095, 41.978], + [9.097, 41.978], + [9.1, 41.979], + [9.103, 41.984], + [9.104, 41.988], + [9.106, 41.989], + [9.111, 41.99], + [9.112, 41.993], + [9.116, 41.994], + [9.119, 41.993], + [9.122, 41.995], + [9.124, 41.999], + [9.127, 42.002], + [9.133, 42.003], + [9.138, 42.006], + [9.142, 42.007], + [9.147, 42.011], + [9.148, 42.011], + [9.151, 42.018], + [9.156, 42.023], + [9.157, 42.025], + [9.16, 42.027], + [9.155, 42.033], + [9.152, 42.036], + [9.152, 42.041], + [9.149, 42.04], + [9.145, 42.042], + [9.141, 42.047], + [9.141, 42.049], + [9.138, 42.05], + [9.137, 42.052], + [9.133, 42.052], + [9.131, 42.054], + [9.132, 42.058], + [9.134, 42.06], + [9.126, 42.058], + [9.124, 42.056], + [9.112, 42.052], + [9.112, 42.047], + [9.107, 42.043], + [9.103, 42.045], + [9.09, 42.041], + [9.088, 42.04], + [9.085, 42.042], + [9.079, 42.043], + [9.075, 42.041], + [9.073, 42.037], + [9.071, 42.036], + [9.063, 42.037], + [9.054, 42.039], + [9.045, 42.035], + [9.041, 42.034], + [9.04, 42.036], + [9.037, 42.035], + [9.036, 42.033], + [9.033, 42.031], + [9.029, 42.037], + [9.027, 42.037], + [9.026, 42.039], + [9.021, 42.041], + [9.023, 42.036], + [9.015, 42.03], + [9.013, 42.03], + [9.01, 42.028], + [9.006, 42.02], + [9.001, 42.021], + [8.997, 42.02], + [8.991, 42.016], + [8.986, 42.012], + [8.984, 42.011], + [8.978, 42.01], + [8.976, 42.006], + [8.974, 42.005], + [8.974, 42], + [8.975, 41.998], + [8.983, 41.996], + [8.984, 41.997], + [8.989, 41.997], + [8.993, 41.995], + [8.995, 41.992], + [8.998, 41.989], + [9, 41.988], + [9, 41.985], + [9.003, 41.984], + [9.005, 41.981], + [9.004, 41.978], + [9.001, 41.978], + [8.999, 41.975], + [8.998, 41.971], + [8.995, 41.97], + [8.993, 41.968], + [8.996, 41.966], + [8.996, 41.964], + [8.993, 41.962], + [8.987, 41.961], + [8.983, 41.958], + [8.982, 41.956], + [8.984, 41.953], + [8.984, 41.949], + [8.982, 41.944], + [8.979, 41.944], + [8.977, 41.942], + [8.974, 41.942], + [8.973, 41.94], + [8.974, 41.938], + [8.967, 41.938], + [8.963, 41.932], + [8.959, 41.931], + [8.957, 41.932], + [8.954, 41.932], + [8.95, 41.931], + [8.954, 41.924], + [8.951, 41.921], + [8.95, 41.918], + [8.953, 41.915], + [8.952, 41.912], + [8.952, 41.904], + [8.955, 41.899], + [8.96, 41.897], + [8.963, 41.899], + [8.969, 41.9], + [8.97, 41.904], + [8.978, 41.905], + [8.983, 41.906], + [8.988, 41.909], + [8.991, 41.911], + [8.995, 41.912], + [8.999, 41.911], + [9.005, 41.914], + [9.008, 41.918], + [9.012, 41.922], + [9.018, 41.924], + [9.02, 41.928], + [9.022, 41.928], + [9.025, 41.928], + [9.027, 41.932], + [9.029, 41.934], + [9.034, 41.936], + [9.036, 41.939], + [9.036, 41.944], + [9.039, 41.945], + [9.041, 41.947], + [9.045, 41.946], + [9.048, 41.955], + [9.047, 41.957], + [9.051, 41.96], + [9.053, 41.959] + ] + ] + }, + "properties": { + "NOM_COM_M": "BASTELICA", + "INSEE_COM": "2A031", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.541, 42.337], + [9.54, 42.339], + [9.541, 42.343], + [9.539, 42.343], + [9.537, 42.349], + [9.537, 42.353], + [9.535, 42.355], + [9.535, 42.359], + [9.53, 42.358], + [9.526, 42.36], + [9.519, 42.36], + [9.516, 42.362], + [9.505, 42.36], + [9.503, 42.361], + [9.498, 42.362], + [9.496, 42.361], + [9.493, 42.361], + [9.49, 42.362], + [9.486, 42.359], + [9.482, 42.355], + [9.48, 42.353], + [9.476, 42.343], + [9.476, 42.341], + [9.48, 42.342], + [9.485, 42.341], + [9.49, 42.341], + [9.493, 42.34], + [9.498, 42.341], + [9.506, 42.339], + [9.512, 42.341], + [9.515, 42.343], + [9.52, 42.343], + [9.52, 42.342], + [9.53, 42.342], + [9.533, 42.343], + [9.536, 42.338], + [9.541, 42.337] + ] + ] + }, + "properties": { + "NOM_COM_M": "SANTA MARIA POGGIO", + "INSEE_COM": "2B311", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.453, 42.525], + [9.452, 42.523], + [9.448, 42.521], + [9.45, 42.518], + [9.449, 42.516], + [9.451, 42.512], + [9.449, 42.509], + [9.451, 42.504], + [9.446, 42.503], + [9.439, 42.499], + [9.434, 42.499], + [9.425, 42.496], + [9.418, 42.492], + [9.43, 42.49], + [9.433, 42.488], + [9.44, 42.488], + [9.445, 42.487], + [9.447, 42.489], + [9.45, 42.49], + [9.45, 42.493], + [9.456, 42.494], + [9.456, 42.495], + [9.467, 42.499], + [9.464, 42.503], + [9.468, 42.503], + [9.466, 42.506], + [9.472, 42.507], + [9.474, 42.506], + [9.479, 42.507], + [9.485, 42.513], + [9.485, 42.514], + [9.491, 42.514], + [9.497, 42.516], + [9.507, 42.517], + [9.508, 42.521], + [9.511, 42.521], + [9.515, 42.522], + [9.518, 42.522], + [9.523, 42.52], + [9.53, 42.522], + [9.531, 42.524], + [9.533, 42.524], + [9.529, 42.526], + [9.525, 42.524], + [9.521, 42.524], + [9.52, 42.527], + [9.521, 42.529], + [9.519, 42.531], + [9.514, 42.532], + [9.513, 42.535], + [9.505, 42.535], + [9.5, 42.538], + [9.498, 42.535], + [9.494, 42.533], + [9.491, 42.534], + [9.488, 42.537], + [9.485, 42.536], + [9.483, 42.533], + [9.48, 42.533], + [9.478, 42.535], + [9.469, 42.534], + [9.47, 42.532], + [9.465, 42.53], + [9.461, 42.527], + [9.453, 42.525] + ] + ] + }, + "properties": { + "NOM_COM_M": "VESCOVATO", + "INSEE_COM": "2B346", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.975, 42.614], + [8.972, 42.613], + [8.968, 42.61], + [8.965, 42.607], + [8.965, 42.605], + [8.961, 42.604], + [8.958, 42.604], + [8.952, 42.602], + [8.949, 42.601], + [8.949, 42.587], + [8.948, 42.585], + [8.95, 42.583], + [8.951, 42.58], + [8.948, 42.576], + [8.949, 42.574], + [8.952, 42.573], + [8.957, 42.565], + [8.959, 42.563], + [8.96, 42.56], + [8.959, 42.558], + [8.962, 42.555], + [8.961, 42.551], + [8.962, 42.548], + [8.967, 42.546], + [8.968, 42.542], + [8.972, 42.538], + [8.974, 42.538], + [8.978, 42.54], + [8.985, 42.54], + [8.988, 42.543], + [8.992, 42.546], + [8.996, 42.547], + [8.999, 42.549], + [8.993, 42.553], + [8.99, 42.554], + [8.983, 42.564], + [8.984, 42.572], + [8.984, 42.58], + [8.981, 42.582], + [8.978, 42.588], + [8.978, 42.598], + [8.976, 42.6], + [8.976, 42.603], + [8.978, 42.604], + [8.976, 42.607], + [8.978, 42.609], + [8.978, 42.612], + [8.975, 42.614] + ] + ] + }, + "properties": { + "NOM_COM_M": "SPELONCATO", + "INSEE_COM": "2B290", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.004, 42.569], + [9.003, 42.578], + [9, 42.585], + [8.996, 42.585], + [8.997, 42.582], + [8.995, 42.578], + [8.993, 42.576], + [8.993, 42.574], + [8.999, 42.569], + [9.001, 42.568], + [9.004, 42.569] + ] + ] + }, + "properties": { + "NOM_COM_M": "COSTA", + "INSEE_COM": "2B097", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.93, 42.373], + [8.929, 42.37], + [8.931, 42.369], + [8.935, 42.369], + [8.945, 42.364], + [8.95, 42.362], + [8.951, 42.36], + [8.951, 42.357], + [8.952, 42.355], + [8.953, 42.35], + [8.954, 42.35], + [8.958, 42.344], + [8.96, 42.343], + [8.963, 42.344], + [8.964, 42.337], + [8.972, 42.336], + [8.975, 42.337], + [8.978, 42.335], + [8.981, 42.335], + [8.989, 42.333], + [8.995, 42.335], + [8.998, 42.334], + [9.001, 42.336], + [9.013, 42.341], + [9.013, 42.343], + [9.019, 42.347], + [9.025, 42.353], + [9.021, 42.356], + [9.018, 42.357], + [9.017, 42.36], + [9.018, 42.362], + [9.016, 42.364], + [9.019, 42.37], + [9.019, 42.371], + [9.014, 42.373], + [9.01, 42.378], + [9.005, 42.378], + [9.001, 42.379], + [8.997, 42.383], + [8.994, 42.384], + [8.989, 42.388], + [8.98, 42.39], + [8.978, 42.392], + [8.971, 42.392], + [8.966, 42.39], + [8.961, 42.387], + [8.958, 42.384], + [8.955, 42.383], + [8.952, 42.383], + [8.946, 42.38], + [8.942, 42.377], + [8.937, 42.376], + [8.93, 42.373] + ] + ] + }, + "properties": { + "NOM_COM_M": "LOZZI", + "INSEE_COM": "2B147", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.051, 41.71], + [9.052, 41.707], + [9.055, 41.708], + [9.052, 41.71], + [9.059, 41.712], + [9.063, 41.71], + [9.067, 41.712], + [9.067, 41.714], + [9.077, 41.714], + [9.091, 41.721], + [9.088, 41.724], + [9.088, 41.729], + [9.089, 41.731], + [9.084, 41.736], + [9.083, 41.738], + [9.079, 41.732], + [9.075, 41.733], + [9.074, 41.731], + [9.071, 41.73], + [9.069, 41.727], + [9.066, 41.725], + [9.064, 41.725], + [9.061, 41.723], + [9.056, 41.721], + [9.052, 41.719], + [9.05, 41.716], + [9.049, 41.712], + [9.051, 41.71] + ] + ] + }, + "properties": { + "NOM_COM_M": "ZOZA", + "INSEE_COM": "2A363", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.152, 41.844], + [9.142, 41.834], + [9.136, 41.826], + [9.132, 41.823], + [9.13, 41.819], + [9.126, 41.816], + [9.118, 41.811], + [9.116, 41.808], + [9.117, 41.805], + [9.116, 41.803], + [9.112, 41.802], + [9.109, 41.8], + [9.107, 41.796], + [9.102, 41.794], + [9.101, 41.79], + [9.096, 41.783], + [9.095, 41.779], + [9.095, 41.774], + [9.093, 41.772], + [9.09, 41.772], + [9.089, 41.77], + [9.09, 41.768], + [9.088, 41.765], + [9.082, 41.764], + [9.082, 41.76], + [9.081, 41.757], + [9.085, 41.753], + [9.084, 41.75], + [9.082, 41.748], + [9.083, 41.745], + [9.082, 41.744], + [9.076, 41.743], + [9.074, 41.741], + [9.076, 41.734], + [9.079, 41.732], + [9.083, 41.738], + [9.084, 41.736], + [9.089, 41.731], + [9.088, 41.729], + [9.088, 41.724], + [9.091, 41.721], + [9.094, 41.724], + [9.094, 41.726], + [9.099, 41.731], + [9.095, 41.733], + [9.096, 41.735], + [9.094, 41.736], + [9.099, 41.74], + [9.098, 41.744], + [9.1, 41.746], + [9.104, 41.745], + [9.106, 41.754], + [9.108, 41.754], + [9.109, 41.757], + [9.113, 41.764], + [9.114, 41.767], + [9.123, 41.772], + [9.124, 41.774], + [9.122, 41.777], + [9.123, 41.782], + [9.122, 41.791], + [9.123, 41.794], + [9.126, 41.799], + [9.129, 41.802], + [9.13, 41.806], + [9.134, 41.811], + [9.139, 41.82], + [9.143, 41.821], + [9.147, 41.828], + [9.147, 41.83], + [9.151, 41.831], + [9.153, 41.834], + [9.156, 41.835], + [9.157, 41.834], + [9.16, 41.838], + [9.163, 41.839], + [9.159, 41.84], + [9.152, 41.844] + ] + ] + }, + "properties": { + "NOM_COM_M": "SERRA DI SCOPAMENE", + "INSEE_COM": "2A278", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [8.573, 42.382], + [8.576, 42.38], + [8.577, 42.377], + [8.572, 42.372], + [8.573, 42.37], + [8.565, 42.371], + [8.563, 42.369], + [8.56, 42.372], + [8.557, 42.371], + [8.553, 42.373], + [8.552, 42.376], + [8.55, 42.379], + [8.546, 42.378], + [8.545, 42.374], + [8.546, 42.37], + [8.543, 42.369], + [8.544, 42.367], + [8.546, 42.367], + [8.551, 42.365], + [8.554, 42.366], + [8.556, 42.365], + [8.556, 42.357], + [8.554, 42.355], + [8.557, 42.354], + [8.555, 42.35], + [8.553, 42.348], + [8.56, 42.344], + [8.557, 42.342], + [8.558, 42.34], + [8.556, 42.338], + [8.556, 42.336], + [8.553, 42.335], + [8.553, 42.333], + [8.559, 42.334], + [8.563, 42.333], + [8.565, 42.335], + [8.568, 42.336], + [8.568, 42.338], + [8.573, 42.338], + [8.577, 42.341], + [8.577, 42.343], + [8.582, 42.347], + [8.582, 42.349], + [8.587, 42.35], + [8.59, 42.353], + [8.596, 42.354], + [8.602, 42.353], + [8.604, 42.35], + [8.608, 42.35], + [8.611, 42.348], + [8.615, 42.35], + [8.618, 42.347], + [8.617, 42.344], + [8.619, 42.341], + [8.625, 42.34], + [8.628, 42.341], + [8.627, 42.336], + [8.628, 42.332], + [8.622, 42.328], + [8.62, 42.328], + [8.619, 42.326], + [8.617, 42.327], + [8.607, 42.323], + [8.605, 42.323], + [8.598, 42.319], + [8.598, 42.317], + [8.602, 42.316], + [8.602, 42.313], + [8.605, 42.311], + [8.602, 42.31], + [8.605, 42.307], + [8.607, 42.307], + [8.609, 42.309], + [8.612, 42.309], + [8.618, 42.311], + [8.62, 42.311], + [8.626, 42.313], + [8.631, 42.31], + [8.631, 42.304], + [8.633, 42.305], + [8.638, 42.304], + [8.64, 42.302], + [8.641, 42.299], + [8.646, 42.301], + [8.646, 42.303], + [8.649, 42.303], + [8.654, 42.301], + [8.66, 42.302], + [8.663, 42.303], + [8.664, 42.305], + [8.669, 42.306], + [8.671, 42.308], + [8.673, 42.307], + [8.676, 42.31], + [8.674, 42.316], + [8.678, 42.319], + [8.676, 42.329], + [8.67, 42.333], + [8.672, 42.336], + [8.677, 42.341], + [8.68, 42.346], + [8.684, 42.348], + [8.682, 42.351], + [8.683, 42.354], + [8.681, 42.357], + [8.682, 42.36], + [8.672, 42.36], + [8.664, 42.358], + [8.659, 42.359], + [8.657, 42.361], + [8.65, 42.362], + [8.643, 42.368], + [8.643, 42.37], + [8.641, 42.374], + [8.637, 42.373], + [8.635, 42.374], + [8.629, 42.372], + [8.623, 42.371], + [8.62, 42.372], + [8.618, 42.375], + [8.615, 42.373], + [8.61, 42.374], + [8.605, 42.372], + [8.602, 42.369], + [8.6, 42.369], + [8.598, 42.371], + [8.595, 42.37], + [8.594, 42.372], + [8.591, 42.373], + [8.591, 42.375], + [8.589, 42.376], + [8.587, 42.379], + [8.578, 42.38], + [8.573, 42.382] + ] + ], + [ + [ + [8.542, 42.37], + [8.538, 42.372], + [8.535, 42.371], + [8.54, 42.368], + [8.542, 42.37] + ] + ] + ] + }, + "properties": { + "NOM_COM_M": "OSANI", + "INSEE_COM": "2A197", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.462, 42.446], + [9.461, 42.449], + [9.459, 42.45], + [9.456, 42.448], + [9.457, 42.444], + [9.453, 42.446], + [9.451, 42.444], + [9.455, 42.443], + [9.451, 42.441], + [9.453, 42.437], + [9.449, 42.436], + [9.445, 42.432], + [9.445, 42.43], + [9.442, 42.429], + [9.439, 42.43], + [9.434, 42.429], + [9.432, 42.426], + [9.434, 42.425], + [9.435, 42.422], + [9.433, 42.419], + [9.432, 42.415], + [9.434, 42.412], + [9.439, 42.409], + [9.439, 42.408], + [9.447, 42.404], + [9.448, 42.407], + [9.451, 42.411], + [9.453, 42.412], + [9.458, 42.42], + [9.458, 42.423], + [9.463, 42.427], + [9.462, 42.43], + [9.463, 42.433], + [9.461, 42.434], + [9.458, 42.439], + [9.46, 42.442], + [9.462, 42.443], + [9.462, 42.446] + ] + ] + }, + "properties": { + "NOM_COM_M": "PRUNO", + "INSEE_COM": "2B252", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.379, 42.3], + [9.381, 42.295], + [9.376, 42.291], + [9.374, 42.282], + [9.372, 42.279], + [9.374, 42.278], + [9.374, 42.276], + [9.378, 42.273], + [9.38, 42.272], + [9.384, 42.272], + [9.385, 42.269], + [9.387, 42.269], + [9.388, 42.266], + [9.392, 42.265], + [9.392, 42.267], + [9.394, 42.268], + [9.397, 42.266], + [9.4, 42.271], + [9.401, 42.275], + [9.4, 42.278], + [9.402, 42.279], + [9.401, 42.283], + [9.401, 42.289], + [9.398, 42.292], + [9.396, 42.298], + [9.394, 42.297], + [9.387, 42.3], + [9.379, 42.3] + ] + ] + }, + "properties": { + "NOM_COM_M": "MATRA", + "INSEE_COM": "2B155", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.15, 42.452], + [9.143, 42.451], + [9.14, 42.454], + [9.135, 42.452], + [9.132, 42.452], + [9.128, 42.45], + [9.121, 42.448], + [9.121, 42.443], + [9.114, 42.44], + [9.111, 42.441], + [9.101, 42.44], + [9.102, 42.437], + [9.105, 42.434], + [9.107, 42.43], + [9.113, 42.43], + [9.114, 42.428], + [9.117, 42.427], + [9.125, 42.427], + [9.129, 42.426], + [9.131, 42.428], + [9.139, 42.426], + [9.144, 42.422], + [9.147, 42.422], + [9.152, 42.425], + [9.155, 42.425], + [9.157, 42.427], + [9.159, 42.432], + [9.158, 42.435], + [9.158, 42.44], + [9.162, 42.439], + [9.164, 42.441], + [9.156, 42.443], + [9.156, 42.445], + [9.154, 42.448], + [9.15, 42.452] + ] + ] + }, + "properties": { + "NOM_COM_M": "POPOLASCA", + "INSEE_COM": "2B244", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.229, 42.549], + [9.222, 42.552], + [9.222, 42.555], + [9.223, 42.558], + [9.22, 42.56], + [9.214, 42.564], + [9.216, 42.569], + [9.216, 42.572], + [9.215, 42.576], + [9.212, 42.579], + [9.208, 42.576], + [9.201, 42.573], + [9.196, 42.573], + [9.178, 42.563], + [9.174, 42.562], + [9.171, 42.563], + [9.166, 42.562], + [9.164, 42.565], + [9.16, 42.562], + [9.159, 42.558], + [9.156, 42.561], + [9.151, 42.563], + [9.149, 42.565], + [9.134, 42.57], + [9.129, 42.564], + [9.127, 42.561], + [9.127, 42.56], + [9.133, 42.56], + [9.134, 42.559], + [9.13, 42.553], + [9.132, 42.546], + [9.137, 42.547], + [9.138, 42.544], + [9.138, 42.539], + [9.14, 42.541], + [9.144, 42.54], + [9.145, 42.537], + [9.15, 42.531], + [9.154, 42.532], + [9.156, 42.528], + [9.158, 42.529], + [9.158, 42.524], + [9.161, 42.524], + [9.162, 42.522], + [9.164, 42.522], + [9.166, 42.52], + [9.168, 42.52], + [9.169, 42.516], + [9.172, 42.516], + [9.174, 42.513], + [9.175, 42.51], + [9.178, 42.508], + [9.181, 42.51], + [9.186, 42.509], + [9.19, 42.509], + [9.193, 42.506], + [9.195, 42.509], + [9.198, 42.51], + [9.2, 42.513], + [9.204, 42.516], + [9.207, 42.517], + [9.219, 42.516], + [9.222, 42.518], + [9.22, 42.522], + [9.222, 42.528], + [9.224, 42.53], + [9.225, 42.538], + [9.227, 42.54], + [9.225, 42.543], + [9.226, 42.545], + [9.225, 42.547], + [9.229, 42.549] + ] + ] + }, + "properties": { + "NOM_COM_M": "PIETRALBA", + "INSEE_COM": "2B223", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.191, 41.495], + [9.187, 41.499], + [9.182, 41.501], + [9.178, 41.504], + [9.174, 41.504], + [9.167, 41.509], + [9.168, 41.514], + [9.167, 41.519], + [9.171, 41.523], + [9.171, 41.525], + [9.174, 41.528], + [9.177, 41.528], + [9.177, 41.531], + [9.17, 41.535], + [9.169, 41.543], + [9.167, 41.543], + [9.167, 41.548], + [9.165, 41.548], + [9.167, 41.556], + [9.162, 41.555], + [9.156, 41.552], + [9.154, 41.552], + [9.153, 41.554], + [9.149, 41.554], + [9.149, 41.557], + [9.147, 41.559], + [9.144, 41.558], + [9.14, 41.56], + [9.138, 41.563], + [9.134, 41.564], + [9.132, 41.569], + [9.126, 41.577], + [9.12, 41.587], + [9.117, 41.59], + [9.113, 41.592], + [9.112, 41.596], + [9.104, 41.594], + [9.101, 41.589], + [9.096, 41.587], + [9.091, 41.584], + [9.087, 41.585], + [9.087, 41.581], + [9.089, 41.575], + [9.092, 41.575], + [9.095, 41.574], + [9.096, 41.572], + [9.091, 41.569], + [9.091, 41.568], + [9.086, 41.564], + [9.082, 41.562], + [9.081, 41.559], + [9.078, 41.555], + [9.075, 41.553], + [9.071, 41.547], + [9.069, 41.547], + [9.067, 41.544], + [9.063, 41.534], + [9.061, 41.532], + [9.064, 41.531], + [9.063, 41.529], + [9.068, 41.524], + [9.072, 41.525], + [9.076, 41.523], + [9.08, 41.52], + [9.083, 41.517], + [9.082, 41.512], + [9.079, 41.511], + [9.078, 41.508], + [9.076, 41.505], + [9.073, 41.505], + [9.074, 41.5], + [9.078, 41.495], + [9.077, 41.492], + [9.078, 41.487], + [9.084, 41.483], + [9.084, 41.482], + [9.079, 41.481], + [9.08, 41.477], + [9.078, 41.475], + [9.077, 41.472], + [9.073, 41.471], + [9.071, 41.469], + [9.071, 41.466], + [9.067, 41.466], + [9.067, 41.463], + [9.069, 41.461], + [9.069, 41.458], + [9.066, 41.458], + [9.066, 41.45], + [9.068, 41.45], + [9.071, 41.445], + [9.074, 41.443], + [9.078, 41.442], + [9.082, 41.442], + [9.086, 41.445], + [9.09, 41.445], + [9.091, 41.447], + [9.095, 41.45], + [9.099, 41.453], + [9.098, 41.456], + [9.099, 41.457], + [9.088, 41.46], + [9.091, 41.465], + [9.093, 41.465], + [9.095, 41.467], + [9.094, 41.47], + [9.097, 41.471], + [9.1, 41.474], + [9.107, 41.473], + [9.113, 41.473], + [9.118, 41.472], + [9.123, 41.475], + [9.126, 41.474], + [9.13, 41.47], + [9.138, 41.467], + [9.137, 41.462], + [9.136, 41.46], + [9.14, 41.457], + [9.143, 41.456], + [9.15, 41.456], + [9.15, 41.46], + [9.151, 41.461], + [9.158, 41.463], + [9.165, 41.467], + [9.165, 41.47], + [9.168, 41.472], + [9.169, 41.475], + [9.172, 41.475], + [9.175, 41.476], + [9.178, 41.479], + [9.179, 41.484], + [9.185, 41.488], + [9.191, 41.495] + ] + ] + }, + "properties": { + "NOM_COM_M": "FIGARI", + "INSEE_COM": "2A114", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.164, 41.656], + [9.168, 41.657], + [9.171, 41.66], + [9.172, 41.662], + [9.177, 41.665], + [9.177, 41.666], + [9.189, 41.672], + [9.19, 41.671], + [9.194, 41.671], + [9.191, 41.678], + [9.191, 41.681], + [9.189, 41.684], + [9.179, 41.692], + [9.173, 41.695], + [9.168, 41.697], + [9.165, 41.701], + [9.162, 41.698], + [9.161, 41.694], + [9.156, 41.691], + [9.151, 41.69], + [9.147, 41.69], + [9.146, 41.688], + [9.141, 41.686], + [9.14, 41.684], + [9.136, 41.684], + [9.135, 41.686], + [9.131, 41.686], + [9.128, 41.684], + [9.129, 41.682], + [9.126, 41.679], + [9.131, 41.677], + [9.131, 41.674], + [9.133, 41.673], + [9.132, 41.669], + [9.135, 41.667], + [9.133, 41.664], + [9.137, 41.662], + [9.138, 41.659], + [9.141, 41.659], + [9.145, 41.658], + [9.148, 41.656], + [9.153, 41.655], + [9.16, 41.656], + [9.164, 41.656] + ] + ] + }, + "properties": { + "NOM_COM_M": "CARBINI", + "INSEE_COM": "2A061", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.048, 42.176], + [9.048, 42.173], + [9.051, 42.17], + [9.056, 42.169], + [9.063, 42.167], + [9.065, 42.167], + [9.066, 42.158], + [9.068, 42.156], + [9.072, 42.155], + [9.07, 42.15], + [9.073, 42.146], + [9.074, 42.143], + [9.077, 42.137], + [9.074, 42.132], + [9.071, 42.13], + [9.077, 42.129], + [9.078, 42.127], + [9.08, 42.127], + [9.084, 42.125], + [9.088, 42.12], + [9.093, 42.116], + [9.095, 42.115], + [9.098, 42.116], + [9.103, 42.116], + [9.109, 42.114], + [9.112, 42.114], + [9.114, 42.11], + [9.118, 42.11], + [9.121, 42.107], + [9.125, 42.105], + [9.125, 42.099], + [9.127, 42.098], + [9.128, 42.095], + [9.132, 42.091], + [9.134, 42.091], + [9.137, 42.094], + [9.138, 42.096], + [9.143, 42.099], + [9.149, 42.101], + [9.151, 42.104], + [9.15, 42.109], + [9.151, 42.111], + [9.154, 42.111], + [9.156, 42.112], + [9.157, 42.115], + [9.159, 42.115], + [9.16, 42.117], + [9.164, 42.122], + [9.167, 42.125], + [9.169, 42.129], + [9.171, 42.131], + [9.176, 42.132], + [9.178, 42.133], + [9.179, 42.137], + [9.178, 42.139], + [9.18, 42.141], + [9.178, 42.141], + [9.174, 42.144], + [9.172, 42.148], + [9.173, 42.151], + [9.172, 42.153], + [9.176, 42.157], + [9.176, 42.159], + [9.178, 42.162], + [9.177, 42.164], + [9.178, 42.167], + [9.18, 42.169], + [9.18, 42.171], + [9.178, 42.174], + [9.178, 42.176], + [9.175, 42.178], + [9.174, 42.183], + [9.174, 42.186], + [9.169, 42.19], + [9.168, 42.193], + [9.163, 42.193], + [9.162, 42.194], + [9.152, 42.195], + [9.147, 42.191], + [9.139, 42.19], + [9.133, 42.188], + [9.131, 42.188], + [9.127, 42.186], + [9.123, 42.182], + [9.118, 42.183], + [9.116, 42.185], + [9.113, 42.185], + [9.11, 42.186], + [9.105, 42.186], + [9.104, 42.187], + [9.099, 42.188], + [9.095, 42.188], + [9.09, 42.187], + [9.086, 42.188], + [9.084, 42.191], + [9.064, 42.193], + [9.062, 42.193], + [9.061, 42.195], + [9.058, 42.195], + [9.049, 42.193], + [9.051, 42.19], + [9.051, 42.187], + [9.049, 42.185], + [9.048, 42.181], + [9.049, 42.178], + [9.048, 42.176] + ] + ] + }, + "properties": { + "NOM_COM_M": "VIVARIO", + "INSEE_COM": "2B354", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.355, 42.194], + [9.355, 42.197], + [9.353, 42.198], + [9.348, 42.196], + [9.344, 42.195], + [9.343, 42.196], + [9.346, 42.2], + [9.35, 42.203], + [9.35, 42.205], + [9.348, 42.206], + [9.343, 42.207], + [9.343, 42.21], + [9.345, 42.212], + [9.345, 42.214], + [9.348, 42.218], + [9.344, 42.22], + [9.342, 42.223], + [9.341, 42.234], + [9.338, 42.236], + [9.34, 42.239], + [9.343, 42.239], + [9.342, 42.246], + [9.339, 42.251], + [9.337, 42.253], + [9.335, 42.253], + [9.331, 42.255], + [9.329, 42.257], + [9.325, 42.256], + [9.318, 42.258], + [9.314, 42.257], + [9.312, 42.255], + [9.313, 42.253], + [9.313, 42.25], + [9.311, 42.244], + [9.308, 42.243], + [9.307, 42.241], + [9.309, 42.233], + [9.308, 42.229], + [9.306, 42.225], + [9.306, 42.218], + [9.304, 42.215], + [9.299, 42.215], + [9.298, 42.213], + [9.295, 42.21], + [9.292, 42.209], + [9.29, 42.203], + [9.292, 42.199], + [9.295, 42.201], + [9.297, 42.196], + [9.295, 42.192], + [9.302, 42.19], + [9.308, 42.189], + [9.308, 42.186], + [9.312, 42.187], + [9.317, 42.181], + [9.326, 42.177], + [9.329, 42.176], + [9.334, 42.18], + [9.338, 42.184], + [9.341, 42.185], + [9.342, 42.187], + [9.346, 42.189], + [9.347, 42.191], + [9.35, 42.192], + [9.352, 42.194], + [9.355, 42.194] + ] + ] + }, + "properties": { + "NOM_COM_M": "PIEDICORTE DI GAGGIO", + "INSEE_COM": "2B218", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.857, 42.331], + [8.853, 42.33], + [8.848, 42.327], + [8.845, 42.328], + [8.843, 42.325], + [8.841, 42.324], + [8.837, 42.324], + [8.828, 42.319], + [8.825, 42.319], + [8.823, 42.317], + [8.82, 42.316], + [8.819, 42.319], + [8.812, 42.319], + [8.811, 42.32], + [8.807, 42.32], + [8.802, 42.323], + [8.792, 42.323], + [8.79, 42.327], + [8.784, 42.326], + [8.78, 42.326], + [8.771, 42.325], + [8.769, 42.323], + [8.772, 42.319], + [8.771, 42.317], + [8.772, 42.313], + [8.768, 42.311], + [8.768, 42.308], + [8.767, 42.304], + [8.77, 42.301], + [8.77, 42.295], + [8.767, 42.291], + [8.774, 42.289], + [8.775, 42.286], + [8.777, 42.285], + [8.781, 42.285], + [8.779, 42.282], + [8.775, 42.281], + [8.777, 42.278], + [8.776, 42.276], + [8.781, 42.271], + [8.782, 42.268], + [8.784, 42.267], + [8.784, 42.264], + [8.782, 42.261], + [8.777, 42.258], + [8.774, 42.254], + [8.768, 42.252], + [8.772, 42.25], + [8.776, 42.251], + [8.776, 42.249], + [8.774, 42.246], + [8.776, 42.244], + [8.781, 42.246], + [8.786, 42.245], + [8.787, 42.243], + [8.79, 42.241], + [8.793, 42.241], + [8.793, 42.238], + [8.796, 42.238], + [8.799, 42.24], + [8.802, 42.241], + [8.812, 42.241], + [8.814, 42.239], + [8.82, 42.239], + [8.823, 42.241], + [8.826, 42.24], + [8.827, 42.243], + [8.826, 42.245], + [8.833, 42.252], + [8.837, 42.253], + [8.845, 42.254], + [8.852, 42.256], + [8.854, 42.256], + [8.858, 42.26], + [8.861, 42.261], + [8.862, 42.264], + [8.869, 42.264], + [8.875, 42.268], + [8.878, 42.269], + [8.882, 42.272], + [8.886, 42.283], + [8.885, 42.285], + [8.883, 42.285], + [8.882, 42.287], + [8.879, 42.289], + [8.878, 42.293], + [8.87, 42.296], + [8.863, 42.297], + [8.859, 42.3], + [8.86, 42.304], + [8.859, 42.306], + [8.861, 42.308], + [8.861, 42.315], + [8.859, 42.315], + [8.862, 42.32], + [8.862, 42.323], + [8.86, 42.325], + [8.862, 42.33], + [8.857, 42.331] + ] + ] + }, + "properties": { + "NOM_COM_M": "EVISA", + "INSEE_COM": "2A108", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.796, 42.024], + [8.805, 42.026], + [8.806, 42.028], + [8.804, 42.03], + [8.799, 42.032], + [8.798, 42.034], + [8.79, 42.035], + [8.785, 42.037], + [8.78, 42.036], + [8.78, 42.042], + [8.778, 42.046], + [8.776, 42.045], + [8.767, 42.047], + [8.764, 42.049], + [8.755, 42.049], + [8.754, 42.053], + [8.75, 42.054], + [8.746, 42.057], + [8.744, 42.057], + [8.745, 42.055], + [8.743, 42.054], + [8.747, 42.051], + [8.747, 42.049], + [8.745, 42.044], + [8.742, 42.041], + [8.738, 42.04], + [8.728, 42.043], + [8.723, 42.042], + [8.724, 42.038], + [8.726, 42.035], + [8.716, 42.03], + [8.713, 42.029], + [8.7, 42.026], + [8.69, 42.028], + [8.685, 42.027], + [8.683, 42.023], + [8.681, 42.021], + [8.674, 42.021], + [8.669, 42.018], + [8.667, 42.016], + [8.661, 42.013], + [8.657, 42.009], + [8.656, 42.006], + [8.657, 42.004], + [8.665, 42.004], + [8.67, 42.005], + [8.674, 42.005], + [8.674, 42.007], + [8.678, 42.009], + [8.68, 42.009], + [8.682, 42.011], + [8.69, 42.013], + [8.696, 42.015], + [8.702, 42.019], + [8.715, 42.019], + [8.722, 42.02], + [8.729, 42.023], + [8.732, 42.023], + [8.734, 42.022], + [8.736, 42.019], + [8.739, 42.019], + [8.745, 42.018], + [8.747, 42.02], + [8.75, 42.021], + [8.757, 42.021], + [8.762, 42.02], + [8.769, 42.021], + [8.774, 42.02], + [8.786, 42.02], + [8.789, 42.022], + [8.796, 42.024] + ] + ] + }, + "properties": { + "NOM_COM_M": "CALCATOGGIO", + "INSEE_COM": "2A048", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.822, 41.96], + [8.823, 41.958], + [8.822, 41.956], + [8.818, 41.955], + [8.818, 41.951], + [8.821, 41.951], + [8.822, 41.949], + [8.816, 41.942], + [8.818, 41.941], + [8.815, 41.937], + [8.814, 41.933], + [8.821, 41.931], + [8.815, 41.925], + [8.816, 41.922], + [8.82, 41.921], + [8.821, 41.919], + [8.813, 41.916], + [8.812, 41.915], + [8.807, 41.915], + [8.804, 41.914], + [8.803, 41.908], + [8.802, 41.908], + [8.803, 41.904], + [8.805, 41.903], + [8.808, 41.904], + [8.811, 41.908], + [8.815, 41.909], + [8.819, 41.907], + [8.819, 41.909], + [8.822, 41.91], + [8.823, 41.912], + [8.833, 41.914], + [8.838, 41.912], + [8.841, 41.914], + [8.843, 41.917], + [8.848, 41.918], + [8.851, 41.92], + [8.855, 41.921], + [8.859, 41.924], + [8.861, 41.924], + [8.864, 41.926], + [8.862, 41.93], + [8.855, 41.937], + [8.854, 41.94], + [8.854, 41.944], + [8.865, 41.947], + [8.87, 41.95], + [8.87, 41.952], + [8.872, 41.954], + [8.863, 41.956], + [8.862, 41.957], + [8.855, 41.958], + [8.85, 41.957], + [8.846, 41.958], + [8.835, 41.958], + [8.826, 41.962], + [8.822, 41.96] + ] + ] + }, + "properties": { + "NOM_COM_M": "BASTELICACCIA", + "INSEE_COM": "2A032", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.803, 42.013], + [8.808, 42.009], + [8.809, 42.005], + [8.811, 42.003], + [8.811, 42], + [8.816, 42], + [8.814, 41.998], + [8.815, 41.995], + [8.813, 41.994], + [8.815, 41.991], + [8.816, 41.985], + [8.816, 41.981], + [8.813, 41.977], + [8.808, 41.973], + [8.807, 41.969], + [8.804, 41.966], + [8.81, 41.962], + [8.805, 41.959], + [8.789, 41.953], + [8.785, 41.953], + [8.786, 41.95], + [8.797, 41.95], + [8.803, 41.949], + [8.807, 41.949], + [8.813, 41.948], + [8.815, 41.95], + [8.818, 41.951], + [8.818, 41.955], + [8.822, 41.956], + [8.823, 41.958], + [8.822, 41.96], + [8.821, 41.961], + [8.823, 41.967], + [8.826, 41.968], + [8.829, 41.968], + [8.832, 41.969], + [8.833, 41.973], + [8.831, 41.975], + [8.835, 41.976], + [8.837, 41.979], + [8.843, 41.982], + [8.842, 41.985], + [8.845, 41.991], + [8.842, 41.996], + [8.848, 41.996], + [8.85, 42.002], + [8.852, 42.004], + [8.856, 42.005], + [8.857, 42.007], + [8.861, 42.008], + [8.864, 42.011], + [8.865, 42.014], + [8.867, 42.015], + [8.87, 42.02], + [8.869, 42.022], + [8.87, 42.024], + [8.867, 42.026], + [8.865, 42.031], + [8.867, 42.037], + [8.87, 42.04], + [8.869, 42.044], + [8.87, 42.049], + [8.866, 42.048], + [8.861, 42.048], + [8.857, 42.046], + [8.851, 42.046], + [8.846, 42.045], + [8.842, 42.043], + [8.835, 42.039], + [8.835, 42.034], + [8.836, 42.031], + [8.835, 42.029], + [8.835, 42.023], + [8.836, 42.02], + [8.835, 42.018], + [8.837, 42.016], + [8.831, 42.014], + [8.829, 42.01], + [8.826, 42.01], + [8.824, 42.011], + [8.819, 42.012], + [8.81, 42.012], + [8.807, 42.013], + [8.803, 42.013] + ] + ] + }, + "properties": { + "NOM_COM_M": "SARROLA CARCOPINO", + "INSEE_COM": "2A271", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.988, 41.909], + [8.988, 41.907], + [8.99, 41.903], + [8.988, 41.9], + [9.005, 41.896], + [9.011, 41.896], + [9.014, 41.897], + [9.023, 41.906], + [9.023, 41.91], + [9.026, 41.914], + [9.026, 41.919], + [9.023, 41.927], + [9.022, 41.928], + [9.02, 41.928], + [9.018, 41.924], + [9.012, 41.922], + [9.008, 41.918], + [9.005, 41.914], + [8.999, 41.911], + [8.995, 41.912], + [8.991, 41.911], + [8.988, 41.909] + ] + ] + }, + "properties": { + "NOM_COM_M": "QUASQUARA", + "INSEE_COM": "2A253", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.022, 41.928], + [9.023, 41.927], + [9.026, 41.919], + [9.026, 41.914], + [9.023, 41.91], + [9.023, 41.906], + [9.014, 41.897], + [9.014, 41.891], + [9.016, 41.887], + [9.009, 41.882], + [9.007, 41.88], + [9.011, 41.879], + [9.016, 41.881], + [9.021, 41.882], + [9.024, 41.885], + [9.03, 41.888], + [9.028, 41.89], + [9.031, 41.892], + [9.03, 41.894], + [9.038, 41.901], + [9.042, 41.904], + [9.042, 41.906], + [9.046, 41.909], + [9.053, 41.909], + [9.053, 41.912], + [9.058, 41.919], + [9.061, 41.921], + [9.063, 41.925], + [9.063, 41.927], + [9.065, 41.929], + [9.065, 41.934], + [9.061, 41.939], + [9.059, 41.943], + [9.061, 41.946], + [9.059, 41.947], + [9.056, 41.951], + [9.056, 41.956], + [9.053, 41.959], + [9.051, 41.96], + [9.047, 41.957], + [9.048, 41.955], + [9.045, 41.946], + [9.041, 41.947], + [9.039, 41.945], + [9.036, 41.944], + [9.036, 41.939], + [9.034, 41.936], + [9.029, 41.934], + [9.027, 41.932], + [9.025, 41.928], + [9.022, 41.928] + ] + ] + }, + "properties": { + "NOM_COM_M": "FRASSETO", + "INSEE_COM": "2A119", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.799, 42.083], + [8.802, 42.083], + [8.804, 42.085], + [8.808, 42.082], + [8.814, 42.082], + [8.82, 42.083], + [8.827, 42.083], + [8.828, 42.085], + [8.828, 42.088], + [8.827, 42.093], + [8.824, 42.095], + [8.82, 42.099], + [8.82, 42.101], + [8.818, 42.103], + [8.816, 42.107], + [8.813, 42.111], + [8.81, 42.112], + [8.806, 42.112], + [8.803, 42.114], + [8.8, 42.112], + [8.798, 42.109], + [8.793, 42.11], + [8.792, 42.107], + [8.786, 42.104], + [8.785, 42.103], + [8.782, 42.104], + [8.778, 42.104], + [8.774, 42.102], + [8.777, 42.102], + [8.779, 42.099], + [8.778, 42.094], + [8.782, 42.095], + [8.788, 42.094], + [8.787, 42.092], + [8.792, 42.089], + [8.793, 42.09], + [8.799, 42.089], + [8.799, 42.083] + ] + ] + }, + "properties": { + "NOM_COM_M": "ARRO", + "INSEE_COM": "2A022", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.228, 42.25], + [9.225, 42.255], + [9.226, 42.257], + [9.225, 42.26], + [9.226, 42.261], + [9.225, 42.264], + [9.228, 42.269], + [9.231, 42.273], + [9.234, 42.273], + [9.236, 42.277], + [9.233, 42.277], + [9.225, 42.285], + [9.223, 42.286], + [9.223, 42.289], + [9.222, 42.29], + [9.218, 42.288], + [9.215, 42.289], + [9.212, 42.288], + [9.208, 42.288], + [9.206, 42.285], + [9.208, 42.284], + [9.211, 42.279], + [9.206, 42.28], + [9.204, 42.282], + [9.201, 42.281], + [9.194, 42.281], + [9.189, 42.278], + [9.185, 42.277], + [9.18, 42.275], + [9.178, 42.274], + [9.177, 42.27], + [9.178, 42.268], + [9.176, 42.267], + [9.174, 42.263], + [9.175, 42.26], + [9.177, 42.259], + [9.178, 42.256], + [9.182, 42.257], + [9.185, 42.257], + [9.185, 42.254], + [9.19, 42.255], + [9.194, 42.255], + [9.196, 42.256], + [9.201, 42.255], + [9.206, 42.256], + [9.213, 42.254], + [9.212, 42.253], + [9.212, 42.249], + [9.213, 42.248], + [9.219, 42.249], + [9.225, 42.251], + [9.228, 42.25] + ] + ] + }, + "properties": { + "NOM_COM_M": "POGGIO DI VENACO", + "INSEE_COM": "2B238", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.364, 42.224], + [9.366, 42.219], + [9.37, 42.216], + [9.37, 42.21], + [9.371, 42.208], + [9.378, 42.206], + [9.379, 42.205], + [9.384, 42.203], + [9.384, 42.202], + [9.388, 42.2], + [9.393, 42.199], + [9.395, 42.2], + [9.398, 42.198], + [9.403, 42.196], + [9.404, 42.192], + [9.408, 42.189], + [9.408, 42.187], + [9.411, 42.183], + [9.411, 42.181], + [9.415, 42.177], + [9.418, 42.176], + [9.424, 42.171], + [9.425, 42.167], + [9.427, 42.167], + [9.429, 42.164], + [9.432, 42.162], + [9.433, 42.16], + [9.436, 42.158], + [9.437, 42.156], + [9.44, 42.154], + [9.447, 42.151], + [9.449, 42.148], + [9.453, 42.144], + [9.453, 42.146], + [9.455, 42.148], + [9.454, 42.15], + [9.452, 42.151], + [9.45, 42.155], + [9.447, 42.157], + [9.446, 42.159], + [9.443, 42.161], + [9.438, 42.163], + [9.438, 42.168], + [9.435, 42.171], + [9.431, 42.177], + [9.43, 42.18], + [9.431, 42.182], + [9.429, 42.184], + [9.428, 42.188], + [9.422, 42.188], + [9.42, 42.189], + [9.421, 42.191], + [9.421, 42.195], + [9.419, 42.199], + [9.42, 42.203], + [9.409, 42.207], + [9.409, 42.209], + [9.406, 42.209], + [9.404, 42.213], + [9.402, 42.215], + [9.399, 42.214], + [9.396, 42.214], + [9.395, 42.216], + [9.395, 42.22], + [9.388, 42.221], + [9.387, 42.224], + [9.385, 42.224], + [9.384, 42.228], + [9.385, 42.233], + [9.382, 42.234], + [9.381, 42.23], + [9.378, 42.228], + [9.371, 42.228], + [9.365, 42.225], + [9.364, 42.224] + ] + ] + }, + "properties": { + "NOM_COM_M": "PANCHERACCIA", + "INSEE_COM": "2B201", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.264, 42.652], + [9.263, 42.656], + [9.261, 42.659], + [9.262, 42.661], + [9.265, 42.663], + [9.266, 42.666], + [9.266, 42.672], + [9.264, 42.676], + [9.261, 42.676], + [9.258, 42.678], + [9.259, 42.681], + [9.258, 42.682], + [9.261, 42.687], + [9.263, 42.689], + [9.262, 42.692], + [9.259, 42.694], + [9.256, 42.695], + [9.251, 42.698], + [9.25, 42.697], + [9.246, 42.697], + [9.245, 42.7], + [9.243, 42.701], + [9.242, 42.699], + [9.237, 42.7], + [9.233, 42.704], + [9.235, 42.708], + [9.234, 42.709], + [9.229, 42.718], + [9.234, 42.72], + [9.233, 42.723], + [9.23, 42.725], + [9.228, 42.728], + [9.224, 42.731], + [9.224, 42.733], + [9.221, 42.735], + [9.218, 42.733], + [9.213, 42.733], + [9.21, 42.729], + [9.201, 42.725], + [9.198, 42.725], + [9.192, 42.727], + [9.188, 42.727], + [9.183, 42.73], + [9.178, 42.73], + [9.176, 42.732], + [9.17, 42.733], + [9.169, 42.736], + [9.163, 42.737], + [9.161, 42.735], + [9.157, 42.734], + [9.154, 42.735], + [9.151, 42.732], + [9.148, 42.731], + [9.145, 42.732], + [9.143, 42.734], + [9.14, 42.73], + [9.135, 42.728], + [9.132, 42.73], + [9.125, 42.732], + [9.121, 42.729], + [9.118, 42.728], + [9.118, 42.724], + [9.114, 42.727], + [9.112, 42.726], + [9.11, 42.723], + [9.106, 42.724], + [9.103, 42.72], + [9.101, 42.719], + [9.1, 42.716], + [9.106, 42.711], + [9.111, 42.71], + [9.111, 42.708], + [9.115, 42.705], + [9.12, 42.702], + [9.126, 42.701], + [9.129, 42.699], + [9.13, 42.697], + [9.136, 42.692], + [9.132, 42.688], + [9.13, 42.682], + [9.131, 42.681], + [9.135, 42.681], + [9.14, 42.677], + [9.144, 42.675], + [9.144, 42.672], + [9.141, 42.671], + [9.138, 42.668], + [9.142, 42.666], + [9.144, 42.667], + [9.146, 42.666], + [9.149, 42.667], + [9.153, 42.666], + [9.155, 42.663], + [9.157, 42.662], + [9.157, 42.66], + [9.163, 42.656], + [9.162, 42.654], + [9.163, 42.652], + [9.167, 42.648], + [9.173, 42.64], + [9.181, 42.636], + [9.2, 42.621], + [9.211, 42.616], + [9.221, 42.61], + [9.236, 42.602], + [9.242, 42.601], + [9.247, 42.599], + [9.256, 42.599], + [9.257, 42.601], + [9.26, 42.602], + [9.264, 42.601], + [9.268, 42.602], + [9.269, 42.604], + [9.271, 42.604], + [9.274, 42.607], + [9.278, 42.609], + [9.282, 42.609], + [9.286, 42.61], + [9.294, 42.614], + [9.298, 42.614], + [9.299, 42.615], + [9.294, 42.619], + [9.289, 42.622], + [9.288, 42.625], + [9.285, 42.626], + [9.286, 42.631], + [9.283, 42.634], + [9.277, 42.638], + [9.277, 42.64], + [9.274, 42.64], + [9.264, 42.652] + ] + ] + }, + "properties": { + "NOM_COM_M": "SANTO PIETRO DI TENDA", + "INSEE_COM": "2B314", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.404, 43.006], + [9.405, 43.002], + [9.411, 42.995], + [9.413, 42.988], + [9.413, 42.982], + [9.415, 42.98], + [9.413, 42.978], + [9.409, 42.977], + [9.409, 42.974], + [9.407, 42.974], + [9.401, 42.966], + [9.393, 42.958], + [9.393, 42.954], + [9.397, 42.951], + [9.393, 42.949], + [9.394, 42.947], + [9.393, 42.945], + [9.397, 42.945], + [9.397, 42.943], + [9.4, 42.941], + [9.4, 42.939], + [9.403, 42.939], + [9.41, 42.936], + [9.419, 42.938], + [9.421, 42.938], + [9.425, 42.94], + [9.427, 42.947], + [9.431, 42.948], + [9.434, 42.952], + [9.439, 42.953], + [9.444, 42.955], + [9.449, 42.955], + [9.455, 42.957], + [9.451, 42.963], + [9.454, 42.966], + [9.457, 42.965], + [9.457, 42.968], + [9.454, 42.973], + [9.455, 42.976], + [9.46, 42.977], + [9.462, 42.981], + [9.461, 42.983], + [9.464, 42.985], + [9.463, 42.987], + [9.46, 42.988], + [9.454, 42.988], + [9.449, 42.991], + [9.447, 42.993], + [9.444, 42.993], + [9.443, 42.995], + [9.445, 42.996], + [9.441, 43.001], + [9.44, 43], + [9.43, 43.003], + [9.43, 43.006], + [9.429, 43.009], + [9.424, 43.01], + [9.421, 43.012], + [9.418, 43.011], + [9.415, 43.007], + [9.406, 43.005], + [9.404, 43.006] + ] + ] + }, + "properties": { + "NOM_COM_M": "ROGLIANO", + "INSEE_COM": "2B261", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.924, 42.638], + [8.923, 42.64], + [8.915, 42.634], + [8.914, 42.631], + [8.912, 42.629], + [8.904, 42.627], + [8.899, 42.628], + [8.895, 42.628], + [8.894, 42.63], + [8.891, 42.627], + [8.889, 42.63], + [8.885, 42.628], + [8.88, 42.629], + [8.88, 42.626], + [8.884, 42.625], + [8.879, 42.623], + [8.881, 42.621], + [8.877, 42.62], + [8.874, 42.618], + [8.876, 42.615], + [8.876, 42.61], + [8.881, 42.607], + [8.883, 42.608], + [8.89, 42.605], + [8.899, 42.603], + [8.906, 42.6], + [8.909, 42.602], + [8.919, 42.602], + [8.919, 42.604], + [8.917, 42.605], + [8.914, 42.608], + [8.917, 42.611], + [8.917, 42.614], + [8.919, 42.616], + [8.92, 42.619], + [8.923, 42.621], + [8.924, 42.626], + [8.923, 42.631], + [8.924, 42.635], + [8.924, 42.638] + ] + ] + }, + "properties": { + "NOM_COM_M": "CORBARA", + "INSEE_COM": "2B093", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.919, 42.498], + [8.915, 42.501], + [8.908, 42.503], + [8.899, 42.505], + [8.894, 42.509], + [8.886, 42.513], + [8.882, 42.511], + [8.874, 42.517], + [8.871, 42.516], + [8.869, 42.518], + [8.869, 42.52], + [8.865, 42.52], + [8.858, 42.524], + [8.856, 42.525], + [8.851, 42.523], + [8.844, 42.527], + [8.836, 42.533], + [8.829, 42.535], + [8.828, 42.534], + [8.824, 42.534], + [8.823, 42.535], + [8.818, 42.537], + [8.815, 42.537], + [8.808, 42.532], + [8.8, 42.528], + [8.795, 42.53], + [8.795, 42.526], + [8.794, 42.525], + [8.782, 42.519], + [8.779, 42.517], + [8.772, 42.517], + [8.768, 42.515], + [8.766, 42.515], + [8.764, 42.517], + [8.76, 42.518], + [8.754, 42.526], + [8.746, 42.526], + [8.742, 42.531], + [8.743, 42.533], + [8.74, 42.535], + [8.736, 42.536], + [8.735, 42.535], + [8.731, 42.535], + [8.723, 42.533], + [8.722, 42.53], + [8.717, 42.529], + [8.72, 42.528], + [8.72, 42.525], + [8.718, 42.524], + [8.712, 42.525], + [8.71, 42.523], + [8.707, 42.523], + [8.704, 42.527], + [8.703, 42.526], + [8.699, 42.527], + [8.695, 42.525], + [8.697, 42.523], + [8.696, 42.521], + [8.689, 42.519], + [8.683, 42.515], + [8.68, 42.518], + [8.676, 42.517], + [8.675, 42.519], + [8.667, 42.516], + [8.665, 42.513], + [8.666, 42.512], + [8.666, 42.502], + [8.667, 42.498], + [8.666, 42.496], + [8.66, 42.488], + [8.657, 42.485], + [8.654, 42.484], + [8.654, 42.481], + [8.652, 42.481], + [8.65, 42.478], + [8.649, 42.475], + [8.651, 42.474], + [8.656, 42.476], + [8.664, 42.475], + [8.667, 42.476], + [8.669, 42.475], + [8.672, 42.477], + [8.675, 42.476], + [8.679, 42.473], + [8.68, 42.47], + [8.679, 42.467], + [8.685, 42.463], + [8.691, 42.462], + [8.695, 42.46], + [8.699, 42.46], + [8.703, 42.459], + [8.708, 42.46], + [8.719, 42.457], + [8.721, 42.456], + [8.723, 42.452], + [8.726, 42.451], + [8.728, 42.447], + [8.732, 42.446], + [8.735, 42.442], + [8.736, 42.444], + [8.739, 42.446], + [8.745, 42.447], + [8.746, 42.449], + [8.75, 42.453], + [8.753, 42.455], + [8.756, 42.456], + [8.763, 42.461], + [8.772, 42.462], + [8.78, 42.458], + [8.783, 42.457], + [8.785, 42.458], + [8.788, 42.457], + [8.79, 42.455], + [8.793, 42.455], + [8.797, 42.451], + [8.799, 42.45], + [8.802, 42.446], + [8.8, 42.442], + [8.8, 42.435], + [8.805, 42.431], + [8.807, 42.431], + [8.809, 42.429], + [8.812, 42.429], + [8.817, 42.428], + [8.823, 42.428], + [8.829, 42.425], + [8.839, 42.421], + [8.838, 42.419], + [8.846, 42.416], + [8.85, 42.417], + [8.854, 42.417], + [8.856, 42.419], + [8.862, 42.421], + [8.865, 42.42], + [8.868, 42.42], + [8.873, 42.418], + [8.877, 42.417], + [8.879, 42.414], + [8.884, 42.413], + [8.887, 42.414], + [8.892, 42.413], + [8.894, 42.414], + [8.897, 42.412], + [8.899, 42.413], + [8.904, 42.413], + [8.907, 42.411], + [8.911, 42.41], + [8.916, 42.414], + [8.916, 42.421], + [8.918, 42.424], + [8.921, 42.426], + [8.92, 42.431], + [8.917, 42.432], + [8.917, 42.44], + [8.916, 42.444], + [8.913, 42.446], + [8.914, 42.449], + [8.918, 42.455], + [8.919, 42.46], + [8.918, 42.462], + [8.917, 42.467], + [8.916, 42.47], + [8.914, 42.472], + [8.917, 42.474], + [8.918, 42.477], + [8.924, 42.483], + [8.924, 42.486], + [8.922, 42.488], + [8.922, 42.492], + [8.92, 42.497], + [8.919, 42.498] + ], + [ + [8.843, 42.509], + [8.84, 42.504], + [8.839, 42.505], + [8.835, 42.505], + [8.833, 42.5], + [8.83, 42.497], + [8.829, 42.495], + [8.822, 42.494], + [8.815, 42.491], + [8.809, 42.485], + [8.805, 42.487], + [8.802, 42.492], + [8.801, 42.497], + [8.801, 42.502], + [8.8, 42.506], + [8.8, 42.513], + [8.801, 42.514], + [8.805, 42.511], + [8.808, 42.512], + [8.814, 42.509], + [8.817, 42.509], + [8.821, 42.512], + [8.821, 42.515], + [8.828, 42.515], + [8.834, 42.519], + [8.838, 42.52], + [8.839, 42.517], + [8.842, 42.513], + [8.843, 42.509] + ] + ] + }, + "properties": { + "NOM_COM_M": "CALENZANA", + "INSEE_COM": "2B049", + "INSEE_DEP": "2B" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [9.396, 41.67], + [9.394, 41.673], + [9.389, 41.67], + [9.391, 41.668], + [9.394, 41.67], + [9.396, 41.67] + ] + ], + [ + [ + [9.244, 41.682], + [9.254, 41.689], + [9.258, 41.691], + [9.264, 41.693], + [9.268, 41.696], + [9.275, 41.698], + [9.292, 41.701], + [9.299, 41.7], + [9.305, 41.695], + [9.31, 41.698], + [9.313, 41.698], + [9.316, 41.696], + [9.322, 41.7], + [9.327, 41.697], + [9.328, 41.695], + [9.331, 41.692], + [9.333, 41.692], + [9.336, 41.686], + [9.342, 41.684], + [9.344, 41.681], + [9.342, 41.68], + [9.341, 41.677], + [9.344, 41.676], + [9.343, 41.672], + [9.338, 41.668], + [9.343, 41.652], + [9.35, 41.641], + [9.351, 41.64], + [9.355, 41.641], + [9.358, 41.641], + [9.363, 41.64], + [9.364, 41.636], + [9.367, 41.636], + [9.371, 41.637], + [9.371, 41.639], + [9.373, 41.641], + [9.372, 41.644], + [9.376, 41.644], + [9.378, 41.649], + [9.381, 41.648], + [9.381, 41.651], + [9.385, 41.652], + [9.386, 41.656], + [9.389, 41.657], + [9.385, 41.66], + [9.382, 41.661], + [9.381, 41.663], + [9.384, 41.668], + [9.387, 41.669], + [9.382, 41.671], + [9.379, 41.669], + [9.375, 41.671], + [9.373, 41.675], + [9.373, 41.679], + [9.374, 41.681], + [9.377, 41.683], + [9.378, 41.685], + [9.381, 41.688], + [9.386, 41.69], + [9.387, 41.691], + [9.39, 41.689], + [9.398, 41.691], + [9.401, 41.695], + [9.401, 41.698], + [9.4, 41.701], + [9.402, 41.707], + [9.405, 41.709], + [9.403, 41.712], + [9.406, 41.713], + [9.405, 41.715], + [9.402, 41.716], + [9.402, 41.718], + [9.4, 41.721], + [9.396, 41.72], + [9.39, 41.722], + [9.387, 41.724], + [9.384, 41.722], + [9.382, 41.725], + [9.379, 41.723], + [9.377, 41.723], + [9.374, 41.721], + [9.37, 41.72], + [9.366, 41.721], + [9.367, 41.717], + [9.367, 41.714], + [9.366, 41.709], + [9.358, 41.706], + [9.356, 41.704], + [9.352, 41.702], + [9.349, 41.703], + [9.344, 41.702], + [9.34, 41.703], + [9.337, 41.703], + [9.333, 41.707], + [9.32, 41.708], + [9.31, 41.711], + [9.305, 41.714], + [9.305, 41.716], + [9.311, 41.721], + [9.312, 41.733], + [9.315, 41.744], + [9.318, 41.746], + [9.307, 41.75], + [9.298, 41.751], + [9.287, 41.755], + [9.28, 41.757], + [9.261, 41.761], + [9.258, 41.765], + [9.25, 41.766], + [9.247, 41.766], + [9.237, 41.772], + [9.232, 41.774], + [9.234, 41.782], + [9.228, 41.788], + [9.224, 41.796], + [9.219, 41.795], + [9.217, 41.791], + [9.214, 41.79], + [9.211, 41.786], + [9.206, 41.787], + [9.203, 41.784], + [9.202, 41.779], + [9.198, 41.778], + [9.195, 41.775], + [9.186, 41.773], + [9.18, 41.772], + [9.176, 41.769], + [9.173, 41.768], + [9.171, 41.766], + [9.166, 41.765], + [9.165, 41.763], + [9.162, 41.761], + [9.161, 41.758], + [9.154, 41.754], + [9.154, 41.752], + [9.151, 41.752], + [9.15, 41.747], + [9.147, 41.747], + [9.145, 41.743], + [9.141, 41.743], + [9.14, 41.74], + [9.137, 41.738], + [9.148, 41.74], + [9.15, 41.739], + [9.156, 41.738], + [9.157, 41.735], + [9.16, 41.733], + [9.166, 41.732], + [9.169, 41.732], + [9.17, 41.73], + [9.168, 41.727], + [9.168, 41.723], + [9.167, 41.72], + [9.175, 41.715], + [9.184, 41.711], + [9.191, 41.707], + [9.195, 41.702], + [9.203, 41.695], + [9.209, 41.694], + [9.22, 41.691], + [9.222, 41.689], + [9.233, 41.687], + [9.236, 41.687], + [9.24, 41.686], + [9.244, 41.682] + ] + ] + ] + }, + "properties": { + "NOM_COM_M": "ZONZA", + "INSEE_COM": "2A362", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.703, 42.185], + [8.7, 42.185], + [8.697, 42.183], + [8.693, 42.178], + [8.682, 42.172], + [8.683, 42.17], + [8.687, 42.17], + [8.686, 42.168], + [8.688, 42.166], + [8.685, 42.161], + [8.684, 42.161], + [8.682, 42.157], + [8.683, 42.153], + [8.682, 42.15], + [8.68, 42.15], + [8.679, 42.147], + [8.675, 42.144], + [8.676, 42.142], + [8.676, 42.138], + [8.672, 42.136], + [8.673, 42.134], + [8.671, 42.13], + [8.668, 42.13], + [8.664, 42.129], + [8.663, 42.127], + [8.66, 42.125], + [8.659, 42.122], + [8.657, 42.122], + [8.651, 42.117], + [8.653, 42.113], + [8.657, 42.111], + [8.659, 42.107], + [8.658, 42.105], + [8.66, 42.101], + [8.663, 42.103], + [8.664, 42.106], + [8.666, 42.107], + [8.675, 42.107], + [8.68, 42.105], + [8.683, 42.108], + [8.686, 42.109], + [8.688, 42.111], + [8.689, 42.115], + [8.694, 42.115], + [8.698, 42.114], + [8.702, 42.111], + [8.701, 42.116], + [8.701, 42.12], + [8.703, 42.121], + [8.705, 42.127], + [8.705, 42.129], + [8.708, 42.133], + [8.711, 42.136], + [8.715, 42.142], + [8.72, 42.143], + [8.725, 42.14], + [8.73, 42.139], + [8.731, 42.137], + [8.735, 42.141], + [8.738, 42.142], + [8.743, 42.142], + [8.746, 42.14], + [8.752, 42.138], + [8.758, 42.133], + [8.763, 42.135], + [8.768, 42.135], + [8.77, 42.136], + [8.775, 42.136], + [8.775, 42.14], + [8.781, 42.148], + [8.783, 42.15], + [8.787, 42.152], + [8.793, 42.152], + [8.796, 42.153], + [8.797, 42.152], + [8.804, 42.152], + [8.807, 42.151], + [8.812, 42.155], + [8.811, 42.158], + [8.816, 42.164], + [8.818, 42.164], + [8.818, 42.167], + [8.821, 42.17], + [8.82, 42.176], + [8.813, 42.179], + [8.812, 42.181], + [8.813, 42.185], + [8.816, 42.189], + [8.818, 42.188], + [8.82, 42.191], + [8.818, 42.192], + [8.815, 42.19], + [8.808, 42.19], + [8.805, 42.188], + [8.798, 42.188], + [8.797, 42.187], + [8.795, 42.183], + [8.796, 42.181], + [8.792, 42.176], + [8.787, 42.171], + [8.787, 42.169], + [8.784, 42.166], + [8.781, 42.167], + [8.776, 42.162], + [8.772, 42.162], + [8.769, 42.164], + [8.767, 42.163], + [8.765, 42.166], + [8.763, 42.166], + [8.761, 42.168], + [8.757, 42.167], + [8.753, 42.168], + [8.752, 42.167], + [8.745, 42.172], + [8.737, 42.171], + [8.732, 42.172], + [8.723, 42.175], + [8.721, 42.174], + [8.718, 42.176], + [8.714, 42.18], + [8.71, 42.183], + [8.705, 42.184], + [8.703, 42.185] + ] + ] + }, + "properties": { + "NOM_COM_M": "VICO", + "INSEE_COM": "2A348", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.917, 42.145], + [8.914, 42.148], + [8.915, 42.151], + [8.913, 42.153], + [8.913, 42.155], + [8.911, 42.157], + [8.913, 42.163], + [8.915, 42.166], + [8.92, 42.167], + [8.921, 42.171], + [8.923, 42.177], + [8.919, 42.178], + [8.919, 42.181], + [8.916, 42.182], + [8.908, 42.181], + [8.907, 42.182], + [8.902, 42.18], + [8.897, 42.179], + [8.892, 42.177], + [8.891, 42.176], + [8.884, 42.177], + [8.88, 42.178], + [8.878, 42.175], + [8.878, 42.165], + [8.876, 42.164], + [8.874, 42.158], + [8.884, 42.148], + [8.887, 42.148], + [8.893, 42.148], + [8.897, 42.141], + [8.902, 42.141], + [8.913, 42.143], + [8.916, 42.143], + [8.917, 42.145] + ] + ] + }, + "properties": { + "NOM_COM_M": "POGGIOLO", + "INSEE_COM": "2A240", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.802, 41.908], + [8.801, 41.909], + [8.798, 41.908], + [8.798, 41.905], + [8.801, 41.901], + [8.803, 41.895], + [8.803, 41.891], + [8.8, 41.89], + [8.792, 41.885], + [8.788, 41.884], + [8.787, 41.885], + [8.781, 41.883], + [8.78, 41.881], + [8.784, 41.88], + [8.786, 41.878], + [8.781, 41.874], + [8.781, 41.873], + [8.786, 41.872], + [8.786, 41.869], + [8.788, 41.868], + [8.794, 41.867], + [8.796, 41.868], + [8.798, 41.867], + [8.803, 41.869], + [8.804, 41.871], + [8.807, 41.874], + [8.809, 41.875], + [8.814, 41.874], + [8.816, 41.875], + [8.821, 41.874], + [8.823, 41.872], + [8.834, 41.875], + [8.837, 41.874], + [8.841, 41.875], + [8.846, 41.873], + [8.851, 41.872], + [8.851, 41.87], + [8.854, 41.868], + [8.858, 41.872], + [8.859, 41.874], + [8.858, 41.877], + [8.859, 41.879], + [8.858, 41.881], + [8.855, 41.883], + [8.86, 41.888], + [8.867, 41.887], + [8.872, 41.887], + [8.876, 41.886], + [8.879, 41.887], + [8.881, 41.886], + [8.883, 41.887], + [8.886, 41.885], + [8.89, 41.884], + [8.893, 41.884], + [8.896, 41.883], + [8.902, 41.877], + [8.907, 41.877], + [8.915, 41.88], + [8.922, 41.878], + [8.927, 41.877], + [8.932, 41.878], + [8.934, 41.875], + [8.939, 41.876], + [8.94, 41.871], + [8.944, 41.87], + [8.945, 41.867], + [8.948, 41.867], + [8.953, 41.865], + [8.953, 41.863], + [8.959, 41.864], + [8.961, 41.863], + [8.959, 41.86], + [8.961, 41.855], + [8.967, 41.854], + [8.97, 41.855], + [8.973, 41.858], + [8.973, 41.86], + [8.976, 41.863], + [8.974, 41.868], + [8.974, 41.87], + [8.969, 41.868], + [8.967, 41.869], + [8.967, 41.874], + [8.968, 41.878], + [8.967, 41.88], + [8.964, 41.881], + [8.962, 41.883], + [8.96, 41.887], + [8.955, 41.893], + [8.957, 41.896], + [8.96, 41.897], + [8.955, 41.899], + [8.952, 41.904], + [8.946, 41.9], + [8.948, 41.895], + [8.934, 41.889], + [8.932, 41.89], + [8.929, 41.895], + [8.927, 41.897], + [8.923, 41.897], + [8.92, 41.896], + [8.917, 41.893], + [8.912, 41.891], + [8.909, 41.892], + [8.906, 41.892], + [8.902, 41.893], + [8.901, 41.89], + [8.898, 41.89], + [8.897, 41.888], + [8.891, 41.886], + [8.882, 41.889], + [8.867, 41.893], + [8.86, 41.894], + [8.861, 41.892], + [8.861, 41.889], + [8.854, 41.889], + [8.847, 41.888], + [8.844, 41.886], + [8.837, 41.888], + [8.833, 41.893], + [8.834, 41.895], + [8.833, 41.898], + [8.83, 41.904], + [8.827, 41.906], + [8.823, 41.907], + [8.819, 41.907], + [8.815, 41.909], + [8.811, 41.908], + [8.808, 41.904], + [8.805, 41.903], + [8.803, 41.904], + [8.802, 41.908] + ] + ] + }, + "properties": { + "NOM_COM_M": "GROSSETO PRUGNA", + "INSEE_COM": "2A130", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.913, 41.823], + [8.915, 41.826], + [8.913, 41.827], + [8.914, 41.829], + [8.913, 41.834], + [8.916, 41.835], + [8.915, 41.837], + [8.91, 41.838], + [8.911, 41.841], + [8.913, 41.841], + [8.913, 41.844], + [8.908, 41.845], + [8.904, 41.854], + [8.901, 41.856], + [8.895, 41.852], + [8.892, 41.844], + [8.888, 41.842], + [8.887, 41.84], + [8.882, 41.838], + [8.878, 41.838], + [8.877, 41.836], + [8.874, 41.833], + [8.876, 41.83], + [8.875, 41.826], + [8.871, 41.825], + [8.869, 41.827], + [8.865, 41.827], + [8.86, 41.823], + [8.864, 41.819], + [8.862, 41.818], + [8.855, 41.817], + [8.853, 41.815], + [8.851, 41.816], + [8.85, 41.814], + [8.848, 41.814], + [8.845, 41.811], + [8.84, 41.81], + [8.836, 41.808], + [8.834, 41.803], + [8.83, 41.803], + [8.83, 41.799], + [8.827, 41.797], + [8.827, 41.795], + [8.824, 41.794], + [8.821, 41.791], + [8.824, 41.789], + [8.833, 41.786], + [8.823, 41.779], + [8.821, 41.773], + [8.823, 41.771], + [8.823, 41.767], + [8.825, 41.764], + [8.828, 41.762], + [8.833, 41.763], + [8.837, 41.763], + [8.842, 41.76], + [8.847, 41.761], + [8.849, 41.757], + [8.852, 41.757], + [8.854, 41.758], + [8.857, 41.755], + [8.864, 41.757], + [8.866, 41.76], + [8.868, 41.76], + [8.867, 41.764], + [8.863, 41.765], + [8.863, 41.767], + [8.861, 41.771], + [8.863, 41.774], + [8.86, 41.777], + [8.863, 41.778], + [8.867, 41.782], + [8.876, 41.781], + [8.874, 41.784], + [8.874, 41.787], + [8.875, 41.79], + [8.88, 41.797], + [8.883, 41.798], + [8.885, 41.801], + [8.886, 41.805], + [8.888, 41.807], + [8.89, 41.812], + [8.893, 41.811], + [8.894, 41.809], + [8.896, 41.809], + [8.903, 41.815], + [8.903, 41.818], + [8.907, 41.819], + [8.909, 41.822], + [8.913, 41.823] + ] + ] + }, + "properties": { + "NOM_COM_M": "COGNOCOLI MONTICCHI", + "INSEE_COM": "2A091", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.702, 42.111], + [8.702, 42.108], + [8.7, 42.107], + [8.701, 42.105], + [8.706, 42.103], + [8.71, 42.096], + [8.708, 42.094], + [8.708, 42.092], + [8.704, 42.087], + [8.71, 42.087], + [8.716, 42.081], + [8.717, 42.078], + [8.723, 42.078], + [8.728, 42.08], + [8.73, 42.079], + [8.73, 42.077], + [8.734, 42.076], + [8.738, 42.078], + [8.739, 42.081], + [8.737, 42.084], + [8.74, 42.087], + [8.744, 42.087], + [8.749, 42.09], + [8.754, 42.09], + [8.757, 42.091], + [8.757, 42.094], + [8.759, 42.099], + [8.763, 42.103], + [8.766, 42.103], + [8.766, 42.106], + [8.77, 42.111], + [8.777, 42.113], + [8.778, 42.114], + [8.778, 42.118], + [8.776, 42.119], + [8.777, 42.121], + [8.772, 42.126], + [8.767, 42.128], + [8.769, 42.133], + [8.768, 42.135], + [8.763, 42.135], + [8.758, 42.133], + [8.752, 42.138], + [8.746, 42.14], + [8.743, 42.142], + [8.738, 42.142], + [8.735, 42.141], + [8.731, 42.137], + [8.73, 42.139], + [8.725, 42.14], + [8.72, 42.143], + [8.715, 42.142], + [8.711, 42.136], + [8.708, 42.133], + [8.705, 42.129], + [8.705, 42.127], + [8.703, 42.121], + [8.701, 42.12], + [8.701, 42.116], + [8.702, 42.111] + ] + ] + }, + "properties": { + "NOM_COM_M": "COGGIA", + "INSEE_COM": "2A090", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [8.86, 41.823], + [8.865, 41.827], + [8.869, 41.827], + [8.871, 41.825], + [8.875, 41.826], + [8.876, 41.83], + [8.874, 41.833], + [8.877, 41.836], + [8.878, 41.838], + [8.882, 41.838], + [8.887, 41.84], + [8.888, 41.842], + [8.892, 41.844], + [8.895, 41.852], + [8.901, 41.856], + [8.904, 41.854], + [8.908, 41.845], + [8.913, 41.844], + [8.912, 41.845], + [8.916, 41.85], + [8.917, 41.854], + [8.921, 41.855], + [8.924, 41.854], + [8.93, 41.853], + [8.933, 41.851], + [8.933, 41.849], + [8.936, 41.848], + [8.934, 41.846], + [8.937, 41.845], + [8.94, 41.845], + [8.943, 41.845], + [8.944, 41.847], + [8.947, 41.848], + [8.954, 41.848], + [8.958, 41.847], + [8.96, 41.849], + [8.959, 41.852], + [8.961, 41.855], + [8.959, 41.86], + [8.961, 41.863], + [8.959, 41.864], + [8.953, 41.863], + [8.953, 41.865], + [8.948, 41.867], + [8.945, 41.867], + [8.944, 41.87], + [8.94, 41.871], + [8.939, 41.876], + [8.934, 41.875], + [8.932, 41.878], + [8.927, 41.877], + [8.922, 41.878], + [8.915, 41.88], + [8.907, 41.877], + [8.902, 41.877], + [8.896, 41.883], + [8.893, 41.884], + [8.89, 41.884], + [8.886, 41.885], + [8.883, 41.887], + [8.881, 41.886], + [8.879, 41.887], + [8.876, 41.886], + [8.872, 41.887], + [8.867, 41.887], + [8.86, 41.888], + [8.855, 41.883], + [8.858, 41.881], + [8.859, 41.879], + [8.858, 41.877], + [8.859, 41.874], + [8.858, 41.872], + [8.854, 41.868], + [8.851, 41.87], + [8.851, 41.872], + [8.846, 41.873], + [8.841, 41.875], + [8.837, 41.874], + [8.834, 41.875], + [8.823, 41.872], + [8.821, 41.874], + [8.816, 41.875], + [8.814, 41.874], + [8.809, 41.875], + [8.807, 41.874], + [8.804, 41.871], + [8.803, 41.869], + [8.798, 41.867], + [8.796, 41.868], + [8.794, 41.867], + [8.788, 41.868], + [8.79, 41.868], + [8.791, 41.865], + [8.791, 41.856], + [8.79, 41.853], + [8.792, 41.851], + [8.797, 41.853], + [8.803, 41.853], + [8.804, 41.854], + [8.81, 41.857], + [8.811, 41.858], + [8.814, 41.857], + [8.816, 41.858], + [8.822, 41.859], + [8.823, 41.856], + [8.826, 41.856], + [8.829, 41.853], + [8.835, 41.854], + [8.837, 41.851], + [8.834, 41.85], + [8.837, 41.847], + [8.839, 41.847], + [8.842, 41.849], + [8.845, 41.85], + [8.844, 41.846], + [8.849, 41.845], + [8.849, 41.839], + [8.855, 41.84], + [8.854, 41.835], + [8.858, 41.826], + [8.858, 41.824], + [8.86, 41.823] + ] + ] + }, + "properties": { + "NOM_COM_M": "ALBITRECCIA", + "INSEE_COM": "2A008", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [8.598, 41.88], + [8.596, 41.881], + [8.592, 41.878], + [8.587, 41.876], + [8.587, 41.874], + [8.594, 41.874], + [8.593, 41.876], + [8.598, 41.88] + ] + ], + [ + [ + [8.623, 41.971], + [8.617, 41.971], + [8.614, 41.972], + [8.609, 41.968], + [8.599, 41.967], + [8.593, 41.965], + [8.591, 41.962], + [8.592, 41.961], + [8.598, 41.96], + [8.6, 41.957], + [8.598, 41.953], + [8.603, 41.952], + [8.606, 41.952], + [8.606, 41.948], + [8.608, 41.946], + [8.607, 41.942], + [8.61, 41.94], + [8.62, 41.94], + [8.624, 41.935], + [8.623, 41.932], + [8.621, 41.932], + [8.62, 41.93], + [8.623, 41.928], + [8.623, 41.926], + [8.615, 41.923], + [8.616, 41.919], + [8.612, 41.916], + [8.61, 41.912], + [8.61, 41.907], + [8.612, 41.907], + [8.614, 41.904], + [8.614, 41.901], + [8.612, 41.901], + [8.607, 41.895], + [8.609, 41.894], + [8.61, 41.896], + [8.614, 41.898], + [8.617, 41.901], + [8.622, 41.902], + [8.625, 41.902], + [8.629, 41.905], + [8.63, 41.907], + [8.638, 41.908], + [8.642, 41.91], + [8.647, 41.91], + [8.65, 41.909], + [8.655, 41.909], + [8.66, 41.907], + [8.664, 41.908], + [8.671, 41.905], + [8.673, 41.906], + [8.676, 41.904], + [8.678, 41.907], + [8.688, 41.909], + [8.701, 41.909], + [8.706, 41.907], + [8.709, 41.908], + [8.715, 41.909], + [8.719, 41.908], + [8.724, 41.912], + [8.728, 41.912], + [8.73, 41.913], + [8.731, 41.916], + [8.735, 41.917], + [8.739, 41.916], + [8.74, 41.918], + [8.741, 41.924], + [8.74, 41.926], + [8.741, 41.928], + [8.74, 41.93], + [8.741, 41.932], + [8.747, 41.934], + [8.755, 41.933], + [8.756, 41.93], + [8.758, 41.928], + [8.758, 41.926], + [8.765, 41.923], + [8.767, 41.926], + [8.771, 41.928], + [8.779, 41.926], + [8.79, 41.917], + [8.797, 41.908], + [8.798, 41.905], + [8.798, 41.908], + [8.801, 41.909], + [8.802, 41.908], + [8.803, 41.908], + [8.804, 41.914], + [8.807, 41.915], + [8.812, 41.915], + [8.813, 41.916], + [8.821, 41.919], + [8.82, 41.921], + [8.816, 41.922], + [8.815, 41.925], + [8.821, 41.931], + [8.814, 41.933], + [8.815, 41.937], + [8.818, 41.941], + [8.816, 41.942], + [8.822, 41.949], + [8.821, 41.951], + [8.818, 41.951], + [8.815, 41.95], + [8.813, 41.948], + [8.807, 41.949], + [8.803, 41.949], + [8.797, 41.95], + [8.786, 41.95], + [8.785, 41.953], + [8.785, 41.955], + [8.782, 41.959], + [8.775, 41.961], + [8.769, 41.962], + [8.768, 41.96], + [8.769, 41.958], + [8.767, 41.957], + [8.758, 41.957], + [8.756, 41.956], + [8.752, 41.958], + [8.751, 41.96], + [8.748, 41.961], + [8.742, 41.961], + [8.743, 41.958], + [8.739, 41.957], + [8.738, 41.959], + [8.732, 41.959], + [8.729, 41.96], + [8.726, 41.96], + [8.726, 41.958], + [8.723, 41.958], + [8.72, 41.955], + [8.718, 41.952], + [8.72, 41.95], + [8.72, 41.948], + [8.716, 41.949], + [8.715, 41.951], + [8.711, 41.951], + [8.71, 41.949], + [8.711, 41.947], + [8.707, 41.946], + [8.704, 41.947], + [8.701, 41.953], + [8.694, 41.95], + [8.69, 41.95], + [8.687, 41.948], + [8.681, 41.948], + [8.679, 41.946], + [8.677, 41.947], + [8.67, 41.947], + [8.669, 41.948], + [8.664, 41.956], + [8.66, 41.956], + [8.653, 41.958], + [8.65, 41.958], + [8.648, 41.963], + [8.64, 41.963], + [8.638, 41.964], + [8.631, 41.963], + [8.626, 41.966], + [8.623, 41.966], + [8.622, 41.968], + [8.623, 41.971] + ] + ] + ] + }, + "properties": { + "NOM_COM_M": "AJACCIO", + "INSEE_COM": "2A004", + "INSEE_DEP": "2A" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [9.393, 42.675], + [9.397, 42.673], + [9.404, 42.671], + [9.406, 42.669], + [9.412, 42.667], + [9.424, 42.665], + [9.429, 42.665], + [9.435, 42.662], + [9.443, 42.661], + [9.45, 42.662], + [9.447, 42.669], + [9.446, 42.675], + [9.447, 42.679], + [9.447, 42.685], + [9.446, 42.686], + [9.448, 42.69], + [9.452, 42.691], + [9.453, 42.696], + [9.452, 42.7], + [9.456, 42.706], + [9.455, 42.708], + [9.452, 42.709], + [9.449, 42.711], + [9.446, 42.71], + [9.445, 42.708], + [9.438, 42.706], + [9.436, 42.706], + [9.432, 42.708], + [9.428, 42.708], + [9.423, 42.709], + [9.42, 42.709], + [9.418, 42.707], + [9.413, 42.705], + [9.405, 42.705], + [9.406, 42.703], + [9.403, 42.699], + [9.4, 42.699], + [9.4, 42.695], + [9.398, 42.693], + [9.398, 42.69], + [9.396, 42.689], + [9.396, 42.685], + [9.393, 42.683], + [9.39, 42.676], + [9.393, 42.675] + ] + ] + }, + "properties": { + "NOM_COM_M": "BASTIA", + "INSEE_COM": "2B033", + "INSEE_DEP": "2B" + } + } + ] +} diff --git a/support-services/datafeeder/datadir/datafeeder/templates/README.md b/support-services/datafeeder/datadir/datafeeder/templates/README.md index 207c1c9aae..b5898dc77a 100644 --- a/support-services/datafeeder/datadir/datafeeder/templates/README.md +++ b/support-services/datafeeder/datadir/datafeeder/templates/README.md @@ -22,37 +22,37 @@ from: Georchestra Importer Application subject: body: -Dear ${user.name}, +Dear ${user.name}, .... ``` The following variables are resolved against the job's user, dataset, or publishing attributes: -* `${user.name}`: -* `${user.lastName}`: -* `${user.email}`: -* `${job.id}`: -* `${job.createdAt}`: -* `${job.error}`: -* `${job.analizeStatus}`: -* `${job.publishStatus}`: -* `${dataset.name}`: -* `${dataset.featureCount}`: -* `${dataset.encoding}`: -* `${dataset.nativeBounds}`: -* `${publish.tableName}`: -* `${publish.layerName}`: -* `${publish.workspace}`: -* `${publish.srs}`: -* `${publish.encoding}`: -* `${metadata.id}`: -* `${metadata.title}`: -* `${metadata.abstract}`: -* `${metadata.creationDate}`: -* `${metadata.lineage}`: -* `${metadata.latLonBoundingBox}`: -* `${metadata.keywords}`: -* `${metadata.scale}`: - -Additionally, any other ${property} will be resolved against the application context +- `${user.name}`: +- `${user.lastName}`: +- `${user.email}`: +- `${job.id}`: +- `${job.createdAt}`: +- `${job.error}`: +- `${job.analizeStatus}`: +- `${job.publishStatus}`: +- `${dataset.name}`: +- `${dataset.featureCount}`: +- `${dataset.encoding}`: +- `${dataset.nativeBounds}`: +- `${publish.tableName}`: +- `${publish.layerName}`: +- `${publish.workspace}`: +- `${publish.srs}`: +- `${publish.encoding}`: +- `${metadata.id}`: +- `${metadata.title}`: +- `${metadata.abstract}`: +- `${metadata.creationDate}`: +- `${metadata.lineage}`: +- `${metadata.latLonBoundingBox}`: +- `${metadata.keywords}`: +- `${metadata.scale}`: + +Additionally, any other ${property} will be resolved against the application context (for example, any property specified in `default.properties` or `datafeeder.properties`). diff --git a/support-services/datafeeder/datadir/kibana/kibana.yml b/support-services/datafeeder/datadir/kibana/kibana.yml index f923d68e2d..65baf31c42 100644 --- a/support-services/datafeeder/datadir/kibana/kibana.yml +++ b/support-services/datafeeder/datadir/kibana/kibana.yml @@ -1,5 +1,5 @@ -server.basePath: "/geonetwork/dashboards" +server.basePath: '/geonetwork/dashboards' server.rewriteBasePath: false -kibana.index: ".dashboards" +kibana.index: '.dashboards' # https://github.com/elastic/kibana/issues/12918 -server.host: "0.0.0.0" \ No newline at end of file +server.host: '0.0.0.0' diff --git a/support-services/datafeeder/docker-compose.yml b/support-services/datafeeder/docker-compose.yml index 313652a363..59f90b16e4 100644 --- a/support-services/datafeeder/docker-compose.yml +++ b/support-services/datafeeder/docker-compose.yml @@ -1,4 +1,4 @@ -version: "3.1" +version: '3.1' volumes: datafeeder_uploads: @@ -8,7 +8,7 @@ services: smtp: image: camptocamp/smtp-sink:latest ports: - - "2025:25" + - '2025:25' restart: always database: @@ -17,7 +17,7 @@ services: - POSTGRES_USER=georchestra - POSTGRES_PASSWORD=georchestra ports: - - "15432:5432" + - '15432:5432' ldap: image: georchestra/ldap:latest @@ -39,7 +39,7 @@ services: - XMS=256M - XMX=1G ports: - - "38080:8080" + - '38080:8080' geoserver: image: georchestra/geoserver:latest @@ -51,7 +51,7 @@ services: - JAVA_OPTIONS=-Dorg.eclipse.jetty.annotations.AnnotationParser.LEVEL=OFF - XMS=256M ports: - - "18080:8080" + - '18080:8080' geonetwork: image: georchestra/geonetwork:latest @@ -69,7 +69,7 @@ services: - JAVA_OPTIONS=-Duser.home=/tmp/jetty -Dgeorchestra.datadir=/etc/georchestra -Dorg.eclipse.jetty.annotations.AnnotationParser.LEVEL=OFF - XMS=256M ports: - - "8080:8080" + - '8080:8080' elasticsearch: image: docker.elastic.co/elasticsearch/elasticsearch:7.15.1 @@ -82,11 +82,10 @@ services: hard: 65536 environment: discovery.type: single-node - ES_JAVA_OPTS: "-Xms1g -Xmx1g" + ES_JAVA_OPTS: '-Xms1g -Xmx1g' volumes: - elasticsearch_data:/usr/share/elasticsearch/data - datafeeder: image: georchestra/datafeeder:latest depends_on: @@ -101,4 +100,3 @@ services: - LOGGING_LEVEL_ORG_GEORCHESTRA_DATAFEEDER=INFO ports: - 8181:8080 - From 554f5ef44ea963cbb1791bf3876b1a4877482cce Mon Sep 17 00:00:00 2001 From: Florian Necas Date: Tue, 19 Sep 2023 10:02:21 +0200 Subject: [PATCH 3/4] docs: update and remove second proxy conf --- docs/apps/datafeeder.md | 4 +- proxy-config-dev.js | 39 ------------------- proxy-config.js | 12 +++++- .../datadir/geonetwork/geonetwork.properties | 5 +++ .../datafeeder/docker-compose.yml | 9 +++++ 5 files changed, 26 insertions(+), 43 deletions(-) delete mode 100644 proxy-config-dev.js diff --git a/docs/apps/datafeeder.md b/docs/apps/datafeeder.md index 2e45c3056d..521414345d 100644 --- a/docs/apps/datafeeder.md +++ b/docs/apps/datafeeder.md @@ -19,12 +19,10 @@ cd support-services/datafeeder docker compose up -d ``` -With this composition, you'll need to use `proxy-config-dev.js`. To do so, the nx command must be executed with the `--proxy-config proxy-config-dev.js` argument. - In `geonetwork-ui/` directory, run : ```shell -npx nx run datafeeder:serve --proxy-config proxy-config-dev.js +npx nx run datafeeder:serve ``` ## Configuration diff --git a/proxy-config-dev.js b/proxy-config-dev.js deleted file mode 100644 index 0173cd8a5b..0000000000 --- a/proxy-config-dev.js +++ /dev/null @@ -1,39 +0,0 @@ -module.exports = { - '/geonetwork': { - target: 'http://localhost:8080', - secure: true, - logLevel: 'debug', - changeOrigin: true, - cookiePathRewrite: { - '/geonetwork': '/', - }, - }, - // this provides a parameter-based proxy to easily work around CORS issues - // use with: /dev-proxy?http://where_to_proxy.com/bla?abc - '/dev-proxy': { - target: 'http://invalidhostname', - secure: false, - ignorePath: true, - changeOrigin: true, - router: (req) => decodeURIComponent(req._parsedUrl.query), - }, - '/datafeeder': { - target: 'http://localhost:8181', - secure: true, - logLevel: 'debug', - changeOrigin: true, - cookiePathRewrite: { - '/datafeeder': '/', - }, - headers: { - 'sec-roles': - 'ROLE_SUPERUSER;ROLE_GN_ADMIN;ROLE_ADMINISTRATOR;ROLE_USER;ROLE_MAPSTORE_ADMIN', - 'sec-org': 'camptocamp', - 'sec-username': 'testadmin', - 'sec-fetch-user': '?1', - 'sec-proxy': 'true', - referer: 'https://georchestra-127-0-1-1.traefik.me/', - 'sec-orgname': 'camptocamp', - }, - }, -} diff --git a/proxy-config.js b/proxy-config.js index e93aea2ec2..e492ffdbc8 100644 --- a/proxy-config.js +++ b/proxy-config.js @@ -18,12 +18,22 @@ module.exports = { router: (req) => decodeURIComponent(req._parsedUrl.query), }, '/datafeeder': { - target: 'http://localhost:8080', + target: 'http://localhost:8181', secure: true, logLevel: 'debug', changeOrigin: true, cookiePathRewrite: { '/datafeeder': '/', }, + headers: { + 'sec-roles': + 'ROLE_SUPERUSER;ROLE_GN_ADMIN;ROLE_ADMINISTRATOR;ROLE_USER;ROLE_MAPSTORE_ADMIN', + 'sec-org': 'myOrg', + 'sec-username': 'testadmin', + 'sec-fetch-user': '?1', + 'sec-proxy': 'true', + referer: 'https://georchestra-127-0-1-1.traefik.me/', + 'sec-orgname': 'myOrg', + }, }, } diff --git a/support-services/datafeeder/datadir/geonetwork/geonetwork.properties b/support-services/datafeeder/datadir/geonetwork/geonetwork.properties index ed0809191d..3e04e97dbb 100644 --- a/support-services/datafeeder/datadir/geonetwork/geonetwork.properties +++ b/support-services/datafeeder/datadir/geonetwork/geonetwork.properties @@ -16,3 +16,8 @@ geonetwork.profiles.rolemappings.[GN_EDITOR]=Editor geonetwork.profiles.rolemappings.[GN_USER]=RegisteredUser geonetwork.scheduled.enabled=true +es.featureproxy.targeturi=http://elasticsearch:9200/gn-features/{_} +es.protocol=http +es.port=9200 +es.host=elasticsearch +es.url=http://elasticsearch:9200 diff --git a/support-services/datafeeder/docker-compose.yml b/support-services/datafeeder/docker-compose.yml index 59f90b16e4..7fd96a0409 100644 --- a/support-services/datafeeder/docker-compose.yml +++ b/support-services/datafeeder/docker-compose.yml @@ -83,6 +83,15 @@ services: environment: discovery.type: single-node ES_JAVA_OPTS: '-Xms1g -Xmx1g' + healthcheck: + test: + [ + 'CMD-SHELL', + 'curl -s -f http://localhost:9200/_cat/health >/dev/null || exit 1', + ] + interval: 30s + timeout: 10s + retries: 10 volumes: - elasticsearch_data:/usr/share/elasticsearch/data From f39c25f96010288db0dc740c26db0d94222e6fa2 Mon Sep 17 00:00:00 2001 From: Florian Necas Date: Thu, 21 Sep 2023 12:08:08 +0200 Subject: [PATCH 4/4] fix: cleaning cities.geojson --- .../datafeeder/datadir/console/cities.geojson | 25664 ---------------- 1 file changed, 25664 deletions(-) diff --git a/support-services/datafeeder/datadir/console/cities.geojson b/support-services/datafeeder/datadir/console/cities.geojson index 2fd539cffd..b8caaed321 100644 --- a/support-services/datafeeder/datadir/console/cities.geojson +++ b/support-services/datafeeder/datadir/console/cities.geojson @@ -156,25670 +156,6 @@ "INSEE_DEP": "2A" } }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.231, 41.933], - [9.235, 41.934], - [9.24, 41.934], - [9.244, 41.936], - [9.25, 41.941], - [9.26, 41.944], - [9.261, 41.946], - [9.266, 41.947], - [9.27, 41.95], - [9.273, 41.95], - [9.276, 41.949], - [9.281, 41.946], - [9.291, 41.948], - [9.294, 41.95], - [9.296, 41.951], - [9.303, 41.953], - [9.311, 41.956], - [9.327, 41.958], - [9.336, 41.961], - [9.339, 41.964], - [9.341, 41.964], - [9.344, 41.966], - [9.344, 41.969], - [9.35, 41.969], - [9.351, 41.968], - [9.356, 41.968], - [9.364, 41.97], - [9.366, 41.969], - [9.37, 41.969], - [9.375, 41.97], - [9.379, 41.97], - [9.395, 41.968], - [9.408, 41.968], - [9.408, 41.965], - [9.409, 41.962], - [9.408, 41.96], - [9.409, 41.957], - [9.406, 41.955], - [9.409, 41.951], - [9.408, 41.941], - [9.41, 41.939], - [9.413, 41.938], - [9.412, 41.941], - [9.412, 41.949], - [9.414, 41.955], - [9.416, 41.959], - [9.426, 41.973], - [9.431, 41.979], - [9.44, 41.988], - [9.439, 41.988], - [9.433, 41.983], - [9.428, 41.98], - [9.427, 41.978], - [9.423, 41.978], - [9.419, 41.975], - [9.417, 41.976], - [9.412, 41.977], - [9.408, 41.976], - [9.397, 41.976], - [9.392, 41.978], - [9.391, 41.982], - [9.389, 41.984], - [9.384, 41.985], - [9.384, 41.988], - [9.383, 41.99], - [9.383, 41.993], - [9.379, 41.994], - [9.377, 41.997], - [9.372, 42.001], - [9.366, 41.997], - [9.364, 41.997], - [9.36, 41.995], - [9.356, 41.996], - [9.349, 41.995], - [9.348, 41.996], - [9.345, 41.995], - [9.341, 41.998], - [9.336, 41.998], - [9.331, 41.997], - [9.33, 41.994], - [9.327, 41.994], - [9.324, 41.996], - [9.319, 41.994], - [9.316, 41.994], - [9.312, 41.993], - [9.306, 41.993], - [9.304, 41.99], - [9.301, 41.987], - [9.297, 41.986], - [9.294, 41.986], - [9.29, 41.982], - [9.282, 41.979], - [9.279, 41.981], - [9.277, 41.978], - [9.278, 41.974], - [9.268, 41.97], - [9.267, 41.968], - [9.261, 41.965], - [9.261, 41.963], - [9.256, 41.958], - [9.25, 41.953], - [9.249, 41.95], - [9.246, 41.947], - [9.244, 41.947], - [9.241, 41.942], - [9.238, 41.941], - [9.234, 41.938], - [9.231, 41.933] - ] - ] - }, - "properties": { - "NOM_COM_M": "SERRA DI FIUMORBO", - "INSEE_COM": "2B277", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.433, 42.364], - [9.438, 42.366], - [9.439, 42.365], - [9.445, 42.368], - [9.449, 42.368], - [9.451, 42.369], - [9.457, 42.364], - [9.466, 42.36], - [9.468, 42.356], - [9.474, 42.353], - [9.48, 42.353], - [9.482, 42.355], - [9.479, 42.359], - [9.482, 42.362], - [9.485, 42.366], - [9.483, 42.367], - [9.482, 42.37], - [9.483, 42.372], - [9.487, 42.374], - [9.482, 42.375], - [9.484, 42.377], - [9.484, 42.379], - [9.486, 42.38], - [9.486, 42.382], - [9.489, 42.389], - [9.488, 42.39], - [9.487, 42.388], - [9.483, 42.389], - [9.475, 42.389], - [9.47, 42.387], - [9.465, 42.388], - [9.461, 42.39], - [9.46, 42.388], - [9.458, 42.388], - [9.456, 42.385], - [9.451, 42.381], - [9.447, 42.377], - [9.444, 42.377], - [9.439, 42.376], - [9.435, 42.369], - [9.435, 42.366], - [9.433, 42.364] - ] - ] - }, - "properties": { - "NOM_COM_M": "SAN GIOVANNI DI MORIANI", - "INSEE_COM": "2B302", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.48, 42.342], - [9.476, 42.341], - [9.476, 42.343], - [9.48, 42.353], - [9.474, 42.353], - [9.468, 42.356], - [9.466, 42.36], - [9.457, 42.364], - [9.451, 42.369], - [9.449, 42.368], - [9.445, 42.368], - [9.439, 42.365], - [9.438, 42.366], - [9.433, 42.364], - [9.432, 42.357], - [9.43, 42.355], - [9.44, 42.35], - [9.445, 42.341], - [9.448, 42.34], - [9.451, 42.341], - [9.455, 42.339], - [9.458, 42.339], - [9.46, 42.34], - [9.463, 42.337], - [9.466, 42.335], - [9.47, 42.334], - [9.477, 42.337], - [9.479, 42.337], - [9.48, 42.342] - ] - ] - }, - "properties": { - "NOM_COM_M": "SANTA REPARATA DI MORIANI", - "INSEE_COM": "2B317", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.381, 42.79], - [9.377, 42.788], - [9.368, 42.781], - [9.366, 42.778], - [9.364, 42.779], - [9.36, 42.779], - [9.354, 42.777], - [9.349, 42.771], - [9.349, 42.769], - [9.345, 42.766], - [9.342, 42.765], - [9.34, 42.761], - [9.339, 42.758], - [9.342, 42.753], - [9.342, 42.748], - [9.345, 42.746], - [9.346, 42.743], - [9.344, 42.74], - [9.348, 42.739], - [9.353, 42.739], - [9.356, 42.742], - [9.359, 42.743], - [9.362, 42.743], - [9.367, 42.745], - [9.372, 42.751], - [9.377, 42.751], - [9.382, 42.748], - [9.384, 42.749], - [9.388, 42.748], - [9.388, 42.751], - [9.391, 42.753], - [9.394, 42.754], - [9.398, 42.758], - [9.4, 42.758], - [9.404, 42.76], - [9.405, 42.764], - [9.407, 42.765], - [9.411, 42.771], - [9.415, 42.773], - [9.414, 42.774], - [9.416, 42.781], - [9.42, 42.785], - [9.418, 42.789], - [9.414, 42.788], - [9.407, 42.788], - [9.405, 42.789], - [9.402, 42.788], - [9.397, 42.789], - [9.394, 42.787], - [9.389, 42.788], - [9.384, 42.788], - [9.381, 42.79] - ] - ] - }, - "properties": { - "NOM_COM_M": "OLMETA DI CAPOCORSO", - "INSEE_COM": "2B187", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.682, 42.172], - [8.676, 42.17], - [8.672, 42.17], - [8.669, 42.171], - [8.649, 42.169], - [8.649, 42.168], - [8.642, 42.167], - [8.637, 42.167], - [8.636, 42.166], - [8.631, 42.174], - [8.629, 42.175], - [8.625, 42.175], - [8.627, 42.179], - [8.624, 42.18], - [8.621, 42.185], - [8.618, 42.184], - [8.617, 42.188], - [8.611, 42.194], - [8.609, 42.194], - [8.608, 42.196], - [8.603, 42.196], - [8.598, 42.192], - [8.593, 42.189], - [8.589, 42.186], - [8.582, 42.183], - [8.586, 42.183], - [8.587, 42.182], - [8.585, 42.179], - [8.582, 42.178], - [8.573, 42.178], - [8.568, 42.177], - [8.566, 42.175], - [8.562, 42.173], - [8.562, 42.171], - [8.568, 42.169], - [8.573, 42.169], - [8.581, 42.171], - [8.583, 42.17], - [8.585, 42.172], - [8.588, 42.171], - [8.591, 42.171], - [8.594, 42.169], - [8.594, 42.167], - [8.589, 42.162], - [8.583, 42.162], - [8.584, 42.16], - [8.577, 42.157], - [8.577, 42.155], - [8.571, 42.156], - [8.57, 42.154], - [8.567, 42.154], - [8.561, 42.151], - [8.559, 42.146], - [8.564, 42.148], - [8.568, 42.149], - [8.573, 42.151], - [8.573, 42.152], - [8.578, 42.152], - [8.581, 42.151], - [8.584, 42.152], - [8.587, 42.149], - [8.59, 42.149], - [8.594, 42.144], - [8.59, 42.139], - [8.585, 42.135], - [8.584, 42.132], - [8.582, 42.131], - [8.583, 42.129], - [8.585, 42.13], - [8.588, 42.129], - [8.596, 42.13], - [8.596, 42.132], - [8.601, 42.133], - [8.603, 42.132], - [8.612, 42.135], - [8.616, 42.133], - [8.618, 42.127], - [8.621, 42.125], - [8.624, 42.125], - [8.625, 42.123], - [8.629, 42.122], - [8.634, 42.124], - [8.637, 42.122], - [8.637, 42.12], - [8.642, 42.12], - [8.644, 42.121], - [8.648, 42.121], - [8.651, 42.117], - [8.657, 42.122], - [8.659, 42.122], - [8.66, 42.125], - [8.663, 42.127], - [8.664, 42.129], - [8.668, 42.13], - [8.671, 42.13], - [8.673, 42.134], - [8.672, 42.136], - [8.676, 42.138], - [8.676, 42.142], - [8.675, 42.144], - [8.679, 42.147], - [8.68, 42.15], - [8.682, 42.15], - [8.683, 42.153], - [8.682, 42.157], - [8.684, 42.161], - [8.685, 42.161], - [8.688, 42.166], - [8.686, 42.168], - [8.687, 42.17], - [8.683, 42.17], - [8.682, 42.172] - ] - ] - }, - "properties": { - "NOM_COM_M": "CARGESE", - "INSEE_COM": "2A065", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.328, 42.444], - [9.327, 42.446], - [9.325, 42.446], - [9.321, 42.447], - [9.318, 42.446], - [9.315, 42.447], - [9.312, 42.449], - [9.308, 42.448], - [9.305, 42.446], - [9.297, 42.444], - [9.293, 42.445], - [9.274, 42.445], - [9.265, 42.449], - [9.259, 42.449], - [9.256, 42.45], - [9.253, 42.45], - [9.249, 42.454], - [9.243, 42.453], - [9.24, 42.455], - [9.238, 42.458], - [9.235, 42.458], - [9.233, 42.459], - [9.228, 42.459], - [9.227, 42.461], - [9.221, 42.465], - [9.217, 42.465], - [9.21, 42.469], - [9.21, 42.472], - [9.207, 42.475], - [9.204, 42.476], - [9.203, 42.479], - [9.201, 42.48], - [9.201, 42.482], - [9.196, 42.483], - [9.192, 42.483], - [9.188, 42.48], - [9.189, 42.477], - [9.191, 42.475], - [9.191, 42.473], - [9.189, 42.469], - [9.179, 42.463], - [9.177, 42.459], - [9.175, 42.457], - [9.184, 42.457], - [9.189, 42.459], - [9.194, 42.457], - [9.198, 42.457], - [9.202, 42.456], - [9.204, 42.453], - [9.202, 42.452], - [9.2, 42.448], - [9.201, 42.445], - [9.209, 42.446], - [9.212, 42.446], - [9.22, 42.444], - [9.222, 42.444], - [9.227, 42.446], - [9.234, 42.443], - [9.236, 42.444], - [9.243, 42.441], - [9.246, 42.439], - [9.248, 42.441], - [9.255, 42.441], - [9.263, 42.438], - [9.266, 42.438], - [9.271, 42.437], - [9.276, 42.433], - [9.278, 42.429], - [9.281, 42.429], - [9.287, 42.427], - [9.29, 42.427], - [9.3, 42.424], - [9.305, 42.426], - [9.31, 42.426], - [9.313, 42.422], - [9.316, 42.419], - [9.319, 42.418], - [9.327, 42.417], - [9.327, 42.421], - [9.326, 42.426], - [9.327, 42.431], - [9.326, 42.433], - [9.327, 42.435], - [9.325, 42.439], - [9.328, 42.444] - ] - ] - }, - "properties": { - "NOM_COM_M": "MOROSAGLIA", - "INSEE_COM": "2B169", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.311, 42.618], - [9.316, 42.616], - [9.315, 42.614], - [9.318, 42.612], - [9.319, 42.609], - [9.322, 42.607], - [9.32, 42.602], - [9.316, 42.601], - [9.316, 42.599], - [9.321, 42.598], - [9.325, 42.596], - [9.33, 42.596], - [9.329, 42.594], - [9.331, 42.593], - [9.332, 42.59], - [9.338, 42.586], - [9.341, 42.587], - [9.344, 42.586], - [9.344, 42.582], - [9.347, 42.582], - [9.347, 42.584], - [9.35, 42.587], - [9.357, 42.588], - [9.357, 42.59], - [9.363, 42.592], - [9.357, 42.598], - [9.353, 42.599], - [9.351, 42.604], - [9.347, 42.606], - [9.343, 42.607], - [9.341, 42.609], - [9.339, 42.608], - [9.336, 42.608], - [9.33, 42.612], - [9.327, 42.613], - [9.324, 42.617], - [9.32, 42.618], - [9.311, 42.618] - ] - ] - }, - "properties": { - "NOM_COM_M": "VALLECALLE", - "INSEE_COM": "2B333", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.127, 41.928], - [9.129, 41.929], - [9.132, 41.929], - [9.135, 41.931], - [9.139, 41.931], - [9.141, 41.931], - [9.141, 41.935], - [9.146, 41.936], - [9.147, 41.94], - [9.155, 41.94], - [9.155, 41.942], - [9.158, 41.943], - [9.161, 41.945], - [9.164, 41.95], - [9.163, 41.953], - [9.166, 41.954], - [9.164, 41.954], - [9.162, 41.956], - [9.164, 41.958], - [9.164, 41.96], - [9.162, 41.963], - [9.162, 41.967], - [9.164, 41.97], - [9.161, 41.972], - [9.162, 41.977], - [9.154, 41.981], - [9.161, 42], - [9.156, 42], - [9.154, 42.002], - [9.147, 42.011], - [9.142, 42.007], - [9.138, 42.006], - [9.133, 42.003], - [9.127, 42.002], - [9.124, 41.999], - [9.122, 41.995], - [9.119, 41.993], - [9.116, 41.994], - [9.112, 41.993], - [9.111, 41.99], - [9.106, 41.989], - [9.104, 41.988], - [9.103, 41.984], - [9.1, 41.979], - [9.097, 41.978], - [9.102, 41.977], - [9.104, 41.976], - [9.11, 41.975], - [9.118, 41.968], - [9.127, 41.964], - [9.128, 41.962], - [9.125, 41.96], - [9.128, 41.959], - [9.127, 41.957], - [9.133, 41.953], - [9.136, 41.949], - [9.136, 41.947], - [9.133, 41.943], - [9.134, 41.941], - [9.13, 41.934], - [9.126, 41.93], - [9.127, 41.928] - ] - ] - }, - "properties": { - "NOM_COM_M": "CIAMANNACCE", - "INSEE_COM": "2A089", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.34, 42.866], - [9.334, 42.864], - [9.334, 42.861], - [9.329, 42.855], - [9.329, 42.853], - [9.324, 42.851], - [9.322, 42.847], - [9.316, 42.843], - [9.315, 42.84], - [9.315, 42.837], - [9.31, 42.834], - [9.311, 42.83], - [9.314, 42.83], - [9.316, 42.827], - [9.319, 42.827], - [9.324, 42.817], - [9.326, 42.812], - [9.329, 42.815], - [9.33, 42.817], - [9.331, 42.822], - [9.337, 42.826], - [9.342, 42.83], - [9.349, 42.834], - [9.356, 42.833], - [9.367, 42.836], - [9.373, 42.839], - [9.38, 42.838], - [9.381, 42.836], - [9.385, 42.835], - [9.388, 42.843], - [9.392, 42.845], - [9.389, 42.846], - [9.385, 42.845], - [9.383, 42.846], - [9.38, 42.849], - [9.376, 42.851], - [9.374, 42.853], - [9.366, 42.855], - [9.363, 42.857], - [9.36, 42.858], - [9.356, 42.863], - [9.35, 42.863], - [9.347, 42.866], - [9.343, 42.865], - [9.34, 42.866] - ] - ] - }, - "properties": { - "NOM_COM_M": "CANARI", - "INSEE_COM": "2B058", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.382, 42.234], - [9.385, 42.233], - [9.391, 42.239], - [9.399, 42.241], - [9.403, 42.244], - [9.405, 42.248], - [9.411, 42.249], - [9.41, 42.251], - [9.411, 42.253], - [9.409, 42.254], - [9.406, 42.256], - [9.404, 42.261], - [9.404, 42.263], - [9.401, 42.263], - [9.398, 42.264], - [9.397, 42.266], - [9.394, 42.268], - [9.392, 42.267], - [9.392, 42.265], - [9.388, 42.266], - [9.387, 42.269], - [9.385, 42.269], - [9.384, 42.272], - [9.38, 42.272], - [9.378, 42.273], - [9.37, 42.273], - [9.368, 42.272], - [9.362, 42.274], - [9.358, 42.273], - [9.356, 42.27], - [9.357, 42.268], - [9.357, 42.262], - [9.359, 42.26], - [9.362, 42.26], - [9.364, 42.258], - [9.367, 42.257], - [9.368, 42.253], - [9.366, 42.25], - [9.367, 42.249], - [9.362, 42.247], - [9.36, 42.245], - [9.361, 42.24], - [9.365, 42.238], - [9.366, 42.236], - [9.37, 42.236], - [9.372, 42.234], - [9.374, 42.235], - [9.379, 42.232], - [9.382, 42.234] - ] - ] - }, - "properties": { - "NOM_COM_M": "ZALANA", - "INSEE_COM": "2B356", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.43, 42.355], - [9.422, 42.355], - [9.419, 42.357], - [9.416, 42.358], - [9.412, 42.358], - [9.411, 42.356], - [9.413, 42.35], - [9.411, 42.347], - [9.413, 42.345], - [9.414, 42.341], - [9.411, 42.34], - [9.413, 42.335], - [9.414, 42.336], - [9.421, 42.337], - [9.425, 42.337], - [9.429, 42.336], - [9.433, 42.337], - [9.434, 42.34], - [9.445, 42.341], - [9.44, 42.35], - [9.43, 42.355] - ] - ] - }, - "properties": { - "NOM_COM_M": "FELCE", - "INSEE_COM": "2B111", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.497, 42.048], - [9.501, 42.054], - [9.515, 42.068], - [9.518, 42.072], - [9.529, 42.085], - [9.533, 42.09], - [9.545, 42.1], - [9.549, 42.104], - [9.551, 42.109], - [9.555, 42.124], - [9.555, 42.127], - [9.556, 42.138], - [9.556, 42.142], - [9.548, 42.147], - [9.545, 42.146], - [9.544, 42.144], - [9.544, 42.14], - [9.541, 42.137], - [9.54, 42.134], - [9.537, 42.131], - [9.534, 42.13], - [9.528, 42.132], - [9.525, 42.134], - [9.52, 42.135], - [9.519, 42.137], - [9.511, 42.136], - [9.509, 42.137], - [9.493, 42.142], - [9.475, 42.141], - [9.463, 42.144], - [9.46, 42.147], - [9.457, 42.148], - [9.454, 42.15], - [9.455, 42.148], - [9.453, 42.146], - [9.453, 42.144], - [9.452, 42.143], - [9.455, 42.142], - [9.455, 42.14], - [9.457, 42.137], - [9.458, 42.134], - [9.456, 42.131], - [9.453, 42.129], - [9.448, 42.128], - [9.445, 42.128], - [9.441, 42.129], - [9.439, 42.128], - [9.438, 42.123], - [9.439, 42.117], - [9.438, 42.114], - [9.442, 42.11], - [9.445, 42.106], - [9.452, 42.106], - [9.451, 42.098], - [9.45, 42.094], - [9.447, 42.087], - [9.447, 42.085], - [9.457, 42.077], - [9.464, 42.076], - [9.472, 42.078], - [9.475, 42.075], - [9.475, 42.073], - [9.477, 42.071], - [9.479, 42.072], - [9.481, 42.067], - [9.483, 42.066], - [9.482, 42.064], - [9.484, 42.062], - [9.485, 42.059], - [9.488, 42.058], - [9.491, 42.056], - [9.492, 42.057], - [9.495, 42.055], - [9.496, 42.053], - [9.496, 42.049], - [9.497, 42.048] - ] - ] - }, - "properties": { - "NOM_COM_M": "ALERIA", - "INSEE_COM": "2B009", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.398, 42.693], - [9.4, 42.695], - [9.4, 42.699], - [9.403, 42.699], - [9.406, 42.703], - [9.405, 42.705], - [9.404, 42.709], - [9.405, 42.712], - [9.408, 42.715], - [9.408, 42.719], - [9.406, 42.721], - [9.403, 42.727], - [9.396, 42.728], - [9.383, 42.722], - [9.383, 42.72], - [9.379, 42.718], - [9.372, 42.717], - [9.357, 42.712], - [9.349, 42.71], - [9.346, 42.712], - [9.343, 42.711], - [9.34, 42.713], - [9.335, 42.714], - [9.334, 42.716], - [9.33, 42.719], - [9.322, 42.717], - [9.321, 42.714], - [9.321, 42.711], - [9.322, 42.706], - [9.321, 42.704], - [9.323, 42.702], - [9.322, 42.7], - [9.323, 42.697], - [9.322, 42.696], - [9.329, 42.694], - [9.333, 42.695], - [9.339, 42.694], - [9.345, 42.694], - [9.349, 42.693], - [9.354, 42.696], - [9.355, 42.698], - [9.359, 42.694], - [9.359, 42.691], - [9.365, 42.691], - [9.368, 42.693], - [9.37, 42.693], - [9.374, 42.697], - [9.376, 42.698], - [9.385, 42.696], - [9.387, 42.694], - [9.393, 42.694], - [9.398, 42.693] - ] - ] - }, - "properties": { - "NOM_COM_M": "PATRIMONIO", - "INSEE_COM": "2B205", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.324, 42.405], - [9.317, 42.408], - [9.313, 42.411], - [9.309, 42.415], - [9.306, 42.414], - [9.296, 42.418], - [9.293, 42.421], - [9.289, 42.421], - [9.287, 42.422], - [9.28, 42.422], - [9.276, 42.424], - [9.273, 42.423], - [9.269, 42.426], - [9.268, 42.424], - [9.259, 42.421], - [9.257, 42.423], - [9.255, 42.423], - [9.255, 42.426], - [9.252, 42.425], - [9.251, 42.429], - [9.246, 42.431], - [9.245, 42.433], - [9.241, 42.437], - [9.239, 42.435], - [9.233, 42.434], - [9.229, 42.436], - [9.226, 42.435], - [9.224, 42.436], - [9.223, 42.44], - [9.22, 42.444], - [9.212, 42.446], - [9.209, 42.446], - [9.201, 42.445], - [9.203, 42.444], - [9.203, 42.441], - [9.206, 42.438], - [9.208, 42.438], - [9.21, 42.434], - [9.209, 42.433], - [9.212, 42.43], - [9.216, 42.43], - [9.222, 42.426], - [9.226, 42.425], - [9.234, 42.424], - [9.238, 42.426], - [9.246, 42.427], - [9.245, 42.425], - [9.247, 42.423], - [9.246, 42.419], - [9.251, 42.42], - [9.257, 42.418], - [9.259, 42.416], - [9.262, 42.417], - [9.265, 42.415], - [9.271, 42.415], - [9.275, 42.414], - [9.278, 42.408], - [9.28, 42.407], - [9.284, 42.409], - [9.292, 42.409], - [9.306, 42.406], - [9.318, 42.403], - [9.326, 42.402], - [9.324, 42.405] - ] - ] - }, - "properties": { - "NOM_COM_M": "GAVIGNANO", - "INSEE_COM": "2B122", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.413, 42.318], - [9.413, 42.319], - [9.408, 42.325], - [9.401, 42.322], - [9.4, 42.323], - [9.397, 42.322], - [9.4, 42.32], - [9.403, 42.315], - [9.404, 42.317], - [9.409, 42.315], - [9.413, 42.318] - ] - ] - }, - "properties": { - "NOM_COM_M": "PIAZZALI", - "INSEE_COM": "2B216", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.533, 42.524], - [9.531, 42.524], - [9.53, 42.522], - [9.523, 42.52], - [9.518, 42.522], - [9.515, 42.522], - [9.511, 42.521], - [9.508, 42.521], - [9.507, 42.517], - [9.497, 42.516], - [9.491, 42.514], - [9.485, 42.514], - [9.485, 42.513], - [9.479, 42.507], - [9.474, 42.506], - [9.472, 42.507], - [9.466, 42.506], - [9.468, 42.503], - [9.464, 42.503], - [9.467, 42.499], - [9.456, 42.495], - [9.456, 42.494], - [9.45, 42.493], - [9.45, 42.49], - [9.447, 42.489], - [9.445, 42.487], - [9.449, 42.482], - [9.444, 42.48], - [9.443, 42.476], - [9.446, 42.479], - [9.449, 42.48], - [9.453, 42.48], - [9.46, 42.479], - [9.465, 42.482], - [9.468, 42.482], - [9.469, 42.484], - [9.473, 42.484], - [9.482, 42.488], - [9.481, 42.489], - [9.49, 42.492], - [9.493, 42.492], - [9.507, 42.496], - [9.508, 42.498], - [9.515, 42.497], - [9.519, 42.496], - [9.53, 42.496], - [9.53, 42.5], - [9.531, 42.507], - [9.533, 42.515], - [9.535, 42.521], - [9.534, 42.523], - [9.533, 42.524] - ] - ] - }, - "properties": { - "NOM_COM_M": "VENZOLASCA", - "INSEE_COM": "2B343", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.439, 42.408], - [9.439, 42.409], - [9.434, 42.412], - [9.432, 42.415], - [9.433, 42.419], - [9.435, 42.422], - [9.434, 42.425], - [9.432, 42.426], - [9.429, 42.428], - [9.425, 42.428], - [9.42, 42.426], - [9.418, 42.428], - [9.417, 42.425], - [9.415, 42.422], - [9.415, 42.417], - [9.417, 42.416], - [9.419, 42.41], - [9.422, 42.41], - [9.427, 42.407], - [9.431, 42.406], - [9.437, 42.407], - [9.439, 42.408] - ] - ] - }, - "properties": { - "NOM_COM_M": "SAN GAVINO D AMPUGNANI", - "INSEE_COM": "2B299", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.345, 42.328], - [9.341, 42.326], - [9.335, 42.323], - [9.325, 42.316], - [9.323, 42.313], - [9.318, 42.311], - [9.318, 42.31], - [9.312, 42.307], - [9.31, 42.307], - [9.308, 42.305], - [9.306, 42.301], - [9.309, 42.3], - [9.311, 42.297], - [9.316, 42.297], - [9.321, 42.296], - [9.321, 42.292], - [9.323, 42.289], - [9.328, 42.287], - [9.334, 42.284], - [9.336, 42.294], - [9.338, 42.299], - [9.338, 42.302], - [9.339, 42.311], - [9.338, 42.312], - [9.342, 42.32], - [9.341, 42.324], - [9.345, 42.328] - ] - ] - }, - "properties": { - "NOM_COM_M": "MAZZOLA", - "INSEE_COM": "2B157", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.046, 41.609], - [9.048, 41.612], - [9.052, 41.613], - [9.055, 41.613], - [9.059, 41.614], - [9.062, 41.616], - [9.065, 41.617], - [9.068, 41.62], - [9.07, 41.619], - [9.072, 41.622], - [9.075, 41.624], - [9.077, 41.627], - [9.076, 41.631], - [9.077, 41.635], - [9.077, 41.639], - [9.081, 41.646], - [9.08, 41.65], - [9.078, 41.65], - [9.076, 41.647], - [9.073, 41.645], - [9.07, 41.644], - [9.065, 41.639], - [9.063, 41.638], - [9.058, 41.641], - [9.058, 41.644], - [9.057, 41.646], - [9.054, 41.646], - [9.051, 41.642], - [9.048, 41.641], - [9.045, 41.638], - [9.041, 41.636], - [9.033, 41.634], - [9.029, 41.635], - [9.028, 41.635], - [9.027, 41.627], - [9.026, 41.626], - [9.022, 41.626], - [9.022, 41.63], - [9.015, 41.63], - [9.01, 41.631], - [9.003, 41.627], - [8.993, 41.62], - [8.99, 41.62], - [8.989, 41.618], - [8.993, 41.617], - [8.997, 41.615], - [8.997, 41.611], - [8.996, 41.608], - [8.993, 41.605], - [8.993, 41.602], - [9.005, 41.602], - [9.008, 41.604], - [9.01, 41.603], - [9.013, 41.604], - [9.022, 41.598], - [9.025, 41.598], - [9.028, 41.603], - [9.032, 41.602], - [9.032, 41.605], - [9.034, 41.605], - [9.038, 41.608], - [9.039, 41.61], - [9.042, 41.611], - [9.046, 41.609] - ] - ] - }, - "properties": { - "NOM_COM_M": "FOCE", - "INSEE_COM": "2A115", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.071, 42.13], - [9.068, 42.131], - [9.063, 42.13], - [9.058, 42.123], - [9.054, 42.126], - [9.05, 42.126], - [9.048, 42.125], - [9.042, 42.127], - [9.038, 42.127], - [9.035, 42.126], - [9.033, 42.124], - [9.029, 42.124], - [9.026, 42.122], - [9.022, 42.121], - [9.019, 42.119], - [9.013, 42.119], - [9.007, 42.117], - [9.004, 42.115], - [9.003, 42.113], - [9.002, 42.111], - [9.003, 42.107], - [9.01, 42.103], - [9.007, 42.101], - [9.002, 42.094], - [9.004, 42.092], - [9.003, 42.09], - [9.004, 42.086], - [8.999, 42.084], - [8.997, 42.082], - [9, 42.081], - [9.004, 42.081], - [9.005, 42.08], - [9.012, 42.08], - [9.017, 42.079], - [9.028, 42.079], - [9.031, 42.077], - [9.032, 42.075], - [9.036, 42.074], - [9.037, 42.069], - [9.039, 42.067], - [9.038, 42.064], - [9.04, 42.061], - [9.049, 42.057], - [9.052, 42.057], - [9.057, 42.054], - [9.061, 42.054], - [9.064, 42.052], - [9.072, 42.05], - [9.075, 42.05], - [9.079, 42.048], - [9.081, 42.048], - [9.087, 42.05], - [9.093, 42.05], - [9.093, 42.049], - [9.098, 42.048], - [9.103, 42.045], - [9.107, 42.043], - [9.112, 42.047], - [9.112, 42.052], - [9.124, 42.056], - [9.126, 42.058], - [9.134, 42.06], - [9.131, 42.061], - [9.13, 42.064], - [9.128, 42.067], - [9.131, 42.071], - [9.131, 42.073], - [9.133, 42.076], - [9.134, 42.08], - [9.134, 42.085], - [9.135, 42.088], - [9.134, 42.091], - [9.132, 42.091], - [9.128, 42.095], - [9.127, 42.098], - [9.125, 42.099], - [9.125, 42.105], - [9.121, 42.107], - [9.118, 42.11], - [9.114, 42.11], - [9.112, 42.114], - [9.109, 42.114], - [9.103, 42.116], - [9.098, 42.116], - [9.095, 42.115], - [9.093, 42.116], - [9.088, 42.12], - [9.084, 42.125], - [9.08, 42.127], - [9.078, 42.127], - [9.077, 42.129], - [9.071, 42.13] - ] - ] - }, - "properties": { - "NOM_COM_M": "BOCOGNANO", - "INSEE_COM": "2A040", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.953, 42.151], - [8.955, 42.15], - [8.957, 42.151], - [8.963, 42.152], - [8.965, 42.154], - [8.977, 42.157], - [8.983, 42.159], - [8.986, 42.161], - [8.99, 42.162], - [8.994, 42.162], - [9.002, 42.166], - [9.005, 42.166], - [9.01, 42.167], - [9.015, 42.172], - [9.023, 42.172], - [9.03, 42.171], - [9.034, 42.173], - [9.037, 42.177], - [9.045, 42.176], - [9.048, 42.176], - [9.049, 42.178], - [9.048, 42.181], - [9.049, 42.185], - [9.051, 42.187], - [9.051, 42.19], - [9.049, 42.193], - [9.047, 42.199], - [9.047, 42.203], - [9.046, 42.208], - [9.043, 42.207], - [9.038, 42.207], - [9.031, 42.205], - [9.027, 42.203], - [9.023, 42.203], - [9.018, 42.205], - [9.014, 42.208], - [9.006, 42.209], - [9.004, 42.209], - [9, 42.207], - [8.995, 42.207], - [8.991, 42.208], - [8.983, 42.209], - [8.981, 42.206], - [8.978, 42.204], - [8.976, 42.2], - [8.971, 42.187], - [8.965, 42.186], - [8.961, 42.187], - [8.958, 42.186], - [8.955, 42.183], - [8.955, 42.181], - [8.953, 42.179], - [8.95, 42.18], - [8.938, 42.182], - [8.938, 42.179], - [8.935, 42.176], - [8.932, 42.176], - [8.928, 42.173], - [8.921, 42.171], - [8.92, 42.167], - [8.915, 42.166], - [8.913, 42.163], - [8.911, 42.157], - [8.913, 42.155], - [8.913, 42.153], - [8.915, 42.151], - [8.914, 42.148], - [8.917, 42.145], - [8.921, 42.146], - [8.931, 42.146], - [8.935, 42.147], - [8.938, 42.149], - [8.94, 42.149], - [8.944, 42.151], - [8.953, 42.151] - ] - ] - }, - "properties": { - "NOM_COM_M": "GUAGNO", - "INSEE_COM": "2A131", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.443, 42.476], - [9.439, 42.471], - [9.435, 42.465], - [9.436, 42.464], - [9.438, 42.465], - [9.444, 42.466], - [9.45, 42.468], - [9.454, 42.468], - [9.456, 42.471], - [9.462, 42.474], - [9.464, 42.476], - [9.467, 42.475], - [9.47, 42.475], - [9.472, 42.474], - [9.479, 42.474], - [9.482, 42.473], - [9.485, 42.473], - [9.489, 42.475], - [9.494, 42.476], - [9.51, 42.48], - [9.525, 42.484], - [9.531, 42.484], - [9.53, 42.49], - [9.53, 42.496], - [9.519, 42.496], - [9.515, 42.497], - [9.508, 42.498], - [9.507, 42.496], - [9.493, 42.492], - [9.49, 42.492], - [9.481, 42.489], - [9.482, 42.488], - [9.473, 42.484], - [9.469, 42.484], - [9.468, 42.482], - [9.465, 42.482], - [9.46, 42.479], - [9.453, 42.48], - [9.449, 42.48], - [9.446, 42.479], - [9.443, 42.476] - ] - ] - }, - "properties": { - "NOM_COM_M": "SORBO OCAGNANO", - "INSEE_COM": "2B286", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.049, 41.712], - [9.046, 41.712], - [9.042, 41.71], - [9.041, 41.708], - [9.041, 41.705], - [9.043, 41.704], - [9.043, 41.701], - [9.038, 41.697], - [9.038, 41.694], - [9.037, 41.691], - [9.039, 41.689], - [9.041, 41.691], - [9.042, 41.696], - [9.044, 41.696], - [9.046, 41.7], - [9.053, 41.698], - [9.053, 41.697], - [9.057, 41.695], - [9.057, 41.697], - [9.06, 41.697], - [9.063, 41.695], - [9.063, 41.693], - [9.06, 41.687], - [9.054, 41.682], - [9.055, 41.68], - [9.052, 41.678], - [9.046, 41.67], - [9.046, 41.668], - [9.044, 41.667], - [9.045, 41.665], - [9.048, 41.662], - [9.04, 41.659], - [9.036, 41.658], - [9.031, 41.658], - [9.028, 41.659], - [9.025, 41.659], - [9.023, 41.657], - [9.024, 41.654], - [9.028, 41.65], - [9.028, 41.648], - [9.024, 41.646], - [9.025, 41.644], - [9.024, 41.642], - [9.021, 41.64], - [9.023, 41.638], - [9.028, 41.636], - [9.029, 41.635], - [9.033, 41.634], - [9.041, 41.636], - [9.045, 41.638], - [9.048, 41.641], - [9.051, 41.642], - [9.054, 41.646], - [9.057, 41.646], - [9.058, 41.644], - [9.058, 41.641], - [9.063, 41.638], - [9.065, 41.639], - [9.07, 41.644], - [9.073, 41.645], - [9.076, 41.647], - [9.078, 41.65], - [9.08, 41.65], - [9.082, 41.651], - [9.087, 41.652], - [9.092, 41.656], - [9.102, 41.659], - [9.097, 41.66], - [9.087, 41.663], - [9.085, 41.665], - [9.087, 41.667], - [9.084, 41.673], - [9.088, 41.676], - [9.092, 41.678], - [9.093, 41.68], - [9.092, 41.682], - [9.089, 41.684], - [9.089, 41.689], - [9.086, 41.691], - [9.087, 41.693], - [9.082, 41.698], - [9.081, 41.698], - [9.075, 41.702], - [9.069, 41.703], - [9.068, 41.702], - [9.062, 41.704], - [9.053, 41.705], - [9.052, 41.707], - [9.05, 41.707], - [9.049, 41.709], - [9.051, 41.71], - [9.049, 41.712] - ] - ] - }, - "properties": { - "NOM_COM_M": "SAINTE LUCIE DE TALLANO", - "INSEE_COM": "2A308", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.324, 41.996], - [9.327, 41.994], - [9.33, 41.994], - [9.331, 41.997], - [9.336, 41.998], - [9.341, 41.998], - [9.345, 41.995], - [9.348, 41.996], - [9.349, 41.995], - [9.356, 41.996], - [9.36, 41.995], - [9.364, 41.997], - [9.366, 41.997], - [9.372, 42.001], - [9.377, 41.997], - [9.379, 41.994], - [9.383, 41.993], - [9.383, 41.99], - [9.384, 41.988], - [9.384, 41.985], - [9.389, 41.984], - [9.391, 41.982], - [9.392, 41.978], - [9.397, 41.976], - [9.408, 41.976], - [9.412, 41.977], - [9.417, 41.976], - [9.419, 41.975], - [9.423, 41.978], - [9.427, 41.978], - [9.428, 41.98], - [9.433, 41.983], - [9.439, 41.988], - [9.44, 41.988], - [9.442, 41.99], - [9.439, 41.99], - [9.437, 41.993], - [9.431, 41.997], - [9.429, 41.996], - [9.427, 41.997], - [9.427, 41.999], - [9.423, 42], - [9.42, 42.003], - [9.42, 42.005], - [9.415, 42.008], - [9.411, 42.006], - [9.408, 42.009], - [9.401, 42.009], - [9.397, 42.01], - [9.391, 42.015], - [9.386, 42.015], - [9.383, 42.017], - [9.38, 42.017], - [9.374, 42.022], - [9.373, 42.024], - [9.368, 42.027], - [9.369, 42.032], - [9.367, 42.035], - [9.364, 42.035], - [9.361, 42.037], - [9.355, 42.035], - [9.349, 42.036], - [9.347, 42.037], - [9.342, 42.037], - [9.34, 42.038], - [9.334, 42.039], - [9.333, 42.037], - [9.331, 42.037], - [9.329, 42.035], - [9.325, 42.035], - [9.319, 42.038], - [9.316, 42.036], - [9.314, 42.033], - [9.313, 42.028], - [9.31, 42.025], - [9.311, 42.021], - [9.31, 42.017], - [9.308, 42.015], - [9.31, 42.012], - [9.312, 42.012], - [9.314, 42.01], - [9.312, 42.005], - [9.313, 42.002], - [9.312, 42.001], - [9.317, 41.997], - [9.32, 41.996], - [9.324, 41.996] - ] - ] - }, - "properties": { - "NOM_COM_M": "PRUNELLI DI FIUMORBO", - "INSEE_COM": "2B251", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.867, 42.608], - [8.865, 42.608], - [8.862, 42.61], - [8.86, 42.609], - [8.858, 42.61], - [8.853, 42.609], - [8.854, 42.612], - [8.851, 42.612], - [8.848, 42.609], - [8.85, 42.606], - [8.847, 42.603], - [8.851, 42.601], - [8.851, 42.599], - [8.856, 42.598], - [8.86, 42.6], - [8.86, 42.602], - [8.864, 42.601], - [8.867, 42.602], - [8.868, 42.604], - [8.871, 42.605], - [8.867, 42.608] - ] - ] - }, - "properties": { - "NOM_COM_M": "ALGAJOLA", - "INSEE_COM": "2B010", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.932, 42.52], - [8.933, 42.523], - [8.933, 42.526], - [8.935, 42.528], - [8.934, 42.531], - [8.928, 42.536], - [8.924, 42.537], - [8.924, 42.539], - [8.922, 42.541], - [8.923, 42.543], - [8.922, 42.545], - [8.925, 42.546], - [8.928, 42.548], - [8.931, 42.553], - [8.927, 42.558], - [8.92, 42.568], - [8.917, 42.571], - [8.916, 42.569], - [8.916, 42.567], - [8.907, 42.56], - [8.904, 42.556], - [8.903, 42.557], - [8.897, 42.554], - [8.895, 42.55], - [8.897, 42.548], - [8.902, 42.547], - [8.905, 42.545], - [8.907, 42.538], - [8.913, 42.535], - [8.916, 42.534], - [8.916, 42.53], - [8.918, 42.527], - [8.926, 42.524], - [8.932, 42.52] - ] - ] - }, - "properties": { - "NOM_COM_M": "MURO", - "INSEE_COM": "2B173", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.927, 42.254], - [8.934, 42.259], - [8.947, 42.263], - [8.95, 42.265], - [8.955, 42.264], - [8.958, 42.264], - [8.964, 42.266], - [8.966, 42.265], - [8.97, 42.265], - [8.973, 42.266], - [8.975, 42.269], - [8.977, 42.269], - [8.978, 42.272], - [8.985, 42.277], - [8.986, 42.28], - [8.982, 42.283], - [8.98, 42.287], - [8.976, 42.289], - [8.976, 42.296], - [8.977, 42.298], - [8.975, 42.299], - [8.978, 42.305], - [8.977, 42.308], - [8.974, 42.311], - [8.977, 42.313], - [8.978, 42.317], - [8.981, 42.317], - [8.984, 42.319], - [8.99, 42.32], - [8.99, 42.324], - [8.992, 42.325], - [8.994, 42.324], - [8.995, 42.328], - [8.998, 42.329], - [8.997, 42.331], - [8.998, 42.334], - [8.995, 42.335], - [8.989, 42.333], - [8.981, 42.335], - [8.978, 42.335], - [8.975, 42.337], - [8.972, 42.336], - [8.964, 42.337], - [8.963, 42.344], - [8.96, 42.343], - [8.958, 42.344], - [8.954, 42.35], - [8.953, 42.35], - [8.952, 42.355], - [8.951, 42.357], - [8.951, 42.36], - [8.95, 42.362], - [8.945, 42.364], - [8.935, 42.369], - [8.931, 42.369], - [8.929, 42.37], - [8.93, 42.373], - [8.927, 42.373], - [8.924, 42.374], - [8.919, 42.374], - [8.914, 42.375], - [8.912, 42.373], - [8.908, 42.372], - [8.905, 42.37], - [8.904, 42.368], - [8.901, 42.367], - [8.901, 42.364], - [8.899, 42.363], - [8.898, 42.358], - [8.893, 42.355], - [8.89, 42.352], - [8.886, 42.35], - [8.882, 42.349], - [8.88, 42.346], - [8.879, 42.343], - [8.875, 42.341], - [8.871, 42.34], - [8.868, 42.34], - [8.866, 42.338], - [8.866, 42.335], - [8.857, 42.331], - [8.862, 42.33], - [8.86, 42.325], - [8.862, 42.323], - [8.862, 42.32], - [8.859, 42.315], - [8.861, 42.315], - [8.861, 42.308], - [8.859, 42.306], - [8.86, 42.304], - [8.859, 42.3], - [8.863, 42.297], - [8.87, 42.296], - [8.878, 42.293], - [8.879, 42.289], - [8.882, 42.287], - [8.883, 42.285], - [8.885, 42.285], - [8.886, 42.283], - [8.882, 42.272], - [8.883, 42.27], - [8.889, 42.267], - [8.893, 42.263], - [8.899, 42.259], - [8.905, 42.254], - [8.911, 42.255], - [8.915, 42.255], - [8.919, 42.256], - [8.923, 42.258], - [8.927, 42.254] - ] - ] - }, - "properties": { - "NOM_COM_M": "ALBERTACCE", - "INSEE_COM": "2B007", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.966, 42.531], - [8.969, 42.532], - [8.972, 42.534], - [8.974, 42.538], - [8.972, 42.538], - [8.968, 42.542], - [8.967, 42.546], - [8.962, 42.548], - [8.961, 42.551], - [8.962, 42.555], - [8.959, 42.558], - [8.96, 42.56], - [8.959, 42.563], - [8.957, 42.565], - [8.952, 42.573], - [8.949, 42.569], - [8.947, 42.568], - [8.947, 42.565], - [8.943, 42.564], - [8.943, 42.561], - [8.947, 42.558], - [8.943, 42.555], - [8.942, 42.553], - [8.942, 42.55], - [8.944, 42.547], - [8.944, 42.544], - [8.946, 42.54], - [8.949, 42.54], - [8.953, 42.537], - [8.959, 42.535], - [8.961, 42.533], - [8.966, 42.531] - ] - ] - }, - "properties": { - "NOM_COM_M": "NESSA", - "INSEE_COM": "2B175", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.221, 42.027], - [9.22, 42.019], - [9.219, 42.008], - [9.217, 41.996], - [9.215, 41.994], - [9.216, 41.992], - [9.22, 41.99], - [9.228, 41.99], - [9.234, 41.989], - [9.242, 41.991], - [9.245, 41.993], - [9.251, 41.994], - [9.254, 41.998], - [9.26, 41.998], - [9.267, 41.995], - [9.271, 41.994], - [9.275, 41.995], - [9.277, 41.997], - [9.281, 41.996], - [9.282, 41.993], - [9.285, 41.988], - [9.287, 41.987], - [9.292, 41.987], - [9.295, 41.988], - [9.297, 41.986], - [9.301, 41.987], - [9.304, 41.99], - [9.306, 41.993], - [9.312, 41.993], - [9.316, 41.994], - [9.319, 41.994], - [9.324, 41.996], - [9.32, 41.996], - [9.317, 41.997], - [9.312, 42.001], - [9.313, 42.002], - [9.312, 42.005], - [9.314, 42.01], - [9.312, 42.012], - [9.31, 42.012], - [9.308, 42.015], - [9.31, 42.017], - [9.311, 42.021], - [9.31, 42.025], - [9.313, 42.028], - [9.314, 42.033], - [9.316, 42.036], - [9.314, 42.038], - [9.31, 42.035], - [9.307, 42.035], - [9.306, 42.033], - [9.302, 42.031], - [9.296, 42.033], - [9.294, 42.033], - [9.289, 42.036], - [9.286, 42.036], - [9.279, 42.034], - [9.279, 42.035], - [9.274, 42.037], - [9.273, 42.039], - [9.269, 42.039], - [9.259, 42.046], - [9.254, 42.046], - [9.25, 42.048], - [9.242, 42.048], - [9.24, 42.047], - [9.236, 42.048], - [9.228, 42.045], - [9.228, 42.043], - [9.226, 42.036], - [9.224, 42.035], - [9.221, 42.03], - [9.221, 42.027] - ] - ] - }, - "properties": { - "NOM_COM_M": "ISOLACCIO DI FIUMORBO", - "INSEE_COM": "2B135", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.828, 41.716], - [8.83, 41.715], - [8.84, 41.723], - [8.845, 41.724], - [8.846, 41.725], - [8.852, 41.723], - [8.855, 41.72], - [8.856, 41.723], - [8.863, 41.721], - [8.864, 41.724], - [8.866, 41.725], - [8.87, 41.723], - [8.873, 41.72], - [8.875, 41.723], - [8.878, 41.723], - [8.881, 41.726], - [8.884, 41.726], - [8.886, 41.729], - [8.89, 41.728], - [8.891, 41.73], - [8.895, 41.727], - [8.898, 41.726], - [8.9, 41.728], - [8.905, 41.728], - [8.91, 41.729], - [8.914, 41.733], - [8.916, 41.737], - [8.92, 41.74], - [8.922, 41.74], - [8.925, 41.744], - [8.928, 41.745], - [8.928, 41.747], - [8.922, 41.749], - [8.919, 41.752], - [8.918, 41.754], - [8.915, 41.756], - [8.903, 41.761], - [8.9, 41.763], - [8.895, 41.763], - [8.892, 41.761], - [8.887, 41.764], - [8.885, 41.764], - [8.883, 41.767], - [8.876, 41.769], - [8.873, 41.766], - [8.873, 41.763], - [8.871, 41.761], - [8.868, 41.76], - [8.866, 41.76], - [8.864, 41.757], - [8.857, 41.755], - [8.856, 41.753], - [8.853, 41.751], - [8.853, 41.749], - [8.857, 41.743], - [8.855, 41.741], - [8.848, 41.739], - [8.843, 41.737], - [8.843, 41.732], - [8.837, 41.73], - [8.834, 41.727], - [8.83, 41.727], - [8.824, 41.721], - [8.826, 41.719], - [8.828, 41.719], - [8.828, 41.716] - ] - ] - }, - "properties": { - "NOM_COM_M": "SOLLACARO", - "INSEE_COM": "2A284", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.367, 42.396], - [9.364, 42.397], - [9.362, 42.396], - [9.357, 42.4], - [9.352, 42.402], - [9.346, 42.401], - [9.342, 42.403], - [9.34, 42.402], - [9.326, 42.399], - [9.327, 42.396], - [9.329, 42.395], - [9.34, 42.393], - [9.344, 42.392], - [9.35, 42.392], - [9.352, 42.391], - [9.354, 42.392], - [9.357, 42.388], - [9.353, 42.386], - [9.35, 42.383], - [9.352, 42.383], - [9.355, 42.385], - [9.357, 42.385], - [9.361, 42.387], - [9.365, 42.388], - [9.362, 42.391], - [9.363, 42.393], - [9.367, 42.396] - ] - ] - }, - "properties": { - "NOM_COM_M": "NOCARIO", - "INSEE_COM": "2B176", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.245, 42.228], - [9.244, 42.23], - [9.242, 42.23], - [9.241, 42.232], - [9.238, 42.233], - [9.236, 42.235], - [9.231, 42.238], - [9.229, 42.241], - [9.223, 42.237], - [9.215, 42.236], - [9.213, 42.237], - [9.209, 42.237], - [9.207, 42.239], - [9.205, 42.237], - [9.203, 42.238], - [9.2, 42.236], - [9.197, 42.237], - [9.195, 42.236], - [9.191, 42.236], - [9.184, 42.24], - [9.181, 42.241], - [9.178, 42.243], - [9.175, 42.243], - [9.174, 42.241], - [9.17, 42.24], - [9.164, 42.241], - [9.154, 42.24], - [9.149, 42.239], - [9.124, 42.239], - [9.121, 42.234], - [9.12, 42.231], - [9.11, 42.229], - [9.107, 42.227], - [9.102, 42.226], - [9.099, 42.226], - [9.096, 42.223], - [9.094, 42.219], - [9.092, 42.217], - [9.088, 42.215], - [9.085, 42.216], - [9.081, 42.215], - [9.078, 42.213], - [9.075, 42.21], - [9.07, 42.208], - [9.062, 42.211], - [9.059, 42.213], - [9.059, 42.215], - [9.054, 42.217], - [9.05, 42.214], - [9.049, 42.211], - [9.046, 42.211], - [9.046, 42.208], - [9.047, 42.203], - [9.047, 42.199], - [9.049, 42.193], - [9.058, 42.195], - [9.061, 42.195], - [9.062, 42.193], - [9.064, 42.193], - [9.084, 42.191], - [9.086, 42.188], - [9.09, 42.187], - [9.095, 42.188], - [9.099, 42.188], - [9.104, 42.187], - [9.105, 42.186], - [9.11, 42.186], - [9.113, 42.185], - [9.116, 42.185], - [9.118, 42.183], - [9.123, 42.182], - [9.127, 42.186], - [9.131, 42.188], - [9.133, 42.188], - [9.139, 42.19], - [9.147, 42.191], - [9.152, 42.195], - [9.162, 42.194], - [9.163, 42.193], - [9.168, 42.193], - [9.17, 42.194], - [9.171, 42.197], - [9.174, 42.198], - [9.175, 42.2], - [9.178, 42.202], - [9.177, 42.204], - [9.18, 42.208], - [9.182, 42.209], - [9.185, 42.212], - [9.186, 42.216], - [9.188, 42.216], - [9.187, 42.22], - [9.19, 42.221], - [9.196, 42.219], - [9.199, 42.222], - [9.2, 42.224], - [9.205, 42.224], - [9.209, 42.221], - [9.211, 42.221], - [9.217, 42.225], - [9.223, 42.224], - [9.227, 42.225], - [9.233, 42.225], - [9.233, 42.227], - [9.243, 42.227], - [9.245, 42.228] - ] - ] - }, - "properties": { - "NOM_COM_M": "VENACO", - "INSEE_COM": "2B341", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.177, 42.459], - [9.179, 42.463], - [9.189, 42.469], - [9.191, 42.473], - [9.191, 42.475], - [9.189, 42.477], - [9.188, 42.48], - [9.192, 42.483], - [9.19, 42.485], - [9.19, 42.487], - [9.188, 42.491], - [9.184, 42.492], - [9.18, 42.492], - [9.18, 42.494], - [9.181, 42.498], - [9.177, 42.501], - [9.172, 42.503], - [9.167, 42.504], - [9.163, 42.507], - [9.162, 42.51], - [9.16, 42.511], - [9.157, 42.51], - [9.154, 42.51], - [9.152, 42.504], - [9.148, 42.501], - [9.141, 42.5], - [9.14, 42.499], - [9.135, 42.499], - [9.132, 42.496], - [9.127, 42.496], - [9.126, 42.497], - [9.123, 42.496], - [9.118, 42.497], - [9.116, 42.496], - [9.114, 42.497], - [9.11, 42.497], - [9.107, 42.498], - [9.102, 42.497], - [9.098, 42.497], - [9.095, 42.499], - [9.091, 42.499], - [9.087, 42.501], - [9.082, 42.501], - [9.078, 42.507], - [9.071, 42.505], - [9.066, 42.504], - [9.064, 42.505], - [9.061, 42.504], - [9.062, 42.503], - [9.059, 42.499], - [9.06, 42.495], - [9.059, 42.491], - [9.057, 42.489], - [9.06, 42.483], - [9.063, 42.482], - [9.067, 42.482], - [9.071, 42.484], - [9.074, 42.483], - [9.077, 42.48], - [9.077, 42.476], - [9.079, 42.475], - [9.078, 42.473], - [9.084, 42.467], - [9.081, 42.464], - [9.081, 42.461], - [9.083, 42.459], - [9.083, 42.456], - [9.08, 42.45], - [9.079, 42.449], - [9.08, 42.444], - [9.081, 42.442], - [9.081, 42.439], - [9.083, 42.435], - [9.082, 42.433], - [9.079, 42.431], - [9.079, 42.428], - [9.082, 42.427], - [9.088, 42.428], - [9.09, 42.429], - [9.093, 42.428], - [9.101, 42.43], - [9.107, 42.43], - [9.105, 42.434], - [9.102, 42.437], - [9.101, 42.44], - [9.111, 42.441], - [9.114, 42.44], - [9.121, 42.443], - [9.121, 42.448], - [9.128, 42.45], - [9.132, 42.452], - [9.135, 42.452], - [9.14, 42.454], - [9.143, 42.451], - [9.15, 42.452], - [9.157, 42.455], - [9.157, 42.457], - [9.159, 42.458], - [9.161, 42.461], - [9.165, 42.464], - [9.17, 42.461], - [9.173, 42.461], - [9.177, 42.459] - ] - ] - }, - "properties": { - "NOM_COM_M": "MOLTIFAO", - "INSEE_COM": "2B162", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.698, 42.229], - [8.7, 42.232], - [8.698, 42.236], - [8.699, 42.238], - [8.699, 42.241], - [8.701, 42.242], - [8.696, 42.245], - [8.688, 42.247], - [8.689, 42.25], - [8.688, 42.252], - [8.692, 42.254], - [8.693, 42.257], - [8.689, 42.261], - [8.689, 42.263], - [8.685, 42.263], - [8.677, 42.262], - [8.675, 42.263], - [8.672, 42.262], - [8.666, 42.259], - [8.662, 42.259], - [8.658, 42.26], - [8.656, 42.258], - [8.651, 42.258], - [8.647, 42.257], - [8.642, 42.257], - [8.641, 42.254], - [8.639, 42.253], - [8.632, 42.252], - [8.628, 42.253], - [8.626, 42.251], - [8.621, 42.254], - [8.617, 42.255], - [8.617, 42.252], - [8.613, 42.253], - [8.606, 42.249], - [8.599, 42.248], - [8.593, 42.245], - [8.589, 42.245], - [8.583, 42.243], - [8.581, 42.245], - [8.578, 42.243], - [8.576, 42.24], - [8.574, 42.24], - [8.573, 42.238], - [8.569, 42.239], - [8.563, 42.238], - [8.559, 42.236], - [8.557, 42.236], - [8.552, 42.239], - [8.546, 42.24], - [8.54, 42.237], - [8.54, 42.235], - [8.543, 42.235], - [8.545, 42.232], - [8.549, 42.232], - [8.548, 42.229], - [8.554, 42.227], - [8.558, 42.229], - [8.558, 42.23], - [8.562, 42.232], - [8.564, 42.23], - [8.57, 42.231], - [8.574, 42.227], - [8.574, 42.225], - [8.572, 42.223], - [8.569, 42.222], - [8.568, 42.219], - [8.572, 42.218], - [8.578, 42.214], - [8.575, 42.212], - [8.57, 42.213], - [8.571, 42.21], - [8.569, 42.205], - [8.571, 42.204], - [8.578, 42.208], - [8.582, 42.206], - [8.581, 42.196], - [8.577, 42.195], - [8.58, 42.189], - [8.578, 42.189], - [8.582, 42.183], - [8.589, 42.186], - [8.593, 42.189], - [8.598, 42.192], - [8.603, 42.196], - [8.608, 42.196], - [8.609, 42.194], - [8.611, 42.194], - [8.617, 42.188], - [8.618, 42.184], - [8.621, 42.185], - [8.625, 42.187], - [8.63, 42.188], - [8.633, 42.19], - [8.636, 42.191], - [8.641, 42.194], - [8.646, 42.199], - [8.649, 42.201], - [8.654, 42.2], - [8.654, 42.203], - [8.656, 42.204], - [8.66, 42.204], - [8.659, 42.206], - [8.662, 42.209], - [8.662, 42.211], - [8.664, 42.212], - [8.667, 42.211], - [8.673, 42.21], - [8.676, 42.215], - [8.679, 42.216], - [8.681, 42.218], - [8.687, 42.222], - [8.689, 42.225], - [8.693, 42.228], - [8.695, 42.227], - [8.698, 42.229] - ] - ] - }, - "properties": { - "NOM_COM_M": "PIANA", - "INSEE_COM": "2A212", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.725, 42.342], - [8.719, 42.339], - [8.717, 42.339], - [8.713, 42.335], - [8.712, 42.333], - [8.71, 42.333], - [8.709, 42.329], - [8.705, 42.329], - [8.701, 42.325], - [8.705, 42.321], - [8.703, 42.319], - [8.702, 42.316], - [8.699, 42.315], - [8.698, 42.312], - [8.701, 42.31], - [8.7, 42.307], - [8.7, 42.304], - [8.701, 42.302], - [8.699, 42.3], - [8.699, 42.291], - [8.697, 42.288], - [8.692, 42.287], - [8.689, 42.283], - [8.687, 42.282], - [8.69, 42.278], - [8.692, 42.277], - [8.691, 42.275], - [8.694, 42.275], - [8.698, 42.274], - [8.715, 42.278], - [8.719, 42.278], - [8.721, 42.277], - [8.725, 42.278], - [8.73, 42.278], - [8.735, 42.28], - [8.737, 42.279], - [8.739, 42.28], - [8.741, 42.279], - [8.751, 42.279], - [8.755, 42.28], - [8.756, 42.282], - [8.759, 42.285], - [8.764, 42.288], - [8.767, 42.291], - [8.77, 42.295], - [8.77, 42.301], - [8.767, 42.304], - [8.768, 42.308], - [8.768, 42.311], - [8.772, 42.313], - [8.771, 42.317], - [8.772, 42.319], - [8.769, 42.323], - [8.771, 42.325], - [8.766, 42.33], - [8.763, 42.331], - [8.759, 42.337], - [8.757, 42.339], - [8.751, 42.339], - [8.746, 42.338], - [8.742, 42.338], - [8.738, 42.34], - [8.735, 42.339], - [8.728, 42.34], - [8.725, 42.342] - ] - ] - }, - "properties": { - "NOM_COM_M": "SERRIERA", - "INSEE_COM": "2A279", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.859, 41.624], - [8.86, 41.627], - [8.865, 41.635], - [8.867, 41.637], - [8.87, 41.644], - [8.869, 41.646], - [8.867, 41.648], - [8.863, 41.649], - [8.861, 41.647], - [8.856, 41.646], - [8.852, 41.647], - [8.849, 41.645], - [8.848, 41.643], - [8.842, 41.643], - [8.841, 41.64], - [8.833, 41.638], - [8.825, 41.635], - [8.824, 41.632], - [8.822, 41.63], - [8.816, 41.63], - [8.811, 41.631], - [8.81, 41.635], - [8.81, 41.638], - [8.809, 41.64], - [8.806, 41.642], - [8.803, 41.641], - [8.805, 41.638], - [8.803, 41.633], - [8.798, 41.633], - [8.793, 41.63], - [8.791, 41.627], - [8.795, 41.625], - [8.792, 41.621], - [8.786, 41.619], - [8.79, 41.617], - [8.792, 41.61], - [8.792, 41.608], - [8.789, 41.605], - [8.785, 41.602], - [8.787, 41.597], - [8.784, 41.596], - [8.779, 41.593], - [8.775, 41.593], - [8.776, 41.59], - [8.779, 41.59], - [8.782, 41.588], - [8.783, 41.587], - [8.786, 41.591], - [8.79, 41.594], - [8.796, 41.593], - [8.8, 41.59], - [8.804, 41.589], - [8.807, 41.591], - [8.811, 41.588], - [8.814, 41.588], - [8.819, 41.592], - [8.823, 41.592], - [8.823, 41.594], - [8.83, 41.595], - [8.826, 41.599], - [8.829, 41.6], - [8.834, 41.598], - [8.84, 41.601], - [8.84, 41.603], - [8.844, 41.606], - [8.851, 41.613], - [8.857, 41.62], - [8.859, 41.624] - ] - ] - }, - "properties": { - "NOM_COM_M": "BELVEDERE CAMPOMORO", - "INSEE_COM": "2A035", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.137, 41.738], - [9.144, 41.733], - [9.14, 41.732], - [9.138, 41.73], - [9.138, 41.725], - [9.141, 41.717], - [9.143, 41.713], - [9.141, 41.71], - [9.141, 41.708], - [9.145, 41.71], - [9.148, 41.708], - [9.151, 41.704], - [9.158, 41.699], - [9.163, 41.701], - [9.165, 41.701], - [9.168, 41.697], - [9.173, 41.695], - [9.179, 41.692], - [9.189, 41.684], - [9.197, 41.687], - [9.201, 41.686], - [9.204, 41.684], - [9.209, 41.684], - [9.211, 41.679], - [9.214, 41.678], - [9.215, 41.674], - [9.215, 41.668], - [9.219, 41.662], - [9.226, 41.661], - [9.235, 41.663], - [9.238, 41.663], - [9.242, 41.66], - [9.248, 41.658], - [9.249, 41.655], - [9.254, 41.65], - [9.256, 41.647], - [9.261, 41.646], - [9.269, 41.639], - [9.273, 41.637], - [9.279, 41.632], - [9.284, 41.635], - [9.286, 41.638], - [9.292, 41.642], - [9.295, 41.643], - [9.296, 41.645], - [9.304, 41.647], - [9.309, 41.65], - [9.32, 41.653], - [9.322, 41.654], - [9.322, 41.655], - [9.317, 41.656], - [9.315, 41.655], - [9.31, 41.659], - [9.311, 41.662], - [9.308, 41.664], - [9.303, 41.67], - [9.3, 41.671], - [9.297, 41.676], - [9.298, 41.679], - [9.291, 41.681], - [9.288, 41.683], - [9.284, 41.689], - [9.281, 41.69], - [9.28, 41.693], - [9.273, 41.692], - [9.269, 41.69], - [9.265, 41.689], - [9.263, 41.687], - [9.253, 41.684], - [9.25, 41.681], - [9.25, 41.685], - [9.244, 41.682], - [9.24, 41.686], - [9.236, 41.687], - [9.233, 41.687], - [9.222, 41.689], - [9.22, 41.691], - [9.209, 41.694], - [9.203, 41.695], - [9.195, 41.702], - [9.191, 41.707], - [9.184, 41.711], - [9.175, 41.715], - [9.167, 41.72], - [9.168, 41.723], - [9.168, 41.727], - [9.17, 41.73], - [9.169, 41.732], - [9.166, 41.732], - [9.16, 41.733], - [9.157, 41.735], - [9.156, 41.738], - [9.15, 41.739], - [9.148, 41.74], - [9.137, 41.738] - ] - ] - }, - "properties": { - "NOM_COM_M": "SAN GAVINO DI CARBINI", - "INSEE_COM": "2A300", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.815, 42.537], - [8.811, 42.539], - [8.809, 42.541], - [8.804, 42.544], - [8.804, 42.547], - [8.802, 42.55], - [8.804, 42.553], - [8.81, 42.553], - [8.805, 42.556], - [8.805, 42.558], - [8.802, 42.559], - [8.801, 42.561], - [8.797, 42.565], - [8.794, 42.563], - [8.794, 42.561], - [8.79, 42.559], - [8.783, 42.557], - [8.773, 42.556], - [8.766, 42.556], - [8.759, 42.56], - [8.756, 42.564], - [8.757, 42.566], - [8.762, 42.567], - [8.763, 42.57], - [8.758, 42.569], - [8.756, 42.571], - [8.749, 42.568], - [8.744, 42.568], - [8.74, 42.569], - [8.738, 42.568], - [8.738, 42.565], - [8.732, 42.563], - [8.73, 42.563], - [8.728, 42.561], - [8.727, 42.564], - [8.728, 42.566], - [8.726, 42.569], - [8.727, 42.57], - [8.726, 42.573], - [8.724, 42.574], - [8.724, 42.58], - [8.722, 42.582], - [8.719, 42.581], - [8.715, 42.578], - [8.712, 42.578], - [8.71, 42.576], - [8.713, 42.574], - [8.707, 42.571], - [8.711, 42.569], - [8.717, 42.571], - [8.717, 42.569], - [8.715, 42.566], - [8.715, 42.564], - [8.719, 42.562], - [8.721, 42.558], - [8.723, 42.556], - [8.722, 42.553], - [8.72, 42.553], - [8.717, 42.551], - [8.717, 42.549], - [8.72, 42.548], - [8.721, 42.546], - [8.718, 42.544], - [8.719, 42.541], - [8.717, 42.539], - [8.712, 42.538], - [8.71, 42.536], - [8.712, 42.534], - [8.715, 42.534], - [8.717, 42.532], - [8.717, 42.529], - [8.722, 42.53], - [8.723, 42.533], - [8.731, 42.535], - [8.735, 42.535], - [8.736, 42.536], - [8.74, 42.535], - [8.743, 42.533], - [8.742, 42.531], - [8.746, 42.526], - [8.754, 42.526], - [8.76, 42.518], - [8.764, 42.517], - [8.766, 42.515], - [8.768, 42.515], - [8.772, 42.517], - [8.779, 42.517], - [8.782, 42.519], - [8.794, 42.525], - [8.795, 42.526], - [8.795, 42.53], - [8.8, 42.528], - [8.808, 42.532], - [8.815, 42.537] - ] - ] - }, - "properties": { - "NOM_COM_M": "CALVI", - "INSEE_COM": "2B050", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.02, 42.552], - [9.022, 42.553], - [9.024, 42.556], - [9.031, 42.56], - [9.034, 42.566], - [9.036, 42.568], - [9.036, 42.57], - [9.038, 42.574], - [9.033, 42.576], - [9.027, 42.576], - [9.023, 42.575], - [9.019, 42.576], - [9.013, 42.579], - [9.01, 42.582], - [9.01, 42.585], - [9.006, 42.589], - [9.005, 42.591], - [9.006, 42.595], - [9.003, 42.597], - [9.002, 42.599], - [9.001, 42.605], - [9.001, 42.609], - [8.998, 42.614], - [9, 42.625], - [8.999, 42.634], - [9, 42.639], - [9, 42.642], - [8.998, 42.64], - [8.994, 42.64], - [8.993, 42.641], - [8.989, 42.64], - [8.986, 42.641], - [8.984, 42.639], - [8.98, 42.639], - [8.982, 42.637], - [8.982, 42.634], - [8.984, 42.632], - [8.984, 42.63], - [8.988, 42.626], - [8.986, 42.624], - [8.985, 42.62], - [8.986, 42.614], - [8.989, 42.61], - [8.992, 42.601], - [8.994, 42.594], - [8.998, 42.592], - [9, 42.585], - [9.003, 42.578], - [9.004, 42.569], - [9.005, 42.566], - [9.007, 42.563], - [9.008, 42.559], - [9.017, 42.552], - [9.02, 42.552] - ] - ] - }, - "properties": { - "NOM_COM_M": "OCCHIATANA", - "INSEE_COM": "2B182", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.917, 41.682], - [8.911, 41.68], - [8.908, 41.677], - [8.904, 41.677], - [8.903, 41.676], - [8.894, 41.676], - [8.892, 41.673], - [8.887, 41.671], - [8.883, 41.672], - [8.881, 41.67], - [8.881, 41.666], - [8.879, 41.662], - [8.879, 41.658], - [8.877, 41.651], - [8.872, 41.647], - [8.869, 41.646], - [8.87, 41.644], - [8.867, 41.637], - [8.865, 41.635], - [8.86, 41.627], - [8.859, 41.624], - [8.863, 41.622], - [8.866, 41.622], - [8.869, 41.62], - [8.874, 41.622], - [8.886, 41.626], - [8.887, 41.627], - [8.89, 41.629], - [8.895, 41.634], - [8.894, 41.637], - [8.896, 41.639], - [8.905, 41.638], - [8.906, 41.64], - [8.908, 41.639], - [8.914, 41.634], - [8.917, 41.639], - [8.92, 41.639], - [8.92, 41.644], - [8.919, 41.647], - [8.92, 41.649], - [8.918, 41.65], - [8.919, 41.655], - [8.917, 41.659], - [8.917, 41.661], - [8.919, 41.665], - [8.921, 41.667], - [8.919, 41.669], - [8.918, 41.676], - [8.92, 41.679], - [8.919, 41.681], - [8.917, 41.682] - ] - ] - }, - "properties": { - "NOM_COM_M": "PROPRIANO", - "INSEE_COM": "2A249", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [9.363, 41.55], - [9.365, 41.553], - [9.362, 41.554], - [9.359, 41.551], - [9.361, 41.549], - [9.363, 41.55] - ] - ], - [ - [ - [9.287, 41.484], - [9.287, 41.486], - [9.284, 41.487], - [9.284, 41.489], - [9.287, 41.492], - [9.288, 41.494], - [9.284, 41.5], - [9.28, 41.499], - [9.278, 41.496], - [9.276, 41.496], - [9.274, 41.499], - [9.269, 41.499], - [9.268, 41.501], - [9.272, 41.504], - [9.275, 41.504], - [9.28, 41.51], - [9.284, 41.517], - [9.284, 41.52], - [9.281, 41.521], - [9.279, 41.523], - [9.273, 41.523], - [9.272, 41.525], - [9.272, 41.529], - [9.277, 41.532], - [9.28, 41.53], - [9.286, 41.529], - [9.29, 41.532], - [9.291, 41.534], - [9.294, 41.537], - [9.296, 41.541], - [9.298, 41.541], - [9.302, 41.544], - [9.303, 41.546], - [9.308, 41.545], - [9.309, 41.549], - [9.314, 41.552], - [9.318, 41.551], - [9.319, 41.554], - [9.324, 41.557], - [9.331, 41.56], - [9.334, 41.56], - [9.337, 41.559], - [9.34, 41.56], - [9.341, 41.559], - [9.344, 41.561], - [9.347, 41.562], - [9.35, 41.566], - [9.35, 41.572], - [9.348, 41.575], - [9.351, 41.577], - [9.353, 41.577], - [9.356, 41.582], - [9.356, 41.584], - [9.362, 41.588], - [9.362, 41.591], - [9.368, 41.591], - [9.367, 41.593], - [9.368, 41.598], - [9.364, 41.596], - [9.356, 41.596], - [9.354, 41.594], - [9.348, 41.594], - [9.346, 41.595], - [9.343, 41.594], - [9.34, 41.594], - [9.34, 41.597], - [9.338, 41.6], - [9.334, 41.602], - [9.329, 41.602], - [9.326, 41.604], - [9.322, 41.605], - [9.319, 41.605], - [9.313, 41.601], - [9.31, 41.597], - [9.309, 41.594], - [9.306, 41.592], - [9.304, 41.589], - [9.302, 41.59], - [9.299, 41.585], - [9.295, 41.584], - [9.291, 41.587], - [9.286, 41.59], - [9.283, 41.596], - [9.281, 41.598], - [9.284, 41.599], - [9.287, 41.599], - [9.286, 41.603], - [9.288, 41.609], - [9.291, 41.61], - [9.294, 41.61], - [9.304, 41.614], - [9.306, 41.616], - [9.304, 41.622], - [9.304, 41.625], - [9.308, 41.629], - [9.311, 41.628], - [9.314, 41.629], - [9.316, 41.631], - [9.319, 41.629], - [9.322, 41.628], - [9.328, 41.63], - [9.33, 41.634], - [9.328, 41.638], - [9.329, 41.64], - [9.326, 41.644], - [9.327, 41.647], - [9.326, 41.65], - [9.322, 41.654], - [9.32, 41.653], - [9.309, 41.65], - [9.304, 41.647], - [9.296, 41.645], - [9.295, 41.643], - [9.292, 41.642], - [9.286, 41.638], - [9.284, 41.635], - [9.279, 41.632], - [9.273, 41.637], - [9.269, 41.639], - [9.261, 41.646], - [9.256, 41.647], - [9.254, 41.65], - [9.249, 41.655], - [9.248, 41.658], - [9.242, 41.66], - [9.238, 41.663], - [9.235, 41.663], - [9.226, 41.661], - [9.219, 41.662], - [9.215, 41.668], - [9.215, 41.674], - [9.214, 41.678], - [9.211, 41.679], - [9.209, 41.684], - [9.204, 41.684], - [9.201, 41.686], - [9.197, 41.687], - [9.189, 41.684], - [9.191, 41.681], - [9.191, 41.678], - [9.194, 41.671], - [9.19, 41.671], - [9.189, 41.672], - [9.177, 41.666], - [9.177, 41.665], - [9.172, 41.662], - [9.171, 41.66], - [9.168, 41.657], - [9.164, 41.656], - [9.167, 41.652], - [9.167, 41.649], - [9.171, 41.644], - [9.168, 41.64], - [9.168, 41.638], - [9.171, 41.628], - [9.17, 41.626], - [9.17, 41.616], - [9.172, 41.615], - [9.17, 41.611], - [9.175, 41.606], - [9.179, 41.606], - [9.18, 41.602], - [9.184, 41.602], - [9.184, 41.594], - [9.192, 41.576], - [9.202, 41.572], - [9.21, 41.564], - [9.214, 41.561], - [9.22, 41.564], - [9.223, 41.562], - [9.226, 41.555], - [9.23, 41.552], - [9.233, 41.547], - [9.238, 41.544], - [9.242, 41.541], - [9.24, 41.539], - [9.239, 41.535], - [9.237, 41.534], - [9.236, 41.531], - [9.239, 41.528], - [9.237, 41.522], - [9.235, 41.521], - [9.234, 41.518], - [9.235, 41.515], - [9.234, 41.512], - [9.234, 41.509], - [9.235, 41.507], - [9.234, 41.501], - [9.236, 41.499], - [9.238, 41.5], - [9.237, 41.494], - [9.24, 41.494], - [9.242, 41.489], - [9.244, 41.488], - [9.244, 41.486], - [9.246, 41.483], - [9.249, 41.485], - [9.25, 41.487], - [9.253, 41.489], - [9.259, 41.491], - [9.265, 41.491], - [9.267, 41.489], - [9.267, 41.487], - [9.271, 41.484], - [9.277, 41.485], - [9.277, 41.487], - [9.279, 41.488], - [9.281, 41.485], - [9.286, 41.486], - [9.287, 41.484] - ] - ] - ] - }, - "properties": { - "NOM_COM_M": "PORTO VECCHIO", - "INSEE_COM": "2A247", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.486, 42.402], - [9.488, 42.398], - [9.488, 42.394], - [9.489, 42.392], - [9.488, 42.39], - [9.489, 42.389], - [9.491, 42.388], - [9.494, 42.388], - [9.499, 42.386], - [9.5, 42.388], - [9.504, 42.388], - [9.506, 42.389], - [9.511, 42.39], - [9.511, 42.393], - [9.514, 42.393], - [9.518, 42.394], - [9.521, 42.394], - [9.527, 42.395], - [9.532, 42.394], - [9.535, 42.394], - [9.537, 42.403], - [9.538, 42.412], - [9.535, 42.412], - [9.53, 42.414], - [9.526, 42.413], - [9.523, 42.413], - [9.518, 42.415], - [9.513, 42.416], - [9.513, 42.413], - [9.51, 42.41], - [9.506, 42.409], - [9.505, 42.41], - [9.499, 42.41], - [9.493, 42.409], - [9.494, 42.406], - [9.491, 42.404], - [9.486, 42.402] - ] - ] - }, - "properties": { - "NOM_COM_M": "POGGIO MEZZANA", - "INSEE_COM": "2B242", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.01, 41.631], - [9.008, 41.634], - [9.006, 41.635], - [9.002, 41.635], - [9.003, 41.64], - [9.003, 41.643], - [8.997, 41.643], - [8.996, 41.648], - [8.999, 41.651], - [9.001, 41.652], - [8.999, 41.654], - [9, 41.661], - [8.994, 41.662], - [8.989, 41.66], - [8.989, 41.658], - [8.987, 41.656], - [8.983, 41.655], - [8.981, 41.656], - [8.973, 41.654], - [8.972, 41.652], - [8.971, 41.65], - [8.967, 41.648], - [8.964, 41.648], - [8.958, 41.647], - [8.955, 41.648], - [8.949, 41.647], - [8.947, 41.65], - [8.944, 41.652], - [8.939, 41.651], - [8.938, 41.652], - [8.929, 41.653], - [8.926, 41.656], - [8.922, 41.655], - [8.919, 41.655], - [8.918, 41.65], - [8.92, 41.649], - [8.919, 41.647], - [8.92, 41.644], - [8.92, 41.639], - [8.917, 41.639], - [8.914, 41.634], - [8.918, 41.628], - [8.922, 41.627], - [8.923, 41.623], - [8.922, 41.62], - [8.92, 41.618], - [8.922, 41.615], - [8.92, 41.613], - [8.912, 41.61], - [8.912, 41.608], - [8.906, 41.607], - [8.901, 41.605], - [8.9, 41.602], - [8.898, 41.6], - [8.898, 41.595], - [8.897, 41.593], - [8.89, 41.593], - [8.884, 41.591], - [8.881, 41.589], - [8.876, 41.589], - [8.876, 41.588], - [8.871, 41.587], - [8.869, 41.586], - [8.866, 41.586], - [8.861, 41.589], - [8.859, 41.587], - [8.857, 41.589], - [8.854, 41.588], - [8.852, 41.585], - [8.849, 41.584], - [8.845, 41.585], - [8.841, 41.583], - [8.838, 41.586], - [8.836, 41.586], - [8.835, 41.584], - [8.832, 41.584], - [8.825, 41.586], - [8.821, 41.586], - [8.819, 41.588], - [8.814, 41.588], - [8.811, 41.588], - [8.807, 41.591], - [8.804, 41.589], - [8.8, 41.59], - [8.796, 41.593], - [8.79, 41.594], - [8.786, 41.591], - [8.783, 41.587], - [8.782, 41.588], - [8.782, 41.587], - [8.787, 41.586], - [8.789, 41.587], - [8.792, 41.587], - [8.791, 41.583], - [8.792, 41.579], - [8.794, 41.579], - [8.799, 41.575], - [8.803, 41.576], - [8.804, 41.575], - [8.802, 41.572], - [8.799, 41.572], - [8.795, 41.569], - [8.792, 41.566], - [8.79, 41.567], - [8.786, 41.565], - [8.789, 41.559], - [8.795, 41.556], - [8.799, 41.557], - [8.802, 41.557], - [8.805, 41.556], - [8.81, 41.557], - [8.81, 41.555], - [8.813, 41.553], - [8.816, 41.553], - [8.814, 41.549], - [8.817, 41.547], - [8.82, 41.547], - [8.821, 41.545], - [8.826, 41.546], - [8.828, 41.545], - [8.83, 41.547], - [8.834, 41.547], - [8.837, 41.545], - [8.843, 41.547], - [8.845, 41.545], - [8.843, 41.542], - [8.846, 41.541], - [8.85, 41.543], - [8.852, 41.547], - [8.854, 41.547], - [8.851, 41.542], - [8.851, 41.539], - [8.856, 41.536], - [8.856, 41.534], - [8.851, 41.533], - [8.847, 41.529], - [8.843, 41.527], - [8.841, 41.522], - [8.843, 41.518], - [8.847, 41.518], - [8.848, 41.519], - [8.852, 41.518], - [8.856, 41.518], - [8.86, 41.521], - [8.862, 41.52], - [8.866, 41.52], - [8.874, 41.524], - [8.877, 41.524], - [8.882, 41.521], - [8.884, 41.518], - [8.89, 41.517], - [8.891, 41.515], - [8.884, 41.511], - [8.882, 41.508], - [8.886, 41.505], - [8.893, 41.508], - [8.894, 41.507], - [8.9, 41.509], - [8.909, 41.506], - [8.91, 41.508], - [8.914, 41.508], - [8.917, 41.505], - [8.921, 41.498], - [8.922, 41.492], - [8.921, 41.489], - [8.926, 41.49], - [8.929, 41.492], - [8.932, 41.496], - [8.937, 41.495], - [8.936, 41.492], - [8.94, 41.49], - [8.944, 41.495], - [8.953, 41.501], - [8.957, 41.504], - [8.959, 41.507], - [8.964, 41.508], - [8.966, 41.507], - [8.972, 41.509], - [8.977, 41.513], - [8.98, 41.519], - [8.982, 41.521], - [8.982, 41.523], - [8.985, 41.524], - [8.987, 41.528], - [8.993, 41.532], - [8.995, 41.535], - [8.998, 41.537], - [9, 41.537], - [9.004, 41.539], - [9.006, 41.541], - [9.011, 41.543], - [9.015, 41.547], - [9.015, 41.551], - [9.014, 41.552], - [9.019, 41.557], - [9.022, 41.561], - [9.025, 41.561], - [9.028, 41.563], - [9.03, 41.563], - [9.032, 41.566], - [9.038, 41.566], - [9.037, 41.568], - [9.041, 41.571], - [9.048, 41.57], - [9.055, 41.571], - [9.056, 41.57], - [9.064, 41.571], - [9.071, 41.571], - [9.076, 41.573], - [9.075, 41.577], - [9.081, 41.583], - [9.084, 41.584], - [9.075, 41.587], - [9.071, 41.587], - [9.069, 41.589], - [9.069, 41.591], - [9.06, 41.594], - [9.057, 41.6], - [9.058, 41.601], - [9.056, 41.604], - [9.051, 41.605], - [9.049, 41.606], - [9.046, 41.609], - [9.042, 41.611], - [9.039, 41.61], - [9.038, 41.608], - [9.034, 41.605], - [9.032, 41.605], - [9.032, 41.602], - [9.028, 41.603], - [9.025, 41.598], - [9.022, 41.598], - [9.013, 41.604], - [9.01, 41.603], - [9.008, 41.604], - [9.005, 41.602], - [8.993, 41.602], - [8.993, 41.605], - [8.996, 41.608], - [8.997, 41.611], - [8.997, 41.615], - [8.993, 41.617], - [8.989, 41.618], - [8.99, 41.62], - [8.993, 41.62], - [9.003, 41.627], - [9.01, 41.631] - ], - [ - [8.981, 41.586], - [8.982, 41.582], - [8.97, 41.58], - [8.965, 41.577], - [8.96, 41.579], - [8.957, 41.576], - [8.953, 41.575], - [8.95, 41.572], - [8.936, 41.572], - [8.935, 41.574], - [8.938, 41.575], - [8.938, 41.579], - [8.94, 41.585], - [8.938, 41.588], - [8.939, 41.59], - [8.942, 41.59], - [8.948, 41.593], - [8.943, 41.596], - [8.943, 41.601], - [8.946, 41.6], - [8.948, 41.598], - [8.952, 41.597], - [8.955, 41.599], - [8.963, 41.598], - [8.972, 41.598], - [8.974, 41.595], - [8.976, 41.594], - [8.98, 41.587], - [8.981, 41.586] - ] - ] - }, - "properties": { - "NOM_COM_M": "SARTENE", - "INSEE_COM": "2A272", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.487, 42.827], - [9.486, 42.834], - [9.483, 42.836], - [9.481, 42.836], - [9.48, 42.84], - [9.484, 42.842], - [9.483, 42.844], - [9.484, 42.846], - [9.483, 42.848], - [9.486, 42.851], - [9.484, 42.854], - [9.483, 42.857], - [9.48, 42.86], - [9.47, 42.861], - [9.466, 42.859], - [9.456, 42.858], - [9.449, 42.858], - [9.449, 42.859], - [9.443, 42.861], - [9.436, 42.861], - [9.434, 42.86], - [9.425, 42.862], - [9.416, 42.865], - [9.41, 42.863], - [9.408, 42.864], - [9.404, 42.863], - [9.402, 42.861], - [9.396, 42.855], - [9.394, 42.852], - [9.394, 42.848], - [9.392, 42.847], - [9.392, 42.845], - [9.388, 42.843], - [9.385, 42.835], - [9.409, 42.831], - [9.436, 42.829], - [9.457, 42.828], - [9.472, 42.828], - [9.487, 42.827] - ] - ] - }, - "properties": { - "NOM_COM_M": "PIETRACORBARA", - "INSEE_COM": "2B224", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.392, 42.638], - [9.388, 42.637], - [9.384, 42.634], - [9.379, 42.634], - [9.374, 42.633], - [9.373, 42.635], - [9.37, 42.635], - [9.366, 42.634], - [9.363, 42.635], - [9.355, 42.639], - [9.354, 42.642], - [9.351, 42.645], - [9.347, 42.646], - [9.34, 42.653], - [9.339, 42.656], - [9.332, 42.66], - [9.332, 42.661], - [9.321, 42.666], - [9.321, 42.668], - [9.324, 42.67], - [9.321, 42.672], - [9.317, 42.67], - [9.315, 42.668], - [9.31, 42.67], - [9.306, 42.67], - [9.3, 42.669], - [9.299, 42.668], - [9.295, 42.668], - [9.289, 42.665], - [9.286, 42.665], - [9.283, 42.662], - [9.288, 42.654], - [9.287, 42.65], - [9.289, 42.646], - [9.292, 42.645], - [9.295, 42.643], - [9.295, 42.64], - [9.297, 42.638], - [9.296, 42.634], - [9.297, 42.631], - [9.302, 42.632], - [9.303, 42.629], - [9.302, 42.627], - [9.314, 42.627], - [9.33, 42.626], - [9.351, 42.626], - [9.352, 42.625], - [9.357, 42.623], - [9.36, 42.621], - [9.364, 42.621], - [9.369, 42.62], - [9.374, 42.618], - [9.382, 42.621], - [9.385, 42.621], - [9.393, 42.618], - [9.398, 42.62], - [9.399, 42.622], - [9.405, 42.622], - [9.405, 42.624], - [9.407, 42.626], - [9.398, 42.63], - [9.395, 42.635], - [9.392, 42.638] - ] - ] - }, - "properties": { - "NOM_COM_M": "OLETTA", - "INSEE_COM": "2B185", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.197, 42.418], - [9.202, 42.416], - [9.208, 42.418], - [9.213, 42.418], - [9.216, 42.419], - [9.22, 42.417], - [9.232, 42.418], - [9.242, 42.413], - [9.247, 42.413], - [9.251, 42.414], - [9.252, 42.413], - [9.254, 42.408], - [9.255, 42.403], - [9.256, 42.403], - [9.271, 42.406], - [9.273, 42.402], - [9.275, 42.4], - [9.277, 42.401], - [9.281, 42.401], - [9.285, 42.397], - [9.289, 42.396], - [9.297, 42.393], - [9.305, 42.392], - [9.307, 42.393], - [9.312, 42.392], - [9.327, 42.396], - [9.326, 42.399], - [9.326, 42.402], - [9.318, 42.403], - [9.306, 42.406], - [9.292, 42.409], - [9.284, 42.409], - [9.28, 42.407], - [9.278, 42.408], - [9.275, 42.414], - [9.271, 42.415], - [9.265, 42.415], - [9.262, 42.417], - [9.259, 42.416], - [9.257, 42.418], - [9.251, 42.42], - [9.246, 42.419], - [9.247, 42.423], - [9.245, 42.425], - [9.246, 42.427], - [9.238, 42.426], - [9.234, 42.424], - [9.226, 42.425], - [9.222, 42.426], - [9.216, 42.43], - [9.212, 42.43], - [9.209, 42.433], - [9.203, 42.427], - [9.199, 42.421], - [9.197, 42.418] - ] - ] - }, - "properties": { - "NOM_COM_M": "SALICETO", - "INSEE_COM": "2B267", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.401, 42.522], - [9.397, 42.52], - [9.391, 42.522], - [9.383, 42.522], - [9.381, 42.523], - [9.379, 42.526], - [9.373, 42.524], - [9.372, 42.525], - [9.369, 42.523], - [9.364, 42.524], - [9.359, 42.526], - [9.352, 42.535], - [9.353, 42.537], - [9.346, 42.545], - [9.343, 42.544], - [9.337, 42.537], - [9.334, 42.537], - [9.332, 42.526], - [9.333, 42.519], - [9.332, 42.515], - [9.333, 42.509], - [9.335, 42.506], - [9.338, 42.507], - [9.339, 42.51], - [9.346, 42.511], - [9.349, 42.511], - [9.351, 42.509], - [9.354, 42.509], - [9.361, 42.506], - [9.367, 42.505], - [9.37, 42.505], - [9.374, 42.508], - [9.385, 42.51], - [9.386, 42.509], - [9.386, 42.505], - [9.388, 42.504], - [9.393, 42.504], - [9.396, 42.507], - [9.396, 42.514], - [9.395, 42.517], - [9.396, 42.518], - [9.404, 42.516], - [9.404, 42.518], - [9.401, 42.522] - ] - ] - }, - "properties": { - "NOM_COM_M": "VOLPAJOLA", - "INSEE_COM": "2B355", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.084, 41.584], - [9.081, 41.583], - [9.075, 41.577], - [9.076, 41.573], - [9.076, 41.571], - [9.074, 41.569], - [9.065, 41.565], - [9.061, 41.557], - [9.062, 41.55], - [9.063, 41.548], - [9.06, 41.545], - [9.056, 41.542], - [9.049, 41.535], - [9.044, 41.532], - [9.043, 41.53], - [9.038, 41.527], - [9.036, 41.524], - [9.032, 41.521], - [9.031, 41.517], - [9.032, 41.514], - [9.035, 41.513], - [9.036, 41.509], - [9.036, 41.506], - [9.033, 41.505], - [9.031, 41.506], - [9.016, 41.503], - [9.01, 41.503], - [9.006, 41.5], - [8.997, 41.496], - [8.996, 41.494], - [8.999, 41.491], - [8.995, 41.486], - [8.998, 41.482], - [8.997, 41.48], - [9.002, 41.477], - [9.003, 41.475], - [9.008, 41.476], - [9.01, 41.474], - [9.015, 41.479], - [9.018, 41.478], - [9.016, 41.475], - [9.015, 41.471], - [9.018, 41.47], - [9.018, 41.467], - [9.024, 41.466], - [9.023, 41.463], - [9.025, 41.462], - [9.028, 41.463], - [9.029, 41.468], - [9.033, 41.469], - [9.035, 41.471], - [9.039, 41.469], - [9.04, 41.463], - [9.038, 41.46], - [9.038, 41.458], - [9.041, 41.457], - [9.047, 41.461], - [9.052, 41.46], - [9.055, 41.462], - [9.056, 41.464], - [9.059, 41.465], - [9.061, 41.467], - [9.062, 41.471], - [9.067, 41.473], - [9.069, 41.476], - [9.072, 41.475], - [9.073, 41.478], - [9.076, 41.477], - [9.08, 41.477], - [9.079, 41.481], - [9.084, 41.482], - [9.084, 41.483], - [9.078, 41.487], - [9.077, 41.492], - [9.078, 41.495], - [9.074, 41.5], - [9.073, 41.505], - [9.076, 41.505], - [9.078, 41.508], - [9.079, 41.511], - [9.082, 41.512], - [9.083, 41.517], - [9.08, 41.52], - [9.076, 41.523], - [9.072, 41.525], - [9.068, 41.524], - [9.063, 41.529], - [9.064, 41.531], - [9.061, 41.532], - [9.063, 41.534], - [9.067, 41.544], - [9.069, 41.547], - [9.071, 41.547], - [9.075, 41.553], - [9.078, 41.555], - [9.081, 41.559], - [9.082, 41.562], - [9.086, 41.564], - [9.091, 41.568], - [9.091, 41.569], - [9.096, 41.572], - [9.095, 41.574], - [9.092, 41.575], - [9.089, 41.575], - [9.087, 41.581], - [9.087, 41.585], - [9.084, 41.584] - ] - ] - }, - "properties": { - "NOM_COM_M": "PIANOTTOLI CALDARELLO", - "INSEE_COM": "2A215", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.872, 41.954], - [8.876, 41.954], - [8.881, 41.957], - [8.886, 41.956], - [8.89, 41.957], - [8.893, 41.956], - [8.9, 41.963], - [8.902, 41.964], - [8.904, 41.967], - [8.91, 41.97], - [8.914, 41.968], - [8.917, 41.97], - [8.921, 41.97], - [8.925, 41.974], - [8.928, 41.974], - [8.931, 41.975], - [8.934, 41.975], - [8.941, 41.978], - [8.942, 41.982], - [8.944, 41.983], - [8.944, 41.985], - [8.947, 41.987], - [8.947, 41.989], - [8.941, 41.991], - [8.938, 41.99], - [8.935, 41.992], - [8.929, 41.992], - [8.918, 41.995], - [8.912, 41.997], - [8.908, 41.994], - [8.903, 41.997], - [8.896, 42], - [8.89, 41.998], - [8.885, 42.001], - [8.88, 42.001], - [8.879, 41.998], - [8.874, 41.996], - [8.874, 41.994], - [8.869, 41.991], - [8.863, 41.99], - [8.861, 41.988], - [8.857, 41.988], - [8.855, 41.986], - [8.85, 41.986], - [8.843, 41.982], - [8.837, 41.979], - [8.835, 41.976], - [8.831, 41.975], - [8.833, 41.973], - [8.832, 41.969], - [8.829, 41.968], - [8.826, 41.968], - [8.823, 41.967], - [8.821, 41.961], - [8.822, 41.96], - [8.826, 41.962], - [8.835, 41.958], - [8.846, 41.958], - [8.85, 41.957], - [8.855, 41.958], - [8.862, 41.957], - [8.863, 41.956], - [8.872, 41.954] - ] - ] - }, - "properties": { - "NOM_COM_M": "CUTTOLI CORTICCHIATO", - "INSEE_COM": "2A103", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.01, 41.631], - [9.015, 41.63], - [9.022, 41.63], - [9.022, 41.626], - [9.026, 41.626], - [9.027, 41.627], - [9.028, 41.635], - [9.029, 41.635], - [9.028, 41.636], - [9.023, 41.638], - [9.021, 41.64], - [9.016, 41.641], - [9.015, 41.645], - [9.015, 41.648], - [9.017, 41.648], - [9.018, 41.65], - [9.015, 41.652], - [9.013, 41.651], - [9.01, 41.653], - [9.005, 41.654], - [9.001, 41.652], - [8.999, 41.651], - [8.996, 41.648], - [8.997, 41.643], - [9.003, 41.643], - [9.003, 41.64], - [9.002, 41.635], - [9.006, 41.635], - [9.008, 41.634], - [9.01, 41.631] - ] - ] - }, - "properties": { - "NOM_COM_M": "GRANACE", - "INSEE_COM": "2A128", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.06, 41.905], - [9.059, 41.906], - [9.062, 41.91], - [9.063, 41.913], - [9.062, 41.916], - [9.063, 41.917], - [9.062, 41.922], - [9.063, 41.925], - [9.061, 41.921], - [9.058, 41.919], - [9.053, 41.912], - [9.053, 41.909], - [9.046, 41.909], - [9.042, 41.906], - [9.042, 41.904], - [9.038, 41.901], - [9.03, 41.894], - [9.031, 41.892], - [9.028, 41.89], - [9.03, 41.888], - [9.033, 41.887], - [9.034, 41.884], - [9.037, 41.881], - [9.037, 41.879], - [9.034, 41.876], - [9.031, 41.874], - [9.032, 41.87], - [9.034, 41.866], - [9.033, 41.862], - [9.033, 41.857], - [9.036, 41.853], - [9.04, 41.855], - [9.043, 41.858], - [9.044, 41.861], - [9.047, 41.86], - [9.047, 41.864], - [9.049, 41.867], - [9.049, 41.871], - [9.052, 41.874], - [9.049, 41.877], - [9.051, 41.881], - [9.053, 41.882], - [9.053, 41.884], - [9.055, 41.887], - [9.056, 41.89], - [9.058, 41.891], - [9.058, 41.895], - [9.061, 41.902], - [9.06, 41.905] - ] - ] - }, - "properties": { - "NOM_COM_M": "ZEVACO", - "INSEE_COM": "2A358", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.957, 41.811], - [8.958, 41.813], - [8.957, 41.815], - [8.959, 41.82], - [8.96, 41.825], - [8.963, 41.827], - [8.964, 41.829], - [8.963, 41.831], - [8.964, 41.833], - [8.963, 41.836], - [8.964, 41.837], - [8.962, 41.838], - [8.961, 41.842], - [8.958, 41.844], - [8.958, 41.847], - [8.954, 41.848], - [8.947, 41.848], - [8.944, 41.847], - [8.943, 41.845], - [8.94, 41.845], - [8.942, 41.841], - [8.94, 41.839], - [8.939, 41.836], - [8.936, 41.834], - [8.933, 41.83], - [8.936, 41.825], - [8.939, 41.823], - [8.94, 41.82], - [8.945, 41.818], - [8.947, 41.814], - [8.946, 41.811], - [8.938, 41.808], - [8.935, 41.809], - [8.936, 41.802], - [8.938, 41.798], - [8.941, 41.801], - [8.945, 41.801], - [8.947, 41.799], - [8.949, 41.802], - [8.949, 41.805], - [8.952, 41.806], - [8.954, 41.811], - [8.957, 41.811] - ] - ] - }, - "properties": { - "NOM_COM_M": "URBALACONE", - "INSEE_COM": "2A331", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.857, 41.755], - [8.854, 41.758], - [8.852, 41.757], - [8.849, 41.757], - [8.847, 41.761], - [8.842, 41.76], - [8.837, 41.763], - [8.833, 41.763], - [8.828, 41.762], - [8.825, 41.764], - [8.823, 41.767], - [8.823, 41.771], - [8.821, 41.773], - [8.823, 41.779], - [8.833, 41.786], - [8.824, 41.789], - [8.821, 41.787], - [8.818, 41.783], - [8.818, 41.78], - [8.813, 41.777], - [8.809, 41.776], - [8.802, 41.773], - [8.799, 41.769], - [8.796, 41.766], - [8.796, 41.764], - [8.791, 41.762], - [8.791, 41.756], - [8.788, 41.753], - [8.788, 41.746], - [8.785, 41.745], - [8.784, 41.742], - [8.785, 41.741], - [8.783, 41.738], - [8.784, 41.735], - [8.784, 41.731], - [8.78, 41.727], - [8.781, 41.725], - [8.778, 41.722], - [8.774, 41.72], - [8.773, 41.715], - [8.771, 41.714], - [8.772, 41.712], - [8.775, 41.712], - [8.779, 41.71], - [8.784, 41.709], - [8.786, 41.71], - [8.788, 41.709], - [8.787, 41.707], - [8.788, 41.705], - [8.786, 41.703], - [8.783, 41.702], - [8.782, 41.7], - [8.784, 41.699], - [8.787, 41.7], - [8.791, 41.7], - [8.795, 41.707], - [8.795, 41.709], - [8.798, 41.711], - [8.802, 41.711], - [8.807, 41.71], - [8.807, 41.712], - [8.81, 41.714], - [8.813, 41.714], - [8.821, 41.711], - [8.826, 41.71], - [8.828, 41.713], - [8.828, 41.716], - [8.828, 41.719], - [8.826, 41.719], - [8.824, 41.721], - [8.83, 41.727], - [8.834, 41.727], - [8.837, 41.73], - [8.843, 41.732], - [8.843, 41.737], - [8.848, 41.739], - [8.855, 41.741], - [8.857, 41.743], - [8.853, 41.749], - [8.853, 41.751], - [8.856, 41.753], - [8.857, 41.755] - ] - ] - }, - "properties": { - "NOM_COM_M": "SERRA DI FERRO", - "INSEE_COM": "2A276", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.964, 41.72], - [8.964, 41.719], - [8.959, 41.71], - [8.96, 41.708], - [8.957, 41.706], - [8.952, 41.701], - [8.951, 41.698], - [8.949, 41.696], - [8.949, 41.692], - [8.952, 41.69], - [8.953, 41.686], - [8.955, 41.685], - [8.961, 41.686], - [8.962, 41.682], - [8.964, 41.68], - [8.966, 41.682], - [8.969, 41.68], - [8.972, 41.684], - [8.976, 41.688], - [8.981, 41.689], - [8.985, 41.688], - [8.989, 41.689], - [8.991, 41.686], - [8.995, 41.687], - [9.003, 41.684], - [9.003, 41.681], - [9.005, 41.68], - [9.008, 41.681], - [9.01, 41.679], - [9.012, 41.679], - [9.013, 41.676], - [9.016, 41.675], - [9.018, 41.675], - [9.019, 41.678], - [9.022, 41.681], - [9.024, 41.684], - [9.028, 41.687], - [9.031, 41.696], - [9.032, 41.698], - [9.029, 41.702], - [9.021, 41.703], - [9.02, 41.705], - [9.021, 41.707], - [9.02, 41.709], - [9.019, 41.705], - [9.017, 41.704], - [9.006, 41.704], - [9.001, 41.702], - [9.001, 41.704], - [8.999, 41.705], - [8.994, 41.705], - [8.993, 41.703], - [8.989, 41.702], - [8.986, 41.703], - [8.985, 41.705], - [8.988, 41.707], - [8.984, 41.708], - [8.983, 41.71], - [8.986, 41.712], - [8.987, 41.715], - [8.985, 41.716], - [8.987, 41.721], - [8.99, 41.723], - [8.989, 41.728], - [8.983, 41.727], - [8.98, 41.727], - [8.976, 41.724], - [8.968, 41.721], - [8.964, 41.72] - ] - ] - }, - "properties": { - "NOM_COM_M": "FOZZANO", - "INSEE_COM": "2A118", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.814, 41.588], - [8.819, 41.588], - [8.821, 41.586], - [8.825, 41.586], - [8.832, 41.584], - [8.835, 41.584], - [8.836, 41.586], - [8.838, 41.586], - [8.841, 41.583], - [8.845, 41.585], - [8.849, 41.584], - [8.852, 41.585], - [8.854, 41.588], - [8.857, 41.589], - [8.859, 41.587], - [8.861, 41.589], - [8.866, 41.586], - [8.869, 41.586], - [8.871, 41.587], - [8.876, 41.588], - [8.876, 41.589], - [8.881, 41.589], - [8.884, 41.591], - [8.89, 41.593], - [8.897, 41.593], - [8.898, 41.595], - [8.898, 41.6], - [8.9, 41.602], - [8.901, 41.605], - [8.9, 41.604], - [8.895, 41.605], - [8.893, 41.606], - [8.891, 41.611], - [8.894, 41.614], - [8.897, 41.621], - [8.895, 41.621], - [8.892, 41.623], - [8.889, 41.624], - [8.887, 41.627], - [8.886, 41.626], - [8.874, 41.622], - [8.869, 41.62], - [8.866, 41.622], - [8.863, 41.622], - [8.859, 41.624], - [8.857, 41.62], - [8.851, 41.613], - [8.844, 41.606], - [8.84, 41.603], - [8.84, 41.601], - [8.834, 41.598], - [8.829, 41.6], - [8.826, 41.599], - [8.83, 41.595], - [8.823, 41.594], - [8.823, 41.592], - [8.819, 41.592], - [8.814, 41.588] - ] - ] - }, - "properties": { - "NOM_COM_M": "GROSSA", - "INSEE_COM": "2A129", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.016, 41.675], - [9.013, 41.676], - [9.012, 41.679], - [9.01, 41.679], - [9.008, 41.681], - [9.005, 41.68], - [9.003, 41.681], - [9.003, 41.684], - [8.995, 41.687], - [8.991, 41.686], - [8.989, 41.689], - [8.985, 41.688], - [8.981, 41.689], - [8.976, 41.688], - [8.972, 41.684], - [8.969, 41.68], - [8.971, 41.677], - [8.968, 41.676], - [8.966, 41.674], - [8.966, 41.671], - [8.968, 41.665], - [8.971, 41.663], - [8.975, 41.662], - [8.974, 41.66], - [8.968, 41.659], - [8.964, 41.657], - [8.967, 41.653], - [8.972, 41.652], - [8.973, 41.654], - [8.981, 41.656], - [8.983, 41.655], - [8.987, 41.656], - [8.989, 41.658], - [8.989, 41.66], - [8.994, 41.662], - [9, 41.661], - [9.003, 41.66], - [9.008, 41.664], - [9.015, 41.664], - [9.019, 41.665], - [9.019, 41.668], - [9.021, 41.67], - [9.016, 41.675] - ] - ] - }, - "properties": { - "NOM_COM_M": "ARBELLARA", - "INSEE_COM": "2A018", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.308, 42.448], - [9.302, 42.457], - [9.297, 42.46], - [9.294, 42.464], - [9.293, 42.467], - [9.288, 42.469], - [9.285, 42.472], - [9.28, 42.472], - [9.279, 42.471], - [9.274, 42.471], - [9.272, 42.472], - [9.267, 42.473], - [9.262, 42.476], - [9.255, 42.475], - [9.25, 42.47], - [9.241, 42.472], - [9.236, 42.469], - [9.229, 42.47], - [9.225, 42.473], - [9.219, 42.474], - [9.218, 42.473], - [9.213, 42.471], - [9.21, 42.472], - [9.21, 42.469], - [9.217, 42.465], - [9.221, 42.465], - [9.227, 42.461], - [9.228, 42.459], - [9.233, 42.459], - [9.235, 42.458], - [9.238, 42.458], - [9.24, 42.455], - [9.243, 42.453], - [9.249, 42.454], - [9.253, 42.45], - [9.256, 42.45], - [9.259, 42.449], - [9.265, 42.449], - [9.274, 42.445], - [9.293, 42.445], - [9.297, 42.444], - [9.305, 42.446], - [9.308, 42.448] - ] - ] - }, - "properties": { - "NOM_COM_M": "VALLE DI ROSTINO", - "INSEE_COM": "2B337", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.938, 41.798], - [8.936, 41.802], - [8.935, 41.809], - [8.938, 41.808], - [8.946, 41.811], - [8.947, 41.814], - [8.945, 41.818], - [8.94, 41.82], - [8.939, 41.823], - [8.936, 41.825], - [8.933, 41.83], - [8.936, 41.834], - [8.939, 41.836], - [8.94, 41.839], - [8.942, 41.841], - [8.94, 41.845], - [8.937, 41.845], - [8.934, 41.846], - [8.936, 41.848], - [8.933, 41.849], - [8.933, 41.851], - [8.93, 41.853], - [8.924, 41.854], - [8.921, 41.855], - [8.917, 41.854], - [8.916, 41.85], - [8.912, 41.845], - [8.913, 41.844], - [8.913, 41.841], - [8.911, 41.841], - [8.91, 41.838], - [8.915, 41.837], - [8.916, 41.835], - [8.913, 41.834], - [8.914, 41.829], - [8.913, 41.827], - [8.915, 41.826], - [8.913, 41.823], - [8.915, 41.823], - [8.92, 41.82], - [8.918, 41.819], - [8.924, 41.813], - [8.925, 41.811], - [8.924, 41.805], - [8.929, 41.801], - [8.926, 41.798], - [8.929, 41.797], - [8.929, 41.795], - [8.934, 41.794], - [8.938, 41.795], - [8.938, 41.798] - ] - ] - }, - "properties": { - "NOM_COM_M": "GUARGUALE", - "INSEE_COM": "2A132", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.79, 41.853], - [8.788, 41.85], - [8.786, 41.85], - [8.785, 41.848], - [8.782, 41.847], - [8.778, 41.848], - [8.773, 41.846], - [8.769, 41.846], - [8.767, 41.847], - [8.762, 41.847], - [8.757, 41.846], - [8.753, 41.846], - [8.751, 41.843], - [8.757, 41.841], - [8.764, 41.844], - [8.766, 41.843], - [8.766, 41.841], - [8.769, 41.84], - [8.768, 41.838], - [8.772, 41.837], - [8.773, 41.835], - [8.776, 41.834], - [8.777, 41.835], - [8.781, 41.834], - [8.785, 41.831], - [8.784, 41.829], - [8.781, 41.827], - [8.779, 41.827], - [8.774, 41.825], - [8.773, 41.822], - [8.774, 41.819], - [8.773, 41.816], - [8.774, 41.815], - [8.772, 41.812], - [8.772, 41.811], - [8.777, 41.81], - [8.784, 41.811], - [8.791, 41.809], - [8.796, 41.806], - [8.802, 41.804], - [8.806, 41.8], - [8.81, 41.8], - [8.815, 41.797], - [8.818, 41.796], - [8.82, 41.791], - [8.821, 41.791], - [8.824, 41.794], - [8.827, 41.795], - [8.827, 41.797], - [8.83, 41.799], - [8.83, 41.803], - [8.834, 41.803], - [8.836, 41.808], - [8.84, 41.81], - [8.845, 41.811], - [8.848, 41.814], - [8.85, 41.814], - [8.851, 41.816], - [8.853, 41.815], - [8.855, 41.817], - [8.862, 41.818], - [8.864, 41.819], - [8.86, 41.823], - [8.858, 41.824], - [8.858, 41.826], - [8.854, 41.835], - [8.855, 41.84], - [8.849, 41.839], - [8.849, 41.845], - [8.844, 41.846], - [8.845, 41.85], - [8.842, 41.849], - [8.839, 41.847], - [8.837, 41.847], - [8.834, 41.85], - [8.837, 41.851], - [8.835, 41.854], - [8.829, 41.853], - [8.826, 41.856], - [8.823, 41.856], - [8.822, 41.859], - [8.816, 41.858], - [8.814, 41.857], - [8.811, 41.858], - [8.81, 41.857], - [8.804, 41.854], - [8.803, 41.853], - [8.797, 41.853], - [8.792, 41.851], - [8.79, 41.853] - ] - ] - }, - "properties": { - "NOM_COM_M": "PIETROSELLA", - "INSEE_COM": "2A228", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.919, 41.681], - [8.924, 41.685], - [8.929, 41.684], - [8.935, 41.689], - [8.945, 41.695], - [8.949, 41.696], - [8.951, 41.698], - [8.952, 41.701], - [8.957, 41.706], - [8.96, 41.708], - [8.959, 41.71], - [8.964, 41.719], - [8.964, 41.72], - [8.963, 41.723], - [8.964, 41.725], - [8.964, 41.732], - [8.961, 41.734], - [8.953, 41.743], - [8.946, 41.738], - [8.933, 41.738], - [8.929, 41.736], - [8.927, 41.738], - [8.925, 41.738], - [8.922, 41.74], - [8.92, 41.74], - [8.916, 41.737], - [8.914, 41.733], - [8.91, 41.729], - [8.905, 41.728], - [8.9, 41.728], - [8.898, 41.726], - [8.895, 41.727], - [8.891, 41.73], - [8.89, 41.728], - [8.886, 41.729], - [8.884, 41.726], - [8.881, 41.726], - [8.878, 41.723], - [8.875, 41.723], - [8.873, 41.72], - [8.87, 41.723], - [8.866, 41.725], - [8.864, 41.724], - [8.863, 41.721], - [8.856, 41.723], - [8.855, 41.72], - [8.852, 41.723], - [8.846, 41.725], - [8.845, 41.724], - [8.84, 41.723], - [8.83, 41.715], - [8.828, 41.716], - [8.828, 41.713], - [8.826, 41.71], - [8.831, 41.706], - [8.836, 41.7], - [8.841, 41.698], - [8.845, 41.697], - [8.848, 41.697], - [8.85, 41.696], - [8.855, 41.697], - [8.857, 41.698], - [8.86, 41.696], - [8.87, 41.696], - [8.874, 41.694], - [8.878, 41.696], - [8.882, 41.695], - [8.884, 41.693], - [8.886, 41.689], - [8.891, 41.69], - [8.894, 41.689], - [8.899, 41.69], - [8.909, 41.691], - [8.914, 41.691], - [8.916, 41.687], - [8.917, 41.682], - [8.919, 41.681] - ] - ] - }, - "properties": { - "NOM_COM_M": "OLMETO", - "INSEE_COM": "2A189", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.981, 41.586], - [8.98, 41.587], - [8.976, 41.594], - [8.974, 41.595], - [8.972, 41.598], - [8.963, 41.598], - [8.955, 41.599], - [8.952, 41.597], - [8.948, 41.598], - [8.946, 41.6], - [8.943, 41.601], - [8.943, 41.596], - [8.948, 41.593], - [8.942, 41.59], - [8.939, 41.59], - [8.938, 41.588], - [8.94, 41.585], - [8.938, 41.579], - [8.938, 41.575], - [8.935, 41.574], - [8.936, 41.572], - [8.95, 41.572], - [8.953, 41.575], - [8.957, 41.576], - [8.96, 41.579], - [8.965, 41.577], - [8.97, 41.58], - [8.982, 41.582], - [8.981, 41.586] - ] - ] - }, - "properties": { - "NOM_COM_M": "GIUNCHETO", - "INSEE_COM": "2A127", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.49, 42.317], - [9.489, 42.314], - [9.487, 42.312], - [9.483, 42.311], - [9.484, 42.309], - [9.49, 42.309], - [9.495, 42.307], - [9.496, 42.303], - [9.499, 42.3], - [9.498, 42.299], - [9.496, 42.298], - [9.497, 42.295], - [9.499, 42.296], - [9.504, 42.292], - [9.508, 42.292], - [9.511, 42.288], - [9.512, 42.285], - [9.516, 42.282], - [9.516, 42.277], - [9.517, 42.275], - [9.515, 42.271], - [9.518, 42.27], - [9.52, 42.268], - [9.524, 42.267], - [9.527, 42.267], - [9.535, 42.259], - [9.544, 42.252], - [9.544, 42.251], - [9.552, 42.249], - [9.555, 42.252], - [9.557, 42.263], - [9.559, 42.272], - [9.559, 42.278], - [9.56, 42.284], - [9.558, 42.286], - [9.555, 42.294], - [9.554, 42.299], - [9.545, 42.3], - [9.54, 42.3], - [9.536, 42.304], - [9.529, 42.313], - [9.526, 42.314], - [9.524, 42.316], - [9.515, 42.318], - [9.513, 42.319], - [9.508, 42.319], - [9.505, 42.32], - [9.501, 42.319], - [9.497, 42.319], - [9.494, 42.317], - [9.49, 42.317] - ] - ] - }, - "properties": { - "NOM_COM_M": "SAN GIULIANO", - "INSEE_COM": "2B303", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.238, 42.352], - [9.234, 42.355], - [9.232, 42.356], - [9.229, 42.359], - [9.224, 42.358], - [9.216, 42.36], - [9.212, 42.355], - [9.209, 42.352], - [9.206, 42.352], - [9.203, 42.353], - [9.199, 42.358], - [9.195, 42.356], - [9.193, 42.358], - [9.192, 42.355], - [9.189, 42.354], - [9.189, 42.352], - [9.185, 42.35], - [9.181, 42.349], - [9.178, 42.347], - [9.174, 42.348], - [9.169, 42.347], - [9.165, 42.347], - [9.16, 42.346], - [9.157, 42.347], - [9.153, 42.345], - [9.153, 42.342], - [9.155, 42.339], - [9.159, 42.334], - [9.158, 42.332], - [9.16, 42.331], - [9.17, 42.331], - [9.17, 42.329], - [9.174, 42.328], - [9.172, 42.323], - [9.172, 42.32], - [9.181, 42.318], - [9.188, 42.32], - [9.19, 42.319], - [9.191, 42.323], - [9.194, 42.323], - [9.195, 42.326], - [9.195, 42.329], - [9.198, 42.329], - [9.208, 42.333], - [9.212, 42.333], - [9.216, 42.337], - [9.219, 42.339], - [9.224, 42.347], - [9.228, 42.347], - [9.235, 42.35], - [9.238, 42.352] - ] - ] - }, - "properties": { - "NOM_COM_M": "TRALONCA", - "INSEE_COM": "2B329", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.238, 42.352], - [9.243, 42.352], - [9.248, 42.351], - [9.254, 42.344], - [9.256, 42.338], - [9.255, 42.336], - [9.256, 42.332], - [9.258, 42.329], - [9.259, 42.331], - [9.267, 42.334], - [9.268, 42.338], - [9.272, 42.341], - [9.27, 42.351], - [9.273, 42.353], - [9.275, 42.358], - [9.279, 42.361], - [9.28, 42.364], - [9.279, 42.365], - [9.273, 42.366], - [9.272, 42.367], - [9.26, 42.368], - [9.257, 42.371], - [9.251, 42.371], - [9.246, 42.364], - [9.241, 42.364], - [9.235, 42.36], - [9.234, 42.358], - [9.234, 42.355], - [9.238, 42.352] - ] - ] - }, - "properties": { - "NOM_COM_M": "RUSIO", - "INSEE_COM": "2B264", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.949, 41.696], - [8.945, 41.695], - [8.935, 41.689], - [8.929, 41.684], - [8.924, 41.685], - [8.919, 41.681], - [8.92, 41.679], - [8.918, 41.676], - [8.919, 41.669], - [8.921, 41.667], - [8.919, 41.665], - [8.917, 41.661], - [8.917, 41.659], - [8.919, 41.655], - [8.922, 41.655], - [8.926, 41.656], - [8.929, 41.653], - [8.938, 41.652], - [8.939, 41.651], - [8.944, 41.652], - [8.947, 41.65], - [8.949, 41.647], - [8.955, 41.648], - [8.958, 41.647], - [8.964, 41.648], - [8.967, 41.648], - [8.971, 41.65], - [8.972, 41.652], - [8.967, 41.653], - [8.964, 41.657], - [8.968, 41.659], - [8.974, 41.66], - [8.975, 41.662], - [8.971, 41.663], - [8.968, 41.665], - [8.966, 41.671], - [8.966, 41.674], - [8.968, 41.676], - [8.971, 41.677], - [8.969, 41.68], - [8.966, 41.682], - [8.964, 41.68], - [8.962, 41.682], - [8.961, 41.686], - [8.955, 41.685], - [8.953, 41.686], - [8.952, 41.69], - [8.949, 41.692], - [8.949, 41.696] - ] - ] - }, - "properties": { - "NOM_COM_M": "VIGGIANELLO", - "INSEE_COM": "2A349", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.119, 41.856], - [9.119, 41.854], - [9.111, 41.846], - [9.112, 41.843], - [9.111, 41.841], - [9.108, 41.838], - [9.101, 41.837], - [9.098, 41.834], - [9.093, 41.827], - [9.089, 41.824], - [9.082, 41.821], - [9.076, 41.823], - [9.069, 41.818], - [9.07, 41.815], - [9.069, 41.813], - [9.067, 41.813], - [9.063, 41.807], - [9.063, 41.805], - [9.061, 41.804], - [9.06, 41.801], - [9.057, 41.8], - [9.056, 41.796], - [9.05, 41.792], - [9.049, 41.79], - [9.048, 41.787], - [9.044, 41.785], - [9.042, 41.785], - [9.041, 41.783], - [9.037, 41.782], - [9.036, 41.779], - [9.034, 41.778], - [9.035, 41.773], - [9.034, 41.771], - [9.048, 41.771], - [9.051, 41.765], - [9.054, 41.764], - [9.057, 41.765], - [9.059, 41.764], - [9.068, 41.764], - [9.072, 41.761], - [9.075, 41.763], - [9.077, 41.762], - [9.081, 41.765], - [9.082, 41.764], - [9.088, 41.765], - [9.09, 41.768], - [9.089, 41.77], - [9.09, 41.772], - [9.093, 41.772], - [9.095, 41.774], - [9.095, 41.779], - [9.096, 41.783], - [9.101, 41.79], - [9.102, 41.794], - [9.107, 41.796], - [9.109, 41.8], - [9.112, 41.802], - [9.116, 41.803], - [9.117, 41.805], - [9.116, 41.808], - [9.118, 41.811], - [9.126, 41.816], - [9.13, 41.819], - [9.132, 41.823], - [9.136, 41.826], - [9.142, 41.834], - [9.152, 41.844], - [9.147, 41.846], - [9.148, 41.848], - [9.14, 41.85], - [9.145, 41.853], - [9.144, 41.857], - [9.145, 41.859], - [9.144, 41.861], - [9.137, 41.858], - [9.134, 41.858], - [9.131, 41.856], - [9.124, 41.856], - [9.119, 41.858], - [9.119, 41.856] - ] - ] - }, - "properties": { - "NOM_COM_M": "AULLENE", - "INSEE_COM": "2A024", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.404, 42.863], - [9.408, 42.864], - [9.41, 42.863], - [9.416, 42.865], - [9.425, 42.862], - [9.434, 42.86], - [9.436, 42.861], - [9.443, 42.861], - [9.449, 42.859], - [9.449, 42.858], - [9.456, 42.858], - [9.466, 42.859], - [9.47, 42.861], - [9.48, 42.86], - [9.482, 42.865], - [9.481, 42.869], - [9.479, 42.87], - [9.479, 42.872], - [9.474, 42.874], - [9.473, 42.878], - [9.478, 42.879], - [9.477, 42.882], - [9.472, 42.881], - [9.468, 42.882], - [9.465, 42.882], - [9.448, 42.884], - [9.44, 42.887], - [9.435, 42.887], - [9.43, 42.886], - [9.426, 42.886], - [9.417, 42.887], - [9.415, 42.884], - [9.411, 42.881], - [9.41, 42.879], - [9.41, 42.875], - [9.407, 42.867], - [9.404, 42.863] - ] - ] - }, - "properties": { - "NOM_COM_M": "CAGNANO", - "INSEE_COM": "2B046", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.962, 41.809], - [8.964, 41.808], - [8.968, 41.809], - [8.969, 41.806], - [8.971, 41.804], - [8.975, 41.805], - [8.979, 41.804], - [8.981, 41.8], - [8.986, 41.8], - [8.987, 41.799], - [8.992, 41.797], - [8.995, 41.794], - [8.997, 41.794], - [8.998, 41.792], - [8.997, 41.788], - [8.998, 41.785], - [9.002, 41.782], - [9.006, 41.78], - [9.007, 41.778], - [9.009, 41.77], - [9.007, 41.765], - [9.003, 41.761], - [8.998, 41.759], - [8.996, 41.757], - [8.997, 41.752], - [8.999, 41.75], - [9.002, 41.749], - [9.005, 41.746], - [8.998, 41.742], - [8.995, 41.742], - [8.994, 41.737], - [8.99, 41.735], - [8.989, 41.732], - [8.987, 41.732], - [8.986, 41.73], - [8.989, 41.728], - [9.003, 41.736], - [9.008, 41.74], - [9.02, 41.754], - [9.021, 41.756], - [9.024, 41.753], - [9.027, 41.752], - [9.026, 41.756], - [9.024, 41.759], - [9.029, 41.766], - [9.034, 41.771], - [9.035, 41.773], - [9.034, 41.778], - [9.036, 41.779], - [9.037, 41.782], - [9.041, 41.783], - [9.042, 41.785], - [9.044, 41.785], - [9.048, 41.787], - [9.049, 41.79], - [9.044, 41.791], - [9.042, 41.797], - [9.039, 41.801], - [9.036, 41.803], - [9.033, 41.804], - [9.031, 41.806], - [9.031, 41.81], - [9.026, 41.811], - [9.024, 41.813], - [9.019, 41.812], - [9.014, 41.814], - [9.01, 41.817], - [9.005, 41.82], - [9.006, 41.822], - [9.004, 41.826], - [9.001, 41.827], - [8.999, 41.824], - [8.992, 41.82], - [8.99, 41.82], - [8.984, 41.822], - [8.981, 41.822], - [8.98, 41.819], - [8.974, 41.811], - [8.967, 41.812], - [8.967, 41.814], - [8.965, 41.815], - [8.961, 41.814], - [8.963, 41.811], - [8.962, 41.809] - ] - ] - }, - "properties": { - "NOM_COM_M": "MOCA CROCE", - "INSEE_COM": "2A160", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.914, 41.634], - [8.908, 41.639], - [8.906, 41.64], - [8.905, 41.638], - [8.896, 41.639], - [8.894, 41.637], - [8.895, 41.634], - [8.89, 41.629], - [8.887, 41.627], - [8.889, 41.624], - [8.892, 41.623], - [8.895, 41.621], - [8.897, 41.621], - [8.894, 41.614], - [8.891, 41.611], - [8.893, 41.606], - [8.895, 41.605], - [8.9, 41.604], - [8.901, 41.605], - [8.906, 41.607], - [8.912, 41.608], - [8.912, 41.61], - [8.92, 41.613], - [8.922, 41.615], - [8.92, 41.618], - [8.922, 41.62], - [8.923, 41.623], - [8.922, 41.627], - [8.918, 41.628], - [8.914, 41.634] - ] - ] - }, - "properties": { - "NOM_COM_M": "BILIA", - "INSEE_COM": "2A038", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.325, 42.377], - [9.323, 42.378], - [9.323, 42.382], - [9.32, 42.385], - [9.324, 42.39], - [9.327, 42.391], - [9.327, 42.396], - [9.312, 42.392], - [9.307, 42.393], - [9.305, 42.392], - [9.297, 42.393], - [9.289, 42.396], - [9.285, 42.397], - [9.281, 42.401], - [9.277, 42.401], - [9.275, 42.4], - [9.273, 42.402], - [9.271, 42.406], - [9.256, 42.403], - [9.256, 42.402], - [9.26, 42.399], - [9.257, 42.396], - [9.259, 42.395], - [9.259, 42.393], - [9.257, 42.392], - [9.257, 42.39], - [9.259, 42.387], - [9.26, 42.386], - [9.265, 42.384], - [9.269, 42.386], - [9.271, 42.386], - [9.274, 42.382], - [9.276, 42.382], - [9.276, 42.379], - [9.279, 42.379], - [9.284, 42.379], - [9.288, 42.378], - [9.291, 42.38], - [9.294, 42.379], - [9.296, 42.381], - [9.299, 42.381], - [9.304, 42.379], - [9.307, 42.38], - [9.31, 42.379], - [9.318, 42.379], - [9.32, 42.378], - [9.321, 42.375], - [9.325, 42.377] - ] - ] - }, - "properties": { - "NOM_COM_M": "SAN LORENZO", - "INSEE_COM": "2B304", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.298, 42.614], - [9.296, 42.613], - [9.296, 42.611], - [9.294, 42.607], - [9.284, 42.599], - [9.283, 42.596], - [9.283, 42.594], - [9.28, 42.592], - [9.28, 42.589], - [9.283, 42.581], - [9.273, 42.573], - [9.269, 42.573], - [9.267, 42.571], - [9.264, 42.57], - [9.251, 42.562], - [9.246, 42.563], - [9.245, 42.562], - [9.24, 42.561], - [9.234, 42.561], - [9.232, 42.56], - [9.228, 42.561], - [9.224, 42.56], - [9.22, 42.56], - [9.223, 42.558], - [9.222, 42.555], - [9.222, 42.552], - [9.229, 42.549], - [9.234, 42.551], - [9.235, 42.555], - [9.243, 42.557], - [9.246, 42.555], - [9.26, 42.555], - [9.264, 42.551], - [9.266, 42.552], - [9.269, 42.551], - [9.28, 42.551], - [9.284, 42.55], - [9.287, 42.551], - [9.29, 42.549], - [9.291, 42.551], - [9.294, 42.552], - [9.295, 42.556], - [9.293, 42.557], - [9.294, 42.56], - [9.293, 42.563], - [9.297, 42.563], - [9.301, 42.571], - [9.302, 42.574], - [9.298, 42.575], - [9.299, 42.578], - [9.298, 42.58], - [9.293, 42.586], - [9.296, 42.591], - [9.294, 42.594], - [9.296, 42.597], - [9.303, 42.6], - [9.306, 42.607], - [9.309, 42.61], - [9.308, 42.613], - [9.305, 42.617], - [9.301, 42.617], - [9.302, 42.619], - [9.3, 42.623], - [9.293, 42.629], - [9.288, 42.64], - [9.285, 42.645], - [9.282, 42.646], - [9.281, 42.652], - [9.276, 42.656], - [9.267, 42.654], - [9.264, 42.652], - [9.274, 42.64], - [9.277, 42.64], - [9.277, 42.638], - [9.283, 42.634], - [9.286, 42.631], - [9.285, 42.626], - [9.288, 42.625], - [9.289, 42.622], - [9.294, 42.619], - [9.299, 42.615], - [9.298, 42.614] - ] - ] - }, - "properties": { - "NOM_COM_M": "PIEVE", - "INSEE_COM": "2B230", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.868, 41.76], - [8.871, 41.761], - [8.873, 41.763], - [8.873, 41.766], - [8.876, 41.769], - [8.878, 41.772], - [8.881, 41.773], - [8.885, 41.772], - [8.888, 41.773], - [8.89, 41.772], - [8.897, 41.775], - [8.903, 41.775], - [8.907, 41.776], - [8.909, 41.775], - [8.912, 41.776], - [8.913, 41.78], - [8.917, 41.78], - [8.92, 41.781], - [8.923, 41.788], - [8.921, 41.79], - [8.924, 41.791], - [8.93, 41.792], - [8.929, 41.795], - [8.929, 41.797], - [8.926, 41.798], - [8.929, 41.801], - [8.924, 41.805], - [8.925, 41.811], - [8.924, 41.813], - [8.918, 41.819], - [8.92, 41.82], - [8.915, 41.823], - [8.913, 41.823], - [8.909, 41.822], - [8.907, 41.819], - [8.903, 41.818], - [8.903, 41.815], - [8.896, 41.809], - [8.894, 41.809], - [8.893, 41.811], - [8.89, 41.812], - [8.888, 41.807], - [8.886, 41.805], - [8.885, 41.801], - [8.883, 41.798], - [8.88, 41.797], - [8.875, 41.79], - [8.874, 41.787], - [8.874, 41.784], - [8.876, 41.781], - [8.867, 41.782], - [8.863, 41.778], - [8.86, 41.777], - [8.863, 41.774], - [8.861, 41.771], - [8.863, 41.767], - [8.863, 41.765], - [8.867, 41.764], - [8.868, 41.76] - ] - ] - }, - "properties": { - "NOM_COM_M": "PILA CANALE", - "INSEE_COM": "2A232", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.119, 41.856], - [9.116, 41.855], - [9.108, 41.857], - [9.106, 41.858], - [9.097, 41.861], - [9.096, 41.863], - [9.092, 41.862], - [9.088, 41.862], - [9.087, 41.863], - [9.085, 41.862], - [9.081, 41.862], - [9.079, 41.864], - [9.073, 41.867], - [9.065, 41.869], - [9.062, 41.868], - [9.056, 41.861], - [9.049, 41.859], - [9.047, 41.86], - [9.044, 41.861], - [9.043, 41.858], - [9.04, 41.855], - [9.036, 41.853], - [9.035, 41.852], - [9.035, 41.848], - [9.033, 41.845], - [9.032, 41.841], - [9.026, 41.841], - [9.025, 41.838], - [9.022, 41.838], - [9.025, 41.835], - [9.029, 41.834], - [9.034, 41.83], - [9.033, 41.828], - [9.034, 41.826], - [9.042, 41.823], - [9.046, 41.819], - [9.049, 41.815], - [9.049, 41.811], - [9.051, 41.809], - [9.057, 41.809], - [9.059, 41.808], - [9.061, 41.804], - [9.063, 41.805], - [9.063, 41.807], - [9.067, 41.813], - [9.069, 41.813], - [9.07, 41.815], - [9.069, 41.818], - [9.076, 41.823], - [9.082, 41.821], - [9.089, 41.824], - [9.093, 41.827], - [9.098, 41.834], - [9.101, 41.837], - [9.108, 41.838], - [9.111, 41.841], - [9.112, 41.843], - [9.111, 41.846], - [9.119, 41.854], - [9.119, 41.856] - ] - ] - }, - "properties": { - "NOM_COM_M": "OLIVESE", - "INSEE_COM": "2A186", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.191, 41.495], - [9.195, 41.495], - [9.198, 41.496], - [9.197, 41.5], - [9.199, 41.501], - [9.204, 41.499], - [9.206, 41.499], - [9.209, 41.504], - [9.211, 41.503], - [9.216, 41.507], - [9.223, 41.507], - [9.225, 41.509], - [9.228, 41.51], - [9.235, 41.507], - [9.234, 41.509], - [9.234, 41.512], - [9.235, 41.515], - [9.234, 41.518], - [9.235, 41.521], - [9.237, 41.522], - [9.239, 41.528], - [9.236, 41.531], - [9.237, 41.534], - [9.239, 41.535], - [9.24, 41.539], - [9.242, 41.541], - [9.238, 41.544], - [9.233, 41.547], - [9.23, 41.552], - [9.226, 41.555], - [9.223, 41.562], - [9.22, 41.564], - [9.214, 41.561], - [9.21, 41.564], - [9.202, 41.572], - [9.192, 41.576], - [9.184, 41.594], - [9.184, 41.602], - [9.18, 41.602], - [9.179, 41.606], - [9.175, 41.606], - [9.17, 41.611], - [9.172, 41.615], - [9.17, 41.616], - [9.167, 41.617], - [9.166, 41.616], - [9.159, 41.616], - [9.153, 41.615], - [9.151, 41.614], - [9.147, 41.61], - [9.142, 41.607], - [9.136, 41.601], - [9.133, 41.6], - [9.13, 41.597], - [9.124, 41.6], - [9.119, 41.598], - [9.112, 41.596], - [9.113, 41.592], - [9.117, 41.59], - [9.12, 41.587], - [9.126, 41.577], - [9.132, 41.569], - [9.134, 41.564], - [9.138, 41.563], - [9.14, 41.56], - [9.144, 41.558], - [9.147, 41.559], - [9.149, 41.557], - [9.149, 41.554], - [9.153, 41.554], - [9.154, 41.552], - [9.156, 41.552], - [9.162, 41.555], - [9.167, 41.556], - [9.165, 41.548], - [9.167, 41.548], - [9.167, 41.543], - [9.169, 41.543], - [9.17, 41.535], - [9.177, 41.531], - [9.177, 41.528], - [9.174, 41.528], - [9.171, 41.525], - [9.171, 41.523], - [9.167, 41.519], - [9.168, 41.514], - [9.167, 41.509], - [9.174, 41.504], - [9.178, 41.504], - [9.182, 41.501], - [9.187, 41.499], - [9.191, 41.495] - ] - ] - }, - "properties": { - "NOM_COM_M": "SOTTA", - "INSEE_COM": "2A288", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.684, 42.348], - [8.688, 42.349], - [8.692, 42.349], - [8.696, 42.348], - [8.706, 42.347], - [8.711, 42.349], - [8.714, 42.349], - [8.716, 42.346], - [8.719, 42.345], - [8.725, 42.342], - [8.728, 42.347], - [8.73, 42.348], - [8.73, 42.35], - [8.733, 42.356], - [8.735, 42.361], - [8.74, 42.366], - [8.742, 42.366], - [8.745, 42.369], - [8.747, 42.374], - [8.746, 42.375], - [8.747, 42.379], - [8.753, 42.381], - [8.754, 42.384], - [8.751, 42.384], - [8.749, 42.387], - [8.744, 42.388], - [8.737, 42.388], - [8.733, 42.389], - [8.726, 42.389], - [8.722, 42.392], - [8.718, 42.393], - [8.717, 42.395], - [8.714, 42.397], - [8.719, 42.399], - [8.723, 42.4], - [8.727, 42.4], - [8.73, 42.402], - [8.728, 42.405], - [8.729, 42.409], - [8.733, 42.41], - [8.739, 42.41], - [8.74, 42.408], - [8.747, 42.407], - [8.755, 42.405], - [8.76, 42.406], - [8.763, 42.406], - [8.768, 42.408], - [8.777, 42.408], - [8.782, 42.406], - [8.785, 42.401], - [8.789, 42.4], - [8.791, 42.398], - [8.795, 42.399], - [8.798, 42.398], - [8.81, 42.4], - [8.815, 42.402], - [8.823, 42.409], - [8.824, 42.411], - [8.829, 42.416], - [8.838, 42.419], - [8.839, 42.421], - [8.829, 42.425], - [8.823, 42.428], - [8.817, 42.428], - [8.812, 42.429], - [8.809, 42.429], - [8.807, 42.431], - [8.805, 42.431], - [8.8, 42.435], - [8.8, 42.442], - [8.802, 42.446], - [8.799, 42.45], - [8.797, 42.451], - [8.793, 42.455], - [8.79, 42.455], - [8.788, 42.457], - [8.785, 42.458], - [8.783, 42.457], - [8.78, 42.458], - [8.772, 42.462], - [8.763, 42.461], - [8.756, 42.456], - [8.753, 42.455], - [8.75, 42.453], - [8.746, 42.449], - [8.745, 42.447], - [8.739, 42.446], - [8.736, 42.444], - [8.735, 42.442], - [8.732, 42.446], - [8.728, 42.447], - [8.726, 42.451], - [8.723, 42.452], - [8.721, 42.456], - [8.719, 42.457], - [8.708, 42.46], - [8.703, 42.459], - [8.699, 42.46], - [8.695, 42.46], - [8.691, 42.462], - [8.685, 42.463], - [8.679, 42.467], - [8.678, 42.466], - [8.675, 42.467], - [8.674, 42.464], - [8.67, 42.461], - [8.668, 42.458], - [8.664, 42.456], - [8.666, 42.454], - [8.669, 42.453], - [8.67, 42.45], - [8.668, 42.449], - [8.668, 42.446], - [8.665, 42.444], - [8.663, 42.445], - [8.656, 42.444], - [8.653, 42.445], - [8.65, 42.444], - [8.651, 42.441], - [8.655, 42.437], - [8.658, 42.438], - [8.659, 42.436], - [8.664, 42.434], - [8.662, 42.429], - [8.662, 42.426], - [8.66, 42.422], - [8.657, 42.418], - [8.653, 42.416], - [8.651, 42.414], - [8.646, 42.413], - [8.64, 42.419], - [8.638, 42.418], - [8.63, 42.421], - [8.625, 42.421], - [8.622, 42.422], - [8.621, 42.418], - [8.619, 42.417], - [8.614, 42.417], - [8.611, 42.416], - [8.609, 42.417], - [8.606, 42.416], - [8.606, 42.414], - [8.609, 42.412], - [8.607, 42.41], - [8.602, 42.41], - [8.602, 42.408], - [8.604, 42.407], - [8.607, 42.408], - [8.612, 42.403], - [8.609, 42.403], - [8.608, 42.401], - [8.606, 42.402], - [8.603, 42.401], - [8.602, 42.399], - [8.608, 42.394], - [8.609, 42.389], - [8.608, 42.386], - [8.602, 42.386], - [8.598, 42.383], - [8.594, 42.382], - [8.591, 42.384], - [8.587, 42.384], - [8.583, 42.382], - [8.579, 42.382], - [8.577, 42.384], - [8.573, 42.382], - [8.578, 42.38], - [8.587, 42.379], - [8.589, 42.376], - [8.591, 42.375], - [8.591, 42.373], - [8.594, 42.372], - [8.595, 42.37], - [8.598, 42.371], - [8.6, 42.369], - [8.602, 42.369], - [8.605, 42.372], - [8.61, 42.374], - [8.615, 42.373], - [8.618, 42.375], - [8.62, 42.372], - [8.623, 42.371], - [8.629, 42.372], - [8.635, 42.374], - [8.637, 42.373], - [8.641, 42.374], - [8.643, 42.37], - [8.643, 42.368], - [8.65, 42.362], - [8.657, 42.361], - [8.659, 42.359], - [8.664, 42.358], - [8.672, 42.36], - [8.682, 42.36], - [8.681, 42.357], - [8.683, 42.354], - [8.682, 42.351], - [8.684, 42.348] - ] - ] - }, - "properties": { - "NOM_COM_M": "GALERIA", - "INSEE_COM": "2B121", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.135, 42.608], - [9.135, 42.6], - [9.13, 42.594], - [9.128, 42.59], - [9.126, 42.589], - [9.126, 42.585], - [9.128, 42.577], - [9.131, 42.574], - [9.131, 42.572], - [9.134, 42.57], - [9.149, 42.565], - [9.151, 42.563], - [9.156, 42.561], - [9.159, 42.558], - [9.16, 42.562], - [9.164, 42.565], - [9.166, 42.562], - [9.171, 42.563], - [9.174, 42.562], - [9.178, 42.563], - [9.196, 42.573], - [9.201, 42.573], - [9.208, 42.576], - [9.212, 42.579], - [9.207, 42.584], - [9.21, 42.586], - [9.211, 42.592], - [9.21, 42.595], - [9.178, 42.591], - [9.176, 42.592], - [9.17, 42.591], - [9.159, 42.591], - [9.158, 42.593], - [9.153, 42.594], - [9.14, 42.596], - [9.139, 42.599], - [9.138, 42.605], - [9.135, 42.608] - ] - ] - }, - "properties": { - "NOM_COM_M": "LAMA", - "INSEE_COM": "2B136", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.175, 42.2], - [9.18, 42.197], - [9.189, 42.197], - [9.191, 42.19], - [9.193, 42.188], - [9.194, 42.184], - [9.197, 42.182], - [9.2, 42.177], - [9.203, 42.175], - [9.208, 42.174], - [9.212, 42.171], - [9.215, 42.168], - [9.218, 42.167], - [9.219, 42.165], - [9.218, 42.175], - [9.217, 42.178], - [9.225, 42.19], - [9.225, 42.199], - [9.227, 42.204], - [9.226, 42.206], - [9.23, 42.207], - [9.233, 42.209], - [9.236, 42.213], - [9.235, 42.214], - [9.239, 42.219], - [9.242, 42.218], - [9.243, 42.223], - [9.245, 42.225], - [9.245, 42.228], - [9.243, 42.227], - [9.233, 42.227], - [9.233, 42.225], - [9.227, 42.225], - [9.223, 42.224], - [9.217, 42.225], - [9.211, 42.221], - [9.209, 42.221], - [9.205, 42.224], - [9.2, 42.224], - [9.199, 42.222], - [9.196, 42.219], - [9.19, 42.221], - [9.187, 42.22], - [9.188, 42.216], - [9.186, 42.216], - [9.185, 42.212], - [9.182, 42.209], - [9.18, 42.208], - [9.177, 42.204], - [9.178, 42.202], - [9.175, 42.2] - ] - ] - }, - "properties": { - "NOM_COM_M": "NOCETA", - "INSEE_COM": "2B177", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.473, 42.222], - [9.475, 42.221], - [9.477, 42.226], - [9.474, 42.233], - [9.474, 42.235], - [9.471, 42.236], - [9.469, 42.241], - [9.466, 42.242], - [9.46, 42.243], - [9.458, 42.246], - [9.456, 42.247], - [9.454, 42.25], - [9.451, 42.26], - [9.447, 42.264], - [9.445, 42.264], - [9.444, 42.266], - [9.444, 42.27], - [9.442, 42.267], - [9.437, 42.265], - [9.431, 42.264], - [9.428, 42.262], - [9.417, 42.261], - [9.415, 42.26], - [9.409, 42.254], - [9.411, 42.253], - [9.41, 42.251], - [9.411, 42.249], - [9.415, 42.248], - [9.418, 42.242], - [9.423, 42.243], - [9.425, 42.241], - [9.429, 42.235], - [9.431, 42.233], - [9.436, 42.231], - [9.44, 42.228], - [9.44, 42.227], - [9.447, 42.225], - [9.448, 42.221], - [9.46, 42.224], - [9.46, 42.227], - [9.463, 42.228], - [9.466, 42.227], - [9.467, 42.225], - [9.47, 42.224], - [9.473, 42.222] - ] - ] - }, - "properties": { - "NOM_COM_M": "TOX", - "INSEE_COM": "2B328", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.684, 42.348], - [8.68, 42.346], - [8.677, 42.341], - [8.672, 42.336], - [8.67, 42.333], - [8.676, 42.329], - [8.678, 42.319], - [8.674, 42.316], - [8.676, 42.31], - [8.673, 42.307], - [8.671, 42.308], - [8.669, 42.306], - [8.664, 42.305], - [8.663, 42.303], - [8.66, 42.302], - [8.662, 42.298], - [8.665, 42.298], - [8.668, 42.295], - [8.67, 42.296], - [8.675, 42.294], - [8.673, 42.291], - [8.675, 42.29], - [8.678, 42.286], - [8.674, 42.285], - [8.678, 42.283], - [8.678, 42.281], - [8.685, 42.283], - [8.687, 42.282], - [8.689, 42.283], - [8.692, 42.287], - [8.697, 42.288], - [8.699, 42.291], - [8.699, 42.3], - [8.701, 42.302], - [8.7, 42.304], - [8.7, 42.307], - [8.701, 42.31], - [8.698, 42.312], - [8.699, 42.315], - [8.702, 42.316], - [8.703, 42.319], - [8.705, 42.321], - [8.701, 42.325], - [8.705, 42.329], - [8.709, 42.329], - [8.71, 42.333], - [8.712, 42.333], - [8.713, 42.335], - [8.717, 42.339], - [8.719, 42.339], - [8.725, 42.342], - [8.719, 42.345], - [8.716, 42.346], - [8.714, 42.349], - [8.711, 42.349], - [8.706, 42.347], - [8.696, 42.348], - [8.692, 42.349], - [8.688, 42.349], - [8.684, 42.348] - ] - ] - }, - "properties": { - "NOM_COM_M": "PARTINELLO", - "INSEE_COM": "2A203", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [9.259, 41.347], - [9.254, 41.344], - [9.25, 41.343], - [9.249, 41.34], - [9.252, 41.34], - [9.258, 41.337], - [9.258, 41.335], - [9.26, 41.334], - [9.261, 41.336], - [9.259, 41.34], - [9.256, 41.341], - [9.256, 41.343], - [9.259, 41.347] - ] - ], - [ - [ - [9.266, 41.369], - [9.269, 41.372], - [9.268, 41.373], - [9.264, 41.373], - [9.261, 41.371], - [9.259, 41.374], - [9.256, 41.371], - [9.252, 41.37], - [9.251, 41.368], - [9.255, 41.368], - [9.255, 41.366], - [9.262, 41.366], - [9.263, 41.363], - [9.268, 41.363], - [9.266, 41.366], - [9.268, 41.367], - [9.273, 41.366], - [9.272, 41.369], - [9.268, 41.368], - [9.266, 41.369] - ] - ], - [ - [ - [9.095, 41.45], - [9.095, 41.448], - [9.098, 41.446], - [9.097, 41.444], - [9.1, 41.443], - [9.104, 41.443], - [9.107, 41.446], - [9.109, 41.444], - [9.108, 41.441], - [9.111, 41.441], - [9.119, 41.443], - [9.12, 41.438], - [9.118, 41.434], - [9.116, 41.435], - [9.111, 41.43], - [9.107, 41.429], - [9.104, 41.426], - [9.105, 41.422], - [9.109, 41.421], - [9.107, 41.418], - [9.104, 41.416], - [9.099, 41.416], - [9.097, 41.413], - [9.095, 41.412], - [9.096, 41.41], - [9.094, 41.408], - [9.091, 41.402], - [9.092, 41.399], - [9.095, 41.4], - [9.096, 41.399], - [9.094, 41.395], - [9.096, 41.392], - [9.099, 41.391], - [9.1, 41.393], - [9.102, 41.393], - [9.105, 41.395], - [9.107, 41.395], - [9.115, 41.397], - [9.119, 41.396], - [9.122, 41.396], - [9.124, 41.398], - [9.133, 41.4], - [9.134, 41.399], - [9.128, 41.396], - [9.127, 41.394], - [9.13, 41.393], - [9.133, 41.394], - [9.136, 41.394], - [9.139, 41.39], - [9.143, 41.389], - [9.146, 41.389], - [9.151, 41.391], - [9.153, 41.391], - [9.159, 41.389], - [9.155, 41.388], - [9.154, 41.389], - [9.149, 41.388], - [9.149, 41.385], - [9.152, 41.386], - [9.158, 41.386], - [9.161, 41.387], - [9.168, 41.385], - [9.174, 41.379], - [9.174, 41.378], - [9.178, 41.373], - [9.179, 41.367], - [9.186, 41.366], - [9.191, 41.367], - [9.194, 41.366], - [9.197, 41.368], - [9.199, 41.367], - [9.204, 41.366], - [9.206, 41.367], - [9.208, 41.366], - [9.212, 41.368], - [9.217, 41.368], - [9.22, 41.367], - [9.223, 41.372], - [9.221, 41.375], - [9.224, 41.379], - [9.229, 41.382], - [9.233, 41.386], - [9.237, 41.393], - [9.236, 41.395], - [9.24, 41.396], - [9.24, 41.399], - [9.246, 41.402], - [9.249, 41.405], - [9.251, 41.41], - [9.255, 41.411], - [9.26, 41.414], - [9.259, 41.416], - [9.261, 41.417], - [9.261, 41.422], - [9.264, 41.423], - [9.263, 41.426], - [9.265, 41.427], - [9.264, 41.429], - [9.258, 41.428], - [9.255, 41.425], - [9.251, 41.423], - [9.244, 41.422], - [9.238, 41.416], - [9.236, 41.416], - [9.235, 41.414], - [9.227, 41.409], - [9.225, 41.405], - [9.221, 41.405], - [9.217, 41.407], - [9.215, 41.413], - [9.216, 41.415], - [9.222, 41.414], - [9.225, 41.417], - [9.225, 41.42], - [9.227, 41.427], - [9.225, 41.43], - [9.223, 41.435], - [9.223, 41.44], - [9.224, 41.443], - [9.229, 41.443], - [9.23, 41.444], - [9.236, 41.445], - [9.244, 41.447], - [9.248, 41.452], - [9.25, 41.451], - [9.253, 41.455], - [9.255, 41.455], - [9.259, 41.457], - [9.259, 41.462], - [9.264, 41.464], - [9.265, 41.466], - [9.268, 41.466], - [9.269, 41.464], - [9.273, 41.462], - [9.277, 41.463], - [9.277, 41.465], - [9.272, 41.467], - [9.269, 41.467], - [9.267, 41.468], - [9.267, 41.471], - [9.27, 41.473], - [9.276, 41.471], - [9.276, 41.474], - [9.279, 41.477], - [9.284, 41.478], - [9.284, 41.48], - [9.286, 41.484], - [9.287, 41.484], - [9.286, 41.486], - [9.281, 41.485], - [9.279, 41.488], - [9.277, 41.487], - [9.277, 41.485], - [9.271, 41.484], - [9.267, 41.487], - [9.267, 41.489], - [9.265, 41.491], - [9.259, 41.491], - [9.253, 41.489], - [9.25, 41.487], - [9.249, 41.485], - [9.246, 41.483], - [9.244, 41.486], - [9.244, 41.488], - [9.242, 41.489], - [9.24, 41.494], - [9.237, 41.494], - [9.238, 41.5], - [9.236, 41.499], - [9.234, 41.501], - [9.235, 41.507], - [9.228, 41.51], - [9.225, 41.509], - [9.223, 41.507], - [9.216, 41.507], - [9.211, 41.503], - [9.209, 41.504], - [9.206, 41.499], - [9.204, 41.499], - [9.199, 41.501], - [9.197, 41.5], - [9.198, 41.496], - [9.195, 41.495], - [9.191, 41.495], - [9.185, 41.488], - [9.179, 41.484], - [9.178, 41.479], - [9.175, 41.476], - [9.172, 41.475], - [9.169, 41.475], - [9.168, 41.472], - [9.165, 41.47], - [9.165, 41.467], - [9.158, 41.463], - [9.151, 41.461], - [9.15, 41.46], - [9.15, 41.456], - [9.143, 41.456], - [9.14, 41.457], - [9.136, 41.46], - [9.137, 41.462], - [9.138, 41.467], - [9.13, 41.47], - [9.126, 41.474], - [9.123, 41.475], - [9.118, 41.472], - [9.113, 41.473], - [9.107, 41.473], - [9.1, 41.474], - [9.097, 41.471], - [9.094, 41.47], - [9.095, 41.467], - [9.093, 41.465], - [9.091, 41.465], - [9.088, 41.46], - [9.099, 41.457], - [9.098, 41.456], - [9.099, 41.453], - [9.095, 41.45] - ] - ] - ] - }, - "properties": { - "NOM_COM_M": "BONIFACIO", - "INSEE_COM": "2A041", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.103, 42.045], - [9.098, 42.048], - [9.093, 42.049], - [9.093, 42.05], - [9.087, 42.05], - [9.081, 42.048], - [9.079, 42.048], - [9.075, 42.05], - [9.072, 42.05], - [9.064, 42.052], - [9.061, 42.054], - [9.057, 42.054], - [9.052, 42.057], - [9.049, 42.057], - [9.04, 42.061], - [9.038, 42.064], - [9.039, 42.067], - [9.037, 42.069], - [9.036, 42.074], - [9.032, 42.075], - [9.031, 42.077], - [9.028, 42.079], - [9.017, 42.079], - [9.012, 42.08], - [9.005, 42.08], - [9.004, 42.081], - [9, 42.081], - [8.997, 42.082], - [8.999, 42.084], - [9.004, 42.086], - [9.003, 42.09], - [9.004, 42.092], - [9.002, 42.094], - [9.007, 42.101], - [9.01, 42.103], - [9.003, 42.107], - [9.002, 42.111], - [9.003, 42.113], - [8.997, 42.114], - [8.992, 42.113], - [8.991, 42.114], - [8.987, 42.114], - [8.983, 42.112], - [8.98, 42.111], - [8.978, 42.109], - [8.977, 42.105], - [8.974, 42.103], - [8.97, 42.103], - [8.964, 42.1], - [8.961, 42.1], - [8.956, 42.101], - [8.957, 42.098], - [8.957, 42.093], - [8.967, 42.091], - [8.969, 42.088], - [8.971, 42.087], - [8.972, 42.083], - [8.971, 42.081], - [8.972, 42.077], - [8.977, 42.077], - [8.98, 42.076], - [8.985, 42.07], - [8.984, 42.067], - [8.987, 42.067], - [8.99, 42.066], - [8.994, 42.062], - [9.003, 42.062], - [9.006, 42.061], - [9.006, 42.059], - [9.013, 42.055], - [9.013, 42.05], - [9.015, 42.048], - [9.016, 42.045], - [9.021, 42.041], - [9.026, 42.039], - [9.027, 42.037], - [9.029, 42.037], - [9.033, 42.031], - [9.036, 42.033], - [9.037, 42.035], - [9.04, 42.036], - [9.041, 42.034], - [9.045, 42.035], - [9.054, 42.039], - [9.063, 42.037], - [9.071, 42.036], - [9.073, 42.037], - [9.075, 42.041], - [9.079, 42.043], - [9.085, 42.042], - [9.088, 42.04], - [9.09, 42.041], - [9.103, 42.045] - ] - ] - }, - "properties": { - "NOM_COM_M": "TAVERA", - "INSEE_COM": "2A324", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.957, 42.093], - [8.952, 42.092], - [8.949, 42.09], - [8.947, 42.09], - [8.95, 42.086], - [8.953, 42.085], - [8.958, 42.08], - [8.961, 42.076], - [8.962, 42.076], - [8.962, 42.071], - [8.959, 42.068], - [8.958, 42.064], - [8.958, 42.058], - [8.955, 42.058], - [8.947, 42.055], - [8.954, 42.051], - [8.956, 42.047], - [8.959, 42.046], - [8.96, 42.042], - [8.96, 42.039], - [8.963, 42.037], - [8.964, 42.034], - [8.962, 42.031], - [8.965, 42.027], - [8.967, 42.023], - [8.963, 42.02], - [8.965, 42.018], - [8.969, 42.017], - [8.972, 42.015], - [8.973, 42.013], - [8.978, 42.01], - [8.984, 42.011], - [8.986, 42.012], - [8.991, 42.016], - [8.997, 42.02], - [9.001, 42.021], - [9.006, 42.02], - [9.01, 42.028], - [9.013, 42.03], - [9.015, 42.03], - [9.023, 42.036], - [9.021, 42.041], - [9.016, 42.045], - [9.015, 42.048], - [9.013, 42.05], - [9.013, 42.055], - [9.006, 42.059], - [9.006, 42.061], - [9.003, 42.062], - [8.994, 42.062], - [8.99, 42.066], - [8.987, 42.067], - [8.984, 42.067], - [8.985, 42.07], - [8.98, 42.076], - [8.977, 42.077], - [8.972, 42.077], - [8.971, 42.081], - [8.972, 42.083], - [8.971, 42.087], - [8.969, 42.088], - [8.967, 42.091], - [8.957, 42.093] - ] - ] - }, - "properties": { - "NOM_COM_M": "UCCIANI", - "INSEE_COM": "2A330", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.039, 42.296], - [9.038, 42.297], - [9.037, 42.304], - [9.036, 42.306], - [9.031, 42.303], - [9.028, 42.302], - [9.024, 42.309], - [9.023, 42.312], - [9.015, 42.322], - [9.012, 42.322], - [9.009, 42.326], - [9.003, 42.324], - [9.001, 42.325], - [8.997, 42.324], - [8.994, 42.324], - [8.992, 42.325], - [8.99, 42.324], - [8.99, 42.32], - [8.984, 42.319], - [8.981, 42.317], - [8.978, 42.317], - [8.977, 42.313], - [8.974, 42.311], - [8.977, 42.308], - [8.978, 42.305], - [8.975, 42.299], - [8.977, 42.298], - [8.976, 42.296], - [8.976, 42.289], - [8.98, 42.287], - [8.982, 42.283], - [8.986, 42.28], - [8.985, 42.277], - [8.978, 42.272], - [8.977, 42.269], - [8.975, 42.269], - [8.973, 42.266], - [8.97, 42.265], - [8.966, 42.265], - [8.964, 42.266], - [8.958, 42.264], - [8.955, 42.264], - [8.95, 42.265], - [8.947, 42.263], - [8.934, 42.259], - [8.927, 42.254], - [8.933, 42.256], - [8.937, 42.258], - [8.942, 42.255], - [8.948, 42.252], - [8.95, 42.253], - [8.955, 42.252], - [8.958, 42.254], - [8.963, 42.25], - [8.964, 42.247], - [8.967, 42.246], - [8.967, 42.244], - [8.975, 42.241], - [8.986, 42.241], - [8.992, 42.243], - [8.995, 42.246], - [8.997, 42.247], - [8.997, 42.25], - [9.002, 42.255], - [9.006, 42.256], - [9.008, 42.259], - [9.008, 42.261], - [9.011, 42.262], - [9.012, 42.264], - [9.019, 42.271], - [9.019, 42.275], - [9.023, 42.278], - [9.028, 42.279], - [9.029, 42.28], - [9.034, 42.281], - [9.037, 42.283], - [9.035, 42.293], - [9.039, 42.296] - ] - ] - }, - "properties": { - "NOM_COM_M": "CASAMACCIOLI", - "INSEE_COM": "2B073", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.917, 42.467], - [8.918, 42.462], - [8.919, 42.46], - [8.93, 42.456], - [8.933, 42.456], - [8.937, 42.455], - [8.941, 42.456], - [8.948, 42.456], - [8.954, 42.457], - [8.957, 42.457], - [8.961, 42.454], - [8.963, 42.454], - [8.969, 42.46], - [8.971, 42.463], - [8.976, 42.464], - [8.981, 42.464], - [8.989, 42.467], - [8.989, 42.469], - [8.991, 42.472], - [8.993, 42.472], - [8.996, 42.474], - [8.998, 42.474], - [9.002, 42.477], - [9.003, 42.479], - [9.008, 42.483], - [9.009, 42.486], - [9.011, 42.487], - [9.011, 42.489], - [9.014, 42.492], - [9.017, 42.494], - [9.02, 42.494], - [9.024, 42.495], - [9.03, 42.498], - [9.036, 42.495], - [9.038, 42.498], - [9.04, 42.505], - [9.04, 42.512], - [9.036, 42.516], - [9.035, 42.519], - [9.037, 42.52], - [9.037, 42.523], - [9.04, 42.523], - [9.04, 42.533], - [9.041, 42.535], - [9.045, 42.533], - [9.062, 42.533], - [9.073, 42.536], - [9.075, 42.538], - [9.079, 42.54], - [9.081, 42.542], - [9.082, 42.546], - [9.08, 42.548], - [9.079, 42.551], - [9.08, 42.554], - [9.084, 42.555], - [9.087, 42.557], - [9.091, 42.557], - [9.093, 42.56], - [9.092, 42.563], - [9.094, 42.565], - [9.095, 42.569], - [9.093, 42.572], - [9.09, 42.573], - [9.086, 42.572], - [9.081, 42.573], - [9.08, 42.577], - [9.077, 42.579], - [9.074, 42.579], - [9.07, 42.58], - [9.068, 42.579], - [9.062, 42.581], - [9.06, 42.579], - [9.057, 42.58], - [9.053, 42.58], - [9.051, 42.578], - [9.047, 42.576], - [9.043, 42.576], - [9.041, 42.575], - [9.038, 42.574], - [9.036, 42.57], - [9.036, 42.568], - [9.034, 42.566], - [9.031, 42.56], - [9.024, 42.556], - [9.022, 42.553], - [9.02, 42.552], - [9.017, 42.55], - [9.016, 42.547], - [9.011, 42.54], - [9.009, 42.535], - [9.007, 42.533], - [9.006, 42.528], - [9.009, 42.527], - [9.011, 42.523], - [9.015, 42.521], - [9.018, 42.514], - [9.021, 42.51], - [9.014, 42.508], - [9.008, 42.505], - [9.006, 42.503], - [9.003, 42.503], - [9, 42.501], - [8.999, 42.498], - [8.994, 42.496], - [8.994, 42.494], - [8.991, 42.494], - [8.988, 42.493], - [8.986, 42.491], - [8.984, 42.492], - [8.977, 42.488], - [8.975, 42.488], - [8.972, 42.485], - [8.97, 42.485], - [8.966, 42.482], - [8.962, 42.482], - [8.959, 42.481], - [8.953, 42.478], - [8.953, 42.477], - [8.945, 42.472], - [8.938, 42.472], - [8.936, 42.471], - [8.933, 42.472], - [8.928, 42.472], - [8.917, 42.467] - ] - ] - }, - "properties": { - "NOM_COM_M": "OLMI CAPPELLA", - "INSEE_COM": "2B190", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.985, 42.62], - [8.986, 42.624], - [8.988, 42.626], - [8.984, 42.63], - [8.984, 42.632], - [8.982, 42.634], - [8.982, 42.637], - [8.98, 42.639], - [8.976, 42.639], - [8.975, 42.64], - [8.971, 42.639], - [8.966, 42.635], - [8.963, 42.634], - [8.959, 42.636], - [8.955, 42.634], - [8.948, 42.634], - [8.95, 42.632], - [8.943, 42.629], - [8.939, 42.625], - [8.935, 42.624], - [8.935, 42.622], - [8.94, 42.617], - [8.942, 42.614], - [8.941, 42.61], - [8.945, 42.608], - [8.949, 42.607], - [8.951, 42.605], - [8.952, 42.602], - [8.958, 42.604], - [8.961, 42.604], - [8.965, 42.605], - [8.965, 42.607], - [8.968, 42.61], - [8.972, 42.613], - [8.975, 42.614], - [8.979, 42.616], - [8.98, 42.618], - [8.983, 42.618], - [8.985, 42.62] - ] - ] - }, - "properties": { - "NOM_COM_M": "MONTICELLO", - "INSEE_COM": "2B168", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.978, 42.392], - [8.98, 42.396], - [8.985, 42.398], - [8.988, 42.402], - [8.995, 42.4], - [9.003, 42.399], - [9.007, 42.395], - [9.01, 42.395], - [9.019, 42.399], - [9.027, 42.399], - [9.033, 42.398], - [9.037, 42.399], - [9.041, 42.399], - [9.048, 42.401], - [9.049, 42.405], - [9.053, 42.407], - [9.055, 42.409], - [9.056, 42.412], - [9.058, 42.413], - [9.066, 42.413], - [9.071, 42.417], - [9.074, 42.417], - [9.079, 42.418], - [9.081, 42.42], - [9.079, 42.424], - [9.079, 42.428], - [9.079, 42.431], - [9.082, 42.433], - [9.083, 42.435], - [9.081, 42.439], - [9.081, 42.442], - [9.08, 42.444], - [9.079, 42.449], - [9.08, 42.45], - [9.083, 42.456], - [9.083, 42.459], - [9.081, 42.461], - [9.081, 42.464], - [9.084, 42.467], - [9.078, 42.473], - [9.079, 42.475], - [9.077, 42.476], - [9.077, 42.48], - [9.074, 42.483], - [9.071, 42.484], - [9.067, 42.482], - [9.063, 42.482], - [9.06, 42.483], - [9.057, 42.489], - [9.059, 42.491], - [9.06, 42.495], - [9.059, 42.499], - [9.062, 42.503], - [9.061, 42.504], - [9.057, 42.5], - [9.052, 42.498], - [9.05, 42.499], - [9.047, 42.499], - [9.045, 42.497], - [9.036, 42.495], - [9.03, 42.498], - [9.024, 42.495], - [9.02, 42.494], - [9.017, 42.494], - [9.014, 42.492], - [9.011, 42.489], - [9.011, 42.487], - [9.009, 42.486], - [9.008, 42.483], - [9.003, 42.479], - [9.002, 42.477], - [8.998, 42.474], - [8.996, 42.474], - [8.993, 42.472], - [8.991, 42.472], - [8.989, 42.469], - [8.989, 42.467], - [8.981, 42.464], - [8.976, 42.464], - [8.971, 42.463], - [8.969, 42.46], - [8.963, 42.454], - [8.961, 42.454], - [8.957, 42.457], - [8.954, 42.457], - [8.948, 42.456], - [8.941, 42.456], - [8.937, 42.455], - [8.933, 42.456], - [8.93, 42.456], - [8.919, 42.46], - [8.918, 42.455], - [8.914, 42.449], - [8.913, 42.446], - [8.916, 42.444], - [8.917, 42.44], - [8.917, 42.432], - [8.92, 42.431], - [8.921, 42.426], - [8.918, 42.424], - [8.916, 42.421], - [8.916, 42.414], - [8.911, 42.41], - [8.909, 42.402], - [8.905, 42.4], - [8.903, 42.395], - [8.901, 42.393], - [8.902, 42.389], - [8.902, 42.386], - [8.9, 42.384], - [8.905, 42.379], - [8.914, 42.377], - [8.914, 42.375], - [8.919, 42.374], - [8.924, 42.374], - [8.927, 42.373], - [8.93, 42.373], - [8.937, 42.376], - [8.942, 42.377], - [8.946, 42.38], - [8.952, 42.383], - [8.955, 42.383], - [8.958, 42.384], - [8.961, 42.387], - [8.966, 42.39], - [8.971, 42.392], - [8.978, 42.392] - ] - ] - }, - "properties": { - "NOM_COM_M": "ASCO", - "INSEE_COM": "2B023", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.938, 41.798], - [8.938, 41.795], - [8.934, 41.794], - [8.929, 41.795], - [8.93, 41.792], - [8.924, 41.791], - [8.921, 41.79], - [8.923, 41.788], - [8.92, 41.781], - [8.917, 41.78], - [8.917, 41.779], - [8.922, 41.777], - [8.923, 41.778], - [8.932, 41.776], - [8.94, 41.775], - [8.941, 41.771], - [8.945, 41.765], - [8.95, 41.763], - [8.954, 41.76], - [8.959, 41.754], - [8.957, 41.747], - [8.958, 41.743], - [8.953, 41.743], - [8.961, 41.734], - [8.964, 41.732], - [8.964, 41.725], - [8.963, 41.723], - [8.964, 41.72], - [8.968, 41.721], - [8.976, 41.724], - [8.98, 41.727], - [8.983, 41.727], - [8.989, 41.728], - [8.986, 41.73], - [8.987, 41.732], - [8.989, 41.732], - [8.99, 41.735], - [8.994, 41.737], - [8.995, 41.742], - [8.998, 41.742], - [9.005, 41.746], - [9.002, 41.749], - [8.999, 41.75], - [8.997, 41.752], - [8.996, 41.757], - [8.998, 41.759], - [9.003, 41.761], - [9.007, 41.765], - [9.009, 41.77], - [9.007, 41.778], - [9.006, 41.78], - [9.002, 41.782], - [8.998, 41.785], - [8.997, 41.788], - [8.998, 41.792], - [8.997, 41.794], - [8.995, 41.794], - [8.992, 41.797], - [8.987, 41.799], - [8.986, 41.8], - [8.981, 41.8], - [8.979, 41.804], - [8.975, 41.805], - [8.971, 41.804], - [8.969, 41.806], - [8.968, 41.809], - [8.964, 41.808], - [8.962, 41.809], - [8.957, 41.811], - [8.954, 41.811], - [8.952, 41.806], - [8.949, 41.805], - [8.949, 41.802], - [8.947, 41.799], - [8.945, 41.801], - [8.941, 41.801], - [8.938, 41.798] - ] - ] - }, - "properties": { - "NOM_COM_M": "PETRETO BICCHISANO", - "INSEE_COM": "2A211", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.88, 42.56], - [8.876, 42.556], - [8.881, 42.553], - [8.888, 42.55], - [8.895, 42.55], - [8.897, 42.554], - [8.903, 42.557], - [8.904, 42.556], - [8.907, 42.56], - [8.916, 42.567], - [8.916, 42.569], - [8.913, 42.567], - [8.907, 42.565], - [8.902, 42.565], - [8.897, 42.564], - [8.897, 42.567], - [8.894, 42.567], - [8.887, 42.565], - [8.88, 42.56] - ] - ] - }, - "properties": { - "NOM_COM_M": "AVAPESSA", - "INSEE_COM": "2B025", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.81, 42.553], - [8.804, 42.553], - [8.802, 42.55], - [8.804, 42.547], - [8.804, 42.544], - [8.809, 42.541], - [8.811, 42.539], - [8.815, 42.537], - [8.818, 42.537], - [8.823, 42.535], - [8.824, 42.534], - [8.828, 42.534], - [8.829, 42.535], - [8.836, 42.533], - [8.844, 42.527], - [8.851, 42.523], - [8.856, 42.525], - [8.858, 42.524], - [8.864, 42.524], - [8.872, 42.525], - [8.874, 42.527], - [8.88, 42.529], - [8.882, 42.531], - [8.888, 42.531], - [8.889, 42.533], - [8.899, 42.536], - [8.907, 42.538], - [8.905, 42.545], - [8.902, 42.547], - [8.897, 42.548], - [8.895, 42.55], - [8.888, 42.55], - [8.881, 42.553], - [8.876, 42.556], - [8.88, 42.56], - [8.877, 42.561], - [8.872, 42.562], - [8.871, 42.564], - [8.868, 42.562], - [8.861, 42.561], - [8.855, 42.562], - [8.85, 42.564], - [8.85, 42.565], - [8.847, 42.566], - [8.841, 42.562], - [8.834, 42.555], - [8.829, 42.555], - [8.827, 42.554], - [8.827, 42.552], - [8.823, 42.551], - [8.817, 42.552], - [8.812, 42.552], - [8.81, 42.553] - ] - ] - }, - "properties": { - "NOM_COM_M": "MONTEGROSSO", - "INSEE_COM": "2B167", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.048, 42.176], - [9.045, 42.176], - [9.037, 42.177], - [9.034, 42.173], - [9.03, 42.171], - [9.023, 42.172], - [9.015, 42.172], - [9.01, 42.167], - [9.005, 42.166], - [9.002, 42.166], - [8.994, 42.162], - [8.99, 42.162], - [8.986, 42.161], - [8.983, 42.159], - [8.977, 42.157], - [8.965, 42.154], - [8.963, 42.152], - [8.957, 42.151], - [8.955, 42.15], - [8.953, 42.151], - [8.958, 42.146], - [8.961, 42.139], - [8.959, 42.134], - [8.961, 42.133], - [8.962, 42.13], - [8.961, 42.126], - [8.965, 42.124], - [8.97, 42.12], - [8.983, 42.112], - [8.987, 42.114], - [8.991, 42.114], - [8.992, 42.113], - [8.997, 42.114], - [9.003, 42.113], - [9.004, 42.115], - [9.007, 42.117], - [9.013, 42.119], - [9.019, 42.119], - [9.022, 42.121], - [9.026, 42.122], - [9.029, 42.124], - [9.033, 42.124], - [9.035, 42.126], - [9.038, 42.127], - [9.042, 42.127], - [9.048, 42.125], - [9.05, 42.126], - [9.054, 42.126], - [9.058, 42.123], - [9.063, 42.13], - [9.068, 42.131], - [9.071, 42.13], - [9.074, 42.132], - [9.077, 42.137], - [9.074, 42.143], - [9.073, 42.146], - [9.07, 42.15], - [9.072, 42.155], - [9.068, 42.156], - [9.066, 42.158], - [9.065, 42.167], - [9.063, 42.167], - [9.056, 42.169], - [9.051, 42.17], - [9.048, 42.173], - [9.048, 42.176] - ] - ] - }, - "properties": { - "NOM_COM_M": "PASTRICCIOLA", - "INSEE_COM": "2A204", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.327, 42.391], - [9.329, 42.388], - [9.329, 42.385], - [9.334, 42.382], - [9.336, 42.383], - [9.345, 42.383], - [9.35, 42.383], - [9.353, 42.386], - [9.357, 42.388], - [9.354, 42.392], - [9.352, 42.391], - [9.35, 42.392], - [9.344, 42.392], - [9.34, 42.393], - [9.329, 42.395], - [9.327, 42.396], - [9.327, 42.391] - ] - ] - }, - "properties": { - "NOM_COM_M": "CAMPANA", - "INSEE_COM": "2B052", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.887, 42.064], - [8.886, 42.062], - [8.883, 42.06], - [8.877, 42.057], - [8.877, 42.056], - [8.881, 42.052], - [8.882, 42.05], - [8.887, 42.048], - [8.89, 42.046], - [8.894, 42.045], - [8.895, 42.043], - [8.901, 42.039], - [8.902, 42.041], - [8.905, 42.039], - [8.908, 42.039], - [8.91, 42.036], - [8.908, 42.031], - [8.909, 42.03], - [8.907, 42.026], - [8.909, 42.025], - [8.911, 42.028], - [8.915, 42.029], - [8.915, 42.032], - [8.918, 42.034], - [8.918, 42.038], - [8.919, 42.041], - [8.923, 42.043], - [8.927, 42.042], - [8.931, 42.044], - [8.933, 42.046], - [8.936, 42.047], - [8.939, 42.049], - [8.944, 42.05], - [8.947, 42.055], - [8.955, 42.058], - [8.958, 42.058], - [8.958, 42.064], - [8.959, 42.068], - [8.962, 42.071], - [8.962, 42.076], - [8.961, 42.076], - [8.958, 42.08], - [8.953, 42.085], - [8.95, 42.086], - [8.947, 42.09], - [8.945, 42.09], - [8.944, 42.088], - [8.937, 42.085], - [8.934, 42.086], - [8.931, 42.083], - [8.929, 42.083], - [8.924, 42.078], - [8.918, 42.075], - [8.912, 42.075], - [8.908, 42.073], - [8.906, 42.074], - [8.901, 42.072], - [8.897, 42.073], - [8.893, 42.07], - [8.888, 42.067], - [8.887, 42.064] - ] - ] - }, - "properties": { - "NOM_COM_M": "VERO", - "INSEE_COM": "2A345", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.897, 42.141], - [8.895, 42.14], - [8.893, 42.136], - [8.895, 42.13], - [8.893, 42.126], - [8.889, 42.123], - [8.885, 42.118], - [8.877, 42.112], - [8.875, 42.111], - [8.874, 42.108], - [8.872, 42.106], - [8.874, 42.1], - [8.87, 42.099], - [8.867, 42.097], - [8.868, 42.095], - [8.873, 42.097], - [8.883, 42.097], - [8.885, 42.095], - [8.884, 42.09], - [8.881, 42.089], - [8.884, 42.084], - [8.89, 42.082], - [8.894, 42.08], - [8.897, 42.075], - [8.897, 42.073], - [8.901, 42.072], - [8.906, 42.074], - [8.908, 42.073], - [8.912, 42.075], - [8.918, 42.075], - [8.924, 42.078], - [8.929, 42.083], - [8.931, 42.083], - [8.934, 42.086], - [8.929, 42.09], - [8.924, 42.091], - [8.924, 42.093], - [8.926, 42.097], - [8.923, 42.1], - [8.921, 42.104], - [8.919, 42.106], - [8.916, 42.106], - [8.911, 42.105], - [8.91, 42.107], - [8.914, 42.112], - [8.916, 42.117], - [8.918, 42.118], - [8.919, 42.121], - [8.921, 42.122], - [8.917, 42.137], - [8.913, 42.143], - [8.902, 42.141], - [8.897, 42.141] - ] - ] - }, - "properties": { - "NOM_COM_M": "SALICE", - "INSEE_COM": "2A266", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.794, 42.056], - [8.793, 42.057], - [8.797, 42.061], - [8.798, 42.063], - [8.797, 42.067], - [8.798, 42.07], - [8.795, 42.072], - [8.792, 42.072], - [8.788, 42.075], - [8.787, 42.078], - [8.781, 42.079], - [8.778, 42.081], - [8.773, 42.082], - [8.76, 42.082], - [8.758, 42.083], - [8.756, 42.082], - [8.749, 42.083], - [8.746, 42.084], - [8.743, 42.086], - [8.737, 42.084], - [8.739, 42.081], - [8.738, 42.078], - [8.734, 42.076], - [8.73, 42.077], - [8.73, 42.079], - [8.728, 42.08], - [8.723, 42.078], - [8.717, 42.078], - [8.72, 42.073], - [8.721, 42.069], - [8.721, 42.066], - [8.719, 42.064], - [8.726, 42.063], - [8.727, 42.064], - [8.731, 42.064], - [8.736, 42.066], - [8.74, 42.063], - [8.74, 42.061], - [8.743, 42.061], - [8.744, 42.059], - [8.749, 42.06], - [8.75, 42.063], - [8.754, 42.063], - [8.755, 42.061], - [8.754, 42.057], - [8.761, 42.055], - [8.766, 42.054], - [8.77, 42.056], - [8.784, 42.056], - [8.791, 42.055], - [8.794, 42.056] - ] - ] - }, - "properties": { - "NOM_COM_M": "CASAGLIONE", - "INSEE_COM": "2A070", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.897, 42.073], - [8.897, 42.075], - [8.894, 42.08], - [8.89, 42.082], - [8.884, 42.084], - [8.881, 42.089], - [8.884, 42.09], - [8.885, 42.095], - [8.883, 42.097], - [8.873, 42.097], - [8.868, 42.095], - [8.867, 42.097], - [8.87, 42.099], - [8.864, 42.1], - [8.86, 42.099], - [8.859, 42.101], - [8.855, 42.103], - [8.852, 42.103], - [8.851, 42.107], - [8.848, 42.11], - [8.847, 42.112], - [8.843, 42.111], - [8.839, 42.114], - [8.829, 42.114], - [8.821, 42.116], - [8.813, 42.116], - [8.81, 42.114], - [8.81, 42.112], - [8.813, 42.111], - [8.816, 42.107], - [8.818, 42.103], - [8.82, 42.101], - [8.82, 42.099], - [8.824, 42.095], - [8.827, 42.093], - [8.828, 42.088], - [8.828, 42.085], - [8.827, 42.083], - [8.831, 42.08], - [8.837, 42.078], - [8.839, 42.079], - [8.841, 42.078], - [8.844, 42.083], - [8.849, 42.081], - [8.858, 42.08], - [8.863, 42.076], - [8.865, 42.073], - [8.865, 42.07], - [8.868, 42.067], - [8.867, 42.065], - [8.868, 42.062], - [8.873, 42.061], - [8.877, 42.061], - [8.879, 42.063], - [8.887, 42.064], - [8.888, 42.067], - [8.893, 42.07], - [8.897, 42.073] - ] - ] - }, - "properties": { - "NOM_COM_M": "LOPIGNA", - "INSEE_COM": "2A144", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.921, 42.171], - [8.928, 42.173], - [8.932, 42.176], - [8.935, 42.176], - [8.938, 42.179], - [8.938, 42.182], - [8.95, 42.18], - [8.953, 42.179], - [8.955, 42.181], - [8.955, 42.183], - [8.958, 42.186], - [8.961, 42.187], - [8.965, 42.186], - [8.971, 42.187], - [8.976, 42.2], - [8.978, 42.204], - [8.981, 42.206], - [8.983, 42.209], - [8.991, 42.208], - [8.995, 42.207], - [9, 42.207], - [9.004, 42.209], - [9.006, 42.209], - [9.006, 42.213], - [9, 42.215], - [8.997, 42.214], - [8.992, 42.217], - [8.984, 42.225], - [8.98, 42.224], - [8.969, 42.217], - [8.967, 42.217], - [8.959, 42.213], - [8.954, 42.212], - [8.951, 42.209], - [8.946, 42.208], - [8.945, 42.206], - [8.938, 42.204], - [8.932, 42.198], - [8.925, 42.194], - [8.923, 42.192], - [8.922, 42.189], - [8.924, 42.181], - [8.919, 42.181], - [8.919, 42.178], - [8.923, 42.177], - [8.921, 42.171] - ] - ] - }, - "properties": { - "NOM_COM_M": "ORTO", - "INSEE_COM": "2A196", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.927, 42.254], - [8.923, 42.258], - [8.919, 42.256], - [8.915, 42.255], - [8.911, 42.255], - [8.905, 42.254], - [8.901, 42.253], - [8.897, 42.251], - [8.894, 42.251], - [8.887, 42.247], - [8.882, 42.247], - [8.88, 42.246], - [8.871, 42.239], - [8.87, 42.236], - [8.87, 42.233], - [8.867, 42.23], - [8.864, 42.225], - [8.854, 42.223], - [8.849, 42.22], - [8.849, 42.217], - [8.846, 42.214], - [8.846, 42.204], - [8.843, 42.201], - [8.843, 42.199], - [8.84, 42.198], - [8.837, 42.196], - [8.831, 42.195], - [8.818, 42.192], - [8.82, 42.191], - [8.818, 42.188], - [8.816, 42.189], - [8.813, 42.185], - [8.812, 42.181], - [8.813, 42.179], - [8.82, 42.176], - [8.825, 42.176], - [8.828, 42.179], - [8.834, 42.178], - [8.841, 42.176], - [8.846, 42.178], - [8.852, 42.178], - [8.857, 42.18], - [8.865, 42.18], - [8.87, 42.179], - [8.878, 42.179], - [8.88, 42.178], - [8.884, 42.177], - [8.884, 42.181], - [8.882, 42.187], - [8.883, 42.189], - [8.882, 42.194], - [8.886, 42.201], - [8.885, 42.204], - [8.889, 42.213], - [8.892, 42.216], - [8.891, 42.218], - [8.894, 42.222], - [8.899, 42.224], - [8.901, 42.224], - [8.908, 42.227], - [8.914, 42.227], - [8.919, 42.228], - [8.922, 42.23], - [8.928, 42.232], - [8.934, 42.232], - [8.94, 42.237], - [8.936, 42.247], - [8.934, 42.248], - [8.933, 42.251], - [8.927, 42.252], - [8.927, 42.254] - ] - ] - }, - "properties": { - "NOM_COM_M": "LETIA", - "INSEE_COM": "2A141", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.81, 42.112], - [8.81, 42.114], - [8.813, 42.116], - [8.821, 42.116], - [8.821, 42.119], - [8.82, 42.123], - [8.824, 42.124], - [8.826, 42.126], - [8.828, 42.125], - [8.832, 42.126], - [8.832, 42.129], - [8.835, 42.129], - [8.835, 42.131], - [8.831, 42.133], - [8.827, 42.133], - [8.824, 42.132], - [8.82, 42.135], - [8.822, 42.14], - [8.825, 42.139], - [8.828, 42.141], - [8.825, 42.142], - [8.821, 42.145], - [8.818, 42.149], - [8.813, 42.153], - [8.812, 42.155], - [8.807, 42.151], - [8.804, 42.152], - [8.797, 42.152], - [8.796, 42.153], - [8.793, 42.152], - [8.787, 42.152], - [8.783, 42.15], - [8.781, 42.148], - [8.775, 42.14], - [8.775, 42.136], - [8.77, 42.136], - [8.768, 42.135], - [8.769, 42.133], - [8.767, 42.128], - [8.772, 42.126], - [8.777, 42.121], - [8.776, 42.119], - [8.778, 42.118], - [8.778, 42.114], - [8.777, 42.113], - [8.77, 42.111], - [8.766, 42.106], - [8.766, 42.103], - [8.763, 42.103], - [8.759, 42.099], - [8.757, 42.094], - [8.757, 42.091], - [8.76, 42.093], - [8.761, 42.092], - [8.769, 42.097], - [8.768, 42.098], - [8.77, 42.101], - [8.774, 42.102], - [8.778, 42.104], - [8.782, 42.104], - [8.785, 42.103], - [8.786, 42.104], - [8.792, 42.107], - [8.793, 42.11], - [8.798, 42.109], - [8.8, 42.112], - [8.803, 42.114], - [8.806, 42.112], - [8.81, 42.112] - ] - ] - }, - "properties": { - "NOM_COM_M": "ARBORI", - "INSEE_COM": "2A019", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.409, 41.907], - [9.413, 41.913], - [9.412, 41.916], - [9.413, 41.92], - [9.415, 41.924], - [9.416, 41.929], - [9.416, 41.933], - [9.413, 41.938], - [9.41, 41.939], - [9.408, 41.941], - [9.409, 41.951], - [9.406, 41.955], - [9.409, 41.957], - [9.408, 41.96], - [9.409, 41.962], - [9.408, 41.965], - [9.408, 41.968], - [9.395, 41.968], - [9.379, 41.97], - [9.375, 41.97], - [9.37, 41.969], - [9.366, 41.969], - [9.364, 41.97], - [9.356, 41.968], - [9.351, 41.968], - [9.35, 41.969], - [9.344, 41.969], - [9.344, 41.966], - [9.341, 41.964], - [9.339, 41.964], - [9.336, 41.961], - [9.327, 41.958], - [9.311, 41.956], - [9.303, 41.953], - [9.296, 41.951], - [9.294, 41.95], - [9.297, 41.948], - [9.3, 41.947], - [9.302, 41.945], - [9.302, 41.942], - [9.304, 41.94], - [9.304, 41.937], - [9.302, 41.936], - [9.301, 41.933], - [9.303, 41.929], - [9.301, 41.926], - [9.304, 41.925], - [9.305, 41.921], - [9.309, 41.924], - [9.312, 41.921], - [9.313, 41.921], - [9.315, 41.925], - [9.32, 41.926], - [9.324, 41.922], - [9.327, 41.922], - [9.33, 41.923], - [9.332, 41.921], - [9.338, 41.92], - [9.341, 41.919], - [9.345, 41.92], - [9.35, 41.922], - [9.354, 41.92], - [9.366, 41.92], - [9.377, 41.917], - [9.386, 41.914], - [9.391, 41.911], - [9.399, 41.91], - [9.404, 41.909], - [9.406, 41.907], - [9.409, 41.907] - ] - ] - }, - "properties": { - "NOM_COM_M": "VENTISERI", - "INSEE_COM": "2B342", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.001, 41.652], - [9.005, 41.654], - [9.01, 41.653], - [9.013, 41.651], - [9.015, 41.652], - [9.018, 41.65], - [9.017, 41.648], - [9.015, 41.648], - [9.015, 41.645], - [9.016, 41.641], - [9.021, 41.64], - [9.024, 41.642], - [9.025, 41.644], - [9.024, 41.646], - [9.028, 41.648], - [9.028, 41.65], - [9.024, 41.654], - [9.023, 41.657], - [9.025, 41.659], - [9.028, 41.659], - [9.031, 41.658], - [9.036, 41.658], - [9.04, 41.659], - [9.048, 41.662], - [9.045, 41.665], - [9.044, 41.667], - [9.046, 41.668], - [9.046, 41.67], - [9.052, 41.678], - [9.055, 41.68], - [9.054, 41.682], - [9.06, 41.687], - [9.063, 41.693], - [9.063, 41.695], - [9.06, 41.697], - [9.057, 41.697], - [9.057, 41.695], - [9.053, 41.697], - [9.053, 41.698], - [9.046, 41.7], - [9.044, 41.696], - [9.042, 41.696], - [9.041, 41.691], - [9.039, 41.689], - [9.035, 41.686], - [9.035, 41.683], - [9.033, 41.68], - [9.033, 41.676], - [9.03, 41.675], - [9.028, 41.673], - [9.029, 41.671], - [9.029, 41.668], - [9.027, 41.668], - [9.025, 41.67], - [9.021, 41.67], - [9.019, 41.668], - [9.019, 41.665], - [9.015, 41.664], - [9.008, 41.664], - [9.003, 41.66], - [9, 41.661], - [8.999, 41.654], - [9.001, 41.652] - ] - ] - }, - "properties": { - "NOM_COM_M": "OLMICCIA", - "INSEE_COM": "2A191", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.316, 42.599], - [9.316, 42.601], - [9.32, 42.602], - [9.322, 42.607], - [9.319, 42.609], - [9.318, 42.612], - [9.315, 42.614], - [9.316, 42.616], - [9.311, 42.618], - [9.305, 42.622], - [9.304, 42.626], - [9.302, 42.627], - [9.303, 42.629], - [9.302, 42.632], - [9.297, 42.631], - [9.296, 42.634], - [9.297, 42.638], - [9.295, 42.64], - [9.295, 42.643], - [9.292, 42.645], - [9.289, 42.646], - [9.287, 42.65], - [9.288, 42.654], - [9.283, 42.662], - [9.28, 42.665], - [9.277, 42.665], - [9.27, 42.667], - [9.266, 42.666], - [9.265, 42.663], - [9.262, 42.661], - [9.261, 42.659], - [9.263, 42.656], - [9.264, 42.652], - [9.267, 42.654], - [9.276, 42.656], - [9.281, 42.652], - [9.282, 42.646], - [9.285, 42.645], - [9.288, 42.64], - [9.293, 42.629], - [9.3, 42.623], - [9.302, 42.619], - [9.301, 42.617], - [9.305, 42.617], - [9.308, 42.613], - [9.309, 42.61], - [9.306, 42.607], - [9.303, 42.6], - [9.296, 42.597], - [9.294, 42.594], - [9.296, 42.591], - [9.293, 42.586], - [9.298, 42.58], - [9.299, 42.578], - [9.298, 42.575], - [9.302, 42.574], - [9.304, 42.579], - [9.31, 42.581], - [9.313, 42.584], - [9.314, 42.586], - [9.312, 42.588], - [9.314, 42.592], - [9.314, 42.594], - [9.316, 42.596], - [9.316, 42.599] - ] - ] - }, - "properties": { - "NOM_COM_M": "RAPALE", - "INSEE_COM": "2B257", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.193, 42.358], - [9.185, 42.359], - [9.182, 42.361], - [9.18, 42.364], - [9.177, 42.366], - [9.174, 42.364], - [9.171, 42.367], - [9.168, 42.371], - [9.166, 42.371], - [9.163, 42.37], - [9.159, 42.371], - [9.159, 42.365], - [9.155, 42.364], - [9.153, 42.362], - [9.148, 42.362], - [9.148, 42.358], - [9.146, 42.355], - [9.145, 42.352], - [9.142, 42.352], - [9.139, 42.351], - [9.136, 42.352], - [9.131, 42.351], - [9.125, 42.351], - [9.117, 42.35], - [9.117, 42.349], - [9.112, 42.344], - [9.109, 42.342], - [9.109, 42.34], - [9.104, 42.339], - [9.098, 42.336], - [9.097, 42.334], - [9.094, 42.333], - [9.094, 42.331], - [9.092, 42.329], - [9.092, 42.325], - [9.093, 42.323], - [9.099, 42.325], - [9.111, 42.33], - [9.113, 42.338], - [9.128, 42.342], - [9.135, 42.342], - [9.139, 42.341], - [9.143, 42.344], - [9.145, 42.344], - [9.152, 42.342], - [9.155, 42.339], - [9.153, 42.342], - [9.153, 42.345], - [9.157, 42.347], - [9.16, 42.346], - [9.165, 42.347], - [9.169, 42.347], - [9.174, 42.348], - [9.178, 42.347], - [9.181, 42.349], - [9.185, 42.35], - [9.189, 42.352], - [9.189, 42.354], - [9.192, 42.355], - [9.193, 42.358] - ] - ] - }, - "properties": { - "NOM_COM_M": "SOVERIA", - "INSEE_COM": "2B289", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.876, 41.769], - [8.883, 41.767], - [8.885, 41.764], - [8.887, 41.764], - [8.892, 41.761], - [8.895, 41.763], - [8.9, 41.763], - [8.903, 41.761], - [8.915, 41.756], - [8.918, 41.754], - [8.919, 41.752], - [8.922, 41.749], - [8.928, 41.747], - [8.928, 41.745], - [8.925, 41.744], - [8.922, 41.74], - [8.925, 41.738], - [8.927, 41.738], - [8.929, 41.736], - [8.933, 41.738], - [8.946, 41.738], - [8.953, 41.743], - [8.958, 41.743], - [8.957, 41.747], - [8.959, 41.754], - [8.954, 41.76], - [8.95, 41.763], - [8.945, 41.765], - [8.941, 41.771], - [8.94, 41.775], - [8.932, 41.776], - [8.923, 41.778], - [8.922, 41.777], - [8.917, 41.779], - [8.917, 41.78], - [8.913, 41.78], - [8.912, 41.776], - [8.909, 41.775], - [8.907, 41.776], - [8.903, 41.775], - [8.897, 41.775], - [8.89, 41.772], - [8.888, 41.773], - [8.885, 41.772], - [8.881, 41.773], - [8.878, 41.772], - [8.876, 41.769] - ] - ] - }, - "properties": { - "NOM_COM_M": "CASALABRIVA", - "INSEE_COM": "2A071", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.821, 41.791], - [8.82, 41.791], - [8.818, 41.796], - [8.815, 41.797], - [8.81, 41.8], - [8.806, 41.8], - [8.802, 41.804], - [8.796, 41.806], - [8.791, 41.809], - [8.784, 41.811], - [8.777, 41.81], - [8.772, 41.811], - [8.772, 41.812], - [8.769, 41.81], - [8.766, 41.811], - [8.765, 41.809], - [8.762, 41.81], - [8.758, 41.809], - [8.755, 41.812], - [8.751, 41.811], - [8.748, 41.811], - [8.745, 41.807], - [8.745, 41.805], - [8.741, 41.805], - [8.74, 41.801], - [8.741, 41.798], - [8.738, 41.797], - [8.733, 41.798], - [8.721, 41.798], - [8.72, 41.799], - [8.721, 41.802], - [8.717, 41.804], - [8.712, 41.801], - [8.71, 41.799], - [8.709, 41.796], - [8.712, 41.795], - [8.715, 41.796], - [8.719, 41.794], - [8.717, 41.792], - [8.72, 41.79], - [8.724, 41.79], - [8.728, 41.787], - [8.726, 41.784], - [8.729, 41.781], - [8.732, 41.781], - [8.733, 41.779], - [8.729, 41.778], - [8.731, 41.776], - [8.726, 41.773], - [8.721, 41.768], - [8.72, 41.768], - [8.716, 41.763], - [8.708, 41.757], - [8.704, 41.758], - [8.702, 41.756], - [8.7, 41.756], - [8.695, 41.751], - [8.692, 41.751], - [8.685, 41.747], - [8.683, 41.747], - [8.679, 41.749], - [8.677, 41.751], - [8.675, 41.751], - [8.672, 41.753], - [8.666, 41.752], - [8.661, 41.75], - [8.659, 41.74], - [8.662, 41.74], - [8.666, 41.743], - [8.672, 41.744], - [8.676, 41.742], - [8.678, 41.742], - [8.682, 41.74], - [8.685, 41.74], - [8.686, 41.742], - [8.689, 41.74], - [8.695, 41.742], - [8.702, 41.74], - [8.705, 41.74], - [8.708, 41.736], - [8.706, 41.734], - [8.703, 41.726], - [8.707, 41.722], - [8.715, 41.722], - [8.723, 41.724], - [8.725, 41.727], - [8.73, 41.729], - [8.735, 41.73], - [8.737, 41.729], - [8.74, 41.732], - [8.744, 41.732], - [8.746, 41.734], - [8.749, 41.734], - [8.752, 41.735], - [8.754, 41.737], - [8.76, 41.738], - [8.768, 41.74], - [8.773, 41.742], - [8.775, 41.742], - [8.782, 41.738], - [8.784, 41.735], - [8.783, 41.738], - [8.785, 41.741], - [8.784, 41.742], - [8.785, 41.745], - [8.788, 41.746], - [8.788, 41.753], - [8.791, 41.756], - [8.791, 41.762], - [8.796, 41.764], - [8.796, 41.766], - [8.799, 41.769], - [8.802, 41.773], - [8.809, 41.776], - [8.813, 41.777], - [8.818, 41.78], - [8.818, 41.783], - [8.821, 41.787], - [8.824, 41.789], - [8.821, 41.791] - ] - ] - }, - "properties": { - "NOM_COM_M": "COTI CHIAVARI", - "INSEE_COM": "2A098", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.457, 42.077], - [9.447, 42.085], - [9.447, 42.087], - [9.45, 42.094], - [9.451, 42.098], - [9.452, 42.106], - [9.445, 42.106], - [9.442, 42.11], - [9.438, 42.114], - [9.439, 42.117], - [9.438, 42.123], - [9.429, 42.122], - [9.427, 42.121], - [9.424, 42.122], - [9.423, 42.12], - [9.417, 42.12], - [9.414, 42.123], - [9.409, 42.123], - [9.409, 42.124], - [9.401, 42.126], - [9.4, 42.128], - [9.393, 42.127], - [9.386, 42.127], - [9.384, 42.125], - [9.384, 42.123], - [9.38, 42.122], - [9.374, 42.124], - [9.37, 42.122], - [9.366, 42.122], - [9.361, 42.124], - [9.357, 42.124], - [9.358, 42.122], - [9.358, 42.119], - [9.356, 42.117], - [9.362, 42.109], - [9.366, 42.106], - [9.366, 42.102], - [9.368, 42.1], - [9.368, 42.101], - [9.373, 42.102], - [9.379, 42.105], - [9.383, 42.104], - [9.388, 42.088], - [9.39, 42.083], - [9.396, 42.08], - [9.399, 42.076], - [9.403, 42.075], - [9.412, 42.072], - [9.421, 42.068], - [9.426, 42.065], - [9.431, 42.061], - [9.433, 42.06], - [9.435, 42.062], - [9.435, 42.064], - [9.44, 42.069], - [9.448, 42.071], - [9.457, 42.077] - ] - ] - }, - "properties": { - "NOM_COM_M": "AGHIONE", - "INSEE_COM": "2B002", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.007, 41.88], - [9.005, 41.879], - [9.002, 41.88], - [8.998, 41.877], - [8.992, 41.868], - [8.994, 41.866], - [8.993, 41.863], - [8.996, 41.862], - [8.999, 41.863], - [9.006, 41.861], - [9.01, 41.861], - [9.014, 41.858], - [9.018, 41.858], - [9.022, 41.856], - [9.022, 41.858], - [9.025, 41.858], - [9.027, 41.856], - [9.03, 41.857], - [9.033, 41.857], - [9.033, 41.862], - [9.034, 41.866], - [9.032, 41.87], - [9.031, 41.874], - [9.034, 41.876], - [9.037, 41.879], - [9.037, 41.881], - [9.034, 41.884], - [9.033, 41.887], - [9.03, 41.888], - [9.024, 41.885], - [9.021, 41.882], - [9.016, 41.881], - [9.011, 41.879], - [9.007, 41.88] - ] - ] - }, - "properties": { - "NOM_COM_M": "AZILONE AMPAZA", - "INSEE_COM": "2A026", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.864, 41.926], - [8.867, 41.928], - [8.871, 41.929], - [8.872, 41.933], - [8.874, 41.933], - [8.885, 41.93], - [8.889, 41.93], - [8.89, 41.929], - [8.895, 41.931], - [8.901, 41.937], - [8.904, 41.938], - [8.91, 41.936], - [8.912, 41.933], - [8.917, 41.932], - [8.92, 41.935], - [8.923, 41.936], - [8.927, 41.936], - [8.93, 41.934], - [8.931, 41.936], - [8.937, 41.936], - [8.94, 41.939], - [8.946, 41.939], - [8.948, 41.941], - [8.948, 41.947], - [8.952, 41.947], - [8.953, 41.951], - [8.951, 41.952], - [8.947, 41.96], - [8.949, 41.962], - [8.95, 41.965], - [8.949, 41.969], - [8.949, 41.972], - [8.951, 41.975], - [8.947, 41.976], - [8.945, 41.978], - [8.944, 41.983], - [8.942, 41.982], - [8.941, 41.978], - [8.934, 41.975], - [8.931, 41.975], - [8.928, 41.974], - [8.925, 41.974], - [8.921, 41.97], - [8.917, 41.97], - [8.914, 41.968], - [8.91, 41.97], - [8.904, 41.967], - [8.902, 41.964], - [8.9, 41.963], - [8.893, 41.956], - [8.89, 41.957], - [8.886, 41.956], - [8.881, 41.957], - [8.876, 41.954], - [8.872, 41.954], - [8.87, 41.952], - [8.87, 41.95], - [8.865, 41.947], - [8.854, 41.944], - [8.854, 41.94], - [8.855, 41.937], - [8.862, 41.93], - [8.864, 41.926] - ] - ] - }, - "properties": { - "NOM_COM_M": "OCANA", - "INSEE_COM": "2A181", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.397, 42.455], - [9.396, 42.452], - [9.392, 42.449], - [9.386, 42.446], - [9.384, 42.442], - [9.387, 42.44], - [9.388, 42.438], - [9.391, 42.437], - [9.391, 42.434], - [9.393, 42.433], - [9.395, 42.429], - [9.397, 42.427], - [9.399, 42.427], - [9.404, 42.429], - [9.405, 42.431], - [9.403, 42.435], - [9.404, 42.439], - [9.403, 42.442], - [9.407, 42.444], - [9.409, 42.447], - [9.404, 42.452], - [9.397, 42.455] - ] - ] - }, - "properties": { - "NOM_COM_M": "PIANO", - "INSEE_COM": "2B214", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.39, 42.083], - [9.388, 42.088], - [9.383, 42.104], - [9.379, 42.105], - [9.373, 42.102], - [9.368, 42.101], - [9.368, 42.1], - [9.363, 42.1], - [9.363, 42.104], - [9.361, 42.104], - [9.356, 42.106], - [9.35, 42.106], - [9.345, 42.107], - [9.343, 42.111], - [9.34, 42.114], - [9.335, 42.117], - [9.329, 42.114], - [9.325, 42.115], - [9.321, 42.117], - [9.32, 42.119], - [9.318, 42.118], - [9.313, 42.122], - [9.31, 42.125], - [9.307, 42.129], - [9.307, 42.132], - [9.3, 42.137], - [9.298, 42.137], - [9.297, 42.139], - [9.294, 42.14], - [9.293, 42.142], - [9.287, 42.146], - [9.286, 42.148], - [9.282, 42.151], - [9.28, 42.157], - [9.278, 42.159], - [9.278, 42.163], - [9.276, 42.164], - [9.273, 42.169], - [9.268, 42.168], - [9.257, 42.161], - [9.255, 42.158], - [9.252, 42.157], - [9.249, 42.155], - [9.249, 42.153], - [9.252, 42.15], - [9.253, 42.145], - [9.251, 42.144], - [9.251, 42.141], - [9.252, 42.137], - [9.258, 42.132], - [9.261, 42.127], - [9.269, 42.127], - [9.277, 42.124], - [9.279, 42.113], - [9.28, 42.11], - [9.287, 42.11], - [9.29, 42.108], - [9.302, 42.108], - [9.304, 42.107], - [9.33, 42.107], - [9.335, 42.106], - [9.336, 42.105], - [9.342, 42.103], - [9.345, 42.101], - [9.349, 42.1], - [9.351, 42.098], - [9.359, 42.095], - [9.368, 42.093], - [9.379, 42.089], - [9.384, 42.086], - [9.39, 42.083] - ] - ] - }, - "properties": { - "NOM_COM_M": "PIETROSO", - "INSEE_COM": "2B229", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.701, 41.953], - [8.696, 41.959], - [8.694, 41.963], - [8.694, 41.966], - [8.693, 41.968], - [8.689, 41.971], - [8.69, 41.974], - [8.687, 41.975], - [8.683, 41.975], - [8.679, 41.978], - [8.673, 41.978], - [8.669, 41.982], - [8.663, 41.977], - [8.658, 41.974], - [8.652, 41.971], - [8.649, 41.969], - [8.646, 41.968], - [8.632, 41.968], - [8.63, 41.97], - [8.626, 41.971], - [8.623, 41.971], - [8.622, 41.968], - [8.623, 41.966], - [8.626, 41.966], - [8.631, 41.963], - [8.638, 41.964], - [8.64, 41.963], - [8.648, 41.963], - [8.65, 41.958], - [8.653, 41.958], - [8.66, 41.956], - [8.664, 41.956], - [8.669, 41.948], - [8.67, 41.947], - [8.677, 41.947], - [8.679, 41.946], - [8.681, 41.948], - [8.687, 41.948], - [8.69, 41.95], - [8.694, 41.95], - [8.701, 41.953] - ] - ] - }, - "properties": { - "NOM_COM_M": "VILLANOVA", - "INSEE_COM": "2A351", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.421, 42.938], - [9.419, 42.938], - [9.41, 42.936], - [9.403, 42.939], - [9.4, 42.936], - [9.397, 42.932], - [9.396, 42.927], - [9.393, 42.926], - [9.392, 42.924], - [9.389, 42.923], - [9.39, 42.921], - [9.396, 42.92], - [9.404, 42.915], - [9.415, 42.911], - [9.423, 42.912], - [9.431, 42.905], - [9.433, 42.9], - [9.441, 42.899], - [9.449, 42.897], - [9.451, 42.898], - [9.455, 42.898], - [9.46, 42.901], - [9.467, 42.901], - [9.474, 42.9], - [9.473, 42.903], - [9.469, 42.905], - [9.469, 42.908], - [9.472, 42.91], - [9.471, 42.912], - [9.472, 42.914], - [9.47, 42.922], - [9.472, 42.924], - [9.467, 42.927], - [9.467, 42.93], - [9.465, 42.932], - [9.469, 42.937], - [9.454, 42.935], - [9.447, 42.936], - [9.428, 42.936], - [9.421, 42.938] - ] - ] - }, - "properties": { - "NOM_COM_M": "MERIA", - "INSEE_COM": "2B159", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.341, 42.093], - [9.335, 42.093], - [9.333, 42.094], - [9.328, 42.092], - [9.322, 42.092], - [9.319, 42.093], - [9.314, 42.092], - [9.315, 42.096], - [9.311, 42.098], - [9.307, 42.096], - [9.303, 42.095], - [9.299, 42.096], - [9.29, 42.096], - [9.289, 42.097], - [9.286, 42.095], - [9.282, 42.095], - [9.278, 42.094], - [9.279, 42.091], - [9.278, 42.086], - [9.277, 42.084], - [9.277, 42.079], - [9.275, 42.076], - [9.278, 42.075], - [9.284, 42.072], - [9.286, 42.068], - [9.293, 42.07], - [9.31, 42.062], - [9.317, 42.061], - [9.338, 42.059], - [9.348, 42.055], - [9.351, 42.051], - [9.354, 42.05], - [9.358, 42.05], - [9.361, 42.047], - [9.363, 42.047], - [9.367, 42.049], - [9.37, 42.05], - [9.369, 42.052], - [9.365, 42.055], - [9.365, 42.058], - [9.369, 42.062], - [9.364, 42.065], - [9.365, 42.067], - [9.361, 42.069], - [9.361, 42.072], - [9.358, 42.074], - [9.358, 42.077], - [9.361, 42.078], - [9.359, 42.083], - [9.359, 42.085], - [9.355, 42.087], - [9.347, 42.092], - [9.341, 42.093] - ] - ] - }, - "properties": { - "NOM_COM_M": "LUGO DI NAZZA", - "INSEE_COM": "2B149", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.375, 42.556], - [9.382, 42.56], - [9.383, 42.563], - [9.383, 42.566], - [9.384, 42.569], - [9.388, 42.569], - [9.393, 42.571], - [9.396, 42.576], - [9.399, 42.577], - [9.413, 42.584], - [9.415, 42.587], - [9.413, 42.588], - [9.416, 42.592], - [9.414, 42.594], - [9.417, 42.598], - [9.419, 42.599], - [9.419, 42.601], - [9.416, 42.605], - [9.414, 42.606], - [9.412, 42.605], - [9.408, 42.605], - [9.406, 42.606], - [9.397, 42.604], - [9.396, 42.601], - [9.393, 42.598], - [9.391, 42.599], - [9.388, 42.598], - [9.383, 42.598], - [9.379, 42.599], - [9.371, 42.597], - [9.371, 42.595], - [9.368, 42.594], - [9.364, 42.595], - [9.363, 42.592], - [9.357, 42.59], - [9.357, 42.588], - [9.35, 42.587], - [9.347, 42.584], - [9.347, 42.582], - [9.347, 42.578], - [9.348, 42.574], - [9.352, 42.572], - [9.353, 42.569], - [9.355, 42.569], - [9.364, 42.564], - [9.367, 42.562], - [9.368, 42.559], - [9.367, 42.555], - [9.375, 42.556] - ] - ] - }, - "properties": { - "NOM_COM_M": "RUTALI", - "INSEE_COM": "2B265", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.006, 42.528], - [9.007, 42.533], - [9.009, 42.535], - [9.011, 42.54], - [9.016, 42.547], - [9.017, 42.55], - [9.02, 42.552], - [9.017, 42.552], - [9.008, 42.559], - [9.008, 42.554], - [8.998, 42.552], - [8.999, 42.549], - [8.996, 42.547], - [8.992, 42.546], - [8.988, 42.543], - [8.985, 42.54], - [8.978, 42.54], - [8.974, 42.538], - [8.972, 42.534], - [8.969, 42.532], - [8.966, 42.531], - [8.966, 42.528], - [8.964, 42.525], - [8.964, 42.519], - [8.96, 42.518], - [8.956, 42.516], - [8.94, 42.516], - [8.938, 42.513], - [8.931, 42.51], - [8.928, 42.507], - [8.924, 42.504], - [8.922, 42.501], - [8.919, 42.498], - [8.92, 42.497], - [8.922, 42.492], - [8.927, 42.491], - [8.931, 42.492], - [8.934, 42.496], - [8.941, 42.498], - [8.945, 42.503], - [8.951, 42.505], - [8.954, 42.505], - [8.957, 42.506], - [8.962, 42.506], - [8.972, 42.505], - [8.977, 42.504], - [8.988, 42.508], - [8.992, 42.508], - [8.989, 42.511], - [8.984, 42.515], - [8.984, 42.517], - [8.989, 42.516], - [8.991, 42.517], - [8.993, 42.516], - [8.995, 42.517], - [8.997, 42.516], - [9.002, 42.517], - [9, 42.521], - [9.001, 42.524], - [9.006, 42.528] - ] - ] - }, - "properties": { - "NOM_COM_M": "PIOGGIOLA", - "INSEE_COM": "2B235", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.958, 41.847], - [8.958, 41.844], - [8.961, 41.842], - [8.962, 41.838], - [8.964, 41.837], - [8.967, 41.836], - [8.967, 41.839], - [8.969, 41.841], - [8.971, 41.84], - [8.972, 41.842], - [8.974, 41.842], - [8.976, 41.844], - [8.979, 41.845], - [8.978, 41.847], - [8.975, 41.847], - [8.974, 41.849], - [8.978, 41.85], - [8.98, 41.854], - [8.982, 41.854], - [8.983, 41.857], - [8.989, 41.859], - [8.985, 41.861], - [8.982, 41.861], - [8.981, 41.864], - [8.983, 41.867], - [8.982, 41.869], - [8.979, 41.871], - [8.974, 41.87], - [8.974, 41.868], - [8.976, 41.863], - [8.973, 41.86], - [8.973, 41.858], - [8.97, 41.855], - [8.967, 41.854], - [8.961, 41.855], - [8.959, 41.852], - [8.96, 41.849], - [8.958, 41.847] - ] - ] - }, - "properties": { - "NOM_COM_M": "CARDO TORGIA", - "INSEE_COM": "2A064", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.96, 41.897], - [8.957, 41.896], - [8.955, 41.893], - [8.96, 41.887], - [8.962, 41.883], - [8.964, 41.881], - [8.967, 41.88], - [8.968, 41.878], - [8.967, 41.874], - [8.967, 41.869], - [8.969, 41.868], - [8.974, 41.87], - [8.979, 41.871], - [8.982, 41.869], - [8.983, 41.867], - [8.981, 41.864], - [8.982, 41.861], - [8.985, 41.861], - [8.989, 41.859], - [8.99, 41.861], - [8.993, 41.863], - [8.994, 41.866], - [8.992, 41.868], - [8.998, 41.877], - [9.002, 41.88], - [9.005, 41.879], - [9.007, 41.88], - [9.009, 41.882], - [9.005, 41.884], - [9.003, 41.882], - [9, 41.881], - [8.997, 41.882], - [8.993, 41.887], - [8.985, 41.892], - [8.988, 41.9], - [8.99, 41.903], - [8.988, 41.907], - [8.988, 41.909], - [8.983, 41.906], - [8.978, 41.905], - [8.97, 41.904], - [8.969, 41.9], - [8.963, 41.899], - [8.96, 41.897] - ] - ] - }, - "properties": { - "NOM_COM_M": "SANTA MARIA SICHE", - "INSEE_COM": "2A312", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.843, 41.982], - [8.85, 41.986], - [8.855, 41.986], - [8.857, 41.988], - [8.861, 41.988], - [8.863, 41.99], - [8.869, 41.991], - [8.874, 41.994], - [8.874, 41.996], - [8.879, 41.998], - [8.88, 42.001], - [8.885, 42.001], - [8.89, 41.998], - [8.896, 42], - [8.903, 41.997], - [8.908, 41.994], - [8.912, 41.997], - [8.918, 41.995], - [8.929, 41.992], - [8.935, 41.992], - [8.938, 41.99], - [8.941, 41.991], - [8.947, 41.989], - [8.953, 41.993], - [8.958, 41.994], - [8.962, 41.998], - [8.967, 42.001], - [8.969, 42.003], - [8.971, 42.003], - [8.974, 42.005], - [8.976, 42.006], - [8.978, 42.01], - [8.973, 42.013], - [8.972, 42.015], - [8.969, 42.017], - [8.965, 42.018], - [8.963, 42.02], - [8.961, 42.019], - [8.956, 42.021], - [8.953, 42.02], - [8.951, 42.018], - [8.944, 42.016], - [8.939, 42.014], - [8.926, 42.015], - [8.924, 42.016], - [8.921, 42.015], - [8.914, 42.018], - [8.91, 42.017], - [8.907, 42.015], - [8.903, 42.016], - [8.901, 42.018], - [8.899, 42.017], - [8.893, 42.017], - [8.889, 42.015], - [8.888, 42.012], - [8.884, 42.01], - [8.882, 42.014], - [8.876, 42.015], - [8.871, 42.012], - [8.869, 42.015], - [8.867, 42.015], - [8.865, 42.014], - [8.864, 42.011], - [8.861, 42.008], - [8.857, 42.007], - [8.856, 42.005], - [8.852, 42.004], - [8.85, 42.002], - [8.848, 41.996], - [8.842, 41.996], - [8.845, 41.991], - [8.842, 41.985], - [8.843, 41.982] - ] - ] - }, - "properties": { - "NOM_COM_M": "PERI", - "INSEE_COM": "2A209", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.947, 41.989], - [8.947, 41.987], - [8.944, 41.985], - [8.944, 41.983], - [8.945, 41.978], - [8.947, 41.976], - [8.951, 41.975], - [8.949, 41.972], - [8.949, 41.969], - [8.95, 41.965], - [8.949, 41.962], - [8.947, 41.96], - [8.951, 41.952], - [8.953, 41.951], - [8.952, 41.947], - [8.948, 41.947], - [8.948, 41.941], - [8.946, 41.939], - [8.94, 41.939], - [8.937, 41.936], - [8.931, 41.936], - [8.93, 41.934], - [8.933, 41.934], - [8.935, 41.932], - [8.939, 41.931], - [8.943, 41.933], - [8.949, 41.932], - [8.95, 41.931], - [8.954, 41.932], - [8.957, 41.932], - [8.959, 41.931], - [8.963, 41.932], - [8.967, 41.938], - [8.974, 41.938], - [8.973, 41.94], - [8.974, 41.942], - [8.977, 41.942], - [8.979, 41.944], - [8.982, 41.944], - [8.984, 41.949], - [8.984, 41.953], - [8.982, 41.956], - [8.983, 41.958], - [8.987, 41.961], - [8.993, 41.962], - [8.996, 41.964], - [8.996, 41.966], - [8.993, 41.968], - [8.995, 41.97], - [8.998, 41.971], - [8.999, 41.975], - [9.001, 41.978], - [9.004, 41.978], - [9.005, 41.981], - [9.003, 41.984], - [9, 41.985], - [9, 41.988], - [8.998, 41.989], - [8.995, 41.992], - [8.993, 41.995], - [8.989, 41.997], - [8.984, 41.997], - [8.983, 41.996], - [8.975, 41.998], - [8.974, 42], - [8.974, 42.005], - [8.971, 42.003], - [8.969, 42.003], - [8.967, 42.001], - [8.962, 41.998], - [8.958, 41.994], - [8.953, 41.993], - [8.947, 41.989] - ] - ] - }, - "properties": { - "NOM_COM_M": "TOLLA", - "INSEE_COM": "2A326", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.808, 42.009], - [8.804, 42.008], - [8.799, 42.005], - [8.794, 42.005], - [8.791, 42.006], - [8.792, 42.008], - [8.784, 42.006], - [8.78, 42.003], - [8.778, 42], - [8.78, 41.998], - [8.783, 41.998], - [8.781, 41.991], - [8.782, 41.989], - [8.785, 41.989], - [8.788, 41.987], - [8.788, 41.982], - [8.789, 41.979], - [8.789, 41.974], - [8.787, 41.972], - [8.788, 41.969], - [8.79, 41.966], - [8.788, 41.963], - [8.789, 41.961], - [8.787, 41.959], - [8.788, 41.957], - [8.785, 41.955], - [8.785, 41.953], - [8.789, 41.953], - [8.805, 41.959], - [8.81, 41.962], - [8.804, 41.966], - [8.807, 41.969], - [8.808, 41.973], - [8.813, 41.977], - [8.816, 41.981], - [8.816, 41.985], - [8.815, 41.991], - [8.813, 41.994], - [8.815, 41.995], - [8.814, 41.998], - [8.816, 42], - [8.811, 42], - [8.811, 42.003], - [8.809, 42.005], - [8.808, 42.009] - ] - ] - }, - "properties": { - "NOM_COM_M": "AFA", - "INSEE_COM": "2A001", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.803, 42.013], - [8.802, 42.017], - [8.8, 42.017], - [8.796, 42.024], - [8.789, 42.022], - [8.786, 42.02], - [8.774, 42.02], - [8.769, 42.021], - [8.762, 42.02], - [8.757, 42.021], - [8.75, 42.021], - [8.747, 42.02], - [8.745, 42.018], - [8.739, 42.019], - [8.736, 42.019], - [8.734, 42.022], - [8.732, 42.023], - [8.729, 42.023], - [8.722, 42.02], - [8.715, 42.019], - [8.702, 42.019], - [8.696, 42.015], - [8.69, 42.013], - [8.682, 42.011], - [8.68, 42.009], - [8.678, 42.009], - [8.674, 42.007], - [8.674, 42.005], - [8.67, 42.005], - [8.665, 42.004], - [8.657, 42.004], - [8.655, 42.002], - [8.656, 41.998], - [8.658, 41.996], - [8.658, 41.993], - [8.66, 41.992], - [8.665, 41.993], - [8.668, 41.993], - [8.669, 41.99], - [8.677, 41.988], - [8.679, 41.989], - [8.682, 41.988], - [8.685, 41.985], - [8.689, 41.985], - [8.696, 41.988], - [8.703, 41.988], - [8.707, 41.99], - [8.712, 41.99], - [8.714, 41.989], - [8.721, 41.993], - [8.725, 41.993], - [8.731, 41.994], - [8.734, 41.993], - [8.737, 41.994], - [8.742, 41.994], - [8.75, 41.993], - [8.753, 41.989], - [8.768, 41.989], - [8.77, 41.99], - [8.775, 41.986], - [8.777, 41.983], - [8.779, 41.982], - [8.782, 41.975], - [8.781, 41.971], - [8.788, 41.969], - [8.787, 41.972], - [8.789, 41.974], - [8.789, 41.979], - [8.788, 41.982], - [8.788, 41.987], - [8.785, 41.989], - [8.782, 41.989], - [8.781, 41.991], - [8.783, 41.998], - [8.78, 41.998], - [8.778, 42], - [8.78, 42.003], - [8.784, 42.006], - [8.792, 42.008], - [8.791, 42.006], - [8.794, 42.005], - [8.799, 42.005], - [8.804, 42.008], - [8.808, 42.009], - [8.803, 42.013] - ] - ] - }, - "properties": { - "NOM_COM_M": "APPIETTO", - "INSEE_COM": "2A017", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.825, 42.039], - [8.823, 42.039], - [8.819, 42.042], - [8.812, 42.045], - [8.809, 42.049], - [8.807, 42.049], - [8.799, 42.051], - [8.797, 42.05], - [8.795, 42.051], - [8.791, 42.05], - [8.787, 42.051], - [8.788, 42.054], - [8.791, 42.055], - [8.784, 42.056], - [8.77, 42.056], - [8.766, 42.054], - [8.761, 42.055], - [8.754, 42.057], - [8.755, 42.061], - [8.754, 42.063], - [8.75, 42.063], - [8.749, 42.06], - [8.744, 42.059], - [8.744, 42.057], - [8.746, 42.057], - [8.75, 42.054], - [8.754, 42.053], - [8.755, 42.049], - [8.764, 42.049], - [8.767, 42.047], - [8.776, 42.045], - [8.778, 42.046], - [8.78, 42.042], - [8.78, 42.036], - [8.785, 42.037], - [8.79, 42.035], - [8.798, 42.034], - [8.799, 42.032], - [8.804, 42.03], - [8.806, 42.028], - [8.809, 42.027], - [8.813, 42.029], - [8.815, 42.031], - [8.816, 42.035], - [8.823, 42.037], - [8.825, 42.039] - ] - ] - }, - "properties": { - "NOM_COM_M": "SANT ANDREA D ORCINO", - "INSEE_COM": "2A295", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.014, 41.897], - [9.011, 41.896], - [9.005, 41.896], - [8.988, 41.9], - [8.985, 41.892], - [8.993, 41.887], - [8.997, 41.882], - [9, 41.881], - [9.003, 41.882], - [9.005, 41.884], - [9.009, 41.882], - [9.016, 41.887], - [9.014, 41.891], - [9.014, 41.897] - ] - ] - }, - "properties": { - "NOM_COM_M": "CAMPO", - "INSEE_COM": "2A056", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.838, 41.912], - [8.833, 41.914], - [8.823, 41.912], - [8.822, 41.91], - [8.819, 41.909], - [8.819, 41.907], - [8.823, 41.907], - [8.827, 41.906], - [8.83, 41.904], - [8.833, 41.898], - [8.834, 41.895], - [8.833, 41.893], - [8.837, 41.888], - [8.844, 41.886], - [8.847, 41.888], - [8.854, 41.889], - [8.861, 41.889], - [8.861, 41.892], - [8.86, 41.894], - [8.867, 41.893], - [8.882, 41.889], - [8.891, 41.886], - [8.897, 41.888], - [8.898, 41.89], - [8.901, 41.89], - [8.902, 41.893], - [8.906, 41.892], - [8.909, 41.892], - [8.912, 41.891], - [8.917, 41.893], - [8.92, 41.896], - [8.923, 41.897], - [8.927, 41.897], - [8.929, 41.895], - [8.932, 41.89], - [8.934, 41.889], - [8.948, 41.895], - [8.946, 41.9], - [8.952, 41.904], - [8.952, 41.912], - [8.953, 41.915], - [8.95, 41.918], - [8.951, 41.921], - [8.941, 41.921], - [8.933, 41.92], - [8.932, 41.919], - [8.928, 41.92], - [8.919, 41.918], - [8.912, 41.92], - [8.911, 41.919], - [8.907, 41.919], - [8.905, 41.92], - [8.903, 41.919], - [8.897, 41.921], - [8.893, 41.919], - [8.887, 41.919], - [8.882, 41.918], - [8.877, 41.916], - [8.874, 41.916], - [8.867, 41.912], - [8.855, 41.907], - [8.849, 41.903], - [8.845, 41.905], - [8.843, 41.905], - [8.84, 41.907], - [8.838, 41.912] - ] - ] - }, - "properties": { - "NOM_COM_M": "CAURO", - "INSEE_COM": "2A085", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.669, 41.99], - [8.67, 41.987], - [8.67, 41.984], - [8.669, 41.982], - [8.673, 41.978], - [8.679, 41.978], - [8.683, 41.975], - [8.687, 41.975], - [8.69, 41.974], - [8.689, 41.971], - [8.693, 41.968], - [8.694, 41.966], - [8.694, 41.963], - [8.696, 41.959], - [8.701, 41.953], - [8.704, 41.947], - [8.707, 41.946], - [8.711, 41.947], - [8.71, 41.949], - [8.711, 41.951], - [8.715, 41.951], - [8.716, 41.949], - [8.72, 41.948], - [8.72, 41.95], - [8.718, 41.952], - [8.72, 41.955], - [8.723, 41.958], - [8.726, 41.958], - [8.726, 41.96], - [8.729, 41.96], - [8.732, 41.959], - [8.738, 41.959], - [8.739, 41.957], - [8.743, 41.958], - [8.742, 41.961], - [8.748, 41.961], - [8.751, 41.96], - [8.752, 41.958], - [8.756, 41.956], - [8.758, 41.957], - [8.767, 41.957], - [8.769, 41.958], - [8.768, 41.96], - [8.769, 41.962], - [8.775, 41.961], - [8.782, 41.959], - [8.785, 41.955], - [8.788, 41.957], - [8.787, 41.959], - [8.789, 41.961], - [8.788, 41.963], - [8.79, 41.966], - [8.788, 41.969], - [8.781, 41.971], - [8.782, 41.975], - [8.779, 41.982], - [8.777, 41.983], - [8.775, 41.986], - [8.77, 41.99], - [8.768, 41.989], - [8.753, 41.989], - [8.75, 41.993], - [8.742, 41.994], - [8.737, 41.994], - [8.734, 41.993], - [8.731, 41.994], - [8.725, 41.993], - [8.721, 41.993], - [8.714, 41.989], - [8.712, 41.99], - [8.707, 41.99], - [8.703, 41.988], - [8.696, 41.988], - [8.689, 41.985], - [8.685, 41.985], - [8.682, 41.988], - [8.679, 41.989], - [8.677, 41.988], - [8.669, 41.99] - ] - ] - }, - "properties": { - "NOM_COM_M": "ALATA", - "INSEE_COM": "2A006", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.963, 42.02], - [8.967, 42.023], - [8.965, 42.027], - [8.962, 42.031], - [8.964, 42.034], - [8.963, 42.037], - [8.96, 42.039], - [8.96, 42.042], - [8.959, 42.046], - [8.956, 42.047], - [8.954, 42.051], - [8.947, 42.055], - [8.944, 42.05], - [8.939, 42.049], - [8.936, 42.047], - [8.933, 42.046], - [8.931, 42.044], - [8.927, 42.042], - [8.923, 42.043], - [8.919, 42.041], - [8.918, 42.038], - [8.918, 42.034], - [8.915, 42.032], - [8.915, 42.029], - [8.911, 42.028], - [8.909, 42.025], - [8.907, 42.026], - [8.905, 42.026], - [8.903, 42.023], - [8.9, 42.021], - [8.898, 42.021], - [8.893, 42.017], - [8.899, 42.017], - [8.901, 42.018], - [8.903, 42.016], - [8.907, 42.015], - [8.91, 42.017], - [8.914, 42.018], - [8.921, 42.015], - [8.924, 42.016], - [8.926, 42.015], - [8.939, 42.014], - [8.944, 42.016], - [8.951, 42.018], - [8.953, 42.02], - [8.956, 42.021], - [8.961, 42.019], - [8.963, 42.02] - ] - ] - }, - "properties": { - "NOM_COM_M": "CARBUCCIA", - "INSEE_COM": "2A062", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.004, 41.826], - [9.007, 41.829], - [9.008, 41.831], - [9.01, 41.832], - [9.01, 41.834], - [9.007, 41.834], - [9.004, 41.835], - [9.006, 41.839], - [9.004, 41.844], - [9.005, 41.846], - [9.003, 41.849], - [8.999, 41.853], - [8.997, 41.852], - [8.995, 41.855], - [8.996, 41.859], - [8.998, 41.859], - [8.999, 41.863], - [8.996, 41.862], - [8.993, 41.863], - [8.99, 41.861], - [8.989, 41.859], - [8.983, 41.857], - [8.982, 41.854], - [8.98, 41.854], - [8.978, 41.85], - [8.974, 41.849], - [8.975, 41.847], - [8.978, 41.847], - [8.979, 41.845], - [8.976, 41.844], - [8.974, 41.842], - [8.972, 41.842], - [8.971, 41.84], - [8.969, 41.841], - [8.967, 41.839], - [8.967, 41.836], - [8.964, 41.837], - [8.963, 41.836], - [8.964, 41.833], - [8.963, 41.831], - [8.964, 41.829], - [8.963, 41.827], - [8.96, 41.825], - [8.959, 41.82], - [8.957, 41.815], - [8.958, 41.813], - [8.957, 41.811], - [8.962, 41.809], - [8.963, 41.811], - [8.961, 41.814], - [8.965, 41.815], - [8.967, 41.814], - [8.967, 41.812], - [8.974, 41.811], - [8.98, 41.819], - [8.981, 41.822], - [8.984, 41.822], - [8.99, 41.82], - [8.992, 41.82], - [8.999, 41.824], - [9.001, 41.827], - [9.004, 41.826] - ] - ] - }, - "properties": { - "NOM_COM_M": "ZIGLIARA", - "INSEE_COM": "2A360", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.94, 42.237], - [8.934, 42.232], - [8.928, 42.232], - [8.922, 42.23], - [8.919, 42.228], - [8.914, 42.227], - [8.908, 42.227], - [8.901, 42.224], - [8.899, 42.224], - [8.894, 42.222], - [8.891, 42.218], - [8.892, 42.216], - [8.889, 42.213], - [8.885, 42.204], - [8.886, 42.201], - [8.882, 42.194], - [8.883, 42.189], - [8.882, 42.187], - [8.884, 42.181], - [8.884, 42.177], - [8.891, 42.176], - [8.892, 42.177], - [8.897, 42.179], - [8.902, 42.18], - [8.907, 42.182], - [8.908, 42.181], - [8.916, 42.182], - [8.919, 42.181], - [8.924, 42.181], - [8.922, 42.189], - [8.923, 42.192], - [8.925, 42.194], - [8.932, 42.198], - [8.938, 42.204], - [8.945, 42.206], - [8.946, 42.208], - [8.951, 42.209], - [8.954, 42.212], - [8.959, 42.213], - [8.967, 42.217], - [8.969, 42.217], - [8.98, 42.224], - [8.977, 42.228], - [8.977, 42.231], - [8.973, 42.233], - [8.972, 42.232], - [8.968, 42.233], - [8.957, 42.233], - [8.955, 42.234], - [8.952, 42.233], - [8.945, 42.234], - [8.943, 42.236], - [8.94, 42.237] - ] - ] - }, - "properties": { - "NOM_COM_M": "SOCCIA", - "INSEE_COM": "2A282", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.377, 42.911], - [9.372, 42.915], - [9.37, 42.916], - [9.363, 42.918], - [9.359, 42.921], - [9.36, 42.923], - [9.357, 42.923], - [9.355, 42.921], - [9.355, 42.918], - [9.354, 42.916], - [9.351, 42.916], - [9.349, 42.913], - [9.344, 42.911], - [9.341, 42.909], - [9.338, 42.909], - [9.336, 42.907], - [9.334, 42.907], - [9.332, 42.905], - [9.326, 42.901], - [9.331, 42.898], - [9.336, 42.897], - [9.34, 42.898], - [9.343, 42.895], - [9.35, 42.892], - [9.358, 42.889], - [9.361, 42.89], - [9.361, 42.893], - [9.363, 42.897], - [9.365, 42.899], - [9.365, 42.901], - [9.369, 42.903], - [9.373, 42.906], - [9.374, 42.908], - [9.377, 42.911] - ] - ] - }, - "properties": { - "NOM_COM_M": "PINO", - "INSEE_COM": "2B233", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.416, 42.796], - [9.418, 42.789], - [9.42, 42.785], - [9.416, 42.781], - [9.414, 42.774], - [9.415, 42.773], - [9.417, 42.771], - [9.418, 42.767], - [9.425, 42.765], - [9.427, 42.764], - [9.435, 42.762], - [9.437, 42.76], - [9.442, 42.757], - [9.446, 42.756], - [9.451, 42.754], - [9.458, 42.754], - [9.461, 42.755], - [9.465, 42.755], - [9.468, 42.753], - [9.466, 42.758], - [9.469, 42.766], - [9.474, 42.773], - [9.476, 42.774], - [9.479, 42.778], - [9.479, 42.781], - [9.482, 42.781], - [9.484, 42.783], - [9.484, 42.787], - [9.487, 42.788], - [9.487, 42.79], - [9.489, 42.793], - [9.491, 42.798], - [9.469, 42.802], - [9.464, 42.8], - [9.461, 42.798], - [9.449, 42.799], - [9.441, 42.797], - [9.434, 42.796], - [9.416, 42.796] - ] - ] - }, - "properties": { - "NOM_COM_M": "BRANDO", - "INSEE_COM": "2B043", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.922, 42.492], - [8.922, 42.488], - [8.924, 42.486], - [8.924, 42.483], - [8.918, 42.477], - [8.917, 42.474], - [8.914, 42.472], - [8.916, 42.47], - [8.917, 42.467], - [8.928, 42.472], - [8.933, 42.472], - [8.936, 42.471], - [8.938, 42.472], - [8.945, 42.472], - [8.953, 42.477], - [8.953, 42.478], - [8.959, 42.481], - [8.962, 42.482], - [8.966, 42.482], - [8.97, 42.485], - [8.972, 42.485], - [8.975, 42.488], - [8.977, 42.488], - [8.984, 42.492], - [8.986, 42.491], - [8.988, 42.493], - [8.991, 42.494], - [8.994, 42.494], - [8.994, 42.496], - [8.999, 42.498], - [9, 42.501], - [9.003, 42.503], - [9.006, 42.503], - [9.008, 42.505], - [9.014, 42.508], - [9.021, 42.51], - [9.018, 42.514], - [9.015, 42.521], - [9.011, 42.523], - [9.009, 42.527], - [9.006, 42.528], - [9.001, 42.524], - [9, 42.521], - [9.002, 42.517], - [8.997, 42.516], - [8.995, 42.517], - [8.993, 42.516], - [8.991, 42.517], - [8.989, 42.516], - [8.984, 42.517], - [8.984, 42.515], - [8.989, 42.511], - [8.992, 42.508], - [8.988, 42.508], - [8.977, 42.504], - [8.972, 42.505], - [8.962, 42.506], - [8.957, 42.506], - [8.954, 42.505], - [8.951, 42.505], - [8.945, 42.503], - [8.941, 42.498], - [8.934, 42.496], - [8.931, 42.492], - [8.927, 42.491], - [8.922, 42.492] - ] - ] - }, - "properties": { - "NOM_COM_M": "MAUSOLEO", - "INSEE_COM": "2B156", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.978, 42.392], - [8.98, 42.39], - [8.989, 42.388], - [8.994, 42.384], - [8.997, 42.383], - [9.001, 42.379], - [9.005, 42.378], - [9.01, 42.378], - [9.014, 42.373], - [9.019, 42.371], - [9.019, 42.37], - [9.016, 42.364], - [9.018, 42.362], - [9.017, 42.36], - [9.018, 42.357], - [9.021, 42.356], - [9.025, 42.353], - [9.029, 42.351], - [9.03, 42.348], - [9.034, 42.346], - [9.034, 42.345], - [9.04, 42.335], - [9.049, 42.332], - [9.049, 42.33], - [9.053, 42.328], - [9.061, 42.326], - [9.066, 42.323], - [9.069, 42.319], - [9.076, 42.314], - [9.085, 42.308], - [9.086, 42.312], - [9.09, 42.317], - [9.094, 42.32], - [9.093, 42.323], - [9.092, 42.325], - [9.092, 42.329], - [9.094, 42.331], - [9.094, 42.333], - [9.097, 42.334], - [9.098, 42.336], - [9.098, 42.337], - [9.094, 42.339], - [9.093, 42.338], - [9.088, 42.346], - [9.083, 42.349], - [9.086, 42.353], - [9.086, 42.356], - [9.091, 42.363], - [9.096, 42.366], - [9.098, 42.369], - [9.104, 42.372], - [9.107, 42.379], - [9.11, 42.383], - [9.11, 42.385], - [9.112, 42.388], - [9.107, 42.388], - [9.101, 42.387], - [9.098, 42.386], - [9.092, 42.389], - [9.093, 42.39], - [9.088, 42.4], - [9.088, 42.402], - [9.084, 42.404], - [9.081, 42.404], - [9.08, 42.408], - [9.078, 42.409], - [9.077, 42.412], - [9.074, 42.417], - [9.071, 42.417], - [9.066, 42.413], - [9.058, 42.413], - [9.056, 42.412], - [9.055, 42.409], - [9.053, 42.407], - [9.049, 42.405], - [9.048, 42.401], - [9.041, 42.399], - [9.037, 42.399], - [9.033, 42.398], - [9.027, 42.399], - [9.019, 42.399], - [9.01, 42.395], - [9.007, 42.395], - [9.003, 42.399], - [8.995, 42.4], - [8.988, 42.402], - [8.985, 42.398], - [8.98, 42.396], - [8.978, 42.392] - ] - ] - }, - "properties": { - "NOM_COM_M": "CORSCIA", - "INSEE_COM": "2B095", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.698, 42.229], - [8.7, 42.227], - [8.703, 42.227], - [8.708, 42.224], - [8.721, 42.224], - [8.722, 42.219], - [8.727, 42.216], - [8.736, 42.218], - [8.74, 42.22], - [8.74, 42.221], - [8.746, 42.225], - [8.749, 42.229], - [8.752, 42.23], - [8.752, 42.234], - [8.754, 42.24], - [8.754, 42.243], - [8.756, 42.246], - [8.756, 42.248], - [8.764, 42.251], - [8.768, 42.252], - [8.774, 42.254], - [8.777, 42.258], - [8.782, 42.261], - [8.784, 42.264], - [8.784, 42.267], - [8.782, 42.268], - [8.781, 42.271], - [8.776, 42.276], - [8.777, 42.278], - [8.775, 42.281], - [8.779, 42.282], - [8.781, 42.285], - [8.777, 42.285], - [8.775, 42.286], - [8.774, 42.289], - [8.767, 42.291], - [8.764, 42.288], - [8.759, 42.285], - [8.756, 42.282], - [8.755, 42.28], - [8.751, 42.279], - [8.741, 42.279], - [8.739, 42.28], - [8.737, 42.279], - [8.735, 42.28], - [8.73, 42.278], - [8.725, 42.278], - [8.721, 42.277], - [8.719, 42.278], - [8.715, 42.278], - [8.698, 42.274], - [8.694, 42.275], - [8.691, 42.275], - [8.689, 42.273], - [8.689, 42.271], - [8.692, 42.271], - [8.692, 42.266], - [8.689, 42.263], - [8.689, 42.261], - [8.693, 42.257], - [8.692, 42.254], - [8.688, 42.252], - [8.689, 42.25], - [8.688, 42.247], - [8.696, 42.245], - [8.701, 42.242], - [8.699, 42.241], - [8.699, 42.238], - [8.698, 42.236], - [8.7, 42.232], - [8.698, 42.229] - ] - ] - }, - "properties": { - "NOM_COM_M": "OTA", - "INSEE_COM": "2A198", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.887, 42.148], - [8.884, 42.148], - [8.874, 42.158], - [8.876, 42.164], - [8.878, 42.165], - [8.878, 42.175], - [8.88, 42.178], - [8.878, 42.179], - [8.87, 42.179], - [8.865, 42.18], - [8.857, 42.18], - [8.852, 42.178], - [8.846, 42.178], - [8.841, 42.176], - [8.834, 42.178], - [8.828, 42.179], - [8.825, 42.176], - [8.82, 42.176], - [8.821, 42.17], - [8.818, 42.167], - [8.818, 42.164], - [8.816, 42.164], - [8.811, 42.158], - [8.812, 42.155], - [8.813, 42.153], - [8.818, 42.149], - [8.821, 42.145], - [8.825, 42.142], - [8.828, 42.141], - [8.825, 42.139], - [8.822, 42.14], - [8.82, 42.135], - [8.824, 42.132], - [8.827, 42.133], - [8.831, 42.133], - [8.835, 42.131], - [8.836, 42.133], - [8.836, 42.137], - [8.837, 42.139], - [8.844, 42.139], - [8.845, 42.14], - [8.857, 42.142], - [8.861, 42.141], - [8.869, 42.144], - [8.87, 42.145], - [8.875, 42.146], - [8.885, 42.146], - [8.887, 42.148] - ] - ] - }, - "properties": { - "NOM_COM_M": "MURZO", - "INSEE_COM": "2A174", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.951, 41.921], - [8.954, 41.924], - [8.95, 41.931], - [8.949, 41.932], - [8.943, 41.933], - [8.939, 41.931], - [8.935, 41.932], - [8.933, 41.934], - [8.93, 41.934], - [8.927, 41.936], - [8.923, 41.936], - [8.92, 41.935], - [8.917, 41.932], - [8.912, 41.933], - [8.91, 41.936], - [8.904, 41.938], - [8.901, 41.937], - [8.895, 41.931], - [8.89, 41.929], - [8.889, 41.93], - [8.885, 41.93], - [8.874, 41.933], - [8.872, 41.933], - [8.871, 41.929], - [8.867, 41.928], - [8.864, 41.926], - [8.861, 41.924], - [8.859, 41.924], - [8.855, 41.921], - [8.851, 41.92], - [8.848, 41.918], - [8.843, 41.917], - [8.841, 41.914], - [8.838, 41.912], - [8.84, 41.907], - [8.843, 41.905], - [8.845, 41.905], - [8.849, 41.903], - [8.855, 41.907], - [8.867, 41.912], - [8.874, 41.916], - [8.877, 41.916], - [8.882, 41.918], - [8.887, 41.919], - [8.893, 41.919], - [8.897, 41.921], - [8.903, 41.919], - [8.905, 41.92], - [8.907, 41.919], - [8.911, 41.919], - [8.912, 41.92], - [8.919, 41.918], - [8.928, 41.92], - [8.932, 41.919], - [8.933, 41.92], - [8.941, 41.921], - [8.951, 41.921] - ] - ] - }, - "properties": { - "NOM_COM_M": "ECCICA SUARELLA", - "INSEE_COM": "2A104", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.038, 42.574], - [9.041, 42.575], - [9.04, 42.577], - [9.038, 42.577], - [9.034, 42.584], - [9.03, 42.585], - [9.03, 42.589], - [9.027, 42.593], - [9.028, 42.596], - [9.025, 42.598], - [9.026, 42.603], - [9.02, 42.609], - [9.019, 42.608], - [9.016, 42.611], - [9.016, 42.616], - [9.019, 42.62], - [9.02, 42.623], - [9.023, 42.626], - [9.022, 42.628], - [9.025, 42.631], - [9.022, 42.633], - [9.021, 42.635], - [9.021, 42.639], - [9.018, 42.642], - [9.011, 42.64], - [9.007, 42.64], - [9.008, 42.642], - [9.004, 42.643], - [9, 42.642], - [9, 42.639], - [8.999, 42.634], - [9, 42.625], - [8.998, 42.614], - [9.001, 42.609], - [9.001, 42.605], - [9.002, 42.599], - [9.003, 42.597], - [9.006, 42.595], - [9.005, 42.591], - [9.006, 42.589], - [9.01, 42.585], - [9.01, 42.582], - [9.013, 42.579], - [9.019, 42.576], - [9.023, 42.575], - [9.027, 42.576], - [9.033, 42.576], - [9.038, 42.574] - ] - ] - }, - "properties": { - "NOM_COM_M": "BELGODERE", - "INSEE_COM": "2B034", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.924, 42.626], - [8.931, 42.623], - [8.935, 42.622], - [8.935, 42.624], - [8.939, 42.625], - [8.943, 42.629], - [8.95, 42.632], - [8.948, 42.634], - [8.943, 42.634], - [8.939, 42.635], - [8.935, 42.639], - [8.93, 42.637], - [8.924, 42.638], - [8.924, 42.635], - [8.923, 42.631], - [8.924, 42.626] - ] - ] - }, - "properties": { - "NOM_COM_M": "ILE ROUSSE", - "INSEE_COM": "2B134", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.916, 42.569], - [8.917, 42.571], - [8.919, 42.575], - [8.914, 42.575], - [8.912, 42.574], - [8.905, 42.574], - [8.907, 42.576], - [8.901, 42.576], - [8.899, 42.574], - [8.896, 42.574], - [8.891, 42.573], - [8.886, 42.576], - [8.884, 42.576], - [8.885, 42.572], - [8.883, 42.57], - [8.879, 42.568], - [8.875, 42.565], - [8.877, 42.561], - [8.88, 42.56], - [8.887, 42.565], - [8.894, 42.567], - [8.897, 42.567], - [8.897, 42.564], - [8.902, 42.565], - [8.907, 42.565], - [8.913, 42.567], - [8.916, 42.569] - ] - ] - }, - "properties": { - "NOM_COM_M": "CATERI", - "INSEE_COM": "2B084", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.952, 42.573], - [8.949, 42.574], - [8.948, 42.576], - [8.951, 42.58], - [8.95, 42.583], - [8.948, 42.585], - [8.949, 42.587], - [8.942, 42.584], - [8.933, 42.584], - [8.929, 42.582], - [8.925, 42.581], - [8.92, 42.577], - [8.919, 42.575], - [8.917, 42.571], - [8.92, 42.568], - [8.927, 42.558], - [8.931, 42.553], - [8.928, 42.548], - [8.925, 42.546], - [8.922, 42.545], - [8.923, 42.543], - [8.922, 42.541], - [8.924, 42.539], - [8.924, 42.537], - [8.928, 42.536], - [8.934, 42.531], - [8.935, 42.528], - [8.933, 42.526], - [8.933, 42.523], - [8.932, 42.52], - [8.935, 42.517], - [8.939, 42.517], - [8.94, 42.516], - [8.956, 42.516], - [8.96, 42.518], - [8.964, 42.519], - [8.964, 42.525], - [8.966, 42.528], - [8.966, 42.531], - [8.961, 42.533], - [8.959, 42.535], - [8.953, 42.537], - [8.949, 42.54], - [8.946, 42.54], - [8.944, 42.544], - [8.944, 42.547], - [8.942, 42.55], - [8.942, 42.553], - [8.943, 42.555], - [8.947, 42.558], - [8.943, 42.561], - [8.943, 42.564], - [8.947, 42.565], - [8.947, 42.568], - [8.949, 42.569], - [8.952, 42.573] - ] - ] - }, - "properties": { - "NOM_COM_M": "FELICETO", - "INSEE_COM": "2B112", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.925, 42.581], - [8.923, 42.585], - [8.921, 42.586], - [8.915, 42.587], - [8.914, 42.593], - [8.917, 42.598], - [8.914, 42.596], - [8.905, 42.594], - [8.903, 42.593], - [8.9, 42.595], - [8.897, 42.594], - [8.895, 42.595], - [8.894, 42.593], - [8.895, 42.591], - [8.895, 42.588], - [8.896, 42.585], - [8.9, 42.576], - [8.899, 42.574], - [8.901, 42.576], - [8.907, 42.576], - [8.905, 42.574], - [8.912, 42.574], - [8.914, 42.575], - [8.919, 42.575], - [8.92, 42.577], - [8.925, 42.581] - ] - ] - }, - "properties": { - "NOM_COM_M": "SANT ANTONINO", - "INSEE_COM": "2B296", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.797, 42.187], - [8.799, 42.194], - [8.796, 42.201], - [8.792, 42.204], - [8.794, 42.207], - [8.792, 42.207], - [8.781, 42.204], - [8.772, 42.203], - [8.768, 42.201], - [8.762, 42.199], - [8.759, 42.195], - [8.755, 42.2], - [8.758, 42.202], - [8.757, 42.205], - [8.755, 42.206], - [8.751, 42.205], - [8.748, 42.207], - [8.734, 42.209], - [8.72, 42.209], - [8.718, 42.207], - [8.717, 42.203], - [8.718, 42.201], - [8.718, 42.198], - [8.715, 42.198], - [8.713, 42.195], - [8.709, 42.195], - [8.706, 42.193], - [8.705, 42.191], - [8.702, 42.189], - [8.703, 42.185], - [8.705, 42.184], - [8.71, 42.183], - [8.714, 42.18], - [8.718, 42.176], - [8.721, 42.174], - [8.723, 42.175], - [8.732, 42.172], - [8.737, 42.171], - [8.745, 42.172], - [8.752, 42.167], - [8.753, 42.168], - [8.757, 42.167], - [8.761, 42.168], - [8.763, 42.166], - [8.765, 42.166], - [8.767, 42.163], - [8.769, 42.164], - [8.772, 42.162], - [8.776, 42.162], - [8.781, 42.167], - [8.784, 42.166], - [8.787, 42.169], - [8.787, 42.171], - [8.792, 42.176], - [8.796, 42.181], - [8.795, 42.183], - [8.797, 42.187] - ] - ] - }, - "properties": { - "NOM_COM_M": "BALOGNA", - "INSEE_COM": "2A028", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.843, 42.509], - [8.842, 42.513], - [8.839, 42.517], - [8.838, 42.52], - [8.834, 42.519], - [8.828, 42.515], - [8.821, 42.515], - [8.821, 42.512], - [8.817, 42.509], - [8.814, 42.509], - [8.808, 42.512], - [8.805, 42.511], - [8.801, 42.514], - [8.8, 42.513], - [8.8, 42.506], - [8.801, 42.502], - [8.801, 42.497], - [8.802, 42.492], - [8.805, 42.487], - [8.809, 42.485], - [8.815, 42.491], - [8.822, 42.494], - [8.829, 42.495], - [8.83, 42.497], - [8.833, 42.5], - [8.835, 42.505], - [8.839, 42.505], - [8.84, 42.504], - [8.843, 42.509] - ] - ] - }, - "properties": { - "NOM_COM_M": "MONCALE", - "INSEE_COM": "2B165", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.062, 42.694], - [9.059, 42.695], - [9.057, 42.692], - [9.058, 42.69], - [9.058, 42.685], - [9.06, 42.684], - [9.054, 42.682], - [9.055, 42.678], - [9.055, 42.674], - [9.06, 42.671], - [9.057, 42.669], - [9.062, 42.665], - [9.06, 42.661], - [9.053, 42.658], - [9.047, 42.656], - [9.046, 42.655], - [9.04, 42.653], - [9.038, 42.653], - [9.036, 42.655], - [9.028, 42.652], - [9.023, 42.646], - [9.018, 42.642], - [9.021, 42.639], - [9.021, 42.635], - [9.022, 42.633], - [9.025, 42.631], - [9.022, 42.628], - [9.023, 42.626], - [9.02, 42.623], - [9.019, 42.62], - [9.016, 42.616], - [9.016, 42.611], - [9.019, 42.608], - [9.02, 42.609], - [9.026, 42.603], - [9.025, 42.598], - [9.028, 42.596], - [9.027, 42.593], - [9.03, 42.589], - [9.03, 42.585], - [9.034, 42.584], - [9.038, 42.577], - [9.04, 42.577], - [9.041, 42.575], - [9.043, 42.576], - [9.047, 42.576], - [9.051, 42.578], - [9.053, 42.58], - [9.057, 42.58], - [9.06, 42.579], - [9.062, 42.581], - [9.068, 42.579], - [9.07, 42.58], - [9.074, 42.579], - [9.071, 42.583], - [9.07, 42.587], - [9.072, 42.594], - [9.072, 42.596], - [9.074, 42.598], - [9.074, 42.601], - [9.076, 42.601], - [9.079, 42.604], - [9.075, 42.606], - [9.075, 42.609], - [9.077, 42.611], - [9.077, 42.616], - [9.08, 42.618], - [9.085, 42.619], - [9.09, 42.629], - [9.09, 42.635], - [9.088, 42.637], - [9.089, 42.64], - [9.093, 42.641], - [9.094, 42.644], - [9.096, 42.646], - [9.096, 42.648], - [9.103, 42.653], - [9.106, 42.656], - [9.104, 42.657], - [9.1, 42.656], - [9.097, 42.659], - [9.093, 42.66], - [9.092, 42.663], - [9.089, 42.666], - [9.09, 42.669], - [9.086, 42.672], - [9.085, 42.676], - [9.083, 42.679], - [9.071, 42.685], - [9.066, 42.686], - [9.062, 42.694] - ] - ] - }, - "properties": { - "NOM_COM_M": "PALASCA", - "INSEE_COM": "2B199", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.895, 42.595], - [8.897, 42.594], - [8.9, 42.595], - [8.903, 42.593], - [8.905, 42.594], - [8.914, 42.596], - [8.917, 42.598], - [8.919, 42.602], - [8.909, 42.602], - [8.906, 42.6], - [8.899, 42.603], - [8.89, 42.605], - [8.883, 42.608], - [8.881, 42.607], - [8.881, 42.604], - [8.886, 42.603], - [8.885, 42.601], - [8.887, 42.599], - [8.891, 42.599], - [8.89, 42.597], - [8.892, 42.595], - [8.895, 42.595] - ] - ] - }, - "properties": { - "NOM_COM_M": "PIGNA", - "INSEE_COM": "2B231", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.882, 42.272], - [8.878, 42.269], - [8.875, 42.268], - [8.869, 42.264], - [8.862, 42.264], - [8.861, 42.261], - [8.858, 42.26], - [8.854, 42.256], - [8.852, 42.256], - [8.845, 42.254], - [8.837, 42.253], - [8.833, 42.252], - [8.826, 42.245], - [8.827, 42.243], - [8.826, 42.24], - [8.823, 42.241], - [8.82, 42.239], - [8.814, 42.239], - [8.811, 42.236], - [8.81, 42.233], - [8.81, 42.23], - [8.813, 42.229], - [8.816, 42.229], - [8.819, 42.226], - [8.819, 42.222], - [8.824, 42.222], - [8.826, 42.224], - [8.832, 42.223], - [8.834, 42.222], - [8.849, 42.22], - [8.854, 42.223], - [8.864, 42.225], - [8.867, 42.23], - [8.87, 42.233], - [8.87, 42.236], - [8.871, 42.239], - [8.88, 42.246], - [8.882, 42.247], - [8.887, 42.247], - [8.894, 42.251], - [8.897, 42.251], - [8.901, 42.253], - [8.905, 42.254], - [8.899, 42.259], - [8.893, 42.263], - [8.889, 42.267], - [8.883, 42.27], - [8.882, 42.272] - ] - ] - }, - "properties": { - "NOM_COM_M": "CRISTINACCE", - "INSEE_COM": "2A100", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.907, 42.538], - [8.899, 42.536], - [8.889, 42.533], - [8.888, 42.531], - [8.882, 42.531], - [8.88, 42.529], - [8.874, 42.527], - [8.872, 42.525], - [8.864, 42.524], - [8.858, 42.524], - [8.865, 42.52], - [8.869, 42.52], - [8.869, 42.518], - [8.871, 42.516], - [8.874, 42.517], - [8.882, 42.511], - [8.886, 42.513], - [8.894, 42.509], - [8.899, 42.505], - [8.908, 42.503], - [8.915, 42.501], - [8.919, 42.498], - [8.922, 42.501], - [8.924, 42.504], - [8.928, 42.507], - [8.931, 42.51], - [8.938, 42.513], - [8.94, 42.516], - [8.939, 42.517], - [8.935, 42.517], - [8.932, 42.52], - [8.926, 42.524], - [8.918, 42.527], - [8.916, 42.53], - [8.916, 42.534], - [8.913, 42.535], - [8.907, 42.538] - ] - ] - }, - "properties": { - "NOM_COM_M": "ZILIA", - "INSEE_COM": "2B361", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.87, 42.049], - [8.869, 42.044], - [8.87, 42.04], - [8.867, 42.037], - [8.865, 42.031], - [8.867, 42.026], - [8.87, 42.024], - [8.869, 42.022], - [8.87, 42.02], - [8.867, 42.015], - [8.869, 42.015], - [8.871, 42.012], - [8.876, 42.015], - [8.882, 42.014], - [8.884, 42.01], - [8.888, 42.012], - [8.889, 42.015], - [8.893, 42.017], - [8.898, 42.021], - [8.9, 42.021], - [8.903, 42.023], - [8.905, 42.026], - [8.907, 42.026], - [8.909, 42.03], - [8.908, 42.031], - [8.91, 42.036], - [8.908, 42.039], - [8.905, 42.039], - [8.902, 42.041], - [8.901, 42.039], - [8.895, 42.043], - [8.894, 42.045], - [8.89, 42.046], - [8.887, 42.048], - [8.882, 42.05], - [8.881, 42.052], - [8.877, 42.056], - [8.876, 42.054], - [8.87, 42.049] - ] - ] - }, - "properties": { - "NOM_COM_M": "TAVACO", - "INSEE_COM": "2A323", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.877, 42.561], - [8.875, 42.565], - [8.879, 42.568], - [8.883, 42.57], - [8.885, 42.572], - [8.884, 42.576], - [8.881, 42.576], - [8.88, 42.578], - [8.877, 42.577], - [8.873, 42.578], - [8.868, 42.582], - [8.863, 42.583], - [8.86, 42.583], - [8.857, 42.584], - [8.855, 42.589], - [8.853, 42.591], - [8.85, 42.589], - [8.847, 42.584], - [8.844, 42.582], - [8.84, 42.581], - [8.84, 42.579], - [8.842, 42.578], - [8.841, 42.576], - [8.845, 42.574], - [8.843, 42.572], - [8.847, 42.569], - [8.85, 42.565], - [8.85, 42.564], - [8.855, 42.562], - [8.861, 42.561], - [8.868, 42.562], - [8.871, 42.564], - [8.872, 42.562], - [8.877, 42.561] - ] - ] - }, - "properties": { - "NOM_COM_M": "LAVATOGGIO", - "INSEE_COM": "2B138", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.881, 42.607], - [8.876, 42.61], - [8.876, 42.615], - [8.872, 42.61], - [8.867, 42.608], - [8.871, 42.605], - [8.868, 42.604], - [8.867, 42.602], - [8.864, 42.601], - [8.86, 42.602], - [8.86, 42.6], - [8.856, 42.598], - [8.854, 42.597], - [8.853, 42.591], - [8.855, 42.589], - [8.857, 42.584], - [8.86, 42.583], - [8.863, 42.583], - [8.868, 42.582], - [8.873, 42.578], - [8.877, 42.577], - [8.88, 42.578], - [8.881, 42.576], - [8.884, 42.576], - [8.886, 42.576], - [8.891, 42.573], - [8.896, 42.574], - [8.899, 42.574], - [8.9, 42.576], - [8.896, 42.585], - [8.895, 42.588], - [8.895, 42.591], - [8.894, 42.593], - [8.895, 42.595], - [8.892, 42.595], - [8.89, 42.597], - [8.891, 42.599], - [8.887, 42.599], - [8.885, 42.601], - [8.886, 42.603], - [8.881, 42.604], - [8.881, 42.607] - ] - ] - }, - "properties": { - "NOM_COM_M": "AREGNO", - "INSEE_COM": "2B020", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.061, 42.504], - [9.064, 42.505], - [9.066, 42.504], - [9.071, 42.505], - [9.078, 42.507], - [9.079, 42.512], - [9.082, 42.52], - [9.078, 42.529], - [9.079, 42.531], - [9.077, 42.533], - [9.077, 42.535], - [9.075, 42.538], - [9.073, 42.536], - [9.062, 42.533], - [9.045, 42.533], - [9.041, 42.535], - [9.04, 42.533], - [9.04, 42.523], - [9.037, 42.523], - [9.037, 42.52], - [9.035, 42.519], - [9.036, 42.516], - [9.04, 42.512], - [9.04, 42.505], - [9.038, 42.498], - [9.036, 42.495], - [9.045, 42.497], - [9.047, 42.499], - [9.05, 42.499], - [9.052, 42.498], - [9.057, 42.5], - [9.061, 42.504] - ] - ] - }, - "properties": { - "NOM_COM_M": "VALLICA", - "INSEE_COM": "2B339", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.85, 42.565], - [8.847, 42.569], - [8.843, 42.572], - [8.845, 42.574], - [8.841, 42.576], - [8.842, 42.578], - [8.84, 42.579], - [8.84, 42.581], - [8.844, 42.582], - [8.847, 42.584], - [8.85, 42.589], - [8.853, 42.591], - [8.854, 42.597], - [8.856, 42.598], - [8.851, 42.599], - [8.851, 42.601], - [8.847, 42.603], - [8.85, 42.606], - [8.848, 42.609], - [8.843, 42.608], - [8.842, 42.605], - [8.832, 42.601], - [8.829, 42.602], - [8.827, 42.606], - [8.823, 42.606], - [8.82, 42.604], - [8.817, 42.605], - [8.815, 42.604], - [8.809, 42.604], - [8.802, 42.602], - [8.805, 42.599], - [8.808, 42.6], - [8.81, 42.598], - [8.811, 42.59], - [8.805, 42.589], - [8.802, 42.587], - [8.802, 42.585], - [8.799, 42.583], - [8.802, 42.582], - [8.803, 42.579], - [8.805, 42.576], - [8.805, 42.572], - [8.804, 42.57], - [8.797, 42.565], - [8.801, 42.561], - [8.802, 42.559], - [8.805, 42.558], - [8.805, 42.556], - [8.81, 42.553], - [8.812, 42.552], - [8.817, 42.552], - [8.823, 42.551], - [8.827, 42.552], - [8.827, 42.554], - [8.829, 42.555], - [8.834, 42.555], - [8.841, 42.562], - [8.847, 42.566], - [8.85, 42.565] - ] - ] - }, - "properties": { - "NOM_COM_M": "LUMIO", - "INSEE_COM": "2B150", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.975, 42.614], - [8.978, 42.612], - [8.978, 42.609], - [8.976, 42.607], - [8.978, 42.604], - [8.976, 42.603], - [8.976, 42.6], - [8.978, 42.598], - [8.978, 42.588], - [8.981, 42.582], - [8.984, 42.58], - [8.984, 42.572], - [8.983, 42.564], - [8.99, 42.554], - [8.993, 42.553], - [8.999, 42.549], - [8.998, 42.552], - [9.008, 42.554], - [9.008, 42.559], - [9.007, 42.563], - [9.005, 42.566], - [9.004, 42.569], - [9.001, 42.568], - [8.999, 42.569], - [8.993, 42.574], - [8.993, 42.576], - [8.995, 42.578], - [8.997, 42.582], - [8.996, 42.585], - [9, 42.585], - [8.998, 42.592], - [8.994, 42.594], - [8.992, 42.601], - [8.989, 42.61], - [8.986, 42.614], - [8.985, 42.62], - [8.983, 42.618], - [8.98, 42.618], - [8.979, 42.616], - [8.975, 42.614] - ] - ] - }, - "properties": { - "NOM_COM_M": "VILLE DI PARASO", - "INSEE_COM": "2B352", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.076, 42.314], - [9.069, 42.319], - [9.066, 42.323], - [9.061, 42.326], - [9.053, 42.328], - [9.049, 42.33], - [9.049, 42.332], - [9.04, 42.335], - [9.034, 42.345], - [9.034, 42.346], - [9.03, 42.348], - [9.029, 42.351], - [9.025, 42.353], - [9.019, 42.347], - [9.013, 42.343], - [9.013, 42.341], - [9.001, 42.336], - [8.998, 42.334], - [8.997, 42.331], - [8.998, 42.329], - [8.995, 42.328], - [8.994, 42.324], - [8.997, 42.324], - [9.001, 42.325], - [9.003, 42.324], - [9.009, 42.326], - [9.012, 42.322], - [9.015, 42.322], - [9.023, 42.312], - [9.024, 42.309], - [9.028, 42.302], - [9.031, 42.303], - [9.036, 42.306], - [9.037, 42.304], - [9.038, 42.297], - [9.039, 42.296], - [9.056, 42.305], - [9.061, 42.306], - [9.076, 42.314] - ] - ] - }, - "properties": { - "NOM_COM_M": "CALACUCCIA", - "INSEE_COM": "2B047", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.917, 42.598], - [8.914, 42.593], - [8.915, 42.587], - [8.921, 42.586], - [8.923, 42.585], - [8.925, 42.581], - [8.929, 42.582], - [8.933, 42.584], - [8.942, 42.584], - [8.949, 42.587], - [8.949, 42.601], - [8.952, 42.602], - [8.951, 42.605], - [8.949, 42.607], - [8.945, 42.608], - [8.941, 42.61], - [8.942, 42.614], - [8.94, 42.617], - [8.935, 42.622], - [8.931, 42.623], - [8.924, 42.626], - [8.923, 42.621], - [8.92, 42.619], - [8.919, 42.616], - [8.917, 42.614], - [8.917, 42.611], - [8.914, 42.608], - [8.917, 42.605], - [8.919, 42.604], - [8.919, 42.602], - [8.917, 42.598] - ] - ] - }, - "properties": { - "NOM_COM_M": "SANTA REPARATA DI BALAGNA", - "INSEE_COM": "2B316", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.771, 42.325], - [8.78, 42.326], - [8.784, 42.326], - [8.79, 42.327], - [8.792, 42.323], - [8.802, 42.323], - [8.807, 42.32], - [8.811, 42.32], - [8.812, 42.319], - [8.819, 42.319], - [8.82, 42.316], - [8.823, 42.317], - [8.825, 42.319], - [8.828, 42.319], - [8.837, 42.324], - [8.841, 42.324], - [8.843, 42.325], - [8.845, 42.328], - [8.848, 42.327], - [8.853, 42.33], - [8.857, 42.331], - [8.866, 42.335], - [8.866, 42.338], - [8.868, 42.34], - [8.871, 42.34], - [8.875, 42.341], - [8.879, 42.343], - [8.88, 42.346], - [8.882, 42.349], - [8.886, 42.35], - [8.89, 42.352], - [8.893, 42.355], - [8.898, 42.358], - [8.899, 42.363], - [8.901, 42.364], - [8.901, 42.367], - [8.904, 42.368], - [8.905, 42.37], - [8.908, 42.372], - [8.912, 42.373], - [8.914, 42.375], - [8.914, 42.377], - [8.905, 42.379], - [8.9, 42.384], - [8.902, 42.386], - [8.902, 42.389], - [8.901, 42.393], - [8.903, 42.395], - [8.905, 42.4], - [8.909, 42.402], - [8.911, 42.41], - [8.907, 42.411], - [8.904, 42.413], - [8.899, 42.413], - [8.897, 42.412], - [8.894, 42.414], - [8.892, 42.413], - [8.887, 42.414], - [8.884, 42.413], - [8.879, 42.414], - [8.877, 42.417], - [8.873, 42.418], - [8.868, 42.42], - [8.865, 42.42], - [8.862, 42.421], - [8.856, 42.419], - [8.854, 42.417], - [8.85, 42.417], - [8.846, 42.416], - [8.838, 42.419], - [8.829, 42.416], - [8.824, 42.411], - [8.823, 42.409], - [8.815, 42.402], - [8.81, 42.4], - [8.798, 42.398], - [8.795, 42.399], - [8.791, 42.398], - [8.789, 42.4], - [8.785, 42.401], - [8.782, 42.406], - [8.777, 42.408], - [8.768, 42.408], - [8.763, 42.406], - [8.76, 42.406], - [8.755, 42.405], - [8.747, 42.407], - [8.74, 42.408], - [8.739, 42.41], - [8.733, 42.41], - [8.729, 42.409], - [8.728, 42.405], - [8.73, 42.402], - [8.727, 42.4], - [8.723, 42.4], - [8.719, 42.399], - [8.714, 42.397], - [8.717, 42.395], - [8.718, 42.393], - [8.722, 42.392], - [8.726, 42.389], - [8.733, 42.389], - [8.737, 42.388], - [8.744, 42.388], - [8.749, 42.387], - [8.751, 42.384], - [8.754, 42.384], - [8.753, 42.381], - [8.747, 42.379], - [8.746, 42.375], - [8.747, 42.374], - [8.745, 42.369], - [8.742, 42.366], - [8.74, 42.366], - [8.735, 42.361], - [8.733, 42.356], - [8.73, 42.35], - [8.73, 42.348], - [8.728, 42.347], - [8.725, 42.342], - [8.728, 42.34], - [8.735, 42.339], - [8.738, 42.34], - [8.742, 42.338], - [8.746, 42.338], - [8.751, 42.339], - [8.757, 42.339], - [8.759, 42.337], - [8.763, 42.331], - [8.766, 42.33], - [8.771, 42.325] - ] - ] - }, - "properties": { - "NOM_COM_M": "MANSO", - "INSEE_COM": "2B153", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.703, 42.185], - [8.702, 42.189], - [8.705, 42.191], - [8.706, 42.193], - [8.709, 42.195], - [8.713, 42.195], - [8.715, 42.198], - [8.718, 42.198], - [8.718, 42.201], - [8.717, 42.203], - [8.718, 42.207], - [8.72, 42.209], - [8.734, 42.209], - [8.748, 42.207], - [8.751, 42.205], - [8.755, 42.206], - [8.757, 42.205], - [8.758, 42.202], - [8.755, 42.2], - [8.759, 42.195], - [8.762, 42.199], - [8.768, 42.201], - [8.772, 42.203], - [8.781, 42.204], - [8.792, 42.207], - [8.794, 42.207], - [8.792, 42.212], - [8.794, 42.213], - [8.8, 42.214], - [8.807, 42.217], - [8.81, 42.219], - [8.813, 42.219], - [8.817, 42.222], - [8.819, 42.222], - [8.819, 42.226], - [8.816, 42.229], - [8.813, 42.229], - [8.81, 42.23], - [8.81, 42.233], - [8.811, 42.236], - [8.814, 42.239], - [8.812, 42.241], - [8.802, 42.241], - [8.799, 42.24], - [8.796, 42.238], - [8.793, 42.238], - [8.793, 42.241], - [8.79, 42.241], - [8.787, 42.243], - [8.786, 42.245], - [8.781, 42.246], - [8.776, 42.244], - [8.774, 42.246], - [8.776, 42.249], - [8.776, 42.251], - [8.772, 42.25], - [8.768, 42.252], - [8.764, 42.251], - [8.756, 42.248], - [8.756, 42.246], - [8.754, 42.243], - [8.754, 42.24], - [8.752, 42.234], - [8.752, 42.23], - [8.749, 42.229], - [8.746, 42.225], - [8.74, 42.221], - [8.74, 42.22], - [8.736, 42.218], - [8.727, 42.216], - [8.722, 42.219], - [8.721, 42.224], - [8.708, 42.224], - [8.703, 42.227], - [8.7, 42.227], - [8.698, 42.229], - [8.695, 42.227], - [8.693, 42.228], - [8.689, 42.225], - [8.687, 42.222], - [8.681, 42.218], - [8.679, 42.216], - [8.676, 42.215], - [8.673, 42.21], - [8.667, 42.211], - [8.664, 42.212], - [8.662, 42.211], - [8.662, 42.209], - [8.659, 42.206], - [8.66, 42.204], - [8.656, 42.204], - [8.654, 42.203], - [8.654, 42.2], - [8.649, 42.201], - [8.646, 42.199], - [8.641, 42.194], - [8.636, 42.191], - [8.633, 42.19], - [8.63, 42.188], - [8.625, 42.187], - [8.621, 42.185], - [8.624, 42.18], - [8.627, 42.179], - [8.625, 42.175], - [8.629, 42.175], - [8.631, 42.174], - [8.636, 42.166], - [8.637, 42.167], - [8.642, 42.167], - [8.649, 42.168], - [8.649, 42.169], - [8.669, 42.171], - [8.672, 42.17], - [8.676, 42.17], - [8.682, 42.172], - [8.693, 42.178], - [8.697, 42.183], - [8.7, 42.185], - [8.703, 42.185] - ] - ] - }, - "properties": { - "NOM_COM_M": "MARIGNANA", - "INSEE_COM": "2A154", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.835, 42.131], - [8.835, 42.129], - [8.832, 42.129], - [8.832, 42.126], - [8.828, 42.125], - [8.826, 42.126], - [8.824, 42.124], - [8.82, 42.123], - [8.821, 42.119], - [8.821, 42.116], - [8.829, 42.114], - [8.839, 42.114], - [8.843, 42.111], - [8.847, 42.112], - [8.848, 42.11], - [8.851, 42.107], - [8.852, 42.103], - [8.855, 42.103], - [8.859, 42.101], - [8.86, 42.099], - [8.864, 42.1], - [8.87, 42.099], - [8.874, 42.1], - [8.872, 42.106], - [8.874, 42.108], - [8.875, 42.111], - [8.877, 42.112], - [8.885, 42.118], - [8.889, 42.123], - [8.893, 42.126], - [8.895, 42.13], - [8.893, 42.136], - [8.895, 42.14], - [8.897, 42.141], - [8.893, 42.148], - [8.887, 42.148], - [8.885, 42.146], - [8.875, 42.146], - [8.87, 42.145], - [8.869, 42.144], - [8.861, 42.141], - [8.857, 42.142], - [8.845, 42.14], - [8.844, 42.139], - [8.837, 42.139], - [8.836, 42.137], - [8.836, 42.133], - [8.835, 42.131] - ] - ] - }, - "properties": { - "NOM_COM_M": "ROSAZIA", - "INSEE_COM": "2A262", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.94, 42.149], - [8.94, 42.146], - [8.938, 42.142], - [8.936, 42.142], - [8.934, 42.14], - [8.929, 42.138], - [8.93, 42.136], - [8.929, 42.133], - [8.93, 42.132], - [8.929, 42.129], - [8.93, 42.126], - [8.934, 42.124], - [8.935, 42.121], - [8.935, 42.118], - [8.94, 42.115], - [8.944, 42.109], - [8.945, 42.104], - [8.951, 42.102], - [8.956, 42.101], - [8.961, 42.1], - [8.964, 42.1], - [8.97, 42.103], - [8.974, 42.103], - [8.977, 42.105], - [8.978, 42.109], - [8.98, 42.111], - [8.983, 42.112], - [8.97, 42.12], - [8.965, 42.124], - [8.961, 42.126], - [8.962, 42.13], - [8.961, 42.133], - [8.959, 42.134], - [8.961, 42.139], - [8.958, 42.146], - [8.953, 42.151], - [8.944, 42.151], - [8.94, 42.149] - ] - ] - }, - "properties": { - "NOM_COM_M": "REZZA", - "INSEE_COM": "2A259", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.774, 42.102], - [8.77, 42.101], - [8.768, 42.098], - [8.769, 42.097], - [8.761, 42.092], - [8.76, 42.093], - [8.757, 42.091], - [8.754, 42.09], - [8.749, 42.09], - [8.744, 42.087], - [8.74, 42.087], - [8.737, 42.084], - [8.743, 42.086], - [8.746, 42.084], - [8.749, 42.083], - [8.756, 42.082], - [8.758, 42.083], - [8.76, 42.082], - [8.773, 42.082], - [8.778, 42.081], - [8.781, 42.079], - [8.787, 42.078], - [8.791, 42.079], - [8.795, 42.079], - [8.795, 42.082], - [8.799, 42.083], - [8.799, 42.089], - [8.793, 42.09], - [8.792, 42.089], - [8.787, 42.092], - [8.788, 42.094], - [8.782, 42.095], - [8.778, 42.094], - [8.779, 42.099], - [8.777, 42.102], - [8.774, 42.102] - ] - ] - }, - "properties": { - "NOM_COM_M": "AMBIEGNA", - "INSEE_COM": "2A014", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.818, 42.192], - [8.831, 42.195], - [8.837, 42.196], - [8.84, 42.198], - [8.843, 42.199], - [8.843, 42.201], - [8.846, 42.204], - [8.846, 42.214], - [8.849, 42.217], - [8.849, 42.22], - [8.834, 42.222], - [8.832, 42.223], - [8.826, 42.224], - [8.824, 42.222], - [8.819, 42.222], - [8.817, 42.222], - [8.813, 42.219], - [8.81, 42.219], - [8.807, 42.217], - [8.8, 42.214], - [8.794, 42.213], - [8.792, 42.212], - [8.794, 42.207], - [8.792, 42.204], - [8.796, 42.201], - [8.799, 42.194], - [8.797, 42.187], - [8.798, 42.188], - [8.805, 42.188], - [8.808, 42.19], - [8.815, 42.19], - [8.818, 42.192] - ] - ] - }, - "properties": { - "NOM_COM_M": "RENNO", - "INSEE_COM": "2A258", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.913, 42.143], - [8.917, 42.137], - [8.921, 42.122], - [8.919, 42.121], - [8.918, 42.118], - [8.916, 42.117], - [8.914, 42.112], - [8.91, 42.107], - [8.911, 42.105], - [8.916, 42.106], - [8.919, 42.106], - [8.921, 42.104], - [8.923, 42.1], - [8.926, 42.097], - [8.924, 42.093], - [8.924, 42.091], - [8.929, 42.09], - [8.934, 42.086], - [8.937, 42.085], - [8.944, 42.088], - [8.945, 42.09], - [8.947, 42.09], - [8.949, 42.09], - [8.952, 42.092], - [8.957, 42.093], - [8.957, 42.098], - [8.956, 42.101], - [8.951, 42.102], - [8.945, 42.104], - [8.944, 42.109], - [8.94, 42.115], - [8.935, 42.118], - [8.935, 42.121], - [8.934, 42.124], - [8.93, 42.126], - [8.929, 42.129], - [8.93, 42.132], - [8.929, 42.133], - [8.93, 42.136], - [8.929, 42.138], - [8.934, 42.14], - [8.936, 42.142], - [8.938, 42.142], - [8.94, 42.146], - [8.94, 42.149], - [8.938, 42.149], - [8.935, 42.147], - [8.931, 42.146], - [8.921, 42.146], - [8.917, 42.145], - [8.916, 42.143], - [8.913, 42.143] - ] - ] - }, - "properties": { - "NOM_COM_M": "AZZANA", - "INSEE_COM": "2A027", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.794, 42.056], - [8.791, 42.055], - [8.788, 42.054], - [8.787, 42.051], - [8.791, 42.05], - [8.795, 42.051], - [8.797, 42.05], - [8.799, 42.051], - [8.807, 42.049], - [8.809, 42.049], - [8.812, 42.045], - [8.819, 42.042], - [8.823, 42.039], - [8.825, 42.039], - [8.832, 42.041], - [8.835, 42.039], - [8.842, 42.043], - [8.837, 42.046], - [8.835, 42.045], - [8.832, 42.048], - [8.824, 42.053], - [8.817, 42.053], - [8.814, 42.054], - [8.813, 42.053], - [8.803, 42.055], - [8.803, 42.054], - [8.796, 42.055], - [8.794, 42.056] - ] - ] - }, - "properties": { - "NOM_COM_M": "CANNELLE", - "INSEE_COM": "2A060", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.835, 42.039], - [8.832, 42.041], - [8.825, 42.039], - [8.823, 42.037], - [8.816, 42.035], - [8.815, 42.031], - [8.813, 42.029], - [8.809, 42.027], - [8.806, 42.028], - [8.805, 42.026], - [8.796, 42.024], - [8.8, 42.017], - [8.802, 42.017], - [8.803, 42.013], - [8.807, 42.013], - [8.81, 42.012], - [8.819, 42.012], - [8.824, 42.011], - [8.826, 42.01], - [8.829, 42.01], - [8.831, 42.014], - [8.837, 42.016], - [8.835, 42.018], - [8.836, 42.02], - [8.835, 42.023], - [8.835, 42.029], - [8.836, 42.031], - [8.835, 42.034], - [8.835, 42.039] - ] - ] - }, - "properties": { - "NOM_COM_M": "VALLE DI MEZZANA", - "INSEE_COM": "2A336", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.274, 42.303], - [9.271, 42.301], - [9.268, 42.298], - [9.267, 42.296], - [9.265, 42.296], - [9.255, 42.294], - [9.247, 42.291], - [9.241, 42.289], - [9.237, 42.289], - [9.232, 42.292], - [9.232, 42.295], - [9.229, 42.295], - [9.227, 42.295], - [9.226, 42.291], - [9.223, 42.289], - [9.223, 42.286], - [9.225, 42.285], - [9.233, 42.277], - [9.236, 42.277], - [9.246, 42.275], - [9.251, 42.276], - [9.255, 42.281], - [9.257, 42.281], - [9.255, 42.287], - [9.258, 42.29], - [9.262, 42.29], - [9.267, 42.291], - [9.274, 42.293], - [9.275, 42.291], - [9.277, 42.291], - [9.281, 42.293], - [9.281, 42.296], - [9.278, 42.297], - [9.278, 42.299], - [9.274, 42.303] - ] - ] - }, - "properties": { - "NOM_COM_M": "FAVALELLO", - "INSEE_COM": "2B110", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.394, 42.947], - [9.393, 42.949], - [9.397, 42.951], - [9.393, 42.954], - [9.393, 42.958], - [9.385, 42.955], - [9.382, 42.958], - [9.385, 42.961], - [9.384, 42.963], - [9.381, 42.965], - [9.38, 42.969], - [9.371, 42.971], - [9.37, 42.972], - [9.362, 42.975], - [9.36, 42.978], - [9.357, 42.985], - [9.355, 42.985], - [9.352, 42.987], - [9.351, 42.99], - [9.347, 42.993], - [9.344, 42.998], - [9.341, 42.992], - [9.343, 42.99], - [9.343, 42.987], - [9.344, 42.983], - [9.342, 42.981], - [9.342, 42.979], - [9.345, 42.976], - [9.348, 42.974], - [9.351, 42.973], - [9.349, 42.971], - [9.351, 42.968], - [9.348, 42.966], - [9.35, 42.961], - [9.354, 42.961], - [9.356, 42.958], - [9.36, 42.955], - [9.364, 42.955], - [9.367, 42.953], - [9.371, 42.952], - [9.373, 42.953], - [9.379, 42.952], - [9.386, 42.952], - [9.385, 42.95], - [9.387, 42.946], - [9.39, 42.945], - [9.394, 42.947] - ] - ] - }, - "properties": { - "NOM_COM_M": "CENTURI", - "INSEE_COM": "2B086", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.461, 42.74], - [9.464, 42.746], - [9.464, 42.749], - [9.468, 42.753], - [9.465, 42.755], - [9.461, 42.755], - [9.458, 42.754], - [9.451, 42.754], - [9.446, 42.756], - [9.442, 42.757], - [9.437, 42.76], - [9.435, 42.762], - [9.427, 42.764], - [9.425, 42.765], - [9.418, 42.767], - [9.417, 42.771], - [9.415, 42.773], - [9.411, 42.771], - [9.407, 42.765], - [9.405, 42.764], - [9.404, 42.76], - [9.4, 42.758], - [9.398, 42.758], - [9.394, 42.754], - [9.391, 42.753], - [9.388, 42.751], - [9.388, 42.748], - [9.39, 42.746], - [9.393, 42.741], - [9.395, 42.741], - [9.401, 42.739], - [9.403, 42.739], - [9.416, 42.736], - [9.42, 42.74], - [9.421, 42.743], - [9.423, 42.744], - [9.428, 42.744], - [9.432, 42.742], - [9.437, 42.744], - [9.441, 42.742], - [9.442, 42.74], - [9.445, 42.739], - [9.45, 42.742], - [9.456, 42.742], - [9.461, 42.74] - ] - ] - }, - "properties": { - "NOM_COM_M": "SANTA MARIA DI LOTA", - "INSEE_COM": "2B309", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [9.404, 43.006], - [9.401, 43.009], - [9.397, 43.007], - [9.395, 43.007], - [9.392, 43.009], - [9.391, 43.007], - [9.383, 43.01], - [9.381, 43.008], - [9.377, 43.007], - [9.374, 43.005], - [9.372, 43.006], - [9.368, 43.005], - [9.365, 43.006], - [9.361, 43.006], - [9.358, 43.007], - [9.357, 43.005], - [9.353, 43.002], - [9.344, 43], - [9.344, 42.998], - [9.347, 42.993], - [9.351, 42.99], - [9.352, 42.987], - [9.355, 42.985], - [9.357, 42.985], - [9.36, 42.978], - [9.362, 42.975], - [9.37, 42.972], - [9.371, 42.971], - [9.38, 42.969], - [9.381, 42.965], - [9.384, 42.963], - [9.385, 42.961], - [9.382, 42.958], - [9.385, 42.955], - [9.393, 42.958], - [9.401, 42.966], - [9.407, 42.974], - [9.409, 42.974], - [9.409, 42.977], - [9.413, 42.978], - [9.415, 42.98], - [9.413, 42.982], - [9.413, 42.988], - [9.411, 42.995], - [9.405, 43.002], - [9.404, 43.006] - ] - ], - [ - [ - [9.408, 43.026], - [9.406, 43.028], - [9.404, 43.026], - [9.407, 43.024], - [9.408, 43.026] - ] - ] - ] - }, - "properties": { - "NOM_COM_M": "ERSA", - "INSEE_COM": "2B107", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.395, 42.741], - [9.397, 42.736], - [9.396, 42.728], - [9.405, 42.728], - [9.416, 42.725], - [9.417, 42.724], - [9.427, 42.726], - [9.431, 42.725], - [9.437, 42.725], - [9.442, 42.722], - [9.446, 42.723], - [9.449, 42.722], - [9.453, 42.717], - [9.456, 42.718], - [9.456, 42.721], - [9.459, 42.725], - [9.462, 42.736], - [9.461, 42.74], - [9.456, 42.742], - [9.45, 42.742], - [9.445, 42.739], - [9.442, 42.74], - [9.441, 42.742], - [9.437, 42.744], - [9.432, 42.742], - [9.428, 42.744], - [9.423, 42.744], - [9.421, 42.743], - [9.42, 42.74], - [9.416, 42.736], - [9.403, 42.739], - [9.401, 42.739], - [9.395, 42.741] - ] - ] - }, - "properties": { - "NOM_COM_M": "SAN MARTINO DI LOTA", - "INSEE_COM": "2B305", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.392, 42.845], - [9.392, 42.847], - [9.394, 42.848], - [9.394, 42.852], - [9.396, 42.855], - [9.402, 42.861], - [9.396, 42.862], - [9.393, 42.865], - [9.389, 42.871], - [9.386, 42.874], - [9.383, 42.875], - [9.381, 42.878], - [9.378, 42.881], - [9.372, 42.884], - [9.372, 42.888], - [9.369, 42.889], - [9.362, 42.888], - [9.361, 42.89], - [9.358, 42.889], - [9.35, 42.892], - [9.343, 42.895], - [9.34, 42.898], - [9.336, 42.897], - [9.331, 42.898], - [9.326, 42.901], - [9.322, 42.9], - [9.322, 42.897], - [9.32, 42.894], - [9.323, 42.893], - [9.328, 42.89], - [9.328, 42.887], - [9.329, 42.885], - [9.327, 42.883], - [9.328, 42.88], - [9.327, 42.878], - [9.329, 42.876], - [9.329, 42.874], - [9.332, 42.871], - [9.337, 42.869], - [9.34, 42.866], - [9.343, 42.865], - [9.347, 42.866], - [9.35, 42.863], - [9.356, 42.863], - [9.36, 42.858], - [9.363, 42.857], - [9.366, 42.855], - [9.374, 42.853], - [9.376, 42.851], - [9.38, 42.849], - [9.383, 42.846], - [9.385, 42.845], - [9.389, 42.846], - [9.392, 42.845] - ] - ] - }, - "properties": { - "NOM_COM_M": "BARRETTALI", - "INSEE_COM": "2B030", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.477, 42.882], - [9.474, 42.887], - [9.474, 42.893], - [9.473, 42.896], - [9.474, 42.9], - [9.467, 42.901], - [9.46, 42.901], - [9.455, 42.898], - [9.451, 42.898], - [9.449, 42.897], - [9.441, 42.899], - [9.433, 42.9], - [9.431, 42.905], - [9.423, 42.912], - [9.415, 42.911], - [9.404, 42.915], - [9.396, 42.92], - [9.39, 42.921], - [9.389, 42.917], - [9.385, 42.915], - [9.379, 42.913], - [9.377, 42.911], - [9.374, 42.908], - [9.373, 42.906], - [9.369, 42.903], - [9.365, 42.901], - [9.365, 42.899], - [9.363, 42.897], - [9.361, 42.893], - [9.361, 42.89], - [9.362, 42.888], - [9.369, 42.889], - [9.372, 42.888], - [9.372, 42.884], - [9.378, 42.881], - [9.381, 42.878], - [9.383, 42.875], - [9.386, 42.874], - [9.389, 42.871], - [9.393, 42.865], - [9.396, 42.862], - [9.402, 42.861], - [9.404, 42.863], - [9.407, 42.867], - [9.41, 42.875], - [9.41, 42.879], - [9.411, 42.881], - [9.415, 42.884], - [9.417, 42.887], - [9.426, 42.886], - [9.43, 42.886], - [9.435, 42.887], - [9.44, 42.887], - [9.448, 42.884], - [9.465, 42.882], - [9.468, 42.882], - [9.472, 42.881], - [9.477, 42.882] - ] - ] - }, - "properties": { - "NOM_COM_M": "LURI", - "INSEE_COM": "2B152", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.385, 42.835], - [9.387, 42.831], - [9.385, 42.827], - [9.395, 42.822], - [9.398, 42.822], - [9.403, 42.818], - [9.408, 42.815], - [9.407, 42.812], - [9.407, 42.804], - [9.411, 42.802], - [9.413, 42.798], - [9.416, 42.796], - [9.434, 42.796], - [9.441, 42.797], - [9.449, 42.799], - [9.461, 42.798], - [9.464, 42.8], - [9.469, 42.802], - [9.491, 42.798], - [9.492, 42.801], - [9.492, 42.804], - [9.493, 42.807], - [9.49, 42.808], - [9.49, 42.815], - [9.489, 42.818], - [9.487, 42.82], - [9.487, 42.823], - [9.486, 42.825], - [9.487, 42.827], - [9.472, 42.828], - [9.457, 42.828], - [9.436, 42.829], - [9.409, 42.831], - [9.385, 42.835] - ] - ] - }, - "properties": { - "NOM_COM_M": "SISCO", - "INSEE_COM": "2B281", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.469, 42.937], - [9.465, 42.943], - [9.463, 42.944], - [9.456, 42.951], - [9.457, 42.952], - [9.455, 42.957], - [9.449, 42.955], - [9.444, 42.955], - [9.439, 42.953], - [9.434, 42.952], - [9.431, 42.948], - [9.427, 42.947], - [9.425, 42.94], - [9.421, 42.938], - [9.428, 42.936], - [9.447, 42.936], - [9.454, 42.935], - [9.469, 42.937] - ] - ] - }, - "properties": { - "NOM_COM_M": "TOMINO", - "INSEE_COM": "2B327", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.396, 42.728], - [9.403, 42.727], - [9.406, 42.721], - [9.408, 42.719], - [9.408, 42.715], - [9.405, 42.712], - [9.404, 42.709], - [9.405, 42.705], - [9.413, 42.705], - [9.418, 42.707], - [9.42, 42.709], - [9.423, 42.709], - [9.428, 42.708], - [9.432, 42.708], - [9.436, 42.706], - [9.438, 42.706], - [9.445, 42.708], - [9.446, 42.71], - [9.449, 42.711], - [9.452, 42.709], - [9.455, 42.708], - [9.455, 42.711], - [9.456, 42.714], - [9.456, 42.718], - [9.453, 42.717], - [9.449, 42.722], - [9.446, 42.723], - [9.442, 42.722], - [9.437, 42.725], - [9.431, 42.725], - [9.427, 42.726], - [9.417, 42.724], - [9.416, 42.725], - [9.405, 42.728], - [9.396, 42.728] - ] - ] - }, - "properties": { - "NOM_COM_M": "VILLE DI PIETRABUGNO", - "INSEE_COM": "2B353", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.35, 42.961], - [9.346, 42.958], - [9.348, 42.955], - [9.349, 42.952], - [9.356, 42.949], - [9.356, 42.947], - [9.358, 42.944], - [9.358, 42.941], - [9.357, 42.939], - [9.352, 42.936], - [9.35, 42.933], - [9.35, 42.929], - [9.353, 42.929], - [9.356, 42.928], - [9.361, 42.925], - [9.36, 42.923], - [9.359, 42.921], - [9.363, 42.918], - [9.37, 42.916], - [9.372, 42.915], - [9.377, 42.911], - [9.379, 42.913], - [9.385, 42.915], - [9.389, 42.917], - [9.39, 42.921], - [9.389, 42.923], - [9.392, 42.924], - [9.393, 42.926], - [9.396, 42.927], - [9.397, 42.932], - [9.4, 42.936], - [9.403, 42.939], - [9.4, 42.939], - [9.4, 42.941], - [9.397, 42.943], - [9.397, 42.945], - [9.393, 42.945], - [9.394, 42.947], - [9.39, 42.945], - [9.387, 42.946], - [9.385, 42.95], - [9.386, 42.952], - [9.379, 42.952], - [9.373, 42.953], - [9.371, 42.952], - [9.367, 42.953], - [9.364, 42.955], - [9.36, 42.955], - [9.356, 42.958], - [9.354, 42.961], - [9.35, 42.961] - ] - ] - }, - "properties": { - "NOM_COM_M": "MORSIGLIA", - "INSEE_COM": "2B170", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.385, 42.835], - [9.381, 42.836], - [9.38, 42.838], - [9.373, 42.839], - [9.367, 42.836], - [9.356, 42.833], - [9.349, 42.834], - [9.342, 42.83], - [9.337, 42.826], - [9.331, 42.822], - [9.33, 42.817], - [9.329, 42.815], - [9.326, 42.812], - [9.332, 42.811], - [9.333, 42.808], - [9.338, 42.804], - [9.342, 42.804], - [9.343, 42.805], - [9.346, 42.804], - [9.347, 42.805], - [9.351, 42.805], - [9.353, 42.807], - [9.359, 42.807], - [9.356, 42.808], - [9.354, 42.81], - [9.358, 42.812], - [9.359, 42.814], - [9.361, 42.814], - [9.363, 42.82], - [9.366, 42.822], - [9.375, 42.825], - [9.382, 42.826], - [9.385, 42.827], - [9.387, 42.831], - [9.385, 42.835] - ] - ] - }, - "properties": { - "NOM_COM_M": "OGLIASTRO", - "INSEE_COM": "2B183", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.388, 42.748], - [9.384, 42.749], - [9.382, 42.748], - [9.377, 42.751], - [9.372, 42.751], - [9.367, 42.745], - [9.362, 42.743], - [9.359, 42.743], - [9.356, 42.742], - [9.353, 42.739], - [9.348, 42.739], - [9.344, 42.74], - [9.345, 42.737], - [9.343, 42.733], - [9.339, 42.728], - [9.334, 42.726], - [9.335, 42.722], - [9.33, 42.719], - [9.334, 42.716], - [9.335, 42.714], - [9.34, 42.713], - [9.343, 42.711], - [9.346, 42.712], - [9.349, 42.71], - [9.357, 42.712], - [9.372, 42.717], - [9.379, 42.718], - [9.383, 42.72], - [9.383, 42.722], - [9.396, 42.728], - [9.397, 42.736], - [9.395, 42.741], - [9.393, 42.741], - [9.39, 42.746], - [9.388, 42.748] - ] - ] - }, - "properties": { - "NOM_COM_M": "FARINOLE", - "INSEE_COM": "2B109", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.359, 42.807], - [9.353, 42.807], - [9.351, 42.805], - [9.347, 42.805], - [9.346, 42.804], - [9.343, 42.805], - [9.342, 42.804], - [9.338, 42.804], - [9.341, 42.801], - [9.34, 42.799], - [9.343, 42.796], - [9.342, 42.786], - [9.34, 42.785], - [9.34, 42.782], - [9.341, 42.777], - [9.339, 42.774], - [9.342, 42.77], - [9.338, 42.766], - [9.338, 42.764], - [9.34, 42.761], - [9.342, 42.765], - [9.345, 42.766], - [9.349, 42.769], - [9.349, 42.771], - [9.354, 42.777], - [9.36, 42.779], - [9.364, 42.779], - [9.366, 42.778], - [9.368, 42.781], - [9.377, 42.788], - [9.381, 42.79], - [9.376, 42.793], - [9.372, 42.793], - [9.368, 42.795], - [9.367, 42.798], - [9.365, 42.801], - [9.361, 42.804], - [9.361, 42.807], - [9.359, 42.807] - ] - ] - }, - "properties": { - "NOM_COM_M": "NONZA", - "INSEE_COM": "2B178", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.418, 42.789], - [9.416, 42.796], - [9.413, 42.798], - [9.411, 42.802], - [9.407, 42.804], - [9.407, 42.812], - [9.408, 42.815], - [9.403, 42.818], - [9.398, 42.822], - [9.395, 42.822], - [9.385, 42.827], - [9.382, 42.826], - [9.375, 42.825], - [9.366, 42.822], - [9.363, 42.82], - [9.361, 42.814], - [9.359, 42.814], - [9.358, 42.812], - [9.354, 42.81], - [9.356, 42.808], - [9.359, 42.807], - [9.361, 42.807], - [9.361, 42.804], - [9.365, 42.801], - [9.367, 42.798], - [9.368, 42.795], - [9.372, 42.793], - [9.376, 42.793], - [9.381, 42.79], - [9.384, 42.788], - [9.389, 42.788], - [9.394, 42.787], - [9.397, 42.789], - [9.402, 42.788], - [9.405, 42.789], - [9.407, 42.788], - [9.414, 42.788], - [9.418, 42.789] - ] - ] - }, - "properties": { - "NOM_COM_M": "OLCANI", - "INSEE_COM": "2B184", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.365, 42.388], - [9.367, 42.388], - [9.369, 42.39], - [9.374, 42.39], - [9.376, 42.392], - [9.383, 42.396], - [9.385, 42.399], - [9.383, 42.398], - [9.375, 42.397], - [9.369, 42.395], - [9.367, 42.396], - [9.363, 42.393], - [9.362, 42.391], - [9.365, 42.388] - ] - ] - }, - "properties": { - "NOM_COM_M": "VERDESE", - "INSEE_COM": "2B344", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.232, 42.25], - [9.235, 42.247], - [9.234, 42.244], - [9.229, 42.241], - [9.231, 42.238], - [9.236, 42.235], - [9.238, 42.233], - [9.241, 42.232], - [9.242, 42.23], - [9.244, 42.23], - [9.245, 42.228], - [9.25, 42.228], - [9.253, 42.229], - [9.258, 42.227], - [9.259, 42.23], - [9.263, 42.231], - [9.267, 42.235], - [9.27, 42.235], - [9.271, 42.238], - [9.273, 42.241], - [9.273, 42.244], - [9.275, 42.246], - [9.277, 42.251], - [9.28, 42.25], - [9.282, 42.253], - [9.282, 42.257], - [9.284, 42.259], - [9.289, 42.259], - [9.293, 42.261], - [9.296, 42.261], - [9.299, 42.265], - [9.296, 42.269], - [9.289, 42.274], - [9.282, 42.277], - [9.277, 42.276], - [9.27, 42.276], - [9.267, 42.275], - [9.263, 42.275], - [9.26, 42.273], - [9.256, 42.272], - [9.255, 42.268], - [9.252, 42.266], - [9.253, 42.26], - [9.251, 42.258], - [9.248, 42.249], - [9.244, 42.248], - [9.24, 42.25], - [9.236, 42.251], - [9.232, 42.25] - ] - ] - }, - "properties": { - "NOM_COM_M": "ERBAJOLO", - "INSEE_COM": "2B105", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.214, 41.917], - [9.217, 41.913], - [9.22, 41.915], - [9.222, 41.914], - [9.224, 41.915], - [9.23, 41.916], - [9.234, 41.916], - [9.237, 41.913], - [9.242, 41.911], - [9.243, 41.91], - [9.248, 41.91], - [9.252, 41.899], - [9.248, 41.893], - [9.246, 41.892], - [9.241, 41.885], - [9.239, 41.885], - [9.235, 41.879], - [9.236, 41.876], - [9.238, 41.879], - [9.243, 41.882], - [9.25, 41.882], - [9.256, 41.885], - [9.258, 41.885], - [9.263, 41.891], - [9.273, 41.895], - [9.277, 41.901], - [9.279, 41.902], - [9.281, 41.906], - [9.285, 41.906], - [9.286, 41.909], - [9.291, 41.911], - [9.294, 41.914], - [9.297, 41.915], - [9.301, 41.915], - [9.306, 41.918], - [9.309, 41.921], - [9.312, 41.921], - [9.309, 41.924], - [9.305, 41.921], - [9.304, 41.925], - [9.301, 41.926], - [9.303, 41.929], - [9.301, 41.933], - [9.302, 41.936], - [9.304, 41.937], - [9.304, 41.94], - [9.302, 41.942], - [9.302, 41.945], - [9.3, 41.947], - [9.297, 41.948], - [9.294, 41.95], - [9.291, 41.948], - [9.281, 41.946], - [9.276, 41.949], - [9.273, 41.95], - [9.27, 41.95], - [9.266, 41.947], - [9.261, 41.946], - [9.26, 41.944], - [9.25, 41.941], - [9.244, 41.936], - [9.24, 41.934], - [9.235, 41.934], - [9.231, 41.933], - [9.228, 41.929], - [9.226, 41.928], - [9.222, 41.922], - [9.22, 41.922], - [9.214, 41.918], - [9.214, 41.917] - ] - ] - }, - "properties": { - "NOM_COM_M": "CHISA", - "INSEE_COM": "2B366", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.242, 42.218], - [9.243, 42.218], - [9.247, 42.212], - [9.251, 42.21], - [9.256, 42.202], - [9.261, 42.198], - [9.265, 42.2], - [9.269, 42.196], - [9.275, 42.196], - [9.276, 42.195], - [9.284, 42.198], - [9.288, 42.199], - [9.291, 42.198], - [9.292, 42.199], - [9.29, 42.203], - [9.292, 42.209], - [9.295, 42.21], - [9.298, 42.213], - [9.299, 42.215], - [9.304, 42.215], - [9.306, 42.218], - [9.306, 42.225], - [9.308, 42.229], - [9.309, 42.233], - [9.307, 42.241], - [9.308, 42.243], - [9.311, 42.244], - [9.307, 42.244], - [9.306, 42.243], - [9.303, 42.244], - [9.3, 42.243], - [9.298, 42.244], - [9.291, 42.244], - [9.285, 42.243], - [9.284, 42.242], - [9.279, 42.241], - [9.279, 42.24], - [9.274, 42.235], - [9.272, 42.232], - [9.268, 42.228], - [9.264, 42.227], - [9.262, 42.224], - [9.258, 42.227], - [9.253, 42.229], - [9.25, 42.228], - [9.245, 42.228], - [9.245, 42.225], - [9.243, 42.223], - [9.242, 42.218] - ] - ] - }, - "properties": { - "NOM_COM_M": "ALTIANI", - "INSEE_COM": "2B012", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.042, 41.71], - [9.042, 41.712], - [9.045, 41.718], - [9.044, 41.719], - [9.046, 41.722], - [9.045, 41.723], - [9.04, 41.724], - [9.034, 41.724], - [9.031, 41.722], - [9.025, 41.719], - [9.025, 41.716], - [9.019, 41.711], - [9.02, 41.709], - [9.021, 41.707], - [9.02, 41.705], - [9.021, 41.703], - [9.029, 41.702], - [9.032, 41.698], - [9.031, 41.696], - [9.028, 41.687], - [9.024, 41.684], - [9.022, 41.681], - [9.019, 41.678], - [9.018, 41.675], - [9.016, 41.675], - [9.021, 41.67], - [9.025, 41.67], - [9.027, 41.668], - [9.029, 41.668], - [9.029, 41.671], - [9.028, 41.673], - [9.03, 41.675], - [9.033, 41.676], - [9.033, 41.68], - [9.035, 41.683], - [9.035, 41.686], - [9.039, 41.689], - [9.037, 41.691], - [9.038, 41.694], - [9.038, 41.697], - [9.043, 41.701], - [9.043, 41.704], - [9.041, 41.705], - [9.041, 41.708], - [9.042, 41.71] - ] - ] - }, - "properties": { - "NOM_COM_M": "LORETO DI TALLANO", - "INSEE_COM": "2A146", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.94, 41.49], - [8.95, 41.49], - [8.953, 41.493], - [8.956, 41.493], - [8.958, 41.492], - [8.961, 41.493], - [8.964, 41.49], - [8.966, 41.49], - [8.967, 41.488], - [8.967, 41.485], - [8.97, 41.484], - [8.973, 41.485], - [8.977, 41.483], - [8.976, 41.48], - [8.98, 41.48], - [8.983, 41.478], - [8.981, 41.476], - [8.981, 41.474], - [8.984, 41.474], - [8.985, 41.476], - [8.99, 41.482], - [8.993, 41.483], - [8.993, 41.485], - [8.995, 41.486], - [8.999, 41.491], - [8.996, 41.494], - [8.997, 41.496], - [9.006, 41.5], - [9.01, 41.503], - [9.016, 41.503], - [9.031, 41.506], - [9.033, 41.505], - [9.036, 41.506], - [9.036, 41.509], - [9.035, 41.513], - [9.032, 41.514], - [9.031, 41.517], - [9.032, 41.521], - [9.036, 41.524], - [9.038, 41.527], - [9.043, 41.53], - [9.044, 41.532], - [9.049, 41.535], - [9.056, 41.542], - [9.06, 41.545], - [9.063, 41.548], - [9.062, 41.55], - [9.061, 41.557], - [9.065, 41.565], - [9.074, 41.569], - [9.076, 41.571], - [9.076, 41.573], - [9.071, 41.571], - [9.064, 41.571], - [9.056, 41.57], - [9.055, 41.571], - [9.048, 41.57], - [9.041, 41.571], - [9.037, 41.568], - [9.038, 41.566], - [9.032, 41.566], - [9.03, 41.563], - [9.028, 41.563], - [9.025, 41.561], - [9.022, 41.561], - [9.019, 41.557], - [9.014, 41.552], - [9.015, 41.551], - [9.015, 41.547], - [9.011, 41.543], - [9.006, 41.541], - [9.004, 41.539], - [9, 41.537], - [8.998, 41.537], - [8.995, 41.535], - [8.993, 41.532], - [8.987, 41.528], - [8.985, 41.524], - [8.982, 41.523], - [8.982, 41.521], - [8.98, 41.519], - [8.977, 41.513], - [8.972, 41.509], - [8.966, 41.507], - [8.964, 41.508], - [8.959, 41.507], - [8.957, 41.504], - [8.953, 41.501], - [8.944, 41.495], - [8.94, 41.49] - ] - ] - }, - "properties": { - "NOM_COM_M": "MONACIA D AULLENE", - "INSEE_COM": "2A163", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.842, 42.043], - [8.846, 42.045], - [8.851, 42.046], - [8.857, 42.046], - [8.861, 42.048], - [8.866, 42.048], - [8.87, 42.049], - [8.876, 42.054], - [8.877, 42.056], - [8.877, 42.057], - [8.883, 42.06], - [8.886, 42.062], - [8.887, 42.064], - [8.879, 42.063], - [8.877, 42.061], - [8.873, 42.061], - [8.868, 42.062], - [8.867, 42.065], - [8.868, 42.067], - [8.865, 42.07], - [8.865, 42.073], - [8.863, 42.076], - [8.858, 42.08], - [8.849, 42.081], - [8.844, 42.083], - [8.841, 42.078], - [8.839, 42.079], - [8.837, 42.078], - [8.831, 42.08], - [8.827, 42.083], - [8.82, 42.083], - [8.814, 42.082], - [8.808, 42.082], - [8.804, 42.085], - [8.802, 42.083], - [8.799, 42.083], - [8.795, 42.082], - [8.795, 42.079], - [8.791, 42.079], - [8.787, 42.078], - [8.788, 42.075], - [8.792, 42.072], - [8.795, 42.072], - [8.798, 42.07], - [8.797, 42.067], - [8.798, 42.063], - [8.797, 42.061], - [8.793, 42.057], - [8.794, 42.056], - [8.796, 42.055], - [8.803, 42.054], - [8.803, 42.055], - [8.813, 42.053], - [8.814, 42.054], - [8.817, 42.053], - [8.824, 42.053], - [8.832, 42.048], - [8.835, 42.045], - [8.837, 42.046], - [8.842, 42.043] - ] - ] - }, - "properties": { - "NOM_COM_M": "SARI D ORCINO", - "INSEE_COM": "2A270", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.036, 41.75], - [9.05, 41.748], - [9.055, 41.743], - [9.058, 41.742], - [9.056, 41.739], - [9.056, 41.734], - [9.055, 41.732], - [9.057, 41.73], - [9.057, 41.727], - [9.053, 41.727], - [9.057, 41.724], - [9.056, 41.721], - [9.061, 41.723], - [9.064, 41.725], - [9.066, 41.725], - [9.069, 41.727], - [9.071, 41.73], - [9.074, 41.731], - [9.075, 41.733], - [9.079, 41.732], - [9.076, 41.734], - [9.074, 41.741], - [9.076, 41.743], - [9.082, 41.744], - [9.083, 41.745], - [9.082, 41.748], - [9.084, 41.75], - [9.085, 41.753], - [9.081, 41.757], - [9.082, 41.76], - [9.082, 41.764], - [9.081, 41.765], - [9.077, 41.762], - [9.075, 41.763], - [9.072, 41.761], - [9.068, 41.764], - [9.059, 41.764], - [9.057, 41.765], - [9.054, 41.764], - [9.051, 41.765], - [9.048, 41.771], - [9.034, 41.771], - [9.029, 41.766], - [9.024, 41.759], - [9.026, 41.756], - [9.027, 41.752], - [9.036, 41.75] - ] - ] - }, - "properties": { - "NOM_COM_M": "ZERUBIA", - "INSEE_COM": "2A357", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.091, 41.721], - [9.077, 41.714], - [9.067, 41.714], - [9.067, 41.712], - [9.063, 41.71], - [9.059, 41.712], - [9.052, 41.71], - [9.055, 41.708], - [9.052, 41.707], - [9.051, 41.71], - [9.049, 41.709], - [9.05, 41.707], - [9.052, 41.707], - [9.053, 41.705], - [9.062, 41.704], - [9.068, 41.702], - [9.069, 41.703], - [9.075, 41.702], - [9.081, 41.698], - [9.082, 41.698], - [9.088, 41.704], - [9.089, 41.706], - [9.094, 41.706], - [9.092, 41.709], - [9.092, 41.711], - [9.096, 41.714], - [9.098, 41.719], - [9.095, 41.721], - [9.091, 41.721] - ] - ] - }, - "properties": { - "NOM_COM_M": "ALTAGENE", - "INSEE_COM": "2A011", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.099, 41.731], - [9.094, 41.726], - [9.094, 41.724], - [9.091, 41.721], - [9.095, 41.721], - [9.098, 41.719], - [9.096, 41.714], - [9.092, 41.711], - [9.092, 41.709], - [9.094, 41.706], - [9.098, 41.704], - [9.099, 41.702], - [9.099, 41.699], - [9.097, 41.699], - [9.097, 41.695], - [9.1, 41.692], - [9.095, 41.686], - [9.098, 41.684], - [9.101, 41.679], - [9.099, 41.674], - [9.097, 41.672], - [9.095, 41.668], - [9.098, 41.664], - [9.101, 41.663], - [9.102, 41.659], - [9.092, 41.656], - [9.087, 41.652], - [9.082, 41.651], - [9.08, 41.65], - [9.081, 41.646], - [9.077, 41.639], - [9.077, 41.635], - [9.076, 41.631], - [9.077, 41.627], - [9.075, 41.624], - [9.072, 41.622], - [9.07, 41.619], - [9.068, 41.62], - [9.065, 41.617], - [9.062, 41.616], - [9.059, 41.614], - [9.055, 41.613], - [9.052, 41.613], - [9.048, 41.612], - [9.046, 41.609], - [9.049, 41.606], - [9.051, 41.605], - [9.056, 41.604], - [9.058, 41.601], - [9.057, 41.6], - [9.06, 41.594], - [9.069, 41.591], - [9.069, 41.589], - [9.071, 41.587], - [9.075, 41.587], - [9.084, 41.584], - [9.087, 41.585], - [9.091, 41.584], - [9.096, 41.587], - [9.101, 41.589], - [9.104, 41.594], - [9.112, 41.596], - [9.119, 41.598], - [9.124, 41.6], - [9.13, 41.597], - [9.133, 41.6], - [9.136, 41.601], - [9.142, 41.607], - [9.147, 41.61], - [9.151, 41.614], - [9.153, 41.615], - [9.159, 41.616], - [9.166, 41.616], - [9.167, 41.617], - [9.17, 41.616], - [9.17, 41.626], - [9.171, 41.628], - [9.168, 41.638], - [9.168, 41.64], - [9.171, 41.644], - [9.167, 41.649], - [9.167, 41.652], - [9.164, 41.656], - [9.16, 41.656], - [9.153, 41.655], - [9.148, 41.656], - [9.145, 41.658], - [9.141, 41.659], - [9.138, 41.659], - [9.137, 41.662], - [9.133, 41.664], - [9.135, 41.667], - [9.132, 41.669], - [9.133, 41.673], - [9.131, 41.674], - [9.131, 41.677], - [9.126, 41.679], - [9.129, 41.682], - [9.128, 41.684], - [9.131, 41.686], - [9.135, 41.686], - [9.136, 41.684], - [9.14, 41.684], - [9.141, 41.686], - [9.146, 41.688], - [9.147, 41.69], - [9.151, 41.69], - [9.156, 41.691], - [9.161, 41.694], - [9.162, 41.698], - [9.165, 41.701], - [9.163, 41.701], - [9.158, 41.699], - [9.151, 41.704], - [9.148, 41.708], - [9.145, 41.71], - [9.141, 41.708], - [9.141, 41.71], - [9.143, 41.713], - [9.141, 41.717], - [9.138, 41.725], - [9.138, 41.73], - [9.14, 41.732], - [9.144, 41.733], - [9.137, 41.738], - [9.133, 41.735], - [9.129, 41.734], - [9.125, 41.738], - [9.121, 41.737], - [9.12, 41.735], - [9.116, 41.736], - [9.112, 41.733], - [9.108, 41.733], - [9.105, 41.735], - [9.103, 41.734], - [9.101, 41.73], - [9.099, 41.731] - ] - ] - }, - "properties": { - "NOM_COM_M": "LEVIE", - "INSEE_COM": "2A142", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.244, 41.682], - [9.25, 41.685], - [9.25, 41.681], - [9.253, 41.684], - [9.263, 41.687], - [9.265, 41.689], - [9.269, 41.69], - [9.273, 41.692], - [9.28, 41.693], - [9.281, 41.69], - [9.284, 41.689], - [9.288, 41.683], - [9.291, 41.681], - [9.298, 41.679], - [9.297, 41.676], - [9.3, 41.671], - [9.303, 41.67], - [9.308, 41.664], - [9.311, 41.662], - [9.31, 41.659], - [9.315, 41.655], - [9.317, 41.656], - [9.322, 41.655], - [9.322, 41.654], - [9.326, 41.65], - [9.327, 41.647], - [9.326, 41.644], - [9.329, 41.64], - [9.328, 41.638], - [9.33, 41.634], - [9.328, 41.63], - [9.322, 41.628], - [9.319, 41.629], - [9.316, 41.631], - [9.314, 41.629], - [9.314, 41.626], - [9.32, 41.62], - [9.323, 41.62], - [9.324, 41.618], - [9.316, 41.617], - [9.32, 41.615], - [9.329, 41.617], - [9.332, 41.62], - [9.337, 41.622], - [9.34, 41.62], - [9.344, 41.62], - [9.344, 41.618], - [9.346, 41.617], - [9.352, 41.619], - [9.353, 41.617], - [9.356, 41.617], - [9.356, 41.62], - [9.354, 41.621], - [9.354, 41.624], - [9.352, 41.625], - [9.352, 41.629], - [9.348, 41.629], - [9.346, 41.632], - [9.348, 41.637], - [9.351, 41.64], - [9.35, 41.641], - [9.343, 41.652], - [9.338, 41.668], - [9.343, 41.672], - [9.344, 41.676], - [9.341, 41.677], - [9.342, 41.68], - [9.344, 41.681], - [9.342, 41.684], - [9.336, 41.686], - [9.333, 41.692], - [9.331, 41.692], - [9.328, 41.695], - [9.327, 41.697], - [9.322, 41.7], - [9.316, 41.696], - [9.313, 41.698], - [9.31, 41.698], - [9.305, 41.695], - [9.299, 41.7], - [9.292, 41.701], - [9.275, 41.698], - [9.268, 41.696], - [9.264, 41.693], - [9.258, 41.691], - [9.254, 41.689], - [9.244, 41.682] - ] - ] - }, - "properties": { - "NOM_COM_M": "LECCI", - "INSEE_COM": "2A139", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.042, 41.71], - [9.046, 41.712], - [9.049, 41.712], - [9.05, 41.716], - [9.052, 41.719], - [9.056, 41.721], - [9.057, 41.724], - [9.053, 41.727], - [9.057, 41.727], - [9.057, 41.73], - [9.055, 41.732], - [9.056, 41.734], - [9.056, 41.739], - [9.058, 41.742], - [9.055, 41.743], - [9.05, 41.748], - [9.036, 41.75], - [9.032, 41.744], - [9.03, 41.743], - [9.03, 41.74], - [9.025, 41.733], - [9.024, 41.733], - [9.022, 41.726], - [9.018, 41.723], - [9.02, 41.721], - [9.025, 41.719], - [9.031, 41.722], - [9.034, 41.724], - [9.04, 41.724], - [9.045, 41.723], - [9.046, 41.722], - [9.044, 41.719], - [9.045, 41.718], - [9.042, 41.712], - [9.042, 41.71] - ] - ] - }, - "properties": { - "NOM_COM_M": "CARGIACA", - "INSEE_COM": "2A066", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.027, 41.752], - [9.024, 41.753], - [9.021, 41.756], - [9.02, 41.754], - [9.008, 41.74], - [9.003, 41.736], - [8.989, 41.728], - [8.99, 41.723], - [8.987, 41.721], - [8.985, 41.716], - [8.987, 41.715], - [8.986, 41.712], - [8.983, 41.71], - [8.984, 41.708], - [8.988, 41.707], - [8.985, 41.705], - [8.986, 41.703], - [8.989, 41.702], - [8.993, 41.703], - [8.994, 41.705], - [8.999, 41.705], - [9.001, 41.704], - [9.001, 41.702], - [9.006, 41.704], - [9.017, 41.704], - [9.019, 41.705], - [9.02, 41.709], - [9.019, 41.711], - [9.025, 41.716], - [9.025, 41.719], - [9.02, 41.721], - [9.018, 41.723], - [9.022, 41.726], - [9.024, 41.733], - [9.025, 41.733], - [9.03, 41.74], - [9.03, 41.743], - [9.032, 41.744], - [9.036, 41.75], - [9.027, 41.752] - ] - ] - }, - "properties": { - "NOM_COM_M": "SANTA MARIA FIGANIELLA", - "INSEE_COM": "2A310", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.004, 41.826], - [9.006, 41.822], - [9.005, 41.82], - [9.01, 41.817], - [9.014, 41.814], - [9.019, 41.812], - [9.024, 41.813], - [9.026, 41.811], - [9.031, 41.81], - [9.031, 41.806], - [9.033, 41.804], - [9.036, 41.803], - [9.039, 41.801], - [9.042, 41.797], - [9.044, 41.791], - [9.049, 41.79], - [9.05, 41.792], - [9.056, 41.796], - [9.057, 41.8], - [9.06, 41.801], - [9.061, 41.804], - [9.059, 41.808], - [9.057, 41.809], - [9.051, 41.809], - [9.049, 41.811], - [9.049, 41.815], - [9.046, 41.819], - [9.042, 41.823], - [9.034, 41.826], - [9.033, 41.828], - [9.034, 41.83], - [9.029, 41.834], - [9.025, 41.835], - [9.022, 41.838], - [9.017, 41.835], - [9.015, 41.831], - [9.012, 41.83], - [9.008, 41.831], - [9.007, 41.829], - [9.004, 41.826] - ] - ] - }, - "properties": { - "NOM_COM_M": "ARGIUSTA MORICCIO", - "INSEE_COM": "2A021", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.094, 41.706], - [9.089, 41.706], - [9.088, 41.704], - [9.082, 41.698], - [9.087, 41.693], - [9.086, 41.691], - [9.089, 41.689], - [9.089, 41.684], - [9.092, 41.682], - [9.093, 41.68], - [9.092, 41.678], - [9.088, 41.676], - [9.084, 41.673], - [9.087, 41.667], - [9.085, 41.665], - [9.087, 41.663], - [9.097, 41.66], - [9.102, 41.659], - [9.101, 41.663], - [9.098, 41.664], - [9.095, 41.668], - [9.097, 41.672], - [9.099, 41.674], - [9.101, 41.679], - [9.098, 41.684], - [9.095, 41.686], - [9.1, 41.692], - [9.097, 41.695], - [9.097, 41.699], - [9.099, 41.699], - [9.099, 41.702], - [9.098, 41.704], - [9.094, 41.706] - ] - ] - }, - "properties": { - "NOM_COM_M": "MELA", - "INSEE_COM": "2A158", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.232, 41.774], - [9.237, 41.772], - [9.247, 41.766], - [9.25, 41.766], - [9.258, 41.765], - [9.261, 41.761], - [9.28, 41.757], - [9.287, 41.755], - [9.298, 41.751], - [9.307, 41.75], - [9.318, 41.746], - [9.315, 41.744], - [9.312, 41.733], - [9.311, 41.721], - [9.305, 41.716], - [9.305, 41.714], - [9.31, 41.711], - [9.32, 41.708], - [9.333, 41.707], - [9.337, 41.703], - [9.34, 41.703], - [9.344, 41.702], - [9.349, 41.703], - [9.352, 41.702], - [9.356, 41.704], - [9.358, 41.706], - [9.366, 41.709], - [9.367, 41.714], - [9.367, 41.717], - [9.366, 41.721], - [9.37, 41.72], - [9.374, 41.721], - [9.377, 41.723], - [9.379, 41.723], - [9.382, 41.725], - [9.384, 41.722], - [9.387, 41.724], - [9.39, 41.722], - [9.396, 41.72], - [9.4, 41.721], - [9.402, 41.718], - [9.406, 41.722], - [9.406, 41.724], - [9.402, 41.73], - [9.404, 41.732], - [9.404, 41.737], - [9.406, 41.739], - [9.407, 41.745], - [9.404, 41.747], - [9.403, 41.75], - [9.405, 41.751], - [9.406, 41.755], - [9.405, 41.757], - [9.406, 41.759], - [9.405, 41.761], - [9.407, 41.763], - [9.408, 41.766], - [9.407, 41.769], - [9.404, 41.773], - [9.401, 41.772], - [9.398, 41.772], - [9.397, 41.774], - [9.395, 41.773], - [9.392, 41.774], - [9.386, 41.77], - [9.383, 41.767], - [9.38, 41.765], - [9.376, 41.766], - [9.373, 41.766], - [9.37, 41.765], - [9.364, 41.765], - [9.36, 41.764], - [9.357, 41.771], - [9.353, 41.778], - [9.35, 41.78], - [9.347, 41.779], - [9.334, 41.786], - [9.329, 41.784], - [9.313, 41.78], - [9.312, 41.784], - [9.277, 41.794], - [9.273, 41.807], - [9.273, 41.808], - [9.267, 41.806], - [9.265, 41.806], - [9.261, 41.801], - [9.261, 41.799], - [9.258, 41.798], - [9.254, 41.794], - [9.248, 41.791], - [9.247, 41.789], - [9.243, 41.787], - [9.232, 41.774] - ] - ] - }, - "properties": { - "NOM_COM_M": "CONCA", - "INSEE_COM": "2A092", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.227, 41.855], - [9.22, 41.854], - [9.216, 41.852], - [9.209, 41.852], - [9.204, 41.847], - [9.203, 41.845], - [9.193, 41.837], - [9.189, 41.837], - [9.185, 41.84], - [9.179, 41.841], - [9.171, 41.841], - [9.163, 41.839], - [9.16, 41.838], - [9.157, 41.834], - [9.156, 41.835], - [9.153, 41.834], - [9.151, 41.831], - [9.147, 41.83], - [9.147, 41.828], - [9.143, 41.821], - [9.139, 41.82], - [9.134, 41.811], - [9.13, 41.806], - [9.129, 41.802], - [9.126, 41.799], - [9.123, 41.794], - [9.122, 41.791], - [9.123, 41.782], - [9.122, 41.777], - [9.124, 41.774], - [9.126, 41.774], - [9.127, 41.772], - [9.13, 41.772], - [9.131, 41.768], - [9.128, 41.764], - [9.13, 41.761], - [9.128, 41.756], - [9.128, 41.753], - [9.13, 41.751], - [9.128, 41.749], - [9.131, 41.745], - [9.126, 41.743], - [9.127, 41.741], - [9.125, 41.738], - [9.129, 41.734], - [9.133, 41.735], - [9.137, 41.738], - [9.14, 41.74], - [9.141, 41.743], - [9.145, 41.743], - [9.147, 41.747], - [9.15, 41.747], - [9.151, 41.752], - [9.154, 41.752], - [9.154, 41.754], - [9.161, 41.758], - [9.162, 41.761], - [9.165, 41.763], - [9.166, 41.765], - [9.171, 41.766], - [9.173, 41.768], - [9.176, 41.769], - [9.18, 41.772], - [9.186, 41.773], - [9.195, 41.775], - [9.198, 41.778], - [9.202, 41.779], - [9.203, 41.784], - [9.206, 41.787], - [9.211, 41.786], - [9.214, 41.79], - [9.217, 41.791], - [9.219, 41.795], - [9.224, 41.796], - [9.228, 41.788], - [9.234, 41.782], - [9.232, 41.774], - [9.243, 41.787], - [9.247, 41.789], - [9.248, 41.791], - [9.254, 41.794], - [9.258, 41.798], - [9.261, 41.799], - [9.261, 41.801], - [9.265, 41.806], - [9.267, 41.806], - [9.273, 41.808], - [9.275, 41.81], - [9.276, 41.814], - [9.28, 41.814], - [9.284, 41.816], - [9.293, 41.818], - [9.298, 41.822], - [9.301, 41.826], - [9.303, 41.826], - [9.305, 41.832], - [9.308, 41.831], - [9.309, 41.832], - [9.308, 41.836], - [9.309, 41.84], - [9.306, 41.842], - [9.304, 41.842], - [9.302, 41.844], - [9.299, 41.845], - [9.292, 41.843], - [9.289, 41.843], - [9.288, 41.845], - [9.283, 41.844], - [9.275, 41.841], - [9.271, 41.841], - [9.269, 41.84], - [9.266, 41.843], - [9.26, 41.845], - [9.255, 41.845], - [9.249, 41.847], - [9.245, 41.85], - [9.241, 41.849], - [9.237, 41.846], - [9.233, 41.85], - [9.232, 41.853], - [9.227, 41.855] - ] - ] - }, - "properties": { - "NOM_COM_M": "QUENZA", - "INSEE_COM": "2A254", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.125, 41.738], - [9.127, 41.741], - [9.126, 41.743], - [9.131, 41.745], - [9.128, 41.749], - [9.13, 41.751], - [9.128, 41.753], - [9.128, 41.756], - [9.13, 41.761], - [9.128, 41.764], - [9.131, 41.768], - [9.13, 41.772], - [9.127, 41.772], - [9.126, 41.774], - [9.124, 41.774], - [9.123, 41.772], - [9.114, 41.767], - [9.113, 41.764], - [9.109, 41.757], - [9.108, 41.754], - [9.106, 41.754], - [9.104, 41.745], - [9.1, 41.746], - [9.098, 41.744], - [9.099, 41.74], - [9.094, 41.736], - [9.096, 41.735], - [9.095, 41.733], - [9.099, 41.731], - [9.101, 41.73], - [9.103, 41.734], - [9.105, 41.735], - [9.108, 41.733], - [9.112, 41.733], - [9.116, 41.736], - [9.12, 41.735], - [9.121, 41.737], - [9.125, 41.738] - ] - ] - }, - "properties": { - "NOM_COM_M": "SORBOLLANO", - "INSEE_COM": "2A285", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.127, 42.561], - [9.129, 42.564], - [9.134, 42.57], - [9.131, 42.572], - [9.131, 42.574], - [9.128, 42.577], - [9.126, 42.585], - [9.126, 42.589], - [9.128, 42.59], - [9.13, 42.594], - [9.135, 42.6], - [9.135, 42.608], - [9.133, 42.607], - [9.131, 42.609], - [9.13, 42.613], - [9.126, 42.615], - [9.124, 42.615], - [9.122, 42.617], - [9.119, 42.622], - [9.115, 42.625], - [9.11, 42.627], - [9.11, 42.629], - [9.108, 42.63], - [9.107, 42.633], - [9.105, 42.633], - [9.101, 42.637], - [9.097, 42.643], - [9.096, 42.646], - [9.094, 42.644], - [9.093, 42.641], - [9.089, 42.64], - [9.088, 42.637], - [9.09, 42.635], - [9.09, 42.629], - [9.085, 42.619], - [9.08, 42.618], - [9.077, 42.616], - [9.077, 42.611], - [9.075, 42.609], - [9.075, 42.606], - [9.079, 42.604], - [9.076, 42.601], - [9.074, 42.601], - [9.074, 42.598], - [9.072, 42.596], - [9.072, 42.594], - [9.07, 42.587], - [9.071, 42.583], - [9.074, 42.579], - [9.077, 42.579], - [9.08, 42.577], - [9.081, 42.573], - [9.086, 42.572], - [9.09, 42.573], - [9.093, 42.572], - [9.095, 42.569], - [9.094, 42.565], - [9.095, 42.564], - [9.098, 42.567], - [9.103, 42.567], - [9.104, 42.565], - [9.109, 42.562], - [9.114, 42.562], - [9.116, 42.563], - [9.118, 42.562], - [9.12, 42.563], - [9.124, 42.563], - [9.127, 42.561] - ] - ] - }, - "properties": { - "NOM_COM_M": "NOVELLA", - "INSEE_COM": "2B180", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.194, 42.323], - [9.194, 42.32], - [9.192, 42.317], - [9.194, 42.315], - [9.192, 42.309], - [9.19, 42.307], - [9.189, 42.302], - [9.19, 42.299], - [9.188, 42.294], - [9.192, 42.293], - [9.196, 42.29], - [9.196, 42.288], - [9.199, 42.286], - [9.206, 42.285], - [9.208, 42.288], - [9.212, 42.288], - [9.215, 42.289], - [9.218, 42.288], - [9.222, 42.29], - [9.223, 42.289], - [9.226, 42.291], - [9.227, 42.295], - [9.229, 42.295], - [9.234, 42.298], - [9.236, 42.3], - [9.239, 42.301], - [9.239, 42.308], - [9.24, 42.309], - [9.238, 42.315], - [9.239, 42.319], - [9.242, 42.325], - [9.243, 42.326], - [9.249, 42.328], - [9.251, 42.332], - [9.251, 42.334], - [9.255, 42.336], - [9.256, 42.338], - [9.254, 42.344], - [9.248, 42.351], - [9.243, 42.352], - [9.238, 42.352], - [9.235, 42.35], - [9.228, 42.347], - [9.224, 42.347], - [9.219, 42.339], - [9.216, 42.337], - [9.212, 42.333], - [9.208, 42.333], - [9.198, 42.329], - [9.195, 42.329], - [9.195, 42.326], - [9.194, 42.323] - ] - ] - }, - "properties": { - "NOM_COM_M": "SANTA LUCIA DI MERCURIO", - "INSEE_COM": "2B306", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.166, 42.371], - [9.164, 42.373], - [9.16, 42.38], - [9.161, 42.385], - [9.165, 42.385], - [9.166, 42.386], - [9.164, 42.39], - [9.167, 42.393], - [9.165, 42.394], - [9.162, 42.397], - [9.152, 42.395], - [9.146, 42.392], - [9.135, 42.39], - [9.13, 42.39], - [9.121, 42.392], - [9.119, 42.392], - [9.117, 42.389], - [9.112, 42.388], - [9.11, 42.385], - [9.11, 42.383], - [9.107, 42.379], - [9.104, 42.372], - [9.098, 42.369], - [9.096, 42.366], - [9.091, 42.363], - [9.086, 42.356], - [9.086, 42.353], - [9.083, 42.349], - [9.088, 42.346], - [9.093, 42.338], - [9.094, 42.339], - [9.098, 42.337], - [9.098, 42.336], - [9.104, 42.339], - [9.109, 42.34], - [9.109, 42.342], - [9.112, 42.344], - [9.117, 42.349], - [9.117, 42.35], - [9.125, 42.351], - [9.131, 42.351], - [9.136, 42.352], - [9.139, 42.351], - [9.142, 42.352], - [9.145, 42.352], - [9.146, 42.355], - [9.148, 42.358], - [9.148, 42.362], - [9.153, 42.362], - [9.155, 42.364], - [9.159, 42.365], - [9.159, 42.371], - [9.163, 42.37], - [9.166, 42.371] - ] - ] - }, - "properties": { - "NOM_COM_M": "CASTIRLA", - "INSEE_COM": "2B083", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.382, 42.56], - [9.387, 42.557], - [9.392, 42.551], - [9.396, 42.55], - [9.407, 42.552], - [9.411, 42.551], - [9.423, 42.551], - [9.427, 42.549], - [9.43, 42.55], - [9.431, 42.549], - [9.437, 42.549], - [9.442, 42.551], - [9.451, 42.551], - [9.453, 42.552], - [9.47, 42.552], - [9.486, 42.555], - [9.487, 42.556], - [9.519, 42.563], - [9.527, 42.565], - [9.526, 42.568], - [9.523, 42.574], - [9.51, 42.59], - [9.499, 42.601], - [9.496, 42.603], - [9.486, 42.613], - [9.467, 42.598], - [9.457, 42.596], - [9.451, 42.594], - [9.444, 42.594], - [9.44, 42.593], - [9.436, 42.593], - [9.433, 42.59], - [9.429, 42.59], - [9.426, 42.589], - [9.423, 42.589], - [9.421, 42.59], - [9.417, 42.587], - [9.415, 42.587], - [9.413, 42.584], - [9.399, 42.577], - [9.396, 42.576], - [9.393, 42.571], - [9.388, 42.569], - [9.384, 42.569], - [9.383, 42.566], - [9.383, 42.563], - [9.382, 42.56] - ] - ] - }, - "properties": { - "NOM_COM_M": "BORGO", - "INSEE_COM": "2B042", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.375, 42.438], - [9.378, 42.442], - [9.383, 42.443], - [9.384, 42.442], - [9.386, 42.446], - [9.392, 42.449], - [9.386, 42.451], - [9.382, 42.451], - [9.38, 42.453], - [9.375, 42.453], - [9.368, 42.458], - [9.365, 42.456], - [9.358, 42.452], - [9.36, 42.451], - [9.36, 42.449], - [9.358, 42.446], - [9.36, 42.444], - [9.362, 42.44], - [9.363, 42.436], - [9.366, 42.435], - [9.367, 42.437], - [9.37, 42.438], - [9.373, 42.438], - [9.375, 42.438] - ] - ] - }, - "properties": { - "NOM_COM_M": "CASABIANCA", - "INSEE_COM": "2B069", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.106, 42.656], - [9.111, 42.657], - [9.112, 42.659], - [9.117, 42.661], - [9.12, 42.661], - [9.123, 42.656], - [9.129, 42.651], - [9.13, 42.648], - [9.134, 42.646], - [9.135, 42.644], - [9.142, 42.642], - [9.145, 42.642], - [9.151, 42.639], - [9.154, 42.638], - [9.157, 42.636], - [9.16, 42.635], - [9.166, 42.631], - [9.168, 42.631], - [9.173, 42.627], - [9.174, 42.625], - [9.173, 42.62], - [9.175, 42.618], - [9.181, 42.617], - [9.182, 42.618], - [9.186, 42.614], - [9.186, 42.612], - [9.19, 42.609], - [9.195, 42.609], - [9.199, 42.605], - [9.202, 42.605], - [9.206, 42.602], - [9.209, 42.598], - [9.21, 42.595], - [9.211, 42.592], - [9.21, 42.586], - [9.215, 42.585], - [9.222, 42.586], - [9.225, 42.587], - [9.226, 42.589], - [9.229, 42.589], - [9.233, 42.59], - [9.237, 42.589], - [9.244, 42.592], - [9.249, 42.593], - [9.264, 42.59], - [9.266, 42.591], - [9.269, 42.59], - [9.274, 42.594], - [9.276, 42.593], - [9.279, 42.595], - [9.283, 42.596], - [9.284, 42.599], - [9.294, 42.607], - [9.296, 42.611], - [9.296, 42.613], - [9.298, 42.614], - [9.294, 42.614], - [9.286, 42.61], - [9.282, 42.609], - [9.278, 42.609], - [9.274, 42.607], - [9.271, 42.604], - [9.269, 42.604], - [9.268, 42.602], - [9.264, 42.601], - [9.26, 42.602], - [9.257, 42.601], - [9.256, 42.599], - [9.247, 42.599], - [9.242, 42.601], - [9.236, 42.602], - [9.221, 42.61], - [9.211, 42.616], - [9.2, 42.621], - [9.181, 42.636], - [9.173, 42.64], - [9.167, 42.648], - [9.163, 42.652], - [9.162, 42.654], - [9.163, 42.656], - [9.157, 42.66], - [9.157, 42.662], - [9.155, 42.663], - [9.153, 42.666], - [9.149, 42.667], - [9.146, 42.666], - [9.144, 42.667], - [9.142, 42.666], - [9.138, 42.668], - [9.141, 42.671], - [9.144, 42.672], - [9.144, 42.675], - [9.14, 42.677], - [9.135, 42.681], - [9.131, 42.681], - [9.13, 42.682], - [9.132, 42.688], - [9.136, 42.692], - [9.13, 42.697], - [9.129, 42.699], - [9.126, 42.701], - [9.12, 42.702], - [9.115, 42.705], - [9.111, 42.708], - [9.111, 42.71], - [9.106, 42.711], - [9.1, 42.716], - [9.097, 42.715], - [9.096, 42.716], - [9.092, 42.716], - [9.09, 42.715], - [9.086, 42.715], - [9.081, 42.709], - [9.082, 42.705], - [9.08, 42.701], - [9.076, 42.7], - [9.076, 42.696], - [9.073, 42.696], - [9.071, 42.693], - [9.068, 42.692], - [9.062, 42.694], - [9.066, 42.686], - [9.071, 42.685], - [9.083, 42.679], - [9.085, 42.676], - [9.086, 42.672], - [9.09, 42.669], - [9.089, 42.666], - [9.092, 42.663], - [9.093, 42.66], - [9.097, 42.659], - [9.1, 42.656], - [9.104, 42.657], - [9.106, 42.656] - ] - ] - }, - "properties": { - "NOM_COM_M": "SAN GAVINO DI TENDA", - "INSEE_COM": "2B301", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.43, 42.355], - [9.432, 42.357], - [9.433, 42.364], - [9.43, 42.367], - [9.426, 42.373], - [9.417, 42.373], - [9.414, 42.376], - [9.411, 42.376], - [9.404, 42.375], - [9.402, 42.373], - [9.403, 42.37], - [9.407, 42.368], - [9.41, 42.368], - [9.414, 42.366], - [9.416, 42.364], - [9.421, 42.362], - [9.423, 42.359], - [9.43, 42.355] - ] - ] - }, - "properties": { - "NOM_COM_M": "PARATA", - "INSEE_COM": "2B202", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.36, 42.37], - [9.358, 42.369], - [9.356, 42.37], - [9.35, 42.366], - [9.349, 42.367], - [9.344, 42.364], - [9.338, 42.364], - [9.333, 42.36], - [9.331, 42.36], - [9.333, 42.358], - [9.334, 42.354], - [9.334, 42.348], - [9.335, 42.346], - [9.339, 42.342], - [9.344, 42.346], - [9.345, 42.348], - [9.345, 42.351], - [9.348, 42.354], - [9.348, 42.356], - [9.35, 42.358], - [9.357, 42.362], - [9.36, 42.365], - [9.362, 42.366], - [9.365, 42.371], - [9.363, 42.372], - [9.36, 42.37] - ] - ] - }, - "properties": { - "NOM_COM_M": "PIEDIPARTINO", - "INSEE_COM": "2B221", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.312, 42.506], - [9.31, 42.513], - [9.312, 42.519], - [9.31, 42.522], - [9.311, 42.523], - [9.31, 42.526], - [9.313, 42.532], - [9.318, 42.537], - [9.322, 42.542], - [9.321, 42.545], - [9.315, 42.547], - [9.312, 42.547], - [9.306, 42.549], - [9.301, 42.552], - [9.294, 42.552], - [9.291, 42.551], - [9.29, 42.549], - [9.288, 42.546], - [9.289, 42.544], - [9.288, 42.542], - [9.289, 42.539], - [9.289, 42.532], - [9.291, 42.527], - [9.293, 42.524], - [9.294, 42.52], - [9.294, 42.515], - [9.297, 42.513], - [9.299, 42.508], - [9.303, 42.507], - [9.306, 42.503], - [9.31, 42.503], - [9.312, 42.506] - ] - ] - }, - "properties": { - "NOM_COM_M": "BIGORNO", - "INSEE_COM": "2B036", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.444, 42.27], - [9.457, 42.27], - [9.46, 42.269], - [9.466, 42.272], - [9.469, 42.271], - [9.471, 42.272], - [9.478, 42.271], - [9.487, 42.267], - [9.497, 42.265], - [9.498, 42.262], - [9.511, 42.254], - [9.515, 42.252], - [9.516, 42.25], - [9.52, 42.248], - [9.522, 42.246], - [9.525, 42.246], - [9.527, 42.244], - [9.536, 42.242], - [9.539, 42.241], - [9.542, 42.242], - [9.553, 42.241], - [9.555, 42.252], - [9.552, 42.249], - [9.544, 42.251], - [9.544, 42.252], - [9.535, 42.259], - [9.527, 42.267], - [9.524, 42.267], - [9.52, 42.268], - [9.518, 42.27], - [9.515, 42.271], - [9.514, 42.271], - [9.503, 42.275], - [9.502, 42.276], - [9.497, 42.278], - [9.495, 42.278], - [9.492, 42.28], - [9.485, 42.282], - [9.48, 42.282], - [9.475, 42.284], - [9.458, 42.285], - [9.454, 42.282], - [9.448, 42.279], - [9.447, 42.274], - [9.444, 42.27] - ] - ] - }, - "properties": { - "NOM_COM_M": "CANALE DI VERDE", - "INSEE_COM": "2B057", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.384, 42.5], - [9.386, 42.498], - [9.389, 42.497], - [9.393, 42.497], - [9.395, 42.496], - [9.398, 42.493], - [9.4, 42.494], - [9.402, 42.498], - [9.406, 42.5], - [9.407, 42.506], - [9.408, 42.509], - [9.41, 42.506], - [9.412, 42.506], - [9.415, 42.503], - [9.419, 42.506], - [9.423, 42.511], - [9.426, 42.511], - [9.429, 42.514], - [9.427, 42.519], - [9.425, 42.52], - [9.423, 42.518], - [9.42, 42.519], - [9.418, 42.522], - [9.414, 42.525], - [9.411, 42.526], - [9.41, 42.523], - [9.408, 42.522], - [9.401, 42.522], - [9.404, 42.518], - [9.404, 42.516], - [9.396, 42.518], - [9.395, 42.517], - [9.396, 42.514], - [9.396, 42.507], - [9.393, 42.504], - [9.388, 42.504], - [9.386, 42.505], - [9.386, 42.509], - [9.385, 42.51], - [9.381, 42.508], - [9.38, 42.506], - [9.381, 42.503], - [9.384, 42.5] - ] - ] - }, - "properties": { - "NOM_COM_M": "PRUNELLI DI CASACCONI", - "INSEE_COM": "2B250", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.365, 42.371], - [9.369, 42.371], - [9.375, 42.369], - [9.378, 42.371], - [9.376, 42.374], - [9.377, 42.376], - [9.375, 42.377], - [9.376, 42.379], - [9.38, 42.382], - [9.379, 42.385], - [9.381, 42.387], - [9.387, 42.389], - [9.389, 42.39], - [9.386, 42.39], - [9.382, 42.391], - [9.376, 42.39], - [9.375, 42.387], - [9.375, 42.384], - [9.372, 42.381], - [9.373, 42.379], - [9.372, 42.377], - [9.369, 42.375], - [9.37, 42.372], - [9.366, 42.373], - [9.363, 42.373], - [9.36, 42.37], - [9.363, 42.372], - [9.365, 42.371] - ] - ] - }, - "properties": { - "NOM_COM_M": "STAZZONA", - "INSEE_COM": "2B291", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.368, 42.316], - [9.372, 42.319], - [9.381, 42.323], - [9.385, 42.323], - [9.386, 42.325], - [9.393, 42.328], - [9.393, 42.33], - [9.397, 42.331], - [9.399, 42.33], - [9.402, 42.332], - [9.398, 42.333], - [9.394, 42.335], - [9.395, 42.338], - [9.39, 42.34], - [9.387, 42.341], - [9.384, 42.34], - [9.379, 42.34], - [9.373, 42.338], - [9.366, 42.333], - [9.358, 42.328], - [9.354, 42.328], - [9.354, 42.326], - [9.357, 42.323], - [9.362, 42.32], - [9.364, 42.318], - [9.368, 42.316] - ] - ] - }, - "properties": { - "NOM_COM_M": "PIETRICAGGIO", - "INSEE_COM": "2B227", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.367, 42.555], - [9.344, 42.55], - [9.346, 42.545], - [9.353, 42.537], - [9.352, 42.535], - [9.359, 42.526], - [9.364, 42.524], - [9.369, 42.523], - [9.372, 42.525], - [9.373, 42.524], - [9.379, 42.526], - [9.381, 42.523], - [9.383, 42.522], - [9.391, 42.522], - [9.387, 42.524], - [9.385, 42.528], - [9.381, 42.532], - [9.374, 42.534], - [9.375, 42.536], - [9.374, 42.542], - [9.371, 42.545], - [9.373, 42.549], - [9.374, 42.554], - [9.375, 42.556], - [9.367, 42.555] - ] - ] - }, - "properties": { - "NOM_COM_M": "SCOLCA", - "INSEE_COM": "2B274", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.257, 42.392], - [9.259, 42.393], - [9.259, 42.395], - [9.257, 42.396], - [9.26, 42.399], - [9.256, 42.402], - [9.256, 42.403], - [9.255, 42.403], - [9.254, 42.408], - [9.252, 42.413], - [9.251, 42.414], - [9.247, 42.413], - [9.242, 42.413], - [9.232, 42.418], - [9.22, 42.417], - [9.216, 42.419], - [9.213, 42.418], - [9.208, 42.418], - [9.202, 42.416], - [9.197, 42.418], - [9.197, 42.415], - [9.198, 42.413], - [9.197, 42.406], - [9.203, 42.405], - [9.205, 42.404], - [9.208, 42.4], - [9.209, 42.395], - [9.212, 42.393], - [9.226, 42.393], - [9.231, 42.391], - [9.232, 42.387], - [9.237, 42.386], - [9.24, 42.387], - [9.241, 42.389], - [9.244, 42.391], - [9.25, 42.39], - [9.257, 42.392] - ] - ] - }, - "properties": { - "NOM_COM_M": "AITI", - "INSEE_COM": "2B003", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.302, 42.574], - [9.301, 42.571], - [9.297, 42.563], - [9.293, 42.563], - [9.294, 42.56], - [9.293, 42.557], - [9.295, 42.556], - [9.294, 42.552], - [9.301, 42.552], - [9.306, 42.549], - [9.312, 42.547], - [9.315, 42.547], - [9.321, 42.545], - [9.326, 42.547], - [9.331, 42.548], - [9.334, 42.55], - [9.344, 42.55], - [9.367, 42.555], - [9.368, 42.559], - [9.367, 42.562], - [9.364, 42.564], - [9.355, 42.569], - [9.353, 42.569], - [9.352, 42.572], - [9.348, 42.574], - [9.347, 42.578], - [9.347, 42.582], - [9.344, 42.582], - [9.344, 42.586], - [9.341, 42.587], - [9.338, 42.586], - [9.332, 42.59], - [9.331, 42.593], - [9.329, 42.594], - [9.33, 42.596], - [9.325, 42.596], - [9.321, 42.598], - [9.316, 42.599], - [9.316, 42.596], - [9.314, 42.594], - [9.314, 42.592], - [9.312, 42.588], - [9.314, 42.586], - [9.313, 42.584], - [9.31, 42.581], - [9.304, 42.579], - [9.302, 42.574] - ] - ] - }, - "properties": { - "NOM_COM_M": "MURATO", - "INSEE_COM": "2B172", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.341, 42.484], - [9.34, 42.483], - [9.34, 42.476], - [9.334, 42.468], - [9.333, 42.466], - [9.336, 42.465], - [9.338, 42.466], - [9.346, 42.463], - [9.347, 42.464], - [9.351, 42.464], - [9.354, 42.465], - [9.356, 42.468], - [9.361, 42.47], - [9.365, 42.47], - [9.367, 42.472], - [9.368, 42.476], - [9.372, 42.479], - [9.373, 42.483], - [9.371, 42.485], - [9.366, 42.483], - [9.36, 42.483], - [9.359, 42.482], - [9.36, 42.479], - [9.356, 42.48], - [9.352, 42.479], - [9.343, 42.479], - [9.343, 42.482], - [9.341, 42.484] - ] - ] - }, - "properties": { - "NOM_COM_M": "CROCICCHIA", - "INSEE_COM": "2B102", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.209, 42.395], - [9.208, 42.4], - [9.205, 42.404], - [9.203, 42.405], - [9.197, 42.406], - [9.198, 42.413], - [9.197, 42.415], - [9.197, 42.418], - [9.199, 42.421], - [9.19, 42.422], - [9.188, 42.419], - [9.179, 42.412], - [9.177, 42.411], - [9.178, 42.408], - [9.174, 42.401], - [9.169, 42.4], - [9.166, 42.397], - [9.165, 42.394], - [9.167, 42.393], - [9.164, 42.39], - [9.166, 42.386], - [9.165, 42.385], - [9.161, 42.385], - [9.16, 42.38], - [9.164, 42.373], - [9.166, 42.371], - [9.168, 42.371], - [9.171, 42.367], - [9.174, 42.364], - [9.177, 42.366], - [9.18, 42.364], - [9.182, 42.361], - [9.185, 42.359], - [9.193, 42.358], - [9.195, 42.356], - [9.199, 42.358], - [9.203, 42.353], - [9.206, 42.352], - [9.209, 42.352], - [9.212, 42.355], - [9.216, 42.36], - [9.224, 42.358], - [9.229, 42.359], - [9.227, 42.363], - [9.226, 42.367], - [9.227, 42.369], - [9.226, 42.373], - [9.226, 42.376], - [9.228, 42.384], - [9.222, 42.385], - [9.219, 42.385], - [9.209, 42.389], - [9.207, 42.388], - [9.203, 42.389], - [9.201, 42.391], - [9.206, 42.394], - [9.209, 42.395] - ] - ] - }, - "properties": { - "NOM_COM_M": "OMESSA", - "INSEE_COM": "2B193", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.112, 42.388], - [9.117, 42.389], - [9.119, 42.392], - [9.121, 42.392], - [9.13, 42.39], - [9.135, 42.39], - [9.146, 42.392], - [9.152, 42.395], - [9.149, 42.4], - [9.151, 42.408], - [9.149, 42.414], - [9.15, 42.415], - [9.149, 42.418], - [9.15, 42.42], - [9.147, 42.422], - [9.144, 42.422], - [9.139, 42.426], - [9.131, 42.428], - [9.129, 42.426], - [9.125, 42.427], - [9.117, 42.427], - [9.114, 42.428], - [9.113, 42.43], - [9.107, 42.43], - [9.101, 42.43], - [9.093, 42.428], - [9.09, 42.429], - [9.088, 42.428], - [9.082, 42.427], - [9.079, 42.428], - [9.079, 42.424], - [9.081, 42.42], - [9.079, 42.418], - [9.074, 42.417], - [9.077, 42.412], - [9.078, 42.409], - [9.08, 42.408], - [9.081, 42.404], - [9.084, 42.404], - [9.088, 42.402], - [9.088, 42.4], - [9.093, 42.39], - [9.092, 42.389], - [9.098, 42.386], - [9.101, 42.387], - [9.107, 42.388], - [9.112, 42.388] - ] - ] - }, - "properties": { - "NOM_COM_M": "CASTIGLIONE", - "INSEE_COM": "2B081", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.385, 42.399], - [9.377, 42.401], - [9.37, 42.401], - [9.366, 42.404], - [9.362, 42.404], - [9.357, 42.406], - [9.35, 42.407], - [9.349, 42.406], - [9.342, 42.405], - [9.34, 42.404], - [9.34, 42.402], - [9.342, 42.403], - [9.346, 42.401], - [9.352, 42.402], - [9.357, 42.4], - [9.362, 42.396], - [9.364, 42.397], - [9.367, 42.396], - [9.369, 42.395], - [9.375, 42.397], - [9.383, 42.398], - [9.385, 42.399] - ] - ] - }, - "properties": { - "NOM_COM_M": "POLVEROSO", - "INSEE_COM": "2B243", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.535, 42.359], - [9.534, 42.362], - [9.533, 42.369], - [9.532, 42.373], - [9.533, 42.378], - [9.53, 42.378], - [9.526, 42.376], - [9.521, 42.378], - [9.519, 42.378], - [9.515, 42.38], - [9.513, 42.379], - [9.508, 42.382], - [9.505, 42.38], - [9.503, 42.377], - [9.498, 42.374], - [9.49, 42.373], - [9.487, 42.374], - [9.483, 42.372], - [9.482, 42.37], - [9.483, 42.367], - [9.485, 42.366], - [9.482, 42.362], - [9.479, 42.359], - [9.482, 42.355], - [9.486, 42.359], - [9.49, 42.362], - [9.493, 42.361], - [9.496, 42.361], - [9.498, 42.362], - [9.503, 42.361], - [9.505, 42.36], - [9.516, 42.362], - [9.519, 42.36], - [9.526, 42.36], - [9.53, 42.358], - [9.535, 42.359] - ] - ] - }, - "properties": { - "NOM_COM_M": "SAN NICOLAO", - "INSEE_COM": "2B313", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.409, 42.447], - [9.407, 42.444], - [9.403, 42.442], - [9.404, 42.439], - [9.403, 42.435], - [9.405, 42.431], - [9.412, 42.431], - [9.418, 42.428], - [9.42, 42.426], - [9.425, 42.428], - [9.429, 42.428], - [9.432, 42.426], - [9.434, 42.429], - [9.439, 42.43], - [9.442, 42.429], - [9.445, 42.43], - [9.445, 42.432], - [9.449, 42.436], - [9.446, 42.439], - [9.442, 42.439], - [9.44, 42.44], - [9.435, 42.441], - [9.434, 42.439], - [9.421, 42.439], - [9.418, 42.442], - [9.42, 42.443], - [9.417, 42.446], - [9.409, 42.447] - ] - ] - }, - "properties": { - "NOM_COM_M": "CASALTA", - "INSEE_COM": "2B072", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.394, 42.373], - [9.391, 42.376], - [9.388, 42.381], - [9.387, 42.389], - [9.381, 42.387], - [9.379, 42.385], - [9.38, 42.382], - [9.376, 42.379], - [9.375, 42.377], - [9.377, 42.376], - [9.376, 42.374], - [9.378, 42.371], - [9.375, 42.369], - [9.377, 42.366], - [9.379, 42.365], - [9.381, 42.365], - [9.384, 42.366], - [9.387, 42.365], - [9.392, 42.368], - [9.392, 42.37], - [9.394, 42.373] - ] - ] - }, - "properties": { - "NOM_COM_M": "RAPAGGIO", - "INSEE_COM": "2B256", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.554, 42.157], - [9.554, 42.163], - [9.556, 42.18], - [9.558, 42.191], - [9.559, 42.195], - [9.559, 42.198], - [9.556, 42.202], - [9.556, 42.215], - [9.554, 42.218], - [9.552, 42.226], - [9.552, 42.233], - [9.553, 42.241], - [9.542, 42.242], - [9.539, 42.241], - [9.536, 42.242], - [9.527, 42.244], - [9.525, 42.246], - [9.522, 42.246], - [9.52, 42.248], - [9.516, 42.25], - [9.515, 42.252], - [9.511, 42.254], - [9.498, 42.262], - [9.497, 42.265], - [9.487, 42.267], - [9.478, 42.271], - [9.471, 42.272], - [9.469, 42.271], - [9.466, 42.272], - [9.46, 42.269], - [9.457, 42.27], - [9.444, 42.27], - [9.444, 42.266], - [9.445, 42.264], - [9.447, 42.264], - [9.451, 42.26], - [9.454, 42.25], - [9.456, 42.247], - [9.458, 42.246], - [9.46, 42.243], - [9.466, 42.242], - [9.469, 42.241], - [9.471, 42.236], - [9.474, 42.235], - [9.474, 42.233], - [9.477, 42.226], - [9.475, 42.221], - [9.473, 42.222], - [9.471, 42.22], - [9.47, 42.213], - [9.474, 42.205], - [9.477, 42.201], - [9.479, 42.195], - [9.479, 42.191], - [9.483, 42.19], - [9.485, 42.188], - [9.487, 42.188], - [9.492, 42.186], - [9.494, 42.184], - [9.497, 42.184], - [9.499, 42.182], - [9.502, 42.183], - [9.504, 42.178], - [9.51, 42.176], - [9.511, 42.175], - [9.516, 42.175], - [9.516, 42.173], - [9.514, 42.172], - [9.514, 42.169], - [9.519, 42.169], - [9.52, 42.168], - [9.524, 42.168], - [9.525, 42.165], - [9.528, 42.167], - [9.531, 42.168], - [9.533, 42.166], - [9.54, 42.166], - [9.543, 42.167], - [9.544, 42.163], - [9.547, 42.158], - [9.55, 42.157], - [9.554, 42.157] - ] - ] - }, - "properties": { - "NOM_COM_M": "LINGUIZZETTA", - "INSEE_COM": "2B143", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.436, 42.461], - [9.428, 42.457], - [9.427, 42.45], - [9.434, 42.441], - [9.435, 42.441], - [9.44, 42.44], - [9.442, 42.439], - [9.446, 42.439], - [9.449, 42.436], - [9.453, 42.437], - [9.451, 42.441], - [9.455, 42.443], - [9.451, 42.444], - [9.453, 42.446], - [9.457, 42.444], - [9.456, 42.448], - [9.459, 42.45], - [9.461, 42.449], - [9.462, 42.446], - [9.461, 42.45], - [9.447, 42.457], - [9.445, 42.459], - [9.441, 42.459], - [9.436, 42.461] - ] - ] - }, - "properties": { - "NOM_COM_M": "PORRI", - "INSEE_COM": "2B245", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.462, 42.446], - [9.469, 42.446], - [9.473, 42.445], - [9.477, 42.446], - [9.481, 42.445], - [9.483, 42.446], - [9.486, 42.444], - [9.49, 42.444], - [9.492, 42.445], - [9.493, 42.443], - [9.497, 42.444], - [9.5, 42.442], - [9.503, 42.442], - [9.506, 42.44], - [9.508, 42.44], - [9.517, 42.443], - [9.521, 42.44], - [9.529, 42.44], - [9.53, 42.438], - [9.534, 42.438], - [9.535, 42.439], - [9.539, 42.438], - [9.541, 42.439], - [9.541, 42.442], - [9.542, 42.448], - [9.541, 42.453], - [9.541, 42.46], - [9.539, 42.462], - [9.538, 42.466], - [9.536, 42.47], - [9.523, 42.469], - [9.522, 42.467], - [9.516, 42.465], - [9.514, 42.463], - [9.509, 42.462], - [9.493, 42.462], - [9.488, 42.46], - [9.479, 42.46], - [9.474, 42.461], - [9.471, 42.463], - [9.467, 42.464], - [9.467, 42.47], - [9.464, 42.476], - [9.462, 42.474], - [9.456, 42.471], - [9.454, 42.468], - [9.45, 42.468], - [9.444, 42.466], - [9.438, 42.465], - [9.436, 42.464], - [9.436, 42.461], - [9.441, 42.459], - [9.445, 42.459], - [9.447, 42.457], - [9.461, 42.45], - [9.462, 42.446] - ] - ] - }, - "properties": { - "NOM_COM_M": "PENTA DI CASINCA", - "INSEE_COM": "2B207", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.385, 42.51], - [9.374, 42.508], - [9.37, 42.505], - [9.367, 42.505], - [9.361, 42.506], - [9.354, 42.509], - [9.351, 42.509], - [9.349, 42.511], - [9.346, 42.511], - [9.339, 42.51], - [9.338, 42.507], - [9.335, 42.506], - [9.33, 42.506], - [9.332, 42.504], - [9.333, 42.5], - [9.336, 42.496], - [9.337, 42.491], - [9.341, 42.485], - [9.341, 42.484], - [9.343, 42.482], - [9.343, 42.479], - [9.352, 42.479], - [9.356, 42.48], - [9.36, 42.479], - [9.359, 42.482], - [9.36, 42.483], - [9.366, 42.483], - [9.371, 42.485], - [9.372, 42.488], - [9.375, 42.489], - [9.374, 42.493], - [9.376, 42.494], - [9.377, 42.497], - [9.381, 42.503], - [9.38, 42.506], - [9.381, 42.508], - [9.385, 42.51] - ] - ] - }, - "properties": { - "NOM_COM_M": "CAMPILE", - "INSEE_COM": "2B054", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.306, 42.312], - [9.304, 42.313], - [9.298, 42.311], - [9.293, 42.31], - [9.291, 42.312], - [9.291, 42.316], - [9.29, 42.318], - [9.285, 42.317], - [9.282, 42.32], - [9.278, 42.319], - [9.28, 42.313], - [9.278, 42.311], - [9.279, 42.306], - [9.274, 42.303], - [9.278, 42.299], - [9.278, 42.297], - [9.281, 42.296], - [9.289, 42.301], - [9.294, 42.301], - [9.297, 42.308], - [9.301, 42.309], - [9.303, 42.311], - [9.306, 42.312] - ] - ] - }, - "properties": { - "NOM_COM_M": "ALANDO", - "INSEE_COM": "2B005", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.39, 42.416], - [9.394, 42.415], - [9.405, 42.415], - [9.408, 42.416], - [9.415, 42.417], - [9.415, 42.422], - [9.417, 42.425], - [9.418, 42.428], - [9.412, 42.431], - [9.405, 42.431], - [9.404, 42.429], - [9.399, 42.427], - [9.397, 42.427], - [9.394, 42.424], - [9.392, 42.425], - [9.391, 42.423], - [9.392, 42.42], - [9.39, 42.416] - ] - ] - }, - "properties": { - "NOM_COM_M": "SCATA", - "INSEE_COM": "2B273", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.427, 42.519], - [9.429, 42.514], - [9.433, 42.514], - [9.439, 42.517], - [9.442, 42.519], - [9.444, 42.522], - [9.449, 42.525], - [9.452, 42.526], - [9.453, 42.525], - [9.461, 42.527], - [9.465, 42.53], - [9.47, 42.532], - [9.469, 42.534], - [9.478, 42.535], - [9.48, 42.533], - [9.483, 42.533], - [9.485, 42.536], - [9.488, 42.537], - [9.491, 42.534], - [9.494, 42.533], - [9.498, 42.535], - [9.5, 42.538], - [9.505, 42.535], - [9.513, 42.535], - [9.514, 42.532], - [9.519, 42.531], - [9.521, 42.529], - [9.52, 42.527], - [9.521, 42.524], - [9.525, 42.524], - [9.529, 42.526], - [9.533, 42.524], - [9.534, 42.523], - [9.534, 42.527], - [9.533, 42.534], - [9.534, 42.537], - [9.533, 42.545], - [9.532, 42.55], - [9.529, 42.558], - [9.529, 42.56], - [9.527, 42.565], - [9.519, 42.563], - [9.487, 42.556], - [9.486, 42.555], - [9.47, 42.552], - [9.453, 42.552], - [9.451, 42.551], - [9.442, 42.551], - [9.437, 42.549], - [9.431, 42.549], - [9.43, 42.55], - [9.427, 42.549], - [9.423, 42.551], - [9.411, 42.551], - [9.407, 42.552], - [9.396, 42.55], - [9.404, 42.547], - [9.406, 42.544], - [9.405, 42.542], - [9.407, 42.539], - [9.415, 42.537], - [9.419, 42.535], - [9.421, 42.531], - [9.426, 42.528], - [9.428, 42.526], - [9.428, 42.522], - [9.427, 42.519] - ] - ] - }, - "properties": { - "NOM_COM_M": "LUCCIANA", - "INSEE_COM": "2B148", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.375, 42.438], - [9.377, 42.436], - [9.376, 42.434], - [9.37, 42.433], - [9.37, 42.432], - [9.366, 42.432], - [9.358, 42.429], - [9.356, 42.427], - [9.354, 42.427], - [9.352, 42.425], - [9.348, 42.423], - [9.339, 42.423], - [9.333, 42.421], - [9.331, 42.421], - [9.327, 42.417], - [9.325, 42.415], - [9.324, 42.411], - [9.337, 42.412], - [9.345, 42.413], - [9.357, 42.418], - [9.362, 42.417], - [9.364, 42.418], - [9.362, 42.419], - [9.362, 42.422], - [9.36, 42.425], - [9.361, 42.427], - [9.363, 42.427], - [9.364, 42.429], - [9.37, 42.432], - [9.373, 42.433], - [9.377, 42.433], - [9.381, 42.43], - [9.385, 42.429], - [9.388, 42.429], - [9.394, 42.427], - [9.397, 42.427], - [9.395, 42.429], - [9.393, 42.433], - [9.391, 42.434], - [9.391, 42.437], - [9.388, 42.438], - [9.387, 42.44], - [9.384, 42.442], - [9.383, 42.443], - [9.378, 42.442], - [9.375, 42.438] - ] - ] - }, - "properties": { - "NOM_COM_M": "PORTA", - "INSEE_COM": "2B246", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.381, 42.365], - [9.384, 42.365], - [9.385, 42.363], - [9.387, 42.363], - [9.391, 42.36], - [9.391, 42.357], - [9.392, 42.354], - [9.402, 42.354], - [9.404, 42.355], - [9.411, 42.356], - [9.412, 42.358], - [9.416, 42.358], - [9.419, 42.357], - [9.422, 42.355], - [9.43, 42.355], - [9.423, 42.359], - [9.421, 42.362], - [9.416, 42.364], - [9.414, 42.366], - [9.41, 42.368], - [9.407, 42.368], - [9.403, 42.37], - [9.402, 42.373], - [9.4, 42.374], - [9.398, 42.372], - [9.394, 42.373], - [9.392, 42.37], - [9.392, 42.368], - [9.387, 42.365], - [9.384, 42.366], - [9.381, 42.365] - ] - ] - }, - "properties": { - "NOM_COM_M": "VALLE D OREZZA", - "INSEE_COM": "2B338", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.382, 42.668], - [9.377, 42.67], - [9.376, 42.672], - [9.37, 42.673], - [9.365, 42.675], - [9.347, 42.675], - [9.338, 42.678], - [9.334, 42.675], - [9.332, 42.675], - [9.328, 42.672], - [9.326, 42.672], - [9.324, 42.67], - [9.321, 42.668], - [9.321, 42.666], - [9.332, 42.661], - [9.332, 42.66], - [9.339, 42.656], - [9.34, 42.653], - [9.347, 42.646], - [9.351, 42.645], - [9.354, 42.642], - [9.355, 42.639], - [9.363, 42.635], - [9.366, 42.634], - [9.37, 42.635], - [9.373, 42.635], - [9.374, 42.633], - [9.379, 42.634], - [9.384, 42.634], - [9.388, 42.637], - [9.392, 42.638], - [9.389, 42.641], - [9.385, 42.643], - [9.386, 42.648], - [9.384, 42.65], - [9.383, 42.653], - [9.38, 42.658], - [9.38, 42.666], - [9.382, 42.668] - ] - ] - }, - "properties": { - "NOM_COM_M": "POGGIO D OLETTA", - "INSEE_COM": "2B239", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.285, 42.5], - [9.288, 42.498], - [9.293, 42.498], - [9.296, 42.497], - [9.297, 42.495], - [9.299, 42.495], - [9.302, 42.498], - [9.303, 42.501], - [9.306, 42.503], - [9.303, 42.507], - [9.299, 42.508], - [9.297, 42.513], - [9.294, 42.515], - [9.294, 42.52], - [9.293, 42.524], - [9.291, 42.527], - [9.289, 42.532], - [9.289, 42.539], - [9.288, 42.542], - [9.289, 42.544], - [9.288, 42.546], - [9.29, 42.549], - [9.287, 42.551], - [9.284, 42.55], - [9.28, 42.551], - [9.269, 42.551], - [9.266, 42.552], - [9.264, 42.551], - [9.26, 42.555], - [9.246, 42.555], - [9.243, 42.557], - [9.235, 42.555], - [9.234, 42.551], - [9.229, 42.549], - [9.225, 42.547], - [9.226, 42.545], - [9.225, 42.543], - [9.227, 42.54], - [9.225, 42.538], - [9.224, 42.53], - [9.222, 42.528], - [9.227, 42.525], - [9.231, 42.524], - [9.232, 42.52], - [9.236, 42.52], - [9.243, 42.521], - [9.251, 42.521], - [9.251, 42.516], - [9.257, 42.516], - [9.262, 42.52], - [9.267, 42.52], - [9.27, 42.516], - [9.273, 42.515], - [9.276, 42.512], - [9.276, 42.51], - [9.279, 42.51], - [9.282, 42.508], - [9.285, 42.504], - [9.288, 42.503], - [9.285, 42.5] - ] - ] - }, - "properties": { - "NOM_COM_M": "LENTO", - "INSEE_COM": "2B140", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.396, 42.55], - [9.392, 42.551], - [9.387, 42.557], - [9.382, 42.56], - [9.375, 42.556], - [9.374, 42.554], - [9.373, 42.549], - [9.371, 42.545], - [9.374, 42.542], - [9.375, 42.536], - [9.374, 42.534], - [9.381, 42.532], - [9.385, 42.528], - [9.387, 42.524], - [9.391, 42.522], - [9.397, 42.52], - [9.401, 42.522], - [9.408, 42.522], - [9.41, 42.523], - [9.411, 42.526], - [9.414, 42.525], - [9.418, 42.522], - [9.42, 42.519], - [9.423, 42.518], - [9.425, 42.52], - [9.427, 42.519], - [9.428, 42.522], - [9.428, 42.526], - [9.426, 42.528], - [9.421, 42.531], - [9.419, 42.535], - [9.415, 42.537], - [9.407, 42.539], - [9.405, 42.542], - [9.406, 42.544], - [9.404, 42.547], - [9.396, 42.55] - ] - ] - }, - "properties": { - "NOM_COM_M": "VIGNALE", - "INSEE_COM": "2B350", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.326, 42.399], - [9.34, 42.402], - [9.34, 42.404], - [9.342, 42.405], - [9.349, 42.406], - [9.35, 42.407], - [9.357, 42.406], - [9.362, 42.404], - [9.366, 42.404], - [9.37, 42.401], - [9.377, 42.401], - [9.385, 42.399], - [9.389, 42.398], - [9.39, 42.401], - [9.392, 42.404], - [9.392, 42.407], - [9.389, 42.408], - [9.382, 42.408], - [9.376, 42.412], - [9.373, 42.415], - [9.369, 42.416], - [9.367, 42.415], - [9.364, 42.418], - [9.362, 42.417], - [9.357, 42.418], - [9.345, 42.413], - [9.337, 42.412], - [9.324, 42.411], - [9.324, 42.405], - [9.326, 42.402], - [9.326, 42.399] - ] - ] - }, - "properties": { - "NOM_COM_M": "CROCE", - "INSEE_COM": "2B101", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.421, 42.289], - [9.428, 42.287], - [9.431, 42.282], - [9.437, 42.277], - [9.441, 42.275], - [9.444, 42.27], - [9.447, 42.274], - [9.448, 42.279], - [9.454, 42.282], - [9.458, 42.285], - [9.458, 42.288], - [9.467, 42.297], - [9.468, 42.3], - [9.465, 42.303], - [9.463, 42.303], - [9.461, 42.305], - [9.455, 42.307], - [9.447, 42.31], - [9.443, 42.309], - [9.441, 42.306], - [9.441, 42.302], - [9.439, 42.301], - [9.434, 42.302], - [9.431, 42.301], - [9.428, 42.302], - [9.426, 42.301], - [9.424, 42.297], - [9.424, 42.294], - [9.421, 42.291], - [9.421, 42.289] - ] - ] - }, - "properties": { - "NOM_COM_M": "PIETRA DI VERDE", - "INSEE_COM": "2B225", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.426, 42.301], - [9.428, 42.302], - [9.431, 42.301], - [9.434, 42.302], - [9.439, 42.301], - [9.441, 42.302], - [9.441, 42.306], - [9.443, 42.309], - [9.447, 42.31], - [9.455, 42.307], - [9.46, 42.311], - [9.458, 42.315], - [9.456, 42.316], - [9.451, 42.314], - [9.447, 42.313], - [9.447, 42.315], - [9.443, 42.315], - [9.438, 42.317], - [9.437, 42.316], - [9.434, 42.318], - [9.433, 42.317], - [9.43, 42.32], - [9.426, 42.318], - [9.422, 42.321], - [9.415, 42.318], - [9.413, 42.318], - [9.418, 42.316], - [9.418, 42.313], - [9.421, 42.314], - [9.425, 42.313], - [9.426, 42.311], - [9.423, 42.309], - [9.42, 42.303], - [9.422, 42.3], - [9.426, 42.301] - ] - ] - }, - "properties": { - "NOM_COM_M": "ORTALE", - "INSEE_COM": "2B194", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.395, 42.635], - [9.404, 42.635], - [9.411, 42.637], - [9.418, 42.64], - [9.423, 42.638], - [9.434, 42.638], - [9.434, 42.636], - [9.438, 42.635], - [9.443, 42.638], - [9.458, 42.64], - [9.463, 42.639], - [9.457, 42.647], - [9.454, 42.653], - [9.45, 42.662], - [9.443, 42.661], - [9.435, 42.662], - [9.429, 42.665], - [9.424, 42.665], - [9.412, 42.667], - [9.406, 42.669], - [9.404, 42.671], - [9.397, 42.673], - [9.393, 42.675], - [9.393, 42.673], - [9.39, 42.67], - [9.385, 42.668], - [9.382, 42.668], - [9.38, 42.666], - [9.38, 42.658], - [9.383, 42.653], - [9.384, 42.65], - [9.386, 42.648], - [9.385, 42.643], - [9.389, 42.641], - [9.392, 42.638], - [9.395, 42.635] - ] - ] - }, - "properties": { - "NOM_COM_M": "FURIANI", - "INSEE_COM": "2B120", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.392, 42.449], - [9.396, 42.452], - [9.397, 42.455], - [9.399, 42.456], - [9.403, 42.46], - [9.408, 42.463], - [9.407, 42.466], - [9.405, 42.468], - [9.407, 42.472], - [9.407, 42.475], - [9.41, 42.479], - [9.41, 42.481], - [9.412, 42.487], - [9.415, 42.491], - [9.418, 42.492], - [9.425, 42.496], - [9.434, 42.499], - [9.439, 42.499], - [9.446, 42.503], - [9.451, 42.504], - [9.449, 42.509], - [9.451, 42.512], - [9.449, 42.516], - [9.45, 42.518], - [9.448, 42.521], - [9.452, 42.523], - [9.453, 42.525], - [9.452, 42.526], - [9.449, 42.525], - [9.444, 42.522], - [9.442, 42.519], - [9.439, 42.517], - [9.444, 42.513], - [9.441, 42.512], - [9.439, 42.51], - [9.433, 42.508], - [9.431, 42.505], - [9.429, 42.504], - [9.427, 42.501], - [9.422, 42.501], - [9.416, 42.497], - [9.416, 42.495], - [9.414, 42.494], - [9.41, 42.494], - [9.409, 42.491], - [9.405, 42.489], - [9.399, 42.487], - [9.393, 42.489], - [9.387, 42.494], - [9.385, 42.497], - [9.384, 42.5], - [9.381, 42.503], - [9.377, 42.497], - [9.376, 42.494], - [9.374, 42.493], - [9.375, 42.489], - [9.372, 42.488], - [9.371, 42.485], - [9.373, 42.483], - [9.372, 42.479], - [9.373, 42.474], - [9.375, 42.473], - [9.375, 42.47], - [9.377, 42.469], - [9.377, 42.467], - [9.379, 42.465], - [9.379, 42.463], - [9.381, 42.462], - [9.384, 42.457], - [9.385, 42.457], - [9.386, 42.451], - [9.392, 42.449] - ] - ] - }, - "properties": { - "NOM_COM_M": "MONTE", - "INSEE_COM": "2B166", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.34, 42.342], - [9.344, 42.339], - [9.357, 42.345], - [9.363, 42.346], - [9.364, 42.345], - [9.368, 42.347], - [9.373, 42.347], - [9.368, 42.349], - [9.366, 42.351], - [9.372, 42.353], - [9.373, 42.357], - [9.375, 42.36], - [9.375, 42.364], - [9.377, 42.363], - [9.379, 42.365], - [9.377, 42.366], - [9.375, 42.369], - [9.369, 42.371], - [9.365, 42.371], - [9.362, 42.366], - [9.36, 42.365], - [9.357, 42.362], - [9.35, 42.358], - [9.348, 42.356], - [9.348, 42.354], - [9.345, 42.351], - [9.345, 42.348], - [9.344, 42.346], - [9.339, 42.342], - [9.34, 42.342] - ] - ] - }, - "properties": { - "NOM_COM_M": "CARCHETO BRUSTICO", - "INSEE_COM": "2B063", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.392, 42.354], - [9.386, 42.352], - [9.382, 42.349], - [9.373, 42.347], - [9.368, 42.347], - [9.364, 42.345], - [9.363, 42.346], - [9.357, 42.345], - [9.344, 42.339], - [9.347, 42.335], - [9.347, 42.33], - [9.349, 42.328], - [9.354, 42.328], - [9.358, 42.328], - [9.366, 42.333], - [9.373, 42.338], - [9.379, 42.34], - [9.384, 42.34], - [9.387, 42.341], - [9.39, 42.34], - [9.388, 42.342], - [9.388, 42.345], - [9.391, 42.346], - [9.393, 42.348], - [9.394, 42.351], - [9.392, 42.354] - ] - ] - }, - "properties": { - "NOM_COM_M": "PIOBETTA", - "INSEE_COM": "2B234", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.397, 42.455], - [9.404, 42.452], - [9.409, 42.447], - [9.417, 42.446], - [9.42, 42.443], - [9.418, 42.442], - [9.421, 42.439], - [9.434, 42.439], - [9.435, 42.441], - [9.434, 42.441], - [9.427, 42.45], - [9.428, 42.457], - [9.436, 42.461], - [9.436, 42.464], - [9.433, 42.462], - [9.424, 42.462], - [9.422, 42.461], - [9.419, 42.462], - [9.417, 42.464], - [9.408, 42.463], - [9.403, 42.46], - [9.399, 42.456], - [9.397, 42.455] - ] - ] - }, - "properties": { - "NOM_COM_M": "SILVARECCIO", - "INSEE_COM": "2B280", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.489, 42.389], - [9.486, 42.382], - [9.486, 42.38], - [9.484, 42.379], - [9.484, 42.377], - [9.482, 42.375], - [9.487, 42.374], - [9.49, 42.373], - [9.498, 42.374], - [9.503, 42.377], - [9.505, 42.38], - [9.508, 42.382], - [9.513, 42.379], - [9.515, 42.38], - [9.519, 42.378], - [9.521, 42.378], - [9.526, 42.376], - [9.53, 42.378], - [9.533, 42.378], - [9.532, 42.384], - [9.535, 42.394], - [9.532, 42.394], - [9.527, 42.395], - [9.521, 42.394], - [9.518, 42.394], - [9.514, 42.393], - [9.511, 42.393], - [9.511, 42.39], - [9.506, 42.389], - [9.504, 42.388], - [9.5, 42.388], - [9.499, 42.386], - [9.494, 42.388], - [9.491, 42.388], - [9.489, 42.389] - ] - ] - }, - "properties": { - "NOM_COM_M": "SANTA LUCIA DI MORIANI", - "INSEE_COM": "2B307", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.396, 42.298], - [9.398, 42.292], - [9.401, 42.289], - [9.401, 42.283], - [9.402, 42.279], - [9.4, 42.278], - [9.401, 42.275], - [9.4, 42.271], - [9.397, 42.266], - [9.398, 42.264], - [9.401, 42.263], - [9.404, 42.263], - [9.406, 42.265], - [9.406, 42.267], - [9.408, 42.268], - [9.411, 42.272], - [9.418, 42.273], - [9.42, 42.276], - [9.431, 42.281], - [9.431, 42.282], - [9.428, 42.287], - [9.421, 42.289], - [9.418, 42.291], - [9.414, 42.296], - [9.409, 42.295], - [9.403, 42.296], - [9.401, 42.297], - [9.396, 42.298] - ] - ] - }, - "properties": { - "NOM_COM_M": "MOITA", - "INSEE_COM": "2B161", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.479, 42.337], - [9.486, 42.336], - [9.506, 42.33], - [9.509, 42.33], - [9.513, 42.331], - [9.516, 42.33], - [9.521, 42.331], - [9.521, 42.329], - [9.525, 42.33], - [9.529, 42.329], - [9.535, 42.324], - [9.537, 42.327], - [9.543, 42.328], - [9.541, 42.337], - [9.536, 42.338], - [9.533, 42.343], - [9.53, 42.342], - [9.52, 42.342], - [9.52, 42.343], - [9.515, 42.343], - [9.512, 42.341], - [9.506, 42.339], - [9.498, 42.341], - [9.493, 42.34], - [9.49, 42.341], - [9.485, 42.341], - [9.48, 42.342], - [9.479, 42.337] - ] - ] - }, - "properties": { - "NOM_COM_M": "VALLE DI CAMPOLORO", - "INSEE_COM": "2B335", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.28, 42.364], - [9.281, 42.366], - [9.279, 42.368], - [9.281, 42.372], - [9.277, 42.375], - [9.279, 42.379], - [9.276, 42.379], - [9.276, 42.382], - [9.274, 42.382], - [9.271, 42.386], - [9.269, 42.386], - [9.265, 42.384], - [9.26, 42.386], - [9.259, 42.387], - [9.259, 42.385], - [9.255, 42.384], - [9.253, 42.378], - [9.251, 42.376], - [9.251, 42.371], - [9.257, 42.371], - [9.26, 42.368], - [9.272, 42.367], - [9.273, 42.366], - [9.279, 42.365], - [9.28, 42.364] - ] - ] - }, - "properties": { - "NOM_COM_M": "ERONE", - "INSEE_COM": "2B106", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.439, 42.408], - [9.437, 42.407], - [9.431, 42.406], - [9.427, 42.407], - [9.422, 42.41], - [9.419, 42.41], - [9.417, 42.416], - [9.415, 42.417], - [9.408, 42.416], - [9.405, 42.415], - [9.394, 42.415], - [9.39, 42.416], - [9.391, 42.412], - [9.389, 42.408], - [9.392, 42.407], - [9.392, 42.404], - [9.399, 42.402], - [9.406, 42.402], - [9.413, 42.401], - [9.416, 42.4], - [9.421, 42.395], - [9.424, 42.391], - [9.426, 42.392], - [9.426, 42.394], - [9.428, 42.396], - [9.428, 42.398], - [9.439, 42.401], - [9.445, 42.404], - [9.447, 42.404], - [9.439, 42.408] - ] - ] - }, - "properties": { - "NOM_COM_M": "SAN DAMIANO", - "INSEE_COM": "2B297", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.481, 42.422], - [9.48, 42.417], - [9.475, 42.415], - [9.472, 42.411], - [9.474, 42.407], - [9.477, 42.405], - [9.477, 42.403], - [9.481, 42.401], - [9.486, 42.402], - [9.491, 42.404], - [9.494, 42.406], - [9.493, 42.409], - [9.499, 42.41], - [9.505, 42.41], - [9.506, 42.409], - [9.51, 42.41], - [9.513, 42.413], - [9.513, 42.416], - [9.518, 42.415], - [9.523, 42.413], - [9.526, 42.413], - [9.53, 42.414], - [9.535, 42.412], - [9.538, 42.412], - [9.54, 42.418], - [9.542, 42.421], - [9.542, 42.424], - [9.543, 42.429], - [9.542, 42.428], - [9.535, 42.43], - [9.534, 42.429], - [9.522, 42.431], - [9.519, 42.429], - [9.512, 42.426], - [9.508, 42.427], - [9.504, 42.427], - [9.502, 42.428], - [9.501, 42.426], - [9.494, 42.423], - [9.492, 42.424], - [9.489, 42.423], - [9.486, 42.425], - [9.481, 42.422] - ] - ] - }, - "properties": { - "NOM_COM_M": "TALASANI", - "INSEE_COM": "2B319", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.327, 42.435], - [9.331, 42.432], - [9.344, 42.432], - [9.346, 42.433], - [9.357, 42.431], - [9.363, 42.431], - [9.365, 42.434], - [9.369, 42.433], - [9.374, 42.437], - [9.373, 42.438], - [9.37, 42.438], - [9.367, 42.437], - [9.366, 42.435], - [9.363, 42.436], - [9.362, 42.44], - [9.36, 42.444], - [9.359, 42.441], - [9.356, 42.44], - [9.353, 42.44], - [9.35, 42.439], - [9.346, 42.439], - [9.337, 42.437], - [9.334, 42.44], - [9.33, 42.442], - [9.328, 42.444], - [9.325, 42.439], - [9.327, 42.435] - ] - ] - }, - "properties": { - "NOM_COM_M": "POGGIO MARINACCIO", - "INSEE_COM": "2B241", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.222, 42.528], - [9.22, 42.522], - [9.222, 42.518], - [9.219, 42.516], - [9.207, 42.517], - [9.204, 42.516], - [9.2, 42.513], - [9.198, 42.51], - [9.195, 42.509], - [9.193, 42.506], - [9.191, 42.504], - [9.19, 42.501], - [9.187, 42.5], - [9.184, 42.497], - [9.18, 42.494], - [9.18, 42.492], - [9.184, 42.492], - [9.188, 42.491], - [9.19, 42.487], - [9.19, 42.485], - [9.192, 42.483], - [9.196, 42.483], - [9.201, 42.482], - [9.201, 42.48], - [9.203, 42.479], - [9.204, 42.476], - [9.207, 42.475], - [9.21, 42.472], - [9.213, 42.471], - [9.218, 42.473], - [9.219, 42.474], - [9.225, 42.473], - [9.229, 42.47], - [9.236, 42.469], - [9.241, 42.472], - [9.25, 42.47], - [9.255, 42.475], - [9.262, 42.476], - [9.265, 42.477], - [9.277, 42.492], - [9.282, 42.496], - [9.285, 42.5], - [9.288, 42.503], - [9.285, 42.504], - [9.282, 42.508], - [9.279, 42.51], - [9.276, 42.51], - [9.276, 42.512], - [9.273, 42.515], - [9.27, 42.516], - [9.267, 42.52], - [9.262, 42.52], - [9.257, 42.516], - [9.251, 42.516], - [9.251, 42.521], - [9.243, 42.521], - [9.236, 42.52], - [9.232, 42.52], - [9.231, 42.524], - [9.227, 42.525], - [9.222, 42.528] - ] - ] - }, - "properties": { - "NOM_COM_M": "CANAVAGGIA", - "INSEE_COM": "2B059", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.426, 42.301], - [9.422, 42.3], - [9.42, 42.303], - [9.423, 42.309], - [9.426, 42.311], - [9.425, 42.313], - [9.421, 42.314], - [9.418, 42.313], - [9.418, 42.316], - [9.413, 42.318], - [9.409, 42.315], - [9.404, 42.317], - [9.403, 42.315], - [9.398, 42.312], - [9.396, 42.309], - [9.396, 42.305], - [9.399, 42.303], - [9.396, 42.298], - [9.401, 42.297], - [9.403, 42.296], - [9.409, 42.295], - [9.414, 42.296], - [9.418, 42.291], - [9.421, 42.289], - [9.421, 42.291], - [9.424, 42.294], - [9.424, 42.297], - [9.426, 42.301] - ] - ] - }, - "properties": { - "NOM_COM_M": "NOVALE", - "INSEE_COM": "2B179", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.47, 42.334], - [9.473, 42.332], - [9.474, 42.33], - [9.474, 42.325], - [9.477, 42.323], - [9.482, 42.324], - [9.485, 42.321], - [9.49, 42.317], - [9.494, 42.317], - [9.497, 42.319], - [9.501, 42.319], - [9.505, 42.32], - [9.508, 42.319], - [9.513, 42.319], - [9.515, 42.318], - [9.524, 42.316], - [9.526, 42.314], - [9.529, 42.313], - [9.536, 42.304], - [9.54, 42.3], - [9.545, 42.3], - [9.554, 42.299], - [9.553, 42.301], - [9.55, 42.316], - [9.548, 42.32], - [9.546, 42.321], - [9.543, 42.328], - [9.537, 42.327], - [9.535, 42.324], - [9.529, 42.329], - [9.525, 42.33], - [9.521, 42.329], - [9.521, 42.331], - [9.516, 42.33], - [9.513, 42.331], - [9.509, 42.33], - [9.506, 42.33], - [9.486, 42.336], - [9.479, 42.337], - [9.477, 42.337], - [9.47, 42.334] - ] - ] - }, - "properties": { - "NOM_COM_M": "CERVIONE", - "INSEE_COM": "2B087", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.39, 42.34], - [9.395, 42.338], - [9.394, 42.335], - [9.398, 42.333], - [9.402, 42.332], - [9.403, 42.331], - [9.406, 42.335], - [9.413, 42.335], - [9.411, 42.34], - [9.414, 42.341], - [9.413, 42.345], - [9.411, 42.347], - [9.413, 42.35], - [9.411, 42.356], - [9.404, 42.355], - [9.402, 42.354], - [9.392, 42.354], - [9.394, 42.351], - [9.393, 42.348], - [9.391, 42.346], - [9.388, 42.345], - [9.388, 42.342], - [9.39, 42.34] - ] - ] - }, - "properties": { - "NOM_COM_M": "TARRANO", - "INSEE_COM": "2B321", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.42, 42.385], - [9.424, 42.383], - [9.425, 42.38], - [9.427, 42.379], - [9.427, 42.374], - [9.426, 42.373], - [9.43, 42.367], - [9.433, 42.364], - [9.435, 42.366], - [9.435, 42.369], - [9.439, 42.376], - [9.444, 42.377], - [9.447, 42.377], - [9.451, 42.381], - [9.456, 42.385], - [9.458, 42.388], - [9.46, 42.388], - [9.461, 42.39], - [9.465, 42.388], - [9.47, 42.387], - [9.475, 42.389], - [9.483, 42.389], - [9.487, 42.388], - [9.488, 42.39], - [9.489, 42.392], - [9.488, 42.394], - [9.488, 42.398], - [9.486, 42.402], - [9.481, 42.401], - [9.477, 42.403], - [9.477, 42.405], - [9.474, 42.407], - [9.472, 42.411], - [9.47, 42.41], - [9.469, 42.407], - [9.466, 42.405], - [9.458, 42.403], - [9.449, 42.403], - [9.447, 42.404], - [9.445, 42.404], - [9.439, 42.401], - [9.428, 42.398], - [9.428, 42.396], - [9.426, 42.394], - [9.426, 42.392], - [9.424, 42.391], - [9.422, 42.39], - [9.423, 42.388], - [9.42, 42.385] - ] - ] - }, - "properties": { - "NOM_COM_M": "VELONE ORNETO", - "INSEE_COM": "2B340", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.536, 42.47], - [9.531, 42.484], - [9.525, 42.484], - [9.51, 42.48], - [9.494, 42.476], - [9.489, 42.475], - [9.485, 42.473], - [9.482, 42.473], - [9.479, 42.474], - [9.472, 42.474], - [9.47, 42.475], - [9.467, 42.475], - [9.464, 42.476], - [9.467, 42.47], - [9.467, 42.464], - [9.471, 42.463], - [9.474, 42.461], - [9.479, 42.46], - [9.488, 42.46], - [9.493, 42.462], - [9.509, 42.462], - [9.514, 42.463], - [9.516, 42.465], - [9.522, 42.467], - [9.523, 42.469], - [9.536, 42.47] - ] - ] - }, - "properties": { - "NOM_COM_M": "CASTELLARE DI CASINCA", - "INSEE_COM": "2B077", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.389, 42.408], - [9.391, 42.412], - [9.39, 42.416], - [9.392, 42.42], - [9.391, 42.423], - [9.392, 42.425], - [9.394, 42.424], - [9.397, 42.427], - [9.394, 42.427], - [9.388, 42.429], - [9.385, 42.429], - [9.381, 42.43], - [9.377, 42.433], - [9.373, 42.433], - [9.37, 42.432], - [9.364, 42.429], - [9.363, 42.427], - [9.361, 42.427], - [9.36, 42.425], - [9.362, 42.422], - [9.362, 42.419], - [9.364, 42.418], - [9.367, 42.415], - [9.369, 42.416], - [9.373, 42.415], - [9.376, 42.412], - [9.382, 42.408], - [9.389, 42.408] - ] - ] - }, - "properties": { - "NOM_COM_M": "FICAJA", - "INSEE_COM": "2B113", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.339, 42.342], - [9.335, 42.346], - [9.334, 42.348], - [9.334, 42.354], - [9.333, 42.358], - [9.331, 42.36], - [9.329, 42.363], - [9.323, 42.361], - [9.32, 42.362], - [9.315, 42.362], - [9.308, 42.357], - [9.309, 42.353], - [9.306, 42.354], - [9.298, 42.355], - [9.298, 42.357], - [9.295, 42.359], - [9.287, 42.361], - [9.281, 42.36], - [9.279, 42.361], - [9.275, 42.358], - [9.273, 42.353], - [9.27, 42.351], - [9.272, 42.341], - [9.276, 42.338], - [9.279, 42.335], - [9.281, 42.335], - [9.286, 42.334], - [9.292, 42.337], - [9.307, 42.337], - [9.311, 42.338], - [9.313, 42.337], - [9.316, 42.338], - [9.326, 42.335], - [9.335, 42.338], - [9.34, 42.342], - [9.339, 42.342] - ] - ] - }, - "properties": { - "NOM_COM_M": "CARTICASI", - "INSEE_COM": "2B068", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.408, 42.463], - [9.417, 42.464], - [9.419, 42.462], - [9.422, 42.461], - [9.424, 42.462], - [9.433, 42.462], - [9.436, 42.464], - [9.435, 42.465], - [9.439, 42.471], - [9.443, 42.476], - [9.444, 42.48], - [9.449, 42.482], - [9.445, 42.487], - [9.44, 42.488], - [9.433, 42.488], - [9.43, 42.49], - [9.418, 42.492], - [9.415, 42.491], - [9.412, 42.487], - [9.41, 42.481], - [9.41, 42.479], - [9.407, 42.475], - [9.407, 42.472], - [9.405, 42.468], - [9.407, 42.466], - [9.408, 42.463] - ] - ] - }, - "properties": { - "NOM_COM_M": "LORETO DI CASINCA", - "INSEE_COM": "2B145", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.36, 42.444], - [9.358, 42.446], - [9.36, 42.449], - [9.36, 42.451], - [9.358, 42.452], - [9.354, 42.451], - [9.35, 42.449], - [9.347, 42.449], - [9.343, 42.447], - [9.337, 42.447], - [9.332, 42.446], - [9.331, 42.444], - [9.328, 42.444], - [9.33, 42.442], - [9.334, 42.44], - [9.337, 42.437], - [9.346, 42.439], - [9.35, 42.439], - [9.353, 42.44], - [9.356, 42.44], - [9.359, 42.441], - [9.36, 42.444] - ] - ] - }, - "properties": { - "NOM_COM_M": "GIOCATOJO", - "INSEE_COM": "2B125", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.398, 42.62], - [9.403, 42.619], - [9.407, 42.616], - [9.41, 42.616], - [9.414, 42.613], - [9.418, 42.612], - [9.421, 42.61], - [9.418, 42.608], - [9.416, 42.605], - [9.419, 42.601], - [9.419, 42.599], - [9.417, 42.598], - [9.414, 42.594], - [9.416, 42.592], - [9.413, 42.588], - [9.415, 42.587], - [9.417, 42.587], - [9.421, 42.59], - [9.423, 42.589], - [9.426, 42.589], - [9.429, 42.59], - [9.433, 42.59], - [9.436, 42.593], - [9.44, 42.593], - [9.444, 42.594], - [9.451, 42.594], - [9.457, 42.596], - [9.467, 42.598], - [9.486, 42.613], - [9.473, 42.626], - [9.463, 42.639], - [9.458, 42.64], - [9.443, 42.638], - [9.438, 42.635], - [9.434, 42.636], - [9.434, 42.638], - [9.423, 42.638], - [9.418, 42.64], - [9.411, 42.637], - [9.404, 42.635], - [9.395, 42.635], - [9.398, 42.63], - [9.407, 42.626], - [9.405, 42.624], - [9.405, 42.622], - [9.399, 42.622], - [9.398, 42.62] - ] - ] - }, - "properties": { - "NOM_COM_M": "BIGUGLIA", - "INSEE_COM": "2B037", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.255, 42.336], - [9.251, 42.334], - [9.251, 42.332], - [9.249, 42.328], - [9.243, 42.326], - [9.242, 42.325], - [9.239, 42.319], - [9.238, 42.315], - [9.24, 42.309], - [9.239, 42.308], - [9.239, 42.301], - [9.236, 42.3], - [9.234, 42.298], - [9.229, 42.295], - [9.232, 42.295], - [9.232, 42.292], - [9.237, 42.289], - [9.241, 42.289], - [9.247, 42.291], - [9.25, 42.295], - [9.251, 42.299], - [9.253, 42.301], - [9.256, 42.307], - [9.257, 42.308], - [9.257, 42.316], - [9.255, 42.323], - [9.259, 42.326], - [9.258, 42.329], - [9.256, 42.332], - [9.255, 42.336] - ] - ] - }, - "properties": { - "NOM_COM_M": "CASTELLARE DI MERCURIO", - "INSEE_COM": "2B078", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.379, 42.3], - [9.387, 42.3], - [9.394, 42.297], - [9.396, 42.298], - [9.399, 42.303], - [9.396, 42.305], - [9.396, 42.309], - [9.398, 42.312], - [9.403, 42.315], - [9.4, 42.32], - [9.397, 42.322], - [9.4, 42.323], - [9.401, 42.322], - [9.408, 42.325], - [9.403, 42.328], - [9.403, 42.331], - [9.402, 42.332], - [9.399, 42.33], - [9.397, 42.331], - [9.393, 42.33], - [9.393, 42.328], - [9.386, 42.325], - [9.385, 42.323], - [9.381, 42.323], - [9.372, 42.319], - [9.368, 42.316], - [9.368, 42.314], - [9.374, 42.311], - [9.377, 42.31], - [9.381, 42.307], - [9.379, 42.305], - [9.38, 42.302], - [9.379, 42.3] - ] - ] - }, - "properties": { - "NOM_COM_M": "PERELLI", - "INSEE_COM": "2B208", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.329, 42.694], - [9.33, 42.693], - [9.338, 42.691], - [9.339, 42.69], - [9.339, 42.681], - [9.338, 42.678], - [9.347, 42.675], - [9.365, 42.675], - [9.37, 42.673], - [9.376, 42.672], - [9.377, 42.67], - [9.382, 42.668], - [9.385, 42.668], - [9.39, 42.67], - [9.393, 42.673], - [9.393, 42.675], - [9.39, 42.676], - [9.393, 42.683], - [9.396, 42.685], - [9.396, 42.689], - [9.398, 42.69], - [9.398, 42.693], - [9.393, 42.694], - [9.387, 42.694], - [9.385, 42.696], - [9.376, 42.698], - [9.374, 42.697], - [9.37, 42.693], - [9.368, 42.693], - [9.365, 42.691], - [9.359, 42.691], - [9.359, 42.694], - [9.355, 42.698], - [9.354, 42.696], - [9.349, 42.693], - [9.345, 42.694], - [9.339, 42.694], - [9.333, 42.695], - [9.329, 42.694] - ] - ] - }, - "properties": { - "NOM_COM_M": "BARBAGGIO", - "INSEE_COM": "2B029", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.321, 42.545], - [9.322, 42.542], - [9.318, 42.537], - [9.313, 42.532], - [9.31, 42.526], - [9.311, 42.523], - [9.31, 42.522], - [9.312, 42.519], - [9.31, 42.513], - [9.312, 42.506], - [9.314, 42.507], - [9.315, 42.505], - [9.318, 42.504], - [9.322, 42.508], - [9.327, 42.505], - [9.33, 42.506], - [9.335, 42.506], - [9.333, 42.509], - [9.332, 42.515], - [9.333, 42.519], - [9.332, 42.526], - [9.334, 42.537], - [9.337, 42.537], - [9.343, 42.544], - [9.346, 42.545], - [9.344, 42.55], - [9.334, 42.55], - [9.331, 42.548], - [9.326, 42.547], - [9.321, 42.545] - ] - ] - }, - "properties": { - "NOM_COM_M": "CAMPITELLO", - "INSEE_COM": "2B055", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.294, 42.301], - [9.301, 42.302], - [9.302, 42.301], - [9.306, 42.301], - [9.308, 42.305], - [9.31, 42.307], - [9.312, 42.307], - [9.318, 42.31], - [9.318, 42.311], - [9.323, 42.313], - [9.325, 42.316], - [9.335, 42.323], - [9.341, 42.326], - [9.328, 42.324], - [9.322, 42.322], - [9.32, 42.319], - [9.317, 42.319], - [9.315, 42.317], - [9.315, 42.315], - [9.311, 42.314], - [9.306, 42.312], - [9.303, 42.311], - [9.301, 42.309], - [9.297, 42.308], - [9.294, 42.301] - ] - ] - }, - "properties": { - "NOM_COM_M": "ALZI", - "INSEE_COM": "2B013", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.458, 42.285], - [9.475, 42.284], - [9.48, 42.282], - [9.485, 42.282], - [9.492, 42.28], - [9.495, 42.278], - [9.497, 42.278], - [9.502, 42.276], - [9.503, 42.275], - [9.514, 42.271], - [9.515, 42.271], - [9.517, 42.275], - [9.516, 42.277], - [9.516, 42.282], - [9.512, 42.285], - [9.511, 42.288], - [9.508, 42.292], - [9.504, 42.292], - [9.499, 42.296], - [9.497, 42.295], - [9.496, 42.298], - [9.498, 42.299], - [9.495, 42.3], - [9.491, 42.298], - [9.488, 42.298], - [9.482, 42.299], - [9.474, 42.298], - [9.471, 42.3], - [9.468, 42.3], - [9.467, 42.297], - [9.458, 42.288], - [9.458, 42.285] - ] - ] - }, - "properties": { - "NOM_COM_M": "CHIATRA", - "INSEE_COM": "2B088", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.325, 42.377], - [9.324, 42.374], - [9.326, 42.37], - [9.325, 42.367], - [9.329, 42.363], - [9.331, 42.36], - [9.333, 42.36], - [9.338, 42.364], - [9.344, 42.364], - [9.349, 42.367], - [9.35, 42.366], - [9.356, 42.37], - [9.358, 42.369], - [9.36, 42.37], - [9.36, 42.372], - [9.358, 42.374], - [9.357, 42.378], - [9.352, 42.38], - [9.349, 42.38], - [9.345, 42.383], - [9.336, 42.383], - [9.334, 42.382], - [9.329, 42.385], - [9.329, 42.388], - [9.327, 42.391], - [9.324, 42.39], - [9.32, 42.385], - [9.323, 42.382], - [9.323, 42.378], - [9.325, 42.377] - ] - ] - }, - "properties": { - "NOM_COM_M": "PIE D OREZZA", - "INSEE_COM": "2B222", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.413, 42.318], - [9.415, 42.318], - [9.422, 42.321], - [9.426, 42.318], - [9.43, 42.32], - [9.433, 42.317], - [9.434, 42.318], - [9.437, 42.316], - [9.438, 42.317], - [9.443, 42.315], - [9.447, 42.315], - [9.447, 42.313], - [9.451, 42.314], - [9.456, 42.316], - [9.455, 42.319], - [9.457, 42.324], - [9.456, 42.326], - [9.458, 42.328], - [9.461, 42.333], - [9.457, 42.336], - [9.458, 42.339], - [9.455, 42.339], - [9.451, 42.341], - [9.448, 42.34], - [9.445, 42.341], - [9.434, 42.34], - [9.433, 42.337], - [9.429, 42.336], - [9.425, 42.337], - [9.421, 42.337], - [9.414, 42.336], - [9.413, 42.335], - [9.406, 42.335], - [9.403, 42.331], - [9.403, 42.328], - [9.408, 42.325], - [9.413, 42.319], - [9.413, 42.318] - ] - ] - }, - "properties": { - "NOM_COM_M": "VALLE D ALESANI", - "INSEE_COM": "2B334", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.411, 42.249], - [9.405, 42.248], - [9.403, 42.244], - [9.399, 42.241], - [9.391, 42.239], - [9.385, 42.233], - [9.384, 42.228], - [9.385, 42.224], - [9.387, 42.224], - [9.388, 42.221], - [9.395, 42.22], - [9.395, 42.216], - [9.396, 42.214], - [9.399, 42.214], - [9.402, 42.215], - [9.404, 42.213], - [9.406, 42.209], - [9.409, 42.209], - [9.409, 42.207], - [9.42, 42.203], - [9.419, 42.199], - [9.421, 42.195], - [9.421, 42.191], - [9.42, 42.189], - [9.422, 42.188], - [9.428, 42.188], - [9.429, 42.184], - [9.431, 42.182], - [9.43, 42.18], - [9.431, 42.177], - [9.435, 42.171], - [9.438, 42.168], - [9.438, 42.163], - [9.443, 42.161], - [9.446, 42.159], - [9.447, 42.157], - [9.45, 42.155], - [9.452, 42.151], - [9.454, 42.15], - [9.457, 42.148], - [9.46, 42.147], - [9.463, 42.144], - [9.475, 42.141], - [9.493, 42.142], - [9.509, 42.137], - [9.511, 42.136], - [9.519, 42.137], - [9.52, 42.135], - [9.525, 42.134], - [9.528, 42.132], - [9.534, 42.13], - [9.537, 42.131], - [9.54, 42.134], - [9.541, 42.137], - [9.544, 42.14], - [9.544, 42.144], - [9.545, 42.146], - [9.548, 42.147], - [9.556, 42.142], - [9.554, 42.148], - [9.554, 42.157], - [9.55, 42.157], - [9.547, 42.158], - [9.544, 42.163], - [9.543, 42.167], - [9.54, 42.166], - [9.533, 42.166], - [9.531, 42.168], - [9.528, 42.167], - [9.525, 42.165], - [9.524, 42.168], - [9.52, 42.168], - [9.519, 42.169], - [9.514, 42.169], - [9.514, 42.172], - [9.516, 42.173], - [9.516, 42.175], - [9.511, 42.175], - [9.51, 42.176], - [9.504, 42.178], - [9.502, 42.183], - [9.499, 42.182], - [9.497, 42.184], - [9.494, 42.184], - [9.492, 42.186], - [9.487, 42.188], - [9.485, 42.188], - [9.483, 42.19], - [9.479, 42.191], - [9.479, 42.195], - [9.477, 42.201], - [9.474, 42.205], - [9.47, 42.213], - [9.471, 42.22], - [9.473, 42.222], - [9.47, 42.224], - [9.467, 42.225], - [9.466, 42.227], - [9.463, 42.228], - [9.46, 42.227], - [9.46, 42.224], - [9.448, 42.221], - [9.447, 42.225], - [9.44, 42.227], - [9.44, 42.228], - [9.436, 42.231], - [9.431, 42.233], - [9.429, 42.235], - [9.425, 42.241], - [9.423, 42.243], - [9.418, 42.242], - [9.415, 42.248], - [9.411, 42.249] - ] - ] - }, - "properties": { - "NOM_COM_M": "TALLONE", - "INSEE_COM": "2B320", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.462, 42.43], - [9.465, 42.431], - [9.474, 42.428], - [9.477, 42.423], - [9.477, 42.421], - [9.481, 42.422], - [9.486, 42.425], - [9.489, 42.423], - [9.492, 42.424], - [9.494, 42.423], - [9.501, 42.426], - [9.502, 42.428], - [9.504, 42.427], - [9.508, 42.427], - [9.512, 42.426], - [9.519, 42.429], - [9.522, 42.431], - [9.534, 42.429], - [9.535, 42.43], - [9.542, 42.428], - [9.543, 42.429], - [9.542, 42.432], - [9.542, 42.437], - [9.541, 42.439], - [9.539, 42.438], - [9.535, 42.439], - [9.534, 42.438], - [9.53, 42.438], - [9.529, 42.44], - [9.521, 42.44], - [9.517, 42.443], - [9.508, 42.44], - [9.506, 42.44], - [9.503, 42.442], - [9.5, 42.442], - [9.497, 42.444], - [9.493, 42.443], - [9.492, 42.445], - [9.49, 42.444], - [9.486, 42.444], - [9.483, 42.446], - [9.481, 42.445], - [9.477, 42.446], - [9.473, 42.445], - [9.469, 42.446], - [9.462, 42.446], - [9.462, 42.443], - [9.46, 42.442], - [9.458, 42.439], - [9.461, 42.434], - [9.463, 42.433], - [9.462, 42.43] - ] - ] - }, - "properties": { - "NOM_COM_M": "TAGLIO ISOLACCIO", - "INSEE_COM": "2B318", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.283, 42.596], - [9.279, 42.595], - [9.276, 42.593], - [9.274, 42.594], - [9.269, 42.59], - [9.266, 42.591], - [9.264, 42.59], - [9.249, 42.593], - [9.244, 42.592], - [9.237, 42.589], - [9.233, 42.59], - [9.229, 42.589], - [9.226, 42.589], - [9.225, 42.587], - [9.222, 42.586], - [9.215, 42.585], - [9.21, 42.586], - [9.207, 42.584], - [9.212, 42.579], - [9.215, 42.576], - [9.216, 42.572], - [9.216, 42.569], - [9.214, 42.564], - [9.22, 42.56], - [9.224, 42.56], - [9.228, 42.561], - [9.232, 42.56], - [9.234, 42.561], - [9.24, 42.561], - [9.245, 42.562], - [9.246, 42.563], - [9.251, 42.562], - [9.264, 42.57], - [9.267, 42.571], - [9.269, 42.573], - [9.273, 42.573], - [9.283, 42.581], - [9.28, 42.589], - [9.28, 42.592], - [9.283, 42.594], - [9.283, 42.596] - ] - ] - }, - "properties": { - "NOM_COM_M": "SORIO", - "INSEE_COM": "2B287", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.15, 42.452], - [9.154, 42.448], - [9.156, 42.445], - [9.156, 42.443], - [9.164, 42.441], - [9.166, 42.442], - [9.169, 42.441], - [9.172, 42.438], - [9.177, 42.437], - [9.18, 42.435], - [9.186, 42.433], - [9.188, 42.433], - [9.193, 42.431], - [9.195, 42.429], - [9.198, 42.429], - [9.203, 42.427], - [9.209, 42.433], - [9.21, 42.434], - [9.208, 42.438], - [9.206, 42.438], - [9.203, 42.441], - [9.203, 42.444], - [9.201, 42.445], - [9.2, 42.448], - [9.202, 42.452], - [9.204, 42.453], - [9.202, 42.456], - [9.198, 42.457], - [9.194, 42.457], - [9.189, 42.459], - [9.184, 42.457], - [9.175, 42.457], - [9.177, 42.459], - [9.173, 42.461], - [9.17, 42.461], - [9.165, 42.464], - [9.161, 42.461], - [9.159, 42.458], - [9.157, 42.457], - [9.157, 42.455], - [9.15, 42.452] - ] - ] - }, - "properties": { - "NOM_COM_M": "PIEDIGRIGGIO", - "INSEE_COM": "2B220", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.279, 42.379], - [9.277, 42.375], - [9.281, 42.372], - [9.279, 42.368], - [9.281, 42.366], - [9.28, 42.364], - [9.279, 42.361], - [9.281, 42.36], - [9.287, 42.361], - [9.295, 42.359], - [9.298, 42.357], - [9.298, 42.355], - [9.306, 42.354], - [9.309, 42.353], - [9.308, 42.357], - [9.315, 42.362], - [9.32, 42.362], - [9.323, 42.361], - [9.329, 42.363], - [9.325, 42.367], - [9.326, 42.37], - [9.324, 42.374], - [9.325, 42.377], - [9.321, 42.375], - [9.32, 42.378], - [9.318, 42.379], - [9.31, 42.379], - [9.307, 42.38], - [9.304, 42.379], - [9.299, 42.381], - [9.296, 42.381], - [9.294, 42.379], - [9.291, 42.38], - [9.288, 42.378], - [9.284, 42.379], - [9.279, 42.379] - ] - ] - }, - "properties": { - "NOM_COM_M": "CAMBIA", - "INSEE_COM": "2B051", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.331, 42.455], - [9.328, 42.457], - [9.323, 42.464], - [9.319, 42.469], - [9.313, 42.474], - [9.306, 42.478], - [9.297, 42.485], - [9.294, 42.484], - [9.293, 42.486], - [9.286, 42.489], - [9.291, 42.493], - [9.293, 42.494], - [9.296, 42.492], - [9.299, 42.493], - [9.299, 42.495], - [9.297, 42.495], - [9.296, 42.497], - [9.293, 42.498], - [9.288, 42.498], - [9.285, 42.5], - [9.282, 42.496], - [9.277, 42.492], - [9.265, 42.477], - [9.262, 42.476], - [9.267, 42.473], - [9.272, 42.472], - [9.274, 42.471], - [9.279, 42.471], - [9.28, 42.472], - [9.285, 42.472], - [9.288, 42.469], - [9.293, 42.467], - [9.294, 42.464], - [9.297, 42.46], - [9.302, 42.457], - [9.308, 42.448], - [9.312, 42.449], - [9.315, 42.447], - [9.318, 42.446], - [9.321, 42.447], - [9.325, 42.446], - [9.328, 42.45], - [9.328, 42.453], - [9.331, 42.455] - ] - ] - }, - "properties": { - "NOM_COM_M": "CASTELLO DI ROSTINO", - "INSEE_COM": "2B079", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.373, 42.438], - [9.374, 42.437], - [9.369, 42.433], - [9.365, 42.434], - [9.363, 42.431], - [9.357, 42.431], - [9.346, 42.433], - [9.344, 42.432], - [9.331, 42.432], - [9.327, 42.435], - [9.326, 42.433], - [9.327, 42.431], - [9.326, 42.426], - [9.327, 42.421], - [9.327, 42.417], - [9.331, 42.421], - [9.333, 42.421], - [9.339, 42.423], - [9.348, 42.423], - [9.352, 42.425], - [9.354, 42.427], - [9.356, 42.427], - [9.358, 42.429], - [9.366, 42.432], - [9.37, 42.432], - [9.37, 42.433], - [9.376, 42.434], - [9.377, 42.436], - [9.375, 42.438], - [9.373, 42.438] - ] - ] - }, - "properties": { - "NOM_COM_M": "QUERCITELLO", - "INSEE_COM": "2B255", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.379, 42.365], - [9.377, 42.363], - [9.375, 42.364], - [9.375, 42.36], - [9.373, 42.357], - [9.372, 42.353], - [9.366, 42.351], - [9.368, 42.349], - [9.373, 42.347], - [9.382, 42.349], - [9.386, 42.352], - [9.392, 42.354], - [9.391, 42.357], - [9.391, 42.36], - [9.387, 42.363], - [9.385, 42.363], - [9.384, 42.365], - [9.381, 42.365], - [9.379, 42.365] - ] - ] - }, - "properties": { - "NOM_COM_M": "CARPINETO", - "INSEE_COM": "2B067", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.347, 42.33], - [9.347, 42.335], - [9.344, 42.339], - [9.34, 42.342], - [9.335, 42.338], - [9.326, 42.335], - [9.316, 42.338], - [9.313, 42.337], - [9.311, 42.338], - [9.307, 42.337], - [9.292, 42.337], - [9.286, 42.334], - [9.281, 42.335], - [9.275, 42.332], - [9.275, 42.33], - [9.278, 42.324], - [9.277, 42.322], - [9.278, 42.319], - [9.282, 42.32], - [9.285, 42.317], - [9.29, 42.318], - [9.291, 42.316], - [9.291, 42.312], - [9.293, 42.31], - [9.298, 42.311], - [9.304, 42.313], - [9.306, 42.312], - [9.311, 42.314], - [9.315, 42.315], - [9.315, 42.317], - [9.317, 42.319], - [9.32, 42.319], - [9.322, 42.322], - [9.328, 42.324], - [9.341, 42.326], - [9.345, 42.328], - [9.347, 42.33] - ] - ] - }, - "properties": { - "NOM_COM_M": "BUSTANICO", - "INSEE_COM": "2B045", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.229, 42.359], - [9.232, 42.356], - [9.234, 42.355], - [9.234, 42.358], - [9.235, 42.36], - [9.241, 42.364], - [9.246, 42.364], - [9.251, 42.371], - [9.251, 42.376], - [9.253, 42.378], - [9.255, 42.384], - [9.259, 42.385], - [9.259, 42.387], - [9.257, 42.39], - [9.257, 42.392], - [9.25, 42.39], - [9.244, 42.391], - [9.241, 42.389], - [9.24, 42.387], - [9.237, 42.386], - [9.232, 42.387], - [9.231, 42.391], - [9.226, 42.393], - [9.212, 42.393], - [9.209, 42.395], - [9.206, 42.394], - [9.201, 42.391], - [9.203, 42.389], - [9.207, 42.388], - [9.209, 42.389], - [9.219, 42.385], - [9.222, 42.385], - [9.228, 42.384], - [9.226, 42.376], - [9.226, 42.373], - [9.227, 42.369], - [9.226, 42.367], - [9.227, 42.363], - [9.229, 42.359] - ] - ] - }, - "properties": { - "NOM_COM_M": "LANO", - "INSEE_COM": "2B137", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.368, 42.316], - [9.364, 42.318], - [9.362, 42.32], - [9.357, 42.323], - [9.354, 42.326], - [9.354, 42.328], - [9.349, 42.328], - [9.347, 42.33], - [9.345, 42.328], - [9.341, 42.324], - [9.342, 42.32], - [9.338, 42.312], - [9.339, 42.311], - [9.338, 42.302], - [9.338, 42.299], - [9.336, 42.294], - [9.334, 42.284], - [9.335, 42.28], - [9.341, 42.277], - [9.345, 42.276], - [9.349, 42.276], - [9.351, 42.275], - [9.354, 42.271], - [9.358, 42.273], - [9.362, 42.274], - [9.368, 42.272], - [9.37, 42.273], - [9.378, 42.273], - [9.374, 42.276], - [9.374, 42.278], - [9.372, 42.279], - [9.374, 42.282], - [9.376, 42.291], - [9.381, 42.295], - [9.379, 42.3], - [9.38, 42.302], - [9.379, 42.305], - [9.381, 42.307], - [9.377, 42.31], - [9.374, 42.311], - [9.368, 42.314], - [9.368, 42.316] - ] - ] - }, - "properties": { - "NOM_COM_M": "PIANELLO", - "INSEE_COM": "2B213", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.18, 42.494], - [9.184, 42.497], - [9.187, 42.5], - [9.19, 42.501], - [9.191, 42.504], - [9.193, 42.506], - [9.19, 42.509], - [9.186, 42.509], - [9.181, 42.51], - [9.178, 42.508], - [9.175, 42.51], - [9.174, 42.513], - [9.172, 42.516], - [9.169, 42.516], - [9.168, 42.52], - [9.166, 42.52], - [9.164, 42.522], - [9.162, 42.522], - [9.161, 42.524], - [9.158, 42.524], - [9.158, 42.529], - [9.156, 42.528], - [9.154, 42.532], - [9.15, 42.531], - [9.145, 42.537], - [9.144, 42.54], - [9.14, 42.541], - [9.138, 42.539], - [9.138, 42.544], - [9.137, 42.547], - [9.132, 42.546], - [9.13, 42.553], - [9.134, 42.559], - [9.133, 42.56], - [9.127, 42.56], - [9.127, 42.561], - [9.124, 42.563], - [9.12, 42.563], - [9.118, 42.562], - [9.116, 42.563], - [9.114, 42.562], - [9.109, 42.562], - [9.104, 42.565], - [9.103, 42.567], - [9.098, 42.567], - [9.095, 42.564], - [9.094, 42.565], - [9.092, 42.563], - [9.093, 42.56], - [9.091, 42.557], - [9.087, 42.557], - [9.084, 42.555], - [9.08, 42.554], - [9.079, 42.551], - [9.08, 42.548], - [9.082, 42.546], - [9.081, 42.542], - [9.079, 42.54], - [9.075, 42.538], - [9.077, 42.535], - [9.077, 42.533], - [9.079, 42.531], - [9.078, 42.529], - [9.082, 42.52], - [9.079, 42.512], - [9.078, 42.507], - [9.082, 42.501], - [9.087, 42.501], - [9.091, 42.499], - [9.095, 42.499], - [9.098, 42.497], - [9.102, 42.497], - [9.107, 42.498], - [9.11, 42.497], - [9.114, 42.497], - [9.116, 42.496], - [9.118, 42.497], - [9.123, 42.496], - [9.126, 42.497], - [9.127, 42.496], - [9.132, 42.496], - [9.135, 42.499], - [9.14, 42.499], - [9.141, 42.5], - [9.148, 42.501], - [9.152, 42.504], - [9.154, 42.51], - [9.157, 42.51], - [9.16, 42.511], - [9.162, 42.51], - [9.163, 42.507], - [9.167, 42.504], - [9.172, 42.503], - [9.177, 42.501], - [9.181, 42.498], - [9.18, 42.494] - ] - ] - }, - "properties": { - "NOM_COM_M": "CASTIFAO", - "INSEE_COM": "2B080", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.385, 42.399], - [9.383, 42.396], - [9.376, 42.392], - [9.374, 42.39], - [9.369, 42.39], - [9.367, 42.388], - [9.365, 42.388], - [9.361, 42.387], - [9.357, 42.385], - [9.355, 42.385], - [9.352, 42.383], - [9.35, 42.383], - [9.345, 42.383], - [9.349, 42.38], - [9.352, 42.38], - [9.357, 42.378], - [9.358, 42.374], - [9.36, 42.372], - [9.36, 42.37], - [9.363, 42.373], - [9.366, 42.373], - [9.37, 42.372], - [9.369, 42.375], - [9.372, 42.377], - [9.373, 42.379], - [9.372, 42.381], - [9.375, 42.384], - [9.375, 42.387], - [9.376, 42.39], - [9.382, 42.391], - [9.386, 42.39], - [9.389, 42.39], - [9.388, 42.391], - [9.387, 42.392], - [9.389, 42.396], - [9.389, 42.398], - [9.385, 42.399] - ] - ] - }, - "properties": { - "NOM_COM_M": "PIEDICROCE", - "INSEE_COM": "2B219", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.324, 42.411], - [9.325, 42.415], - [9.327, 42.417], - [9.319, 42.418], - [9.316, 42.419], - [9.313, 42.422], - [9.31, 42.426], - [9.305, 42.426], - [9.3, 42.424], - [9.29, 42.427], - [9.287, 42.427], - [9.281, 42.429], - [9.278, 42.429], - [9.276, 42.433], - [9.271, 42.437], - [9.266, 42.438], - [9.263, 42.438], - [9.255, 42.441], - [9.248, 42.441], - [9.246, 42.439], - [9.243, 42.441], - [9.236, 42.444], - [9.234, 42.443], - [9.227, 42.446], - [9.222, 42.444], - [9.22, 42.444], - [9.223, 42.44], - [9.224, 42.436], - [9.226, 42.435], - [9.229, 42.436], - [9.233, 42.434], - [9.239, 42.435], - [9.241, 42.437], - [9.245, 42.433], - [9.246, 42.431], - [9.251, 42.429], - [9.252, 42.425], - [9.255, 42.426], - [9.255, 42.423], - [9.257, 42.423], - [9.259, 42.421], - [9.268, 42.424], - [9.269, 42.426], - [9.273, 42.423], - [9.276, 42.424], - [9.28, 42.422], - [9.287, 42.422], - [9.289, 42.421], - [9.293, 42.421], - [9.296, 42.418], - [9.306, 42.414], - [9.309, 42.415], - [9.313, 42.411], - [9.317, 42.408], - [9.324, 42.405], - [9.324, 42.411] - ] - ] - }, - "properties": { - "NOM_COM_M": "CASTINETA", - "INSEE_COM": "2B082", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.424, 42.391], - [9.421, 42.395], - [9.416, 42.4], - [9.413, 42.401], - [9.406, 42.402], - [9.399, 42.402], - [9.392, 42.404], - [9.39, 42.401], - [9.389, 42.398], - [9.389, 42.396], - [9.387, 42.392], - [9.388, 42.391], - [9.391, 42.39], - [9.393, 42.392], - [9.396, 42.391], - [9.402, 42.392], - [9.405, 42.387], - [9.409, 42.385], - [9.42, 42.385], - [9.423, 42.388], - [9.422, 42.39], - [9.424, 42.391] - ] - ] - }, - "properties": { - "NOM_COM_M": "PIAZZOLE", - "INSEE_COM": "2B217", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.398, 42.62], - [9.393, 42.618], - [9.385, 42.621], - [9.382, 42.621], - [9.374, 42.618], - [9.369, 42.62], - [9.364, 42.621], - [9.36, 42.621], - [9.357, 42.623], - [9.352, 42.625], - [9.351, 42.626], - [9.33, 42.626], - [9.314, 42.627], - [9.302, 42.627], - [9.304, 42.626], - [9.305, 42.622], - [9.311, 42.618], - [9.32, 42.618], - [9.324, 42.617], - [9.327, 42.613], - [9.33, 42.612], - [9.336, 42.608], - [9.339, 42.608], - [9.341, 42.609], - [9.343, 42.607], - [9.347, 42.606], - [9.351, 42.604], - [9.353, 42.599], - [9.357, 42.598], - [9.363, 42.592], - [9.364, 42.595], - [9.368, 42.594], - [9.371, 42.595], - [9.371, 42.597], - [9.379, 42.599], - [9.383, 42.598], - [9.388, 42.598], - [9.391, 42.599], - [9.393, 42.598], - [9.396, 42.601], - [9.397, 42.604], - [9.406, 42.606], - [9.408, 42.605], - [9.412, 42.605], - [9.414, 42.606], - [9.416, 42.605], - [9.418, 42.608], - [9.421, 42.61], - [9.418, 42.612], - [9.414, 42.613], - [9.41, 42.616], - [9.407, 42.616], - [9.403, 42.619], - [9.398, 42.62] - ] - ] - }, - "properties": { - "NOM_COM_M": "OLMETA DI TUDA", - "INSEE_COM": "2B188", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.447, 42.404], - [9.449, 42.403], - [9.458, 42.403], - [9.466, 42.405], - [9.469, 42.407], - [9.47, 42.41], - [9.472, 42.411], - [9.475, 42.415], - [9.48, 42.417], - [9.481, 42.422], - [9.477, 42.421], - [9.477, 42.423], - [9.474, 42.428], - [9.465, 42.431], - [9.462, 42.43], - [9.463, 42.427], - [9.458, 42.423], - [9.458, 42.42], - [9.453, 42.412], - [9.451, 42.411], - [9.448, 42.407], - [9.447, 42.404] - ] - ] - }, - "properties": { - "NOM_COM_M": "PERO CASEVECCHIE", - "INSEE_COM": "2B210", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.458, 42.339], - [9.457, 42.336], - [9.461, 42.333], - [9.458, 42.328], - [9.456, 42.326], - [9.457, 42.324], - [9.455, 42.319], - [9.456, 42.316], - [9.458, 42.315], - [9.46, 42.311], - [9.455, 42.307], - [9.461, 42.305], - [9.463, 42.303], - [9.465, 42.303], - [9.468, 42.3], - [9.471, 42.3], - [9.474, 42.298], - [9.482, 42.299], - [9.488, 42.298], - [9.491, 42.298], - [9.495, 42.3], - [9.498, 42.299], - [9.499, 42.3], - [9.496, 42.303], - [9.495, 42.307], - [9.49, 42.309], - [9.484, 42.309], - [9.483, 42.311], - [9.487, 42.312], - [9.489, 42.314], - [9.49, 42.317], - [9.485, 42.321], - [9.482, 42.324], - [9.477, 42.323], - [9.474, 42.325], - [9.474, 42.33], - [9.473, 42.332], - [9.47, 42.334], - [9.466, 42.335], - [9.463, 42.337], - [9.46, 42.34], - [9.458, 42.339] - ] - ] - }, - "properties": { - "NOM_COM_M": "SANT ANDREA DI COTONE", - "INSEE_COM": "2B293", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.386, 42.451], - [9.385, 42.457], - [9.384, 42.457], - [9.381, 42.462], - [9.379, 42.463], - [9.379, 42.465], - [9.377, 42.467], - [9.377, 42.469], - [9.375, 42.47], - [9.375, 42.473], - [9.373, 42.474], - [9.372, 42.479], - [9.368, 42.476], - [9.367, 42.472], - [9.365, 42.47], - [9.363, 42.469], - [9.36, 42.466], - [9.36, 42.464], - [9.362, 42.461], - [9.366, 42.46], - [9.365, 42.456], - [9.368, 42.458], - [9.375, 42.453], - [9.38, 42.453], - [9.382, 42.451], - [9.386, 42.451] - ] - ] - }, - "properties": { - "NOM_COM_M": "PENTA ACQUATELLA", - "INSEE_COM": "2B206", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.135, 42.608], - [9.138, 42.605], - [9.139, 42.599], - [9.14, 42.596], - [9.153, 42.594], - [9.158, 42.593], - [9.159, 42.591], - [9.17, 42.591], - [9.176, 42.592], - [9.178, 42.591], - [9.21, 42.595], - [9.209, 42.598], - [9.206, 42.602], - [9.202, 42.605], - [9.199, 42.605], - [9.195, 42.609], - [9.19, 42.609], - [9.186, 42.612], - [9.186, 42.614], - [9.182, 42.618], - [9.181, 42.617], - [9.175, 42.618], - [9.173, 42.62], - [9.174, 42.625], - [9.173, 42.627], - [9.168, 42.631], - [9.166, 42.631], - [9.16, 42.635], - [9.157, 42.636], - [9.154, 42.638], - [9.151, 42.639], - [9.145, 42.642], - [9.142, 42.642], - [9.135, 42.644], - [9.134, 42.646], - [9.13, 42.648], - [9.129, 42.651], - [9.123, 42.656], - [9.12, 42.661], - [9.117, 42.661], - [9.112, 42.659], - [9.111, 42.657], - [9.106, 42.656], - [9.103, 42.653], - [9.096, 42.648], - [9.096, 42.646], - [9.097, 42.643], - [9.101, 42.637], - [9.105, 42.633], - [9.107, 42.633], - [9.108, 42.63], - [9.11, 42.629], - [9.11, 42.627], - [9.115, 42.625], - [9.119, 42.622], - [9.122, 42.617], - [9.124, 42.615], - [9.126, 42.615], - [9.13, 42.613], - [9.131, 42.609], - [9.133, 42.607], - [9.135, 42.608] - ] - ] - }, - "properties": { - "NOM_COM_M": "URTACA", - "INSEE_COM": "2B332", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.152, 42.395], - [9.162, 42.397], - [9.165, 42.394], - [9.166, 42.397], - [9.169, 42.4], - [9.174, 42.401], - [9.178, 42.408], - [9.177, 42.411], - [9.179, 42.412], - [9.188, 42.419], - [9.19, 42.422], - [9.199, 42.421], - [9.203, 42.427], - [9.198, 42.429], - [9.195, 42.429], - [9.193, 42.431], - [9.188, 42.433], - [9.186, 42.433], - [9.18, 42.435], - [9.177, 42.437], - [9.172, 42.438], - [9.169, 42.441], - [9.166, 42.442], - [9.164, 42.441], - [9.162, 42.439], - [9.158, 42.44], - [9.158, 42.435], - [9.159, 42.432], - [9.157, 42.427], - [9.155, 42.425], - [9.152, 42.425], - [9.147, 42.422], - [9.15, 42.42], - [9.149, 42.418], - [9.15, 42.415], - [9.149, 42.414], - [9.151, 42.408], - [9.149, 42.4], - [9.152, 42.395] - ] - ] - }, - "properties": { - "NOM_COM_M": "PRATO DI GIOVELLINA", - "INSEE_COM": "2B248", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.272, 42.341], - [9.268, 42.338], - [9.267, 42.334], - [9.259, 42.331], - [9.258, 42.329], - [9.259, 42.326], - [9.255, 42.323], - [9.257, 42.316], - [9.257, 42.308], - [9.256, 42.307], - [9.253, 42.301], - [9.251, 42.299], - [9.25, 42.295], - [9.247, 42.291], - [9.255, 42.294], - [9.265, 42.296], - [9.267, 42.296], - [9.268, 42.298], - [9.271, 42.301], - [9.274, 42.303], - [9.279, 42.306], - [9.278, 42.311], - [9.28, 42.313], - [9.278, 42.319], - [9.277, 42.322], - [9.278, 42.324], - [9.275, 42.33], - [9.275, 42.332], - [9.281, 42.335], - [9.279, 42.335], - [9.276, 42.338], - [9.272, 42.341] - ] - ] - }, - "properties": { - "NOM_COM_M": "SERMANO", - "INSEE_COM": "2B275", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.299, 42.265], - [9.301, 42.266], - [9.312, 42.27], - [9.312, 42.259], - [9.314, 42.257], - [9.318, 42.258], - [9.325, 42.256], - [9.329, 42.257], - [9.331, 42.255], - [9.331, 42.259], - [9.329, 42.26], - [9.326, 42.264], - [9.326, 42.266], - [9.329, 42.269], - [9.329, 42.272], - [9.331, 42.275], - [9.333, 42.276], - [9.335, 42.28], - [9.334, 42.284], - [9.328, 42.287], - [9.323, 42.289], - [9.321, 42.292], - [9.321, 42.296], - [9.316, 42.297], - [9.311, 42.297], - [9.309, 42.3], - [9.306, 42.301], - [9.302, 42.301], - [9.301, 42.302], - [9.294, 42.301], - [9.289, 42.301], - [9.281, 42.296], - [9.281, 42.293], - [9.277, 42.291], - [9.275, 42.291], - [9.274, 42.293], - [9.267, 42.291], - [9.262, 42.29], - [9.258, 42.29], - [9.255, 42.287], - [9.257, 42.281], - [9.255, 42.281], - [9.251, 42.276], - [9.246, 42.275], - [9.236, 42.277], - [9.234, 42.273], - [9.231, 42.273], - [9.228, 42.269], - [9.225, 42.264], - [9.226, 42.261], - [9.225, 42.26], - [9.226, 42.257], - [9.225, 42.255], - [9.228, 42.25], - [9.232, 42.25], - [9.236, 42.251], - [9.24, 42.25], - [9.244, 42.248], - [9.248, 42.249], - [9.251, 42.258], - [9.253, 42.26], - [9.252, 42.266], - [9.255, 42.268], - [9.256, 42.272], - [9.26, 42.273], - [9.263, 42.275], - [9.267, 42.275], - [9.27, 42.276], - [9.277, 42.276], - [9.282, 42.277], - [9.289, 42.274], - [9.296, 42.269], - [9.299, 42.265] - ] - ] - }, - "properties": { - "NOM_COM_M": "SANT ANDREA DI BOZIO", - "INSEE_COM": "2B292", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.331, 42.455], - [9.328, 42.453], - [9.328, 42.45], - [9.325, 42.446], - [9.327, 42.446], - [9.328, 42.444], - [9.331, 42.444], - [9.332, 42.446], - [9.337, 42.447], - [9.343, 42.447], - [9.347, 42.449], - [9.35, 42.449], - [9.354, 42.451], - [9.358, 42.452], - [9.365, 42.456], - [9.366, 42.46], - [9.362, 42.461], - [9.36, 42.464], - [9.36, 42.466], - [9.363, 42.469], - [9.365, 42.47], - [9.361, 42.47], - [9.356, 42.468], - [9.354, 42.465], - [9.351, 42.464], - [9.347, 42.464], - [9.346, 42.463], - [9.338, 42.466], - [9.336, 42.465], - [9.333, 42.466], - [9.332, 42.464], - [9.331, 42.455] - ] - ] - }, - "properties": { - "NOM_COM_M": "ORTIPORIO", - "INSEE_COM": "2B195", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.429, 42.514], - [9.426, 42.511], - [9.423, 42.511], - [9.419, 42.506], - [9.415, 42.503], - [9.412, 42.506], - [9.41, 42.506], - [9.408, 42.509], - [9.407, 42.506], - [9.406, 42.5], - [9.402, 42.498], - [9.4, 42.494], - [9.398, 42.493], - [9.395, 42.496], - [9.393, 42.497], - [9.389, 42.497], - [9.386, 42.498], - [9.384, 42.5], - [9.385, 42.497], - [9.387, 42.494], - [9.393, 42.489], - [9.399, 42.487], - [9.405, 42.489], - [9.409, 42.491], - [9.41, 42.494], - [9.414, 42.494], - [9.416, 42.495], - [9.416, 42.497], - [9.422, 42.501], - [9.427, 42.501], - [9.429, 42.504], - [9.431, 42.505], - [9.433, 42.508], - [9.439, 42.51], - [9.441, 42.512], - [9.444, 42.513], - [9.439, 42.517], - [9.433, 42.514], - [9.429, 42.514] - ] - ] - }, - "properties": { - "NOM_COM_M": "OLMO", - "INSEE_COM": "2B192", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.306, 42.503], - [9.303, 42.501], - [9.302, 42.498], - [9.299, 42.495], - [9.299, 42.493], - [9.296, 42.492], - [9.293, 42.494], - [9.291, 42.493], - [9.286, 42.489], - [9.293, 42.486], - [9.294, 42.484], - [9.297, 42.485], - [9.306, 42.478], - [9.313, 42.474], - [9.319, 42.469], - [9.323, 42.464], - [9.328, 42.457], - [9.331, 42.455], - [9.332, 42.464], - [9.333, 42.466], - [9.334, 42.468], - [9.34, 42.476], - [9.34, 42.483], - [9.341, 42.484], - [9.341, 42.485], - [9.337, 42.491], - [9.336, 42.496], - [9.333, 42.5], - [9.332, 42.504], - [9.33, 42.506], - [9.327, 42.505], - [9.322, 42.508], - [9.318, 42.504], - [9.315, 42.505], - [9.314, 42.507], - [9.312, 42.506], - [9.31, 42.503], - [9.306, 42.503] - ] - ] - }, - "properties": { - "NOM_COM_M": "BISINCHI", - "INSEE_COM": "2B039", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.394, 42.373], - [9.398, 42.372], - [9.4, 42.374], - [9.402, 42.373], - [9.404, 42.375], - [9.411, 42.376], - [9.414, 42.376], - [9.417, 42.373], - [9.426, 42.373], - [9.427, 42.374], - [9.427, 42.379], - [9.425, 42.38], - [9.424, 42.383], - [9.42, 42.385], - [9.409, 42.385], - [9.405, 42.387], - [9.402, 42.392], - [9.396, 42.391], - [9.393, 42.392], - [9.391, 42.39], - [9.388, 42.391], - [9.389, 42.39], - [9.387, 42.389], - [9.388, 42.381], - [9.391, 42.376], - [9.394, 42.373] - ] - ] - }, - "properties": { - "NOM_COM_M": "MONACIA D OREZZA", - "INSEE_COM": "2B164", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.177, 42.25], - [9.174, 42.248], - [9.169, 42.252], - [9.17, 42.254], - [9.169, 42.256], - [9.165, 42.256], - [9.162, 42.255], - [9.159, 42.256], - [9.153, 42.256], - [9.15, 42.259], - [9.148, 42.256], - [9.145, 42.255], - [9.139, 42.251], - [9.129, 42.245], - [9.124, 42.239], - [9.149, 42.239], - [9.154, 42.24], - [9.164, 42.241], - [9.17, 42.24], - [9.174, 42.241], - [9.175, 42.243], - [9.178, 42.243], - [9.181, 42.241], - [9.184, 42.24], - [9.191, 42.236], - [9.195, 42.236], - [9.197, 42.237], - [9.2, 42.236], - [9.203, 42.238], - [9.205, 42.237], - [9.207, 42.239], - [9.209, 42.237], - [9.213, 42.237], - [9.215, 42.236], - [9.223, 42.237], - [9.229, 42.241], - [9.223, 42.24], - [9.219, 42.243], - [9.211, 42.24], - [9.21, 42.242], - [9.202, 42.242], - [9.199, 42.243], - [9.192, 42.241], - [9.19, 42.24], - [9.186, 42.24], - [9.179, 42.244], - [9.177, 42.246], - [9.178, 42.248], - [9.177, 42.25] - ] - ] - }, - "properties": { - "NOM_COM_M": "SANTO PIETRO DI VENACO", - "INSEE_COM": "2B315", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.409, 42.254], - [9.415, 42.26], - [9.417, 42.261], - [9.428, 42.262], - [9.431, 42.264], - [9.437, 42.265], - [9.442, 42.267], - [9.444, 42.27], - [9.441, 42.275], - [9.437, 42.277], - [9.431, 42.282], - [9.431, 42.281], - [9.42, 42.276], - [9.418, 42.273], - [9.411, 42.272], - [9.408, 42.268], - [9.406, 42.267], - [9.406, 42.265], - [9.404, 42.263], - [9.404, 42.261], - [9.406, 42.256], - [9.409, 42.254] - ] - ] - }, - "properties": { - "NOM_COM_M": "CAMPI", - "INSEE_COM": "2B053", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.382, 42.234], - [9.379, 42.232], - [9.374, 42.235], - [9.372, 42.234], - [9.37, 42.236], - [9.366, 42.236], - [9.365, 42.238], - [9.361, 42.24], - [9.36, 42.245], - [9.357, 42.245], - [9.356, 42.248], - [9.353, 42.249], - [9.35, 42.251], - [9.347, 42.25], - [9.345, 42.251], - [9.339, 42.251], - [9.342, 42.246], - [9.343, 42.239], - [9.34, 42.239], - [9.338, 42.236], - [9.341, 42.234], - [9.342, 42.223], - [9.344, 42.22], - [9.348, 42.218], - [9.351, 42.218], - [9.358, 42.221], - [9.363, 42.222], - [9.364, 42.224], - [9.365, 42.225], - [9.371, 42.228], - [9.378, 42.228], - [9.381, 42.23], - [9.382, 42.234] - ] - ] - }, - "properties": { - "NOM_COM_M": "PIETRASERENA", - "INSEE_COM": "2B226", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.182, 42.257], - [9.178, 42.256], - [9.177, 42.259], - [9.175, 42.26], - [9.174, 42.263], - [9.176, 42.267], - [9.178, 42.268], - [9.177, 42.27], - [9.178, 42.274], - [9.18, 42.275], - [9.17, 42.275], - [9.168, 42.276], - [9.165, 42.274], - [9.162, 42.273], - [9.158, 42.273], - [9.155, 42.277], - [9.153, 42.277], - [9.15, 42.279], - [9.148, 42.277], - [9.145, 42.277], - [9.141, 42.276], - [9.141, 42.272], - [9.139, 42.27], - [9.133, 42.267], - [9.134, 42.265], - [9.133, 42.263], - [9.134, 42.261], - [9.126, 42.256], - [9.122, 42.252], - [9.122, 42.25], - [9.118, 42.245], - [9.122, 42.243], - [9.124, 42.239], - [9.129, 42.245], - [9.139, 42.251], - [9.145, 42.255], - [9.148, 42.256], - [9.15, 42.259], - [9.153, 42.256], - [9.159, 42.256], - [9.162, 42.255], - [9.165, 42.256], - [9.169, 42.256], - [9.17, 42.254], - [9.169, 42.252], - [9.174, 42.248], - [9.177, 42.25], - [9.18, 42.252], - [9.182, 42.255], - [9.182, 42.257] - ] - ] - }, - "properties": { - "NOM_COM_M": "CASANOVA", - "INSEE_COM": "2B074", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.317, 42.181], - [9.317, 42.177], - [9.315, 42.174], - [9.318, 42.168], - [9.315, 42.159], - [9.317, 42.155], - [9.32, 42.151], - [9.328, 42.148], - [9.332, 42.148], - [9.337, 42.145], - [9.344, 42.145], - [9.353, 42.145], - [9.358, 42.144], - [9.362, 42.146], - [9.365, 42.146], - [9.367, 42.149], - [9.37, 42.151], - [9.373, 42.15], - [9.378, 42.15], - [9.38, 42.148], - [9.38, 42.146], - [9.386, 42.147], - [9.389, 42.145], - [9.385, 42.137], - [9.389, 42.132], - [9.389, 42.13], - [9.393, 42.129], - [9.393, 42.127], - [9.4, 42.128], - [9.401, 42.126], - [9.409, 42.124], - [9.409, 42.123], - [9.414, 42.123], - [9.417, 42.12], - [9.423, 42.12], - [9.424, 42.122], - [9.427, 42.121], - [9.429, 42.122], - [9.438, 42.123], - [9.439, 42.128], - [9.441, 42.129], - [9.445, 42.128], - [9.448, 42.128], - [9.453, 42.129], - [9.456, 42.131], - [9.458, 42.134], - [9.457, 42.137], - [9.455, 42.14], - [9.455, 42.142], - [9.452, 42.143], - [9.45, 42.144], - [9.447, 42.142], - [9.442, 42.143], - [9.438, 42.153], - [9.434, 42.154], - [9.429, 42.154], - [9.427, 42.155], - [9.425, 42.158], - [9.428, 42.161], - [9.425, 42.164], - [9.416, 42.165], - [9.419, 42.168], - [9.413, 42.176], - [9.408, 42.176], - [9.406, 42.178], - [9.405, 42.181], - [9.403, 42.182], - [9.401, 42.181], - [9.399, 42.183], - [9.396, 42.182], - [9.392, 42.176], - [9.392, 42.174], - [9.39, 42.173], - [9.382, 42.175], - [9.382, 42.178], - [9.386, 42.18], - [9.387, 42.183], - [9.383, 42.184], - [9.379, 42.184], - [9.376, 42.182], - [9.374, 42.182], - [9.367, 42.185], - [9.366, 42.188], - [9.366, 42.191], - [9.363, 42.189], - [9.36, 42.19], - [9.362, 42.192], - [9.359, 42.194], - [9.357, 42.192], - [9.355, 42.194], - [9.352, 42.194], - [9.35, 42.192], - [9.347, 42.191], - [9.346, 42.189], - [9.342, 42.187], - [9.341, 42.185], - [9.338, 42.184], - [9.334, 42.18], - [9.329, 42.176], - [9.326, 42.177], - [9.317, 42.181] - ] - ] - }, - "properties": { - "NOM_COM_M": "ANTISANTI", - "INSEE_COM": "2B016", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.367, 42.035], - [9.368, 42.038], - [9.366, 42.041], - [9.369, 42.043], - [9.372, 42.042], - [9.373, 42.044], - [9.367, 42.047], - [9.367, 42.049], - [9.363, 42.047], - [9.361, 42.047], - [9.358, 42.05], - [9.354, 42.05], - [9.351, 42.051], - [9.348, 42.055], - [9.338, 42.059], - [9.317, 42.061], - [9.31, 42.062], - [9.293, 42.07], - [9.286, 42.068], - [9.284, 42.072], - [9.278, 42.075], - [9.275, 42.076], - [9.271, 42.075], - [9.265, 42.072], - [9.258, 42.073], - [9.257, 42.071], - [9.248, 42.074], - [9.239, 42.075], - [9.238, 42.071], - [9.236, 42.066], - [9.232, 42.063], - [9.23, 42.059], - [9.227, 42.058], - [9.23, 42.054], - [9.228, 42.045], - [9.236, 42.048], - [9.24, 42.047], - [9.242, 42.048], - [9.25, 42.048], - [9.254, 42.046], - [9.259, 42.046], - [9.269, 42.039], - [9.273, 42.039], - [9.274, 42.037], - [9.279, 42.035], - [9.279, 42.034], - [9.286, 42.036], - [9.289, 42.036], - [9.294, 42.033], - [9.296, 42.033], - [9.302, 42.031], - [9.306, 42.033], - [9.307, 42.035], - [9.31, 42.035], - [9.314, 42.038], - [9.316, 42.036], - [9.319, 42.038], - [9.325, 42.035], - [9.329, 42.035], - [9.331, 42.037], - [9.333, 42.037], - [9.334, 42.039], - [9.34, 42.038], - [9.342, 42.037], - [9.347, 42.037], - [9.349, 42.036], - [9.355, 42.035], - [9.361, 42.037], - [9.364, 42.035], - [9.367, 42.035] - ] - ] - }, - "properties": { - "NOM_COM_M": "POGGIO DI NAZZA", - "INSEE_COM": "2B236", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.393, 42.127], - [9.393, 42.129], - [9.389, 42.13], - [9.389, 42.132], - [9.385, 42.137], - [9.389, 42.145], - [9.386, 42.147], - [9.38, 42.146], - [9.38, 42.148], - [9.378, 42.15], - [9.373, 42.15], - [9.37, 42.151], - [9.367, 42.149], - [9.365, 42.146], - [9.362, 42.146], - [9.358, 42.144], - [9.353, 42.145], - [9.344, 42.145], - [9.342, 42.143], - [9.344, 42.134], - [9.348, 42.13], - [9.352, 42.129], - [9.352, 42.127], - [9.357, 42.124], - [9.361, 42.124], - [9.366, 42.122], - [9.37, 42.122], - [9.374, 42.124], - [9.38, 42.122], - [9.384, 42.123], - [9.384, 42.125], - [9.386, 42.127], - [9.393, 42.127] - ] - ] - }, - "properties": { - "NOM_COM_M": "CASEVECCHIE", - "INSEE_COM": "2B075", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.242, 42.218], - [9.239, 42.219], - [9.235, 42.214], - [9.236, 42.213], - [9.233, 42.209], - [9.23, 42.207], - [9.226, 42.206], - [9.227, 42.204], - [9.225, 42.199], - [9.225, 42.19], - [9.217, 42.178], - [9.218, 42.175], - [9.219, 42.165], - [9.223, 42.17], - [9.229, 42.175], - [9.23, 42.177], - [9.234, 42.178], - [9.238, 42.181], - [9.246, 42.183], - [9.25, 42.185], - [9.255, 42.186], - [9.255, 42.188], - [9.258, 42.192], - [9.258, 42.194], - [9.261, 42.198], - [9.256, 42.202], - [9.251, 42.21], - [9.247, 42.212], - [9.243, 42.218], - [9.242, 42.218] - ] - ] - }, - "properties": { - "NOM_COM_M": "ROSPIGLIANI", - "INSEE_COM": "2B263", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.228, 42.045], - [9.23, 42.054], - [9.227, 42.058], - [9.23, 42.059], - [9.232, 42.063], - [9.236, 42.066], - [9.238, 42.071], - [9.239, 42.075], - [9.248, 42.074], - [9.257, 42.071], - [9.258, 42.073], - [9.265, 42.072], - [9.271, 42.075], - [9.275, 42.076], - [9.277, 42.079], - [9.277, 42.084], - [9.278, 42.086], - [9.279, 42.091], - [9.278, 42.094], - [9.282, 42.095], - [9.286, 42.095], - [9.289, 42.097], - [9.29, 42.096], - [9.299, 42.096], - [9.303, 42.095], - [9.307, 42.096], - [9.311, 42.098], - [9.315, 42.096], - [9.314, 42.092], - [9.319, 42.093], - [9.322, 42.092], - [9.328, 42.092], - [9.333, 42.094], - [9.335, 42.093], - [9.341, 42.093], - [9.341, 42.096], - [9.345, 42.097], - [9.345, 42.101], - [9.342, 42.103], - [9.336, 42.105], - [9.335, 42.106], - [9.33, 42.107], - [9.304, 42.107], - [9.302, 42.108], - [9.29, 42.108], - [9.287, 42.11], - [9.28, 42.11], - [9.279, 42.113], - [9.277, 42.124], - [9.269, 42.127], - [9.261, 42.127], - [9.258, 42.132], - [9.252, 42.137], - [9.251, 42.141], - [9.247, 42.141], - [9.245, 42.142], - [9.242, 42.142], - [9.238, 42.143], - [9.237, 42.147], - [9.235, 42.148], - [9.235, 42.15], - [9.233, 42.153], - [9.231, 42.154], - [9.226, 42.16], - [9.223, 42.163], - [9.219, 42.163], - [9.217, 42.162], - [9.215, 42.159], - [9.209, 42.155], - [9.203, 42.149], - [9.196, 42.147], - [9.189, 42.143], - [9.181, 42.142], - [9.18, 42.141], - [9.178, 42.139], - [9.179, 42.137], - [9.178, 42.133], - [9.176, 42.132], - [9.171, 42.131], - [9.169, 42.129], - [9.167, 42.125], - [9.164, 42.122], - [9.16, 42.117], - [9.159, 42.115], - [9.157, 42.115], - [9.156, 42.112], - [9.154, 42.111], - [9.151, 42.111], - [9.15, 42.109], - [9.151, 42.104], - [9.149, 42.101], - [9.143, 42.099], - [9.138, 42.096], - [9.137, 42.094], - [9.134, 42.091], - [9.135, 42.088], - [9.134, 42.085], - [9.134, 42.08], - [9.133, 42.076], - [9.131, 42.073], - [9.131, 42.071], - [9.128, 42.067], - [9.13, 42.064], - [9.131, 42.061], - [9.134, 42.06], - [9.132, 42.058], - [9.131, 42.054], - [9.133, 42.052], - [9.137, 42.052], - [9.138, 42.05], - [9.141, 42.049], - [9.141, 42.047], - [9.145, 42.042], - [9.149, 42.04], - [9.152, 42.041], - [9.152, 42.036], - [9.155, 42.033], - [9.16, 42.027], - [9.161, 42.025], - [9.172, 42.027], - [9.176, 42.029], - [9.181, 42.03], - [9.182, 42.031], - [9.187, 42.031], - [9.189, 42.032], - [9.192, 42.031], - [9.196, 42.028], - [9.203, 42.028], - [9.207, 42.03], - [9.21, 42.03], - [9.212, 42.028], - [9.215, 42.028], - [9.221, 42.027], - [9.221, 42.03], - [9.224, 42.035], - [9.226, 42.036], - [9.228, 42.043], - [9.228, 42.045] - ] - ] - }, - "properties": { - "NOM_COM_M": "GHISONI", - "INSEE_COM": "2B124", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.457, 42.077], - [9.448, 42.071], - [9.44, 42.069], - [9.435, 42.064], - [9.435, 42.062], - [9.433, 42.06], - [9.431, 42.061], - [9.426, 42.065], - [9.421, 42.068], - [9.412, 42.072], - [9.403, 42.075], - [9.399, 42.076], - [9.396, 42.08], - [9.39, 42.083], - [9.384, 42.086], - [9.379, 42.089], - [9.368, 42.093], - [9.359, 42.095], - [9.351, 42.098], - [9.349, 42.1], - [9.345, 42.101], - [9.345, 42.097], - [9.341, 42.096], - [9.341, 42.093], - [9.347, 42.092], - [9.355, 42.087], - [9.359, 42.085], - [9.359, 42.083], - [9.361, 42.078], - [9.358, 42.077], - [9.358, 42.074], - [9.361, 42.072], - [9.361, 42.069], - [9.365, 42.067], - [9.364, 42.065], - [9.369, 42.062], - [9.365, 42.058], - [9.365, 42.055], - [9.369, 42.052], - [9.37, 42.05], - [9.367, 42.049], - [9.367, 42.047], - [9.373, 42.044], - [9.372, 42.042], - [9.369, 42.043], - [9.366, 42.041], - [9.368, 42.038], - [9.367, 42.035], - [9.369, 42.032], - [9.368, 42.027], - [9.373, 42.024], - [9.374, 42.022], - [9.38, 42.017], - [9.383, 42.017], - [9.386, 42.015], - [9.391, 42.015], - [9.397, 42.01], - [9.401, 42.009], - [9.408, 42.009], - [9.411, 42.006], - [9.415, 42.008], - [9.42, 42.005], - [9.42, 42.003], - [9.423, 42], - [9.427, 41.999], - [9.427, 41.997], - [9.429, 41.996], - [9.431, 41.997], - [9.437, 41.993], - [9.439, 41.99], - [9.442, 41.99], - [9.453, 41.999], - [9.457, 42.001], - [9.458, 42.004], - [9.46, 42.007], - [9.467, 42.013], - [9.47, 42.016], - [9.476, 42.024], - [9.487, 42.036], - [9.497, 42.048], - [9.496, 42.049], - [9.496, 42.053], - [9.495, 42.055], - [9.492, 42.057], - [9.491, 42.056], - [9.488, 42.058], - [9.485, 42.059], - [9.484, 42.062], - [9.482, 42.064], - [9.483, 42.066], - [9.481, 42.067], - [9.479, 42.072], - [9.477, 42.071], - [9.475, 42.073], - [9.475, 42.075], - [9.472, 42.078], - [9.464, 42.076], - [9.457, 42.077] - ] - ] - }, - "properties": { - "NOM_COM_M": "GHISONACCIA", - "INSEE_COM": "2B123", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.453, 42.144], - [9.449, 42.148], - [9.447, 42.151], - [9.44, 42.154], - [9.437, 42.156], - [9.436, 42.158], - [9.433, 42.16], - [9.432, 42.162], - [9.429, 42.164], - [9.427, 42.167], - [9.425, 42.167], - [9.424, 42.171], - [9.418, 42.176], - [9.415, 42.177], - [9.411, 42.181], - [9.411, 42.183], - [9.408, 42.187], - [9.408, 42.189], - [9.404, 42.192], - [9.403, 42.196], - [9.398, 42.198], - [9.395, 42.2], - [9.393, 42.199], - [9.388, 42.2], - [9.384, 42.202], - [9.384, 42.203], - [9.379, 42.205], - [9.378, 42.206], - [9.371, 42.208], - [9.37, 42.21], - [9.37, 42.216], - [9.366, 42.219], - [9.364, 42.224], - [9.363, 42.222], - [9.358, 42.221], - [9.351, 42.218], - [9.348, 42.218], - [9.345, 42.214], - [9.345, 42.212], - [9.343, 42.21], - [9.343, 42.207], - [9.348, 42.206], - [9.35, 42.205], - [9.35, 42.203], - [9.346, 42.2], - [9.343, 42.196], - [9.344, 42.195], - [9.348, 42.196], - [9.353, 42.198], - [9.355, 42.197], - [9.355, 42.194], - [9.357, 42.192], - [9.359, 42.194], - [9.362, 42.192], - [9.36, 42.19], - [9.363, 42.189], - [9.366, 42.191], - [9.366, 42.188], - [9.367, 42.185], - [9.374, 42.182], - [9.376, 42.182], - [9.379, 42.184], - [9.383, 42.184], - [9.387, 42.183], - [9.386, 42.18], - [9.382, 42.178], - [9.382, 42.175], - [9.39, 42.173], - [9.392, 42.174], - [9.392, 42.176], - [9.396, 42.182], - [9.399, 42.183], - [9.401, 42.181], - [9.403, 42.182], - [9.405, 42.181], - [9.406, 42.178], - [9.408, 42.176], - [9.413, 42.176], - [9.419, 42.168], - [9.416, 42.165], - [9.425, 42.164], - [9.428, 42.161], - [9.425, 42.158], - [9.427, 42.155], - [9.429, 42.154], - [9.434, 42.154], - [9.438, 42.153], - [9.442, 42.143], - [9.447, 42.142], - [9.45, 42.144], - [9.452, 42.143], - [9.453, 42.144] - ] - ] - }, - "properties": { - "NOM_COM_M": "GIUNCAGGIO", - "INSEE_COM": "2B126", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.311, 42.244], - [9.313, 42.25], - [9.313, 42.253], - [9.312, 42.255], - [9.314, 42.257], - [9.312, 42.259], - [9.312, 42.27], - [9.301, 42.266], - [9.299, 42.265], - [9.296, 42.261], - [9.293, 42.261], - [9.289, 42.259], - [9.284, 42.259], - [9.282, 42.257], - [9.282, 42.253], - [9.28, 42.25], - [9.277, 42.251], - [9.275, 42.246], - [9.273, 42.244], - [9.273, 42.241], - [9.271, 42.238], - [9.27, 42.235], - [9.267, 42.235], - [9.263, 42.231], - [9.259, 42.23], - [9.258, 42.227], - [9.262, 42.224], - [9.264, 42.227], - [9.268, 42.228], - [9.272, 42.232], - [9.274, 42.235], - [9.279, 42.24], - [9.279, 42.241], - [9.284, 42.242], - [9.285, 42.243], - [9.291, 42.244], - [9.298, 42.244], - [9.3, 42.243], - [9.303, 42.244], - [9.306, 42.243], - [9.307, 42.244], - [9.311, 42.244] - ] - ] - }, - "properties": { - "NOM_COM_M": "FOCICCHIA", - "INSEE_COM": "2B116", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.35, 42.251], - [9.353, 42.249], - [9.356, 42.248], - [9.357, 42.245], - [9.36, 42.245], - [9.362, 42.247], - [9.367, 42.249], - [9.366, 42.25], - [9.368, 42.253], - [9.367, 42.257], - [9.364, 42.258], - [9.362, 42.26], - [9.359, 42.26], - [9.357, 42.262], - [9.349, 42.261], - [9.345, 42.257], - [9.345, 42.255], - [9.348, 42.251], - [9.35, 42.251] - ] - ] - }, - "properties": { - "NOM_COM_M": "AMPRIANI", - "INSEE_COM": "2B015", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.223, 41.949], - [9.221, 41.946], - [9.217, 41.944], - [9.215, 41.942], - [9.221, 41.937], - [9.224, 41.934], - [9.226, 41.934], - [9.229, 41.932], - [9.231, 41.933], - [9.234, 41.938], - [9.238, 41.941], - [9.241, 41.942], - [9.244, 41.947], - [9.246, 41.947], - [9.249, 41.95], - [9.25, 41.953], - [9.256, 41.958], - [9.261, 41.963], - [9.261, 41.965], - [9.267, 41.968], - [9.268, 41.97], - [9.278, 41.974], - [9.277, 41.978], - [9.279, 41.981], - [9.282, 41.979], - [9.29, 41.982], - [9.294, 41.986], - [9.297, 41.986], - [9.295, 41.988], - [9.292, 41.987], - [9.287, 41.987], - [9.285, 41.988], - [9.282, 41.993], - [9.281, 41.996], - [9.277, 41.997], - [9.275, 41.995], - [9.271, 41.994], - [9.267, 41.995], - [9.26, 41.998], - [9.254, 41.998], - [9.251, 41.994], - [9.245, 41.993], - [9.242, 41.991], - [9.234, 41.989], - [9.228, 41.99], - [9.22, 41.99], - [9.219, 41.986], - [9.221, 41.981], - [9.22, 41.975], - [9.224, 41.973], - [9.225, 41.971], - [9.223, 41.963], - [9.225, 41.959], - [9.223, 41.955], - [9.223, 41.949] - ] - ] - }, - "properties": { - "NOM_COM_M": "SAN GAVINO DI FIUMORBO", - "INSEE_COM": "2B365", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.335, 42.28], - [9.333, 42.276], - [9.331, 42.275], - [9.329, 42.272], - [9.329, 42.269], - [9.326, 42.266], - [9.326, 42.264], - [9.329, 42.26], - [9.331, 42.259], - [9.331, 42.255], - [9.335, 42.253], - [9.337, 42.253], - [9.339, 42.251], - [9.345, 42.251], - [9.347, 42.25], - [9.35, 42.251], - [9.348, 42.251], - [9.345, 42.255], - [9.345, 42.257], - [9.349, 42.261], - [9.357, 42.262], - [9.357, 42.268], - [9.356, 42.27], - [9.358, 42.273], - [9.354, 42.271], - [9.351, 42.275], - [9.349, 42.276], - [9.345, 42.276], - [9.341, 42.277], - [9.335, 42.28] - ] - ] - }, - "properties": { - "NOM_COM_M": "ZUANI", - "INSEE_COM": "2B364", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.053, 41.959], - [9.056, 41.956], - [9.056, 41.951], - [9.059, 41.947], - [9.061, 41.946], - [9.059, 41.943], - [9.061, 41.939], - [9.065, 41.934], - [9.065, 41.929], - [9.063, 41.927], - [9.063, 41.925], - [9.062, 41.922], - [9.063, 41.917], - [9.062, 41.916], - [9.063, 41.913], - [9.062, 41.91], - [9.059, 41.906], - [9.06, 41.905], - [9.062, 41.906], - [9.065, 41.905], - [9.067, 41.906], - [9.07, 41.903], - [9.078, 41.901], - [9.081, 41.899], - [9.086, 41.897], - [9.088, 41.895], - [9.088, 41.893], - [9.093, 41.889], - [9.094, 41.894], - [9.096, 41.895], - [9.097, 41.899], - [9.101, 41.903], - [9.101, 41.906], - [9.098, 41.907], - [9.101, 41.91], - [9.103, 41.908], - [9.106, 41.91], - [9.106, 41.913], - [9.105, 41.917], - [9.102, 41.924], - [9.097, 41.927], - [9.094, 41.923], - [9.088, 41.926], - [9.089, 41.928], - [9.086, 41.932], - [9.083, 41.932], - [9.078, 41.933], - [9.075, 41.933], - [9.07, 41.936], - [9.07, 41.94], - [9.075, 41.945], - [9.073, 41.95], - [9.074, 41.952], - [9.068, 41.956], - [9.065, 41.963], - [9.062, 41.964], - [9.058, 41.961], - [9.053, 41.959] - ] - ] - }, - "properties": { - "NOM_COM_M": "GUITERA LES BAINS", - "INSEE_COM": "2A133", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.927, 42.254], - [8.927, 42.252], - [8.933, 42.251], - [8.934, 42.248], - [8.936, 42.247], - [8.94, 42.237], - [8.943, 42.236], - [8.945, 42.234], - [8.952, 42.233], - [8.955, 42.234], - [8.957, 42.233], - [8.968, 42.233], - [8.972, 42.232], - [8.973, 42.233], - [8.977, 42.231], - [8.977, 42.228], - [8.98, 42.224], - [8.984, 42.225], - [8.992, 42.217], - [8.997, 42.214], - [9, 42.215], - [9.006, 42.213], - [9.006, 42.209], - [9.014, 42.208], - [9.018, 42.205], - [9.023, 42.203], - [9.027, 42.203], - [9.031, 42.205], - [9.038, 42.207], - [9.043, 42.207], - [9.046, 42.208], - [9.046, 42.211], - [9.049, 42.211], - [9.05, 42.214], - [9.054, 42.217], - [9.059, 42.215], - [9.059, 42.213], - [9.062, 42.211], - [9.07, 42.208], - [9.075, 42.21], - [9.078, 42.213], - [9.081, 42.215], - [9.085, 42.216], - [9.088, 42.215], - [9.092, 42.217], - [9.094, 42.219], - [9.096, 42.223], - [9.099, 42.226], - [9.102, 42.226], - [9.107, 42.227], - [9.11, 42.229], - [9.12, 42.231], - [9.121, 42.234], - [9.124, 42.239], - [9.122, 42.243], - [9.118, 42.245], - [9.122, 42.25], - [9.122, 42.252], - [9.126, 42.256], - [9.134, 42.261], - [9.133, 42.263], - [9.134, 42.265], - [9.133, 42.267], - [9.139, 42.27], - [9.141, 42.272], - [9.141, 42.276], - [9.145, 42.277], - [9.148, 42.277], - [9.15, 42.279], - [9.153, 42.277], - [9.155, 42.277], - [9.158, 42.273], - [9.162, 42.273], - [9.165, 42.274], - [9.168, 42.276], - [9.17, 42.275], - [9.18, 42.275], - [9.185, 42.277], - [9.189, 42.278], - [9.194, 42.281], - [9.201, 42.281], - [9.204, 42.282], - [9.206, 42.28], - [9.211, 42.279], - [9.208, 42.284], - [9.206, 42.285], - [9.199, 42.286], - [9.196, 42.288], - [9.196, 42.29], - [9.192, 42.293], - [9.188, 42.294], - [9.19, 42.299], - [9.189, 42.302], - [9.19, 42.307], - [9.192, 42.309], - [9.194, 42.315], - [9.192, 42.317], - [9.194, 42.32], - [9.194, 42.323], - [9.191, 42.323], - [9.19, 42.319], - [9.188, 42.32], - [9.181, 42.318], - [9.172, 42.32], - [9.172, 42.323], - [9.174, 42.328], - [9.17, 42.329], - [9.17, 42.331], - [9.16, 42.331], - [9.158, 42.332], - [9.159, 42.334], - [9.155, 42.339], - [9.152, 42.342], - [9.145, 42.344], - [9.143, 42.344], - [9.139, 42.341], - [9.135, 42.342], - [9.128, 42.342], - [9.113, 42.338], - [9.111, 42.33], - [9.099, 42.325], - [9.093, 42.323], - [9.094, 42.32], - [9.09, 42.317], - [9.086, 42.312], - [9.085, 42.308], - [9.076, 42.314], - [9.061, 42.306], - [9.056, 42.305], - [9.039, 42.296], - [9.035, 42.293], - [9.037, 42.283], - [9.034, 42.281], - [9.029, 42.28], - [9.028, 42.279], - [9.023, 42.278], - [9.019, 42.275], - [9.019, 42.271], - [9.012, 42.264], - [9.011, 42.262], - [9.008, 42.261], - [9.008, 42.259], - [9.006, 42.256], - [9.002, 42.255], - [8.997, 42.25], - [8.997, 42.247], - [8.995, 42.246], - [8.992, 42.243], - [8.986, 42.241], - [8.975, 42.241], - [8.967, 42.244], - [8.967, 42.246], - [8.964, 42.247], - [8.963, 42.25], - [8.958, 42.254], - [8.955, 42.252], - [8.95, 42.253], - [8.948, 42.252], - [8.942, 42.255], - [8.937, 42.258], - [8.933, 42.256], - [8.927, 42.254] - ] - ] - }, - "properties": { - "NOM_COM_M": "CORTE", - "INSEE_COM": "2B096", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.229, 42.241], - [9.234, 42.244], - [9.235, 42.247], - [9.232, 42.25], - [9.228, 42.25], - [9.225, 42.251], - [9.219, 42.249], - [9.213, 42.248], - [9.212, 42.249], - [9.212, 42.253], - [9.213, 42.254], - [9.206, 42.256], - [9.201, 42.255], - [9.196, 42.256], - [9.194, 42.255], - [9.19, 42.255], - [9.185, 42.254], - [9.185, 42.257], - [9.182, 42.257], - [9.182, 42.255], - [9.18, 42.252], - [9.177, 42.25], - [9.178, 42.248], - [9.177, 42.246], - [9.179, 42.244], - [9.186, 42.24], - [9.19, 42.24], - [9.192, 42.241], - [9.199, 42.243], - [9.202, 42.242], - [9.21, 42.242], - [9.211, 42.24], - [9.219, 42.243], - [9.223, 42.24], - [9.229, 42.241] - ] - ] - }, - "properties": { - "NOM_COM_M": "RIVENTOSA", - "INSEE_COM": "2B260", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.219, 42.163], - [9.223, 42.163], - [9.226, 42.16], - [9.231, 42.154], - [9.233, 42.153], - [9.235, 42.15], - [9.235, 42.148], - [9.237, 42.147], - [9.238, 42.143], - [9.242, 42.142], - [9.245, 42.142], - [9.247, 42.141], - [9.251, 42.141], - [9.251, 42.144], - [9.253, 42.145], - [9.252, 42.15], - [9.249, 42.153], - [9.249, 42.155], - [9.252, 42.157], - [9.255, 42.158], - [9.257, 42.161], - [9.268, 42.168], - [9.273, 42.169], - [9.276, 42.164], - [9.278, 42.163], - [9.278, 42.159], - [9.28, 42.157], - [9.282, 42.151], - [9.286, 42.148], - [9.287, 42.146], - [9.293, 42.142], - [9.294, 42.14], - [9.297, 42.139], - [9.298, 42.137], - [9.3, 42.137], - [9.307, 42.132], - [9.307, 42.129], - [9.31, 42.125], - [9.313, 42.122], - [9.318, 42.118], - [9.32, 42.119], - [9.321, 42.117], - [9.325, 42.115], - [9.329, 42.114], - [9.335, 42.117], - [9.34, 42.114], - [9.343, 42.111], - [9.345, 42.107], - [9.35, 42.106], - [9.356, 42.106], - [9.361, 42.104], - [9.363, 42.104], - [9.363, 42.1], - [9.368, 42.1], - [9.366, 42.102], - [9.366, 42.106], - [9.362, 42.109], - [9.356, 42.117], - [9.358, 42.119], - [9.358, 42.122], - [9.357, 42.124], - [9.352, 42.127], - [9.352, 42.129], - [9.348, 42.13], - [9.344, 42.134], - [9.342, 42.143], - [9.344, 42.145], - [9.337, 42.145], - [9.332, 42.148], - [9.328, 42.148], - [9.32, 42.151], - [9.317, 42.155], - [9.315, 42.159], - [9.318, 42.168], - [9.315, 42.174], - [9.317, 42.177], - [9.317, 42.181], - [9.312, 42.187], - [9.308, 42.186], - [9.308, 42.189], - [9.302, 42.19], - [9.295, 42.192], - [9.297, 42.196], - [9.295, 42.201], - [9.292, 42.199], - [9.291, 42.198], - [9.288, 42.199], - [9.284, 42.198], - [9.276, 42.195], - [9.275, 42.196], - [9.269, 42.196], - [9.265, 42.2], - [9.261, 42.198], - [9.258, 42.194], - [9.258, 42.192], - [9.255, 42.188], - [9.255, 42.186], - [9.25, 42.185], - [9.246, 42.183], - [9.238, 42.181], - [9.234, 42.178], - [9.23, 42.177], - [9.229, 42.175], - [9.223, 42.17], - [9.219, 42.165], - [9.219, 42.163] - ] - ] - }, - "properties": { - "NOM_COM_M": "VEZZANI", - "INSEE_COM": "2B347", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.047, 41.86], - [9.049, 41.859], - [9.056, 41.861], - [9.062, 41.868], - [9.065, 41.869], - [9.073, 41.867], - [9.079, 41.864], - [9.081, 41.862], - [9.085, 41.862], - [9.087, 41.863], - [9.086, 41.868], - [9.087, 41.873], - [9.09, 41.876], - [9.1, 41.884], - [9.097, 41.885], - [9.093, 41.885], - [9.09, 41.886], - [9.093, 41.889], - [9.088, 41.893], - [9.088, 41.895], - [9.086, 41.897], - [9.081, 41.899], - [9.078, 41.901], - [9.07, 41.903], - [9.067, 41.906], - [9.065, 41.905], - [9.062, 41.906], - [9.06, 41.905], - [9.061, 41.902], - [9.058, 41.895], - [9.058, 41.891], - [9.056, 41.89], - [9.055, 41.887], - [9.053, 41.884], - [9.053, 41.882], - [9.051, 41.881], - [9.049, 41.877], - [9.052, 41.874], - [9.049, 41.871], - [9.049, 41.867], - [9.047, 41.864], - [9.047, 41.86] - ] - ] - }, - "properties": { - "NOM_COM_M": "CORRANO", - "INSEE_COM": "2A094", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.219, 42.163], - [9.219, 42.165], - [9.218, 42.167], - [9.215, 42.168], - [9.212, 42.171], - [9.208, 42.174], - [9.203, 42.175], - [9.2, 42.177], - [9.197, 42.182], - [9.194, 42.184], - [9.193, 42.188], - [9.191, 42.19], - [9.189, 42.197], - [9.18, 42.197], - [9.175, 42.2], - [9.174, 42.198], - [9.171, 42.197], - [9.17, 42.194], - [9.168, 42.193], - [9.169, 42.19], - [9.174, 42.186], - [9.174, 42.183], - [9.175, 42.178], - [9.178, 42.176], - [9.178, 42.174], - [9.18, 42.171], - [9.18, 42.169], - [9.178, 42.167], - [9.177, 42.164], - [9.178, 42.162], - [9.176, 42.159], - [9.176, 42.157], - [9.172, 42.153], - [9.173, 42.151], - [9.172, 42.148], - [9.174, 42.144], - [9.178, 42.141], - [9.18, 42.141], - [9.181, 42.142], - [9.189, 42.143], - [9.196, 42.147], - [9.203, 42.149], - [9.209, 42.155], - [9.215, 42.159], - [9.217, 42.162], - [9.219, 42.163] - ] - ] - }, - "properties": { - "NOM_COM_M": "MURACCIOLE", - "INSEE_COM": "2B171", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.008, 41.831], - [9.012, 41.83], - [9.015, 41.831], - [9.017, 41.835], - [9.022, 41.838], - [9.025, 41.838], - [9.026, 41.841], - [9.032, 41.841], - [9.033, 41.845], - [9.035, 41.848], - [9.035, 41.852], - [9.036, 41.853], - [9.033, 41.857], - [9.03, 41.857], - [9.027, 41.856], - [9.025, 41.858], - [9.022, 41.858], - [9.022, 41.856], - [9.018, 41.858], - [9.014, 41.858], - [9.01, 41.861], - [9.006, 41.861], - [8.999, 41.863], - [8.998, 41.859], - [8.996, 41.859], - [8.995, 41.855], - [8.997, 41.852], - [8.999, 41.853], - [9.003, 41.849], - [9.005, 41.846], - [9.004, 41.844], - [9.006, 41.839], - [9.004, 41.835], - [9.007, 41.834], - [9.01, 41.834], - [9.01, 41.832], - [9.008, 41.831] - ] - ] - }, - "properties": { - "NOM_COM_M": "FORCIOLO", - "INSEE_COM": "2A117", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.309, 41.832], - [9.308, 41.831], - [9.305, 41.832], - [9.303, 41.826], - [9.301, 41.826], - [9.298, 41.822], - [9.293, 41.818], - [9.284, 41.816], - [9.28, 41.814], - [9.276, 41.814], - [9.275, 41.81], - [9.273, 41.808], - [9.273, 41.807], - [9.277, 41.794], - [9.312, 41.784], - [9.313, 41.78], - [9.329, 41.784], - [9.334, 41.786], - [9.347, 41.779], - [9.35, 41.78], - [9.353, 41.778], - [9.357, 41.771], - [9.36, 41.764], - [9.364, 41.765], - [9.37, 41.765], - [9.373, 41.766], - [9.376, 41.766], - [9.38, 41.765], - [9.383, 41.767], - [9.386, 41.77], - [9.392, 41.774], - [9.395, 41.773], - [9.397, 41.774], - [9.396, 41.777], - [9.398, 41.778], - [9.399, 41.782], - [9.397, 41.784], - [9.4, 41.786], - [9.4, 41.789], - [9.397, 41.791], - [9.397, 41.794], - [9.394, 41.798], - [9.398, 41.802], - [9.399, 41.806], - [9.402, 41.813], - [9.405, 41.818], - [9.406, 41.823], - [9.405, 41.828], - [9.405, 41.832], - [9.403, 41.836], - [9.403, 41.839], - [9.402, 41.841], - [9.404, 41.842], - [9.4, 41.85], - [9.402, 41.854], - [9.401, 41.856], - [9.403, 41.857], - [9.402, 41.86], - [9.401, 41.859], - [9.396, 41.86], - [9.395, 41.863], - [9.386, 41.868], - [9.379, 41.865], - [9.378, 41.867], - [9.374, 41.865], - [9.371, 41.865], - [9.37, 41.861], - [9.366, 41.861], - [9.363, 41.86], - [9.362, 41.858], - [9.359, 41.857], - [9.357, 41.855], - [9.354, 41.855], - [9.352, 41.849], - [9.349, 41.849], - [9.347, 41.846], - [9.339, 41.846], - [9.335, 41.842], - [9.33, 41.839], - [9.33, 41.837], - [9.327, 41.837], - [9.326, 41.834], - [9.323, 41.835], - [9.32, 41.835], - [9.317, 41.832], - [9.313, 41.833], - [9.309, 41.832] - ] - ] - }, - "properties": { - "NOM_COM_M": "SARI SOLENZARA", - "INSEE_COM": "2A269", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.236, 41.876], - [9.235, 41.879], - [9.239, 41.885], - [9.241, 41.885], - [9.246, 41.892], - [9.248, 41.893], - [9.252, 41.899], - [9.248, 41.91], - [9.243, 41.91], - [9.242, 41.911], - [9.237, 41.913], - [9.234, 41.916], - [9.23, 41.916], - [9.224, 41.915], - [9.222, 41.914], - [9.22, 41.915], - [9.217, 41.913], - [9.214, 41.917], - [9.208, 41.916], - [9.206, 41.915], - [9.201, 41.915], - [9.199, 41.917], - [9.194, 41.915], - [9.19, 41.911], - [9.18, 41.907], - [9.179, 41.91], - [9.174, 41.911], - [9.169, 41.91], - [9.166, 41.912], - [9.166, 41.915], - [9.165, 41.919], - [9.162, 41.921], - [9.156, 41.924], - [9.152, 41.923], - [9.141, 41.927], - [9.139, 41.931], - [9.135, 41.931], - [9.132, 41.929], - [9.129, 41.929], - [9.127, 41.928], - [9.122, 41.928], - [9.118, 41.93], - [9.113, 41.927], - [9.113, 41.924], - [9.11, 41.923], - [9.107, 41.928], - [9.106, 41.923], - [9.109, 41.922], - [9.109, 41.918], - [9.105, 41.917], - [9.106, 41.913], - [9.106, 41.91], - [9.103, 41.908], - [9.101, 41.91], - [9.098, 41.907], - [9.101, 41.906], - [9.101, 41.903], - [9.097, 41.899], - [9.096, 41.895], - [9.094, 41.894], - [9.093, 41.889], - [9.09, 41.886], - [9.093, 41.885], - [9.097, 41.885], - [9.1, 41.884], - [9.09, 41.876], - [9.087, 41.873], - [9.086, 41.868], - [9.087, 41.863], - [9.088, 41.862], - [9.092, 41.862], - [9.096, 41.863], - [9.097, 41.861], - [9.106, 41.858], - [9.108, 41.857], - [9.116, 41.855], - [9.119, 41.856], - [9.119, 41.858], - [9.124, 41.856], - [9.131, 41.856], - [9.134, 41.858], - [9.137, 41.858], - [9.144, 41.861], - [9.145, 41.859], - [9.144, 41.857], - [9.145, 41.853], - [9.14, 41.85], - [9.148, 41.848], - [9.147, 41.846], - [9.152, 41.844], - [9.159, 41.84], - [9.163, 41.839], - [9.171, 41.841], - [9.179, 41.841], - [9.185, 41.84], - [9.189, 41.837], - [9.193, 41.837], - [9.203, 41.845], - [9.204, 41.847], - [9.209, 41.852], - [9.216, 41.852], - [9.22, 41.854], - [9.227, 41.855], - [9.231, 41.86], - [9.233, 41.868], - [9.237, 41.874], - [9.236, 41.876] - ] - ] - }, - "properties": { - "NOM_COM_M": "ZICAVO", - "INSEE_COM": "2A359", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.11, 41.975], - [9.108, 41.972], - [9.115, 41.963], - [9.115, 41.959], - [9.113, 41.952], - [9.113, 41.942], - [9.109, 41.939], - [9.109, 41.931], - [9.107, 41.928], - [9.11, 41.923], - [9.113, 41.924], - [9.113, 41.927], - [9.118, 41.93], - [9.122, 41.928], - [9.127, 41.928], - [9.126, 41.93], - [9.13, 41.934], - [9.134, 41.941], - [9.133, 41.943], - [9.136, 41.947], - [9.136, 41.949], - [9.133, 41.953], - [9.127, 41.957], - [9.128, 41.959], - [9.125, 41.96], - [9.128, 41.962], - [9.127, 41.964], - [9.118, 41.968], - [9.11, 41.975] - ] - ] - }, - "properties": { - "NOM_COM_M": "SAMPOLO", - "INSEE_COM": "2A268", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.402, 41.86], - [9.399, 41.864], - [9.399, 41.867], - [9.397, 41.875], - [9.399, 41.882], - [9.402, 41.886], - [9.401, 41.888], - [9.403, 41.899], - [9.409, 41.907], - [9.406, 41.907], - [9.404, 41.909], - [9.399, 41.91], - [9.391, 41.911], - [9.386, 41.914], - [9.377, 41.917], - [9.366, 41.92], - [9.354, 41.92], - [9.35, 41.922], - [9.345, 41.92], - [9.341, 41.919], - [9.338, 41.92], - [9.332, 41.921], - [9.33, 41.923], - [9.327, 41.922], - [9.324, 41.922], - [9.32, 41.926], - [9.315, 41.925], - [9.313, 41.921], - [9.312, 41.921], - [9.309, 41.921], - [9.306, 41.918], - [9.301, 41.915], - [9.297, 41.915], - [9.294, 41.914], - [9.291, 41.911], - [9.286, 41.909], - [9.285, 41.906], - [9.281, 41.906], - [9.279, 41.902], - [9.277, 41.901], - [9.273, 41.895], - [9.263, 41.891], - [9.258, 41.885], - [9.256, 41.885], - [9.25, 41.882], - [9.243, 41.882], - [9.238, 41.879], - [9.236, 41.876], - [9.237, 41.874], - [9.233, 41.868], - [9.231, 41.86], - [9.227, 41.855], - [9.232, 41.853], - [9.233, 41.85], - [9.237, 41.846], - [9.241, 41.849], - [9.245, 41.85], - [9.249, 41.847], - [9.255, 41.845], - [9.26, 41.845], - [9.266, 41.843], - [9.269, 41.84], - [9.271, 41.841], - [9.275, 41.841], - [9.283, 41.844], - [9.288, 41.845], - [9.289, 41.843], - [9.292, 41.843], - [9.299, 41.845], - [9.302, 41.844], - [9.304, 41.842], - [9.306, 41.842], - [9.309, 41.84], - [9.308, 41.836], - [9.309, 41.832], - [9.313, 41.833], - [9.317, 41.832], - [9.32, 41.835], - [9.323, 41.835], - [9.326, 41.834], - [9.327, 41.837], - [9.33, 41.837], - [9.33, 41.839], - [9.335, 41.842], - [9.339, 41.846], - [9.347, 41.846], - [9.349, 41.849], - [9.352, 41.849], - [9.354, 41.855], - [9.357, 41.855], - [9.359, 41.857], - [9.362, 41.858], - [9.363, 41.86], - [9.366, 41.861], - [9.37, 41.861], - [9.371, 41.865], - [9.374, 41.865], - [9.378, 41.867], - [9.379, 41.865], - [9.386, 41.868], - [9.395, 41.863], - [9.396, 41.86], - [9.401, 41.859], - [9.402, 41.86] - ] - ] - }, - "properties": { - "NOM_COM_M": "SOLARO", - "INSEE_COM": "2B283", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.139, 41.931], - [9.141, 41.927], - [9.152, 41.923], - [9.156, 41.924], - [9.162, 41.921], - [9.165, 41.919], - [9.166, 41.915], - [9.166, 41.912], - [9.169, 41.91], - [9.174, 41.911], - [9.179, 41.91], - [9.18, 41.907], - [9.19, 41.911], - [9.194, 41.915], - [9.199, 41.917], - [9.201, 41.915], - [9.206, 41.915], - [9.208, 41.916], - [9.214, 41.917], - [9.214, 41.918], - [9.22, 41.922], - [9.222, 41.922], - [9.226, 41.928], - [9.228, 41.929], - [9.231, 41.933], - [9.229, 41.932], - [9.226, 41.934], - [9.224, 41.934], - [9.221, 41.937], - [9.215, 41.942], - [9.217, 41.944], - [9.221, 41.946], - [9.223, 41.949], - [9.211, 41.953], - [9.198, 41.957], - [9.193, 41.953], - [9.182, 41.955], - [9.179, 41.953], - [9.172, 41.956], - [9.171, 41.955], - [9.166, 41.954], - [9.163, 41.953], - [9.164, 41.95], - [9.161, 41.945], - [9.158, 41.943], - [9.155, 41.942], - [9.155, 41.94], - [9.147, 41.94], - [9.146, 41.936], - [9.141, 41.935], - [9.141, 41.931], - [9.139, 41.931] - ] - ] - }, - "properties": { - "NOM_COM_M": "COZZANO", - "INSEE_COM": "2A099", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.22, 41.99], - [9.216, 41.992], - [9.215, 41.994], - [9.217, 41.996], - [9.219, 42.008], - [9.22, 42.019], - [9.221, 42.027], - [9.215, 42.028], - [9.212, 42.028], - [9.21, 42.03], - [9.207, 42.03], - [9.203, 42.028], - [9.196, 42.028], - [9.192, 42.031], - [9.189, 42.032], - [9.187, 42.031], - [9.182, 42.031], - [9.181, 42.03], - [9.176, 42.029], - [9.172, 42.027], - [9.161, 42.025], - [9.16, 42.027], - [9.157, 42.025], - [9.156, 42.023], - [9.151, 42.018], - [9.148, 42.011], - [9.147, 42.011], - [9.154, 42.002], - [9.156, 42], - [9.161, 42], - [9.154, 41.981], - [9.162, 41.977], - [9.161, 41.972], - [9.164, 41.97], - [9.162, 41.967], - [9.162, 41.963], - [9.164, 41.96], - [9.164, 41.958], - [9.162, 41.956], - [9.164, 41.954], - [9.166, 41.954], - [9.171, 41.955], - [9.172, 41.956], - [9.179, 41.953], - [9.182, 41.955], - [9.193, 41.953], - [9.198, 41.957], - [9.211, 41.953], - [9.223, 41.949], - [9.223, 41.955], - [9.225, 41.959], - [9.223, 41.963], - [9.225, 41.971], - [9.224, 41.973], - [9.22, 41.975], - [9.221, 41.981], - [9.219, 41.986], - [9.22, 41.99] - ] - ] - }, - "properties": { - "NOM_COM_M": "PALNECA", - "INSEE_COM": "2A200", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.053, 41.959], - [9.058, 41.961], - [9.062, 41.964], - [9.065, 41.963], - [9.068, 41.963], - [9.07, 41.961], - [9.072, 41.963], - [9.074, 41.963], - [9.077, 41.966], - [9.08, 41.966], - [9.083, 41.968], - [9.083, 41.971], - [9.085, 41.972], - [9.086, 41.975], - [9.091, 41.975], - [9.095, 41.978], - [9.097, 41.978], - [9.1, 41.979], - [9.103, 41.984], - [9.104, 41.988], - [9.106, 41.989], - [9.111, 41.99], - [9.112, 41.993], - [9.116, 41.994], - [9.119, 41.993], - [9.122, 41.995], - [9.124, 41.999], - [9.127, 42.002], - [9.133, 42.003], - [9.138, 42.006], - [9.142, 42.007], - [9.147, 42.011], - [9.148, 42.011], - [9.151, 42.018], - [9.156, 42.023], - [9.157, 42.025], - [9.16, 42.027], - [9.155, 42.033], - [9.152, 42.036], - [9.152, 42.041], - [9.149, 42.04], - [9.145, 42.042], - [9.141, 42.047], - [9.141, 42.049], - [9.138, 42.05], - [9.137, 42.052], - [9.133, 42.052], - [9.131, 42.054], - [9.132, 42.058], - [9.134, 42.06], - [9.126, 42.058], - [9.124, 42.056], - [9.112, 42.052], - [9.112, 42.047], - [9.107, 42.043], - [9.103, 42.045], - [9.09, 42.041], - [9.088, 42.04], - [9.085, 42.042], - [9.079, 42.043], - [9.075, 42.041], - [9.073, 42.037], - [9.071, 42.036], - [9.063, 42.037], - [9.054, 42.039], - [9.045, 42.035], - [9.041, 42.034], - [9.04, 42.036], - [9.037, 42.035], - [9.036, 42.033], - [9.033, 42.031], - [9.029, 42.037], - [9.027, 42.037], - [9.026, 42.039], - [9.021, 42.041], - [9.023, 42.036], - [9.015, 42.03], - [9.013, 42.03], - [9.01, 42.028], - [9.006, 42.02], - [9.001, 42.021], - [8.997, 42.02], - [8.991, 42.016], - [8.986, 42.012], - [8.984, 42.011], - [8.978, 42.01], - [8.976, 42.006], - [8.974, 42.005], - [8.974, 42], - [8.975, 41.998], - [8.983, 41.996], - [8.984, 41.997], - [8.989, 41.997], - [8.993, 41.995], - [8.995, 41.992], - [8.998, 41.989], - [9, 41.988], - [9, 41.985], - [9.003, 41.984], - [9.005, 41.981], - [9.004, 41.978], - [9.001, 41.978], - [8.999, 41.975], - [8.998, 41.971], - [8.995, 41.97], - [8.993, 41.968], - [8.996, 41.966], - [8.996, 41.964], - [8.993, 41.962], - [8.987, 41.961], - [8.983, 41.958], - [8.982, 41.956], - [8.984, 41.953], - [8.984, 41.949], - [8.982, 41.944], - [8.979, 41.944], - [8.977, 41.942], - [8.974, 41.942], - [8.973, 41.94], - [8.974, 41.938], - [8.967, 41.938], - [8.963, 41.932], - [8.959, 41.931], - [8.957, 41.932], - [8.954, 41.932], - [8.95, 41.931], - [8.954, 41.924], - [8.951, 41.921], - [8.95, 41.918], - [8.953, 41.915], - [8.952, 41.912], - [8.952, 41.904], - [8.955, 41.899], - [8.96, 41.897], - [8.963, 41.899], - [8.969, 41.9], - [8.97, 41.904], - [8.978, 41.905], - [8.983, 41.906], - [8.988, 41.909], - [8.991, 41.911], - [8.995, 41.912], - [8.999, 41.911], - [9.005, 41.914], - [9.008, 41.918], - [9.012, 41.922], - [9.018, 41.924], - [9.02, 41.928], - [9.022, 41.928], - [9.025, 41.928], - [9.027, 41.932], - [9.029, 41.934], - [9.034, 41.936], - [9.036, 41.939], - [9.036, 41.944], - [9.039, 41.945], - [9.041, 41.947], - [9.045, 41.946], - [9.048, 41.955], - [9.047, 41.957], - [9.051, 41.96], - [9.053, 41.959] - ] - ] - }, - "properties": { - "NOM_COM_M": "BASTELICA", - "INSEE_COM": "2A031", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.541, 42.337], - [9.54, 42.339], - [9.541, 42.343], - [9.539, 42.343], - [9.537, 42.349], - [9.537, 42.353], - [9.535, 42.355], - [9.535, 42.359], - [9.53, 42.358], - [9.526, 42.36], - [9.519, 42.36], - [9.516, 42.362], - [9.505, 42.36], - [9.503, 42.361], - [9.498, 42.362], - [9.496, 42.361], - [9.493, 42.361], - [9.49, 42.362], - [9.486, 42.359], - [9.482, 42.355], - [9.48, 42.353], - [9.476, 42.343], - [9.476, 42.341], - [9.48, 42.342], - [9.485, 42.341], - [9.49, 42.341], - [9.493, 42.34], - [9.498, 42.341], - [9.506, 42.339], - [9.512, 42.341], - [9.515, 42.343], - [9.52, 42.343], - [9.52, 42.342], - [9.53, 42.342], - [9.533, 42.343], - [9.536, 42.338], - [9.541, 42.337] - ] - ] - }, - "properties": { - "NOM_COM_M": "SANTA MARIA POGGIO", - "INSEE_COM": "2B311", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.453, 42.525], - [9.452, 42.523], - [9.448, 42.521], - [9.45, 42.518], - [9.449, 42.516], - [9.451, 42.512], - [9.449, 42.509], - [9.451, 42.504], - [9.446, 42.503], - [9.439, 42.499], - [9.434, 42.499], - [9.425, 42.496], - [9.418, 42.492], - [9.43, 42.49], - [9.433, 42.488], - [9.44, 42.488], - [9.445, 42.487], - [9.447, 42.489], - [9.45, 42.49], - [9.45, 42.493], - [9.456, 42.494], - [9.456, 42.495], - [9.467, 42.499], - [9.464, 42.503], - [9.468, 42.503], - [9.466, 42.506], - [9.472, 42.507], - [9.474, 42.506], - [9.479, 42.507], - [9.485, 42.513], - [9.485, 42.514], - [9.491, 42.514], - [9.497, 42.516], - [9.507, 42.517], - [9.508, 42.521], - [9.511, 42.521], - [9.515, 42.522], - [9.518, 42.522], - [9.523, 42.52], - [9.53, 42.522], - [9.531, 42.524], - [9.533, 42.524], - [9.529, 42.526], - [9.525, 42.524], - [9.521, 42.524], - [9.52, 42.527], - [9.521, 42.529], - [9.519, 42.531], - [9.514, 42.532], - [9.513, 42.535], - [9.505, 42.535], - [9.5, 42.538], - [9.498, 42.535], - [9.494, 42.533], - [9.491, 42.534], - [9.488, 42.537], - [9.485, 42.536], - [9.483, 42.533], - [9.48, 42.533], - [9.478, 42.535], - [9.469, 42.534], - [9.47, 42.532], - [9.465, 42.53], - [9.461, 42.527], - [9.453, 42.525] - ] - ] - }, - "properties": { - "NOM_COM_M": "VESCOVATO", - "INSEE_COM": "2B346", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.975, 42.614], - [8.972, 42.613], - [8.968, 42.61], - [8.965, 42.607], - [8.965, 42.605], - [8.961, 42.604], - [8.958, 42.604], - [8.952, 42.602], - [8.949, 42.601], - [8.949, 42.587], - [8.948, 42.585], - [8.95, 42.583], - [8.951, 42.58], - [8.948, 42.576], - [8.949, 42.574], - [8.952, 42.573], - [8.957, 42.565], - [8.959, 42.563], - [8.96, 42.56], - [8.959, 42.558], - [8.962, 42.555], - [8.961, 42.551], - [8.962, 42.548], - [8.967, 42.546], - [8.968, 42.542], - [8.972, 42.538], - [8.974, 42.538], - [8.978, 42.54], - [8.985, 42.54], - [8.988, 42.543], - [8.992, 42.546], - [8.996, 42.547], - [8.999, 42.549], - [8.993, 42.553], - [8.99, 42.554], - [8.983, 42.564], - [8.984, 42.572], - [8.984, 42.58], - [8.981, 42.582], - [8.978, 42.588], - [8.978, 42.598], - [8.976, 42.6], - [8.976, 42.603], - [8.978, 42.604], - [8.976, 42.607], - [8.978, 42.609], - [8.978, 42.612], - [8.975, 42.614] - ] - ] - }, - "properties": { - "NOM_COM_M": "SPELONCATO", - "INSEE_COM": "2B290", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.004, 42.569], - [9.003, 42.578], - [9, 42.585], - [8.996, 42.585], - [8.997, 42.582], - [8.995, 42.578], - [8.993, 42.576], - [8.993, 42.574], - [8.999, 42.569], - [9.001, 42.568], - [9.004, 42.569] - ] - ] - }, - "properties": { - "NOM_COM_M": "COSTA", - "INSEE_COM": "2B097", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.93, 42.373], - [8.929, 42.37], - [8.931, 42.369], - [8.935, 42.369], - [8.945, 42.364], - [8.95, 42.362], - [8.951, 42.36], - [8.951, 42.357], - [8.952, 42.355], - [8.953, 42.35], - [8.954, 42.35], - [8.958, 42.344], - [8.96, 42.343], - [8.963, 42.344], - [8.964, 42.337], - [8.972, 42.336], - [8.975, 42.337], - [8.978, 42.335], - [8.981, 42.335], - [8.989, 42.333], - [8.995, 42.335], - [8.998, 42.334], - [9.001, 42.336], - [9.013, 42.341], - [9.013, 42.343], - [9.019, 42.347], - [9.025, 42.353], - [9.021, 42.356], - [9.018, 42.357], - [9.017, 42.36], - [9.018, 42.362], - [9.016, 42.364], - [9.019, 42.37], - [9.019, 42.371], - [9.014, 42.373], - [9.01, 42.378], - [9.005, 42.378], - [9.001, 42.379], - [8.997, 42.383], - [8.994, 42.384], - [8.989, 42.388], - [8.98, 42.39], - [8.978, 42.392], - [8.971, 42.392], - [8.966, 42.39], - [8.961, 42.387], - [8.958, 42.384], - [8.955, 42.383], - [8.952, 42.383], - [8.946, 42.38], - [8.942, 42.377], - [8.937, 42.376], - [8.93, 42.373] - ] - ] - }, - "properties": { - "NOM_COM_M": "LOZZI", - "INSEE_COM": "2B147", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.051, 41.71], - [9.052, 41.707], - [9.055, 41.708], - [9.052, 41.71], - [9.059, 41.712], - [9.063, 41.71], - [9.067, 41.712], - [9.067, 41.714], - [9.077, 41.714], - [9.091, 41.721], - [9.088, 41.724], - [9.088, 41.729], - [9.089, 41.731], - [9.084, 41.736], - [9.083, 41.738], - [9.079, 41.732], - [9.075, 41.733], - [9.074, 41.731], - [9.071, 41.73], - [9.069, 41.727], - [9.066, 41.725], - [9.064, 41.725], - [9.061, 41.723], - [9.056, 41.721], - [9.052, 41.719], - [9.05, 41.716], - [9.049, 41.712], - [9.051, 41.71] - ] - ] - }, - "properties": { - "NOM_COM_M": "ZOZA", - "INSEE_COM": "2A363", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.152, 41.844], - [9.142, 41.834], - [9.136, 41.826], - [9.132, 41.823], - [9.13, 41.819], - [9.126, 41.816], - [9.118, 41.811], - [9.116, 41.808], - [9.117, 41.805], - [9.116, 41.803], - [9.112, 41.802], - [9.109, 41.8], - [9.107, 41.796], - [9.102, 41.794], - [9.101, 41.79], - [9.096, 41.783], - [9.095, 41.779], - [9.095, 41.774], - [9.093, 41.772], - [9.09, 41.772], - [9.089, 41.77], - [9.09, 41.768], - [9.088, 41.765], - [9.082, 41.764], - [9.082, 41.76], - [9.081, 41.757], - [9.085, 41.753], - [9.084, 41.75], - [9.082, 41.748], - [9.083, 41.745], - [9.082, 41.744], - [9.076, 41.743], - [9.074, 41.741], - [9.076, 41.734], - [9.079, 41.732], - [9.083, 41.738], - [9.084, 41.736], - [9.089, 41.731], - [9.088, 41.729], - [9.088, 41.724], - [9.091, 41.721], - [9.094, 41.724], - [9.094, 41.726], - [9.099, 41.731], - [9.095, 41.733], - [9.096, 41.735], - [9.094, 41.736], - [9.099, 41.74], - [9.098, 41.744], - [9.1, 41.746], - [9.104, 41.745], - [9.106, 41.754], - [9.108, 41.754], - [9.109, 41.757], - [9.113, 41.764], - [9.114, 41.767], - [9.123, 41.772], - [9.124, 41.774], - [9.122, 41.777], - [9.123, 41.782], - [9.122, 41.791], - [9.123, 41.794], - [9.126, 41.799], - [9.129, 41.802], - [9.13, 41.806], - [9.134, 41.811], - [9.139, 41.82], - [9.143, 41.821], - [9.147, 41.828], - [9.147, 41.83], - [9.151, 41.831], - [9.153, 41.834], - [9.156, 41.835], - [9.157, 41.834], - [9.16, 41.838], - [9.163, 41.839], - [9.159, 41.84], - [9.152, 41.844] - ] - ] - }, - "properties": { - "NOM_COM_M": "SERRA DI SCOPAMENE", - "INSEE_COM": "2A278", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [8.573, 42.382], - [8.576, 42.38], - [8.577, 42.377], - [8.572, 42.372], - [8.573, 42.37], - [8.565, 42.371], - [8.563, 42.369], - [8.56, 42.372], - [8.557, 42.371], - [8.553, 42.373], - [8.552, 42.376], - [8.55, 42.379], - [8.546, 42.378], - [8.545, 42.374], - [8.546, 42.37], - [8.543, 42.369], - [8.544, 42.367], - [8.546, 42.367], - [8.551, 42.365], - [8.554, 42.366], - [8.556, 42.365], - [8.556, 42.357], - [8.554, 42.355], - [8.557, 42.354], - [8.555, 42.35], - [8.553, 42.348], - [8.56, 42.344], - [8.557, 42.342], - [8.558, 42.34], - [8.556, 42.338], - [8.556, 42.336], - [8.553, 42.335], - [8.553, 42.333], - [8.559, 42.334], - [8.563, 42.333], - [8.565, 42.335], - [8.568, 42.336], - [8.568, 42.338], - [8.573, 42.338], - [8.577, 42.341], - [8.577, 42.343], - [8.582, 42.347], - [8.582, 42.349], - [8.587, 42.35], - [8.59, 42.353], - [8.596, 42.354], - [8.602, 42.353], - [8.604, 42.35], - [8.608, 42.35], - [8.611, 42.348], - [8.615, 42.35], - [8.618, 42.347], - [8.617, 42.344], - [8.619, 42.341], - [8.625, 42.34], - [8.628, 42.341], - [8.627, 42.336], - [8.628, 42.332], - [8.622, 42.328], - [8.62, 42.328], - [8.619, 42.326], - [8.617, 42.327], - [8.607, 42.323], - [8.605, 42.323], - [8.598, 42.319], - [8.598, 42.317], - [8.602, 42.316], - [8.602, 42.313], - [8.605, 42.311], - [8.602, 42.31], - [8.605, 42.307], - [8.607, 42.307], - [8.609, 42.309], - [8.612, 42.309], - [8.618, 42.311], - [8.62, 42.311], - [8.626, 42.313], - [8.631, 42.31], - [8.631, 42.304], - [8.633, 42.305], - [8.638, 42.304], - [8.64, 42.302], - [8.641, 42.299], - [8.646, 42.301], - [8.646, 42.303], - [8.649, 42.303], - [8.654, 42.301], - [8.66, 42.302], - [8.663, 42.303], - [8.664, 42.305], - [8.669, 42.306], - [8.671, 42.308], - [8.673, 42.307], - [8.676, 42.31], - [8.674, 42.316], - [8.678, 42.319], - [8.676, 42.329], - [8.67, 42.333], - [8.672, 42.336], - [8.677, 42.341], - [8.68, 42.346], - [8.684, 42.348], - [8.682, 42.351], - [8.683, 42.354], - [8.681, 42.357], - [8.682, 42.36], - [8.672, 42.36], - [8.664, 42.358], - [8.659, 42.359], - [8.657, 42.361], - [8.65, 42.362], - [8.643, 42.368], - [8.643, 42.37], - [8.641, 42.374], - [8.637, 42.373], - [8.635, 42.374], - [8.629, 42.372], - [8.623, 42.371], - [8.62, 42.372], - [8.618, 42.375], - [8.615, 42.373], - [8.61, 42.374], - [8.605, 42.372], - [8.602, 42.369], - [8.6, 42.369], - [8.598, 42.371], - [8.595, 42.37], - [8.594, 42.372], - [8.591, 42.373], - [8.591, 42.375], - [8.589, 42.376], - [8.587, 42.379], - [8.578, 42.38], - [8.573, 42.382] - ] - ], - [ - [ - [8.542, 42.37], - [8.538, 42.372], - [8.535, 42.371], - [8.54, 42.368], - [8.542, 42.37] - ] - ] - ] - }, - "properties": { - "NOM_COM_M": "OSANI", - "INSEE_COM": "2A197", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.462, 42.446], - [9.461, 42.449], - [9.459, 42.45], - [9.456, 42.448], - [9.457, 42.444], - [9.453, 42.446], - [9.451, 42.444], - [9.455, 42.443], - [9.451, 42.441], - [9.453, 42.437], - [9.449, 42.436], - [9.445, 42.432], - [9.445, 42.43], - [9.442, 42.429], - [9.439, 42.43], - [9.434, 42.429], - [9.432, 42.426], - [9.434, 42.425], - [9.435, 42.422], - [9.433, 42.419], - [9.432, 42.415], - [9.434, 42.412], - [9.439, 42.409], - [9.439, 42.408], - [9.447, 42.404], - [9.448, 42.407], - [9.451, 42.411], - [9.453, 42.412], - [9.458, 42.42], - [9.458, 42.423], - [9.463, 42.427], - [9.462, 42.43], - [9.463, 42.433], - [9.461, 42.434], - [9.458, 42.439], - [9.46, 42.442], - [9.462, 42.443], - [9.462, 42.446] - ] - ] - }, - "properties": { - "NOM_COM_M": "PRUNO", - "INSEE_COM": "2B252", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.379, 42.3], - [9.381, 42.295], - [9.376, 42.291], - [9.374, 42.282], - [9.372, 42.279], - [9.374, 42.278], - [9.374, 42.276], - [9.378, 42.273], - [9.38, 42.272], - [9.384, 42.272], - [9.385, 42.269], - [9.387, 42.269], - [9.388, 42.266], - [9.392, 42.265], - [9.392, 42.267], - [9.394, 42.268], - [9.397, 42.266], - [9.4, 42.271], - [9.401, 42.275], - [9.4, 42.278], - [9.402, 42.279], - [9.401, 42.283], - [9.401, 42.289], - [9.398, 42.292], - [9.396, 42.298], - [9.394, 42.297], - [9.387, 42.3], - [9.379, 42.3] - ] - ] - }, - "properties": { - "NOM_COM_M": "MATRA", - "INSEE_COM": "2B155", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.15, 42.452], - [9.143, 42.451], - [9.14, 42.454], - [9.135, 42.452], - [9.132, 42.452], - [9.128, 42.45], - [9.121, 42.448], - [9.121, 42.443], - [9.114, 42.44], - [9.111, 42.441], - [9.101, 42.44], - [9.102, 42.437], - [9.105, 42.434], - [9.107, 42.43], - [9.113, 42.43], - [9.114, 42.428], - [9.117, 42.427], - [9.125, 42.427], - [9.129, 42.426], - [9.131, 42.428], - [9.139, 42.426], - [9.144, 42.422], - [9.147, 42.422], - [9.152, 42.425], - [9.155, 42.425], - [9.157, 42.427], - [9.159, 42.432], - [9.158, 42.435], - [9.158, 42.44], - [9.162, 42.439], - [9.164, 42.441], - [9.156, 42.443], - [9.156, 42.445], - [9.154, 42.448], - [9.15, 42.452] - ] - ] - }, - "properties": { - "NOM_COM_M": "POPOLASCA", - "INSEE_COM": "2B244", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.229, 42.549], - [9.222, 42.552], - [9.222, 42.555], - [9.223, 42.558], - [9.22, 42.56], - [9.214, 42.564], - [9.216, 42.569], - [9.216, 42.572], - [9.215, 42.576], - [9.212, 42.579], - [9.208, 42.576], - [9.201, 42.573], - [9.196, 42.573], - [9.178, 42.563], - [9.174, 42.562], - [9.171, 42.563], - [9.166, 42.562], - [9.164, 42.565], - [9.16, 42.562], - [9.159, 42.558], - [9.156, 42.561], - [9.151, 42.563], - [9.149, 42.565], - [9.134, 42.57], - [9.129, 42.564], - [9.127, 42.561], - [9.127, 42.56], - [9.133, 42.56], - [9.134, 42.559], - [9.13, 42.553], - [9.132, 42.546], - [9.137, 42.547], - [9.138, 42.544], - [9.138, 42.539], - [9.14, 42.541], - [9.144, 42.54], - [9.145, 42.537], - [9.15, 42.531], - [9.154, 42.532], - [9.156, 42.528], - [9.158, 42.529], - [9.158, 42.524], - [9.161, 42.524], - [9.162, 42.522], - [9.164, 42.522], - [9.166, 42.52], - [9.168, 42.52], - [9.169, 42.516], - [9.172, 42.516], - [9.174, 42.513], - [9.175, 42.51], - [9.178, 42.508], - [9.181, 42.51], - [9.186, 42.509], - [9.19, 42.509], - [9.193, 42.506], - [9.195, 42.509], - [9.198, 42.51], - [9.2, 42.513], - [9.204, 42.516], - [9.207, 42.517], - [9.219, 42.516], - [9.222, 42.518], - [9.22, 42.522], - [9.222, 42.528], - [9.224, 42.53], - [9.225, 42.538], - [9.227, 42.54], - [9.225, 42.543], - [9.226, 42.545], - [9.225, 42.547], - [9.229, 42.549] - ] - ] - }, - "properties": { - "NOM_COM_M": "PIETRALBA", - "INSEE_COM": "2B223", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.191, 41.495], - [9.187, 41.499], - [9.182, 41.501], - [9.178, 41.504], - [9.174, 41.504], - [9.167, 41.509], - [9.168, 41.514], - [9.167, 41.519], - [9.171, 41.523], - [9.171, 41.525], - [9.174, 41.528], - [9.177, 41.528], - [9.177, 41.531], - [9.17, 41.535], - [9.169, 41.543], - [9.167, 41.543], - [9.167, 41.548], - [9.165, 41.548], - [9.167, 41.556], - [9.162, 41.555], - [9.156, 41.552], - [9.154, 41.552], - [9.153, 41.554], - [9.149, 41.554], - [9.149, 41.557], - [9.147, 41.559], - [9.144, 41.558], - [9.14, 41.56], - [9.138, 41.563], - [9.134, 41.564], - [9.132, 41.569], - [9.126, 41.577], - [9.12, 41.587], - [9.117, 41.59], - [9.113, 41.592], - [9.112, 41.596], - [9.104, 41.594], - [9.101, 41.589], - [9.096, 41.587], - [9.091, 41.584], - [9.087, 41.585], - [9.087, 41.581], - [9.089, 41.575], - [9.092, 41.575], - [9.095, 41.574], - [9.096, 41.572], - [9.091, 41.569], - [9.091, 41.568], - [9.086, 41.564], - [9.082, 41.562], - [9.081, 41.559], - [9.078, 41.555], - [9.075, 41.553], - [9.071, 41.547], - [9.069, 41.547], - [9.067, 41.544], - [9.063, 41.534], - [9.061, 41.532], - [9.064, 41.531], - [9.063, 41.529], - [9.068, 41.524], - [9.072, 41.525], - [9.076, 41.523], - [9.08, 41.52], - [9.083, 41.517], - [9.082, 41.512], - [9.079, 41.511], - [9.078, 41.508], - [9.076, 41.505], - [9.073, 41.505], - [9.074, 41.5], - [9.078, 41.495], - [9.077, 41.492], - [9.078, 41.487], - [9.084, 41.483], - [9.084, 41.482], - [9.079, 41.481], - [9.08, 41.477], - [9.078, 41.475], - [9.077, 41.472], - [9.073, 41.471], - [9.071, 41.469], - [9.071, 41.466], - [9.067, 41.466], - [9.067, 41.463], - [9.069, 41.461], - [9.069, 41.458], - [9.066, 41.458], - [9.066, 41.45], - [9.068, 41.45], - [9.071, 41.445], - [9.074, 41.443], - [9.078, 41.442], - [9.082, 41.442], - [9.086, 41.445], - [9.09, 41.445], - [9.091, 41.447], - [9.095, 41.45], - [9.099, 41.453], - [9.098, 41.456], - [9.099, 41.457], - [9.088, 41.46], - [9.091, 41.465], - [9.093, 41.465], - [9.095, 41.467], - [9.094, 41.47], - [9.097, 41.471], - [9.1, 41.474], - [9.107, 41.473], - [9.113, 41.473], - [9.118, 41.472], - [9.123, 41.475], - [9.126, 41.474], - [9.13, 41.47], - [9.138, 41.467], - [9.137, 41.462], - [9.136, 41.46], - [9.14, 41.457], - [9.143, 41.456], - [9.15, 41.456], - [9.15, 41.46], - [9.151, 41.461], - [9.158, 41.463], - [9.165, 41.467], - [9.165, 41.47], - [9.168, 41.472], - [9.169, 41.475], - [9.172, 41.475], - [9.175, 41.476], - [9.178, 41.479], - [9.179, 41.484], - [9.185, 41.488], - [9.191, 41.495] - ] - ] - }, - "properties": { - "NOM_COM_M": "FIGARI", - "INSEE_COM": "2A114", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.164, 41.656], - [9.168, 41.657], - [9.171, 41.66], - [9.172, 41.662], - [9.177, 41.665], - [9.177, 41.666], - [9.189, 41.672], - [9.19, 41.671], - [9.194, 41.671], - [9.191, 41.678], - [9.191, 41.681], - [9.189, 41.684], - [9.179, 41.692], - [9.173, 41.695], - [9.168, 41.697], - [9.165, 41.701], - [9.162, 41.698], - [9.161, 41.694], - [9.156, 41.691], - [9.151, 41.69], - [9.147, 41.69], - [9.146, 41.688], - [9.141, 41.686], - [9.14, 41.684], - [9.136, 41.684], - [9.135, 41.686], - [9.131, 41.686], - [9.128, 41.684], - [9.129, 41.682], - [9.126, 41.679], - [9.131, 41.677], - [9.131, 41.674], - [9.133, 41.673], - [9.132, 41.669], - [9.135, 41.667], - [9.133, 41.664], - [9.137, 41.662], - [9.138, 41.659], - [9.141, 41.659], - [9.145, 41.658], - [9.148, 41.656], - [9.153, 41.655], - [9.16, 41.656], - [9.164, 41.656] - ] - ] - }, - "properties": { - "NOM_COM_M": "CARBINI", - "INSEE_COM": "2A061", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.048, 42.176], - [9.048, 42.173], - [9.051, 42.17], - [9.056, 42.169], - [9.063, 42.167], - [9.065, 42.167], - [9.066, 42.158], - [9.068, 42.156], - [9.072, 42.155], - [9.07, 42.15], - [9.073, 42.146], - [9.074, 42.143], - [9.077, 42.137], - [9.074, 42.132], - [9.071, 42.13], - [9.077, 42.129], - [9.078, 42.127], - [9.08, 42.127], - [9.084, 42.125], - [9.088, 42.12], - [9.093, 42.116], - [9.095, 42.115], - [9.098, 42.116], - [9.103, 42.116], - [9.109, 42.114], - [9.112, 42.114], - [9.114, 42.11], - [9.118, 42.11], - [9.121, 42.107], - [9.125, 42.105], - [9.125, 42.099], - [9.127, 42.098], - [9.128, 42.095], - [9.132, 42.091], - [9.134, 42.091], - [9.137, 42.094], - [9.138, 42.096], - [9.143, 42.099], - [9.149, 42.101], - [9.151, 42.104], - [9.15, 42.109], - [9.151, 42.111], - [9.154, 42.111], - [9.156, 42.112], - [9.157, 42.115], - [9.159, 42.115], - [9.16, 42.117], - [9.164, 42.122], - [9.167, 42.125], - [9.169, 42.129], - [9.171, 42.131], - [9.176, 42.132], - [9.178, 42.133], - [9.179, 42.137], - [9.178, 42.139], - [9.18, 42.141], - [9.178, 42.141], - [9.174, 42.144], - [9.172, 42.148], - [9.173, 42.151], - [9.172, 42.153], - [9.176, 42.157], - [9.176, 42.159], - [9.178, 42.162], - [9.177, 42.164], - [9.178, 42.167], - [9.18, 42.169], - [9.18, 42.171], - [9.178, 42.174], - [9.178, 42.176], - [9.175, 42.178], - [9.174, 42.183], - [9.174, 42.186], - [9.169, 42.19], - [9.168, 42.193], - [9.163, 42.193], - [9.162, 42.194], - [9.152, 42.195], - [9.147, 42.191], - [9.139, 42.19], - [9.133, 42.188], - [9.131, 42.188], - [9.127, 42.186], - [9.123, 42.182], - [9.118, 42.183], - [9.116, 42.185], - [9.113, 42.185], - [9.11, 42.186], - [9.105, 42.186], - [9.104, 42.187], - [9.099, 42.188], - [9.095, 42.188], - [9.09, 42.187], - [9.086, 42.188], - [9.084, 42.191], - [9.064, 42.193], - [9.062, 42.193], - [9.061, 42.195], - [9.058, 42.195], - [9.049, 42.193], - [9.051, 42.19], - [9.051, 42.187], - [9.049, 42.185], - [9.048, 42.181], - [9.049, 42.178], - [9.048, 42.176] - ] - ] - }, - "properties": { - "NOM_COM_M": "VIVARIO", - "INSEE_COM": "2B354", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.355, 42.194], - [9.355, 42.197], - [9.353, 42.198], - [9.348, 42.196], - [9.344, 42.195], - [9.343, 42.196], - [9.346, 42.2], - [9.35, 42.203], - [9.35, 42.205], - [9.348, 42.206], - [9.343, 42.207], - [9.343, 42.21], - [9.345, 42.212], - [9.345, 42.214], - [9.348, 42.218], - [9.344, 42.22], - [9.342, 42.223], - [9.341, 42.234], - [9.338, 42.236], - [9.34, 42.239], - [9.343, 42.239], - [9.342, 42.246], - [9.339, 42.251], - [9.337, 42.253], - [9.335, 42.253], - [9.331, 42.255], - [9.329, 42.257], - [9.325, 42.256], - [9.318, 42.258], - [9.314, 42.257], - [9.312, 42.255], - [9.313, 42.253], - [9.313, 42.25], - [9.311, 42.244], - [9.308, 42.243], - [9.307, 42.241], - [9.309, 42.233], - [9.308, 42.229], - [9.306, 42.225], - [9.306, 42.218], - [9.304, 42.215], - [9.299, 42.215], - [9.298, 42.213], - [9.295, 42.21], - [9.292, 42.209], - [9.29, 42.203], - [9.292, 42.199], - [9.295, 42.201], - [9.297, 42.196], - [9.295, 42.192], - [9.302, 42.19], - [9.308, 42.189], - [9.308, 42.186], - [9.312, 42.187], - [9.317, 42.181], - [9.326, 42.177], - [9.329, 42.176], - [9.334, 42.18], - [9.338, 42.184], - [9.341, 42.185], - [9.342, 42.187], - [9.346, 42.189], - [9.347, 42.191], - [9.35, 42.192], - [9.352, 42.194], - [9.355, 42.194] - ] - ] - }, - "properties": { - "NOM_COM_M": "PIEDICORTE DI GAGGIO", - "INSEE_COM": "2B218", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.857, 42.331], - [8.853, 42.33], - [8.848, 42.327], - [8.845, 42.328], - [8.843, 42.325], - [8.841, 42.324], - [8.837, 42.324], - [8.828, 42.319], - [8.825, 42.319], - [8.823, 42.317], - [8.82, 42.316], - [8.819, 42.319], - [8.812, 42.319], - [8.811, 42.32], - [8.807, 42.32], - [8.802, 42.323], - [8.792, 42.323], - [8.79, 42.327], - [8.784, 42.326], - [8.78, 42.326], - [8.771, 42.325], - [8.769, 42.323], - [8.772, 42.319], - [8.771, 42.317], - [8.772, 42.313], - [8.768, 42.311], - [8.768, 42.308], - [8.767, 42.304], - [8.77, 42.301], - [8.77, 42.295], - [8.767, 42.291], - [8.774, 42.289], - [8.775, 42.286], - [8.777, 42.285], - [8.781, 42.285], - [8.779, 42.282], - [8.775, 42.281], - [8.777, 42.278], - [8.776, 42.276], - [8.781, 42.271], - [8.782, 42.268], - [8.784, 42.267], - [8.784, 42.264], - [8.782, 42.261], - [8.777, 42.258], - [8.774, 42.254], - [8.768, 42.252], - [8.772, 42.25], - [8.776, 42.251], - [8.776, 42.249], - [8.774, 42.246], - [8.776, 42.244], - [8.781, 42.246], - [8.786, 42.245], - [8.787, 42.243], - [8.79, 42.241], - [8.793, 42.241], - [8.793, 42.238], - [8.796, 42.238], - [8.799, 42.24], - [8.802, 42.241], - [8.812, 42.241], - [8.814, 42.239], - [8.82, 42.239], - [8.823, 42.241], - [8.826, 42.24], - [8.827, 42.243], - [8.826, 42.245], - [8.833, 42.252], - [8.837, 42.253], - [8.845, 42.254], - [8.852, 42.256], - [8.854, 42.256], - [8.858, 42.26], - [8.861, 42.261], - [8.862, 42.264], - [8.869, 42.264], - [8.875, 42.268], - [8.878, 42.269], - [8.882, 42.272], - [8.886, 42.283], - [8.885, 42.285], - [8.883, 42.285], - [8.882, 42.287], - [8.879, 42.289], - [8.878, 42.293], - [8.87, 42.296], - [8.863, 42.297], - [8.859, 42.3], - [8.86, 42.304], - [8.859, 42.306], - [8.861, 42.308], - [8.861, 42.315], - [8.859, 42.315], - [8.862, 42.32], - [8.862, 42.323], - [8.86, 42.325], - [8.862, 42.33], - [8.857, 42.331] - ] - ] - }, - "properties": { - "NOM_COM_M": "EVISA", - "INSEE_COM": "2A108", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.796, 42.024], - [8.805, 42.026], - [8.806, 42.028], - [8.804, 42.03], - [8.799, 42.032], - [8.798, 42.034], - [8.79, 42.035], - [8.785, 42.037], - [8.78, 42.036], - [8.78, 42.042], - [8.778, 42.046], - [8.776, 42.045], - [8.767, 42.047], - [8.764, 42.049], - [8.755, 42.049], - [8.754, 42.053], - [8.75, 42.054], - [8.746, 42.057], - [8.744, 42.057], - [8.745, 42.055], - [8.743, 42.054], - [8.747, 42.051], - [8.747, 42.049], - [8.745, 42.044], - [8.742, 42.041], - [8.738, 42.04], - [8.728, 42.043], - [8.723, 42.042], - [8.724, 42.038], - [8.726, 42.035], - [8.716, 42.03], - [8.713, 42.029], - [8.7, 42.026], - [8.69, 42.028], - [8.685, 42.027], - [8.683, 42.023], - [8.681, 42.021], - [8.674, 42.021], - [8.669, 42.018], - [8.667, 42.016], - [8.661, 42.013], - [8.657, 42.009], - [8.656, 42.006], - [8.657, 42.004], - [8.665, 42.004], - [8.67, 42.005], - [8.674, 42.005], - [8.674, 42.007], - [8.678, 42.009], - [8.68, 42.009], - [8.682, 42.011], - [8.69, 42.013], - [8.696, 42.015], - [8.702, 42.019], - [8.715, 42.019], - [8.722, 42.02], - [8.729, 42.023], - [8.732, 42.023], - [8.734, 42.022], - [8.736, 42.019], - [8.739, 42.019], - [8.745, 42.018], - [8.747, 42.02], - [8.75, 42.021], - [8.757, 42.021], - [8.762, 42.02], - [8.769, 42.021], - [8.774, 42.02], - [8.786, 42.02], - [8.789, 42.022], - [8.796, 42.024] - ] - ] - }, - "properties": { - "NOM_COM_M": "CALCATOGGIO", - "INSEE_COM": "2A048", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.822, 41.96], - [8.823, 41.958], - [8.822, 41.956], - [8.818, 41.955], - [8.818, 41.951], - [8.821, 41.951], - [8.822, 41.949], - [8.816, 41.942], - [8.818, 41.941], - [8.815, 41.937], - [8.814, 41.933], - [8.821, 41.931], - [8.815, 41.925], - [8.816, 41.922], - [8.82, 41.921], - [8.821, 41.919], - [8.813, 41.916], - [8.812, 41.915], - [8.807, 41.915], - [8.804, 41.914], - [8.803, 41.908], - [8.802, 41.908], - [8.803, 41.904], - [8.805, 41.903], - [8.808, 41.904], - [8.811, 41.908], - [8.815, 41.909], - [8.819, 41.907], - [8.819, 41.909], - [8.822, 41.91], - [8.823, 41.912], - [8.833, 41.914], - [8.838, 41.912], - [8.841, 41.914], - [8.843, 41.917], - [8.848, 41.918], - [8.851, 41.92], - [8.855, 41.921], - [8.859, 41.924], - [8.861, 41.924], - [8.864, 41.926], - [8.862, 41.93], - [8.855, 41.937], - [8.854, 41.94], - [8.854, 41.944], - [8.865, 41.947], - [8.87, 41.95], - [8.87, 41.952], - [8.872, 41.954], - [8.863, 41.956], - [8.862, 41.957], - [8.855, 41.958], - [8.85, 41.957], - [8.846, 41.958], - [8.835, 41.958], - [8.826, 41.962], - [8.822, 41.96] - ] - ] - }, - "properties": { - "NOM_COM_M": "BASTELICACCIA", - "INSEE_COM": "2A032", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.803, 42.013], - [8.808, 42.009], - [8.809, 42.005], - [8.811, 42.003], - [8.811, 42], - [8.816, 42], - [8.814, 41.998], - [8.815, 41.995], - [8.813, 41.994], - [8.815, 41.991], - [8.816, 41.985], - [8.816, 41.981], - [8.813, 41.977], - [8.808, 41.973], - [8.807, 41.969], - [8.804, 41.966], - [8.81, 41.962], - [8.805, 41.959], - [8.789, 41.953], - [8.785, 41.953], - [8.786, 41.95], - [8.797, 41.95], - [8.803, 41.949], - [8.807, 41.949], - [8.813, 41.948], - [8.815, 41.95], - [8.818, 41.951], - [8.818, 41.955], - [8.822, 41.956], - [8.823, 41.958], - [8.822, 41.96], - [8.821, 41.961], - [8.823, 41.967], - [8.826, 41.968], - [8.829, 41.968], - [8.832, 41.969], - [8.833, 41.973], - [8.831, 41.975], - [8.835, 41.976], - [8.837, 41.979], - [8.843, 41.982], - [8.842, 41.985], - [8.845, 41.991], - [8.842, 41.996], - [8.848, 41.996], - [8.85, 42.002], - [8.852, 42.004], - [8.856, 42.005], - [8.857, 42.007], - [8.861, 42.008], - [8.864, 42.011], - [8.865, 42.014], - [8.867, 42.015], - [8.87, 42.02], - [8.869, 42.022], - [8.87, 42.024], - [8.867, 42.026], - [8.865, 42.031], - [8.867, 42.037], - [8.87, 42.04], - [8.869, 42.044], - [8.87, 42.049], - [8.866, 42.048], - [8.861, 42.048], - [8.857, 42.046], - [8.851, 42.046], - [8.846, 42.045], - [8.842, 42.043], - [8.835, 42.039], - [8.835, 42.034], - [8.836, 42.031], - [8.835, 42.029], - [8.835, 42.023], - [8.836, 42.02], - [8.835, 42.018], - [8.837, 42.016], - [8.831, 42.014], - [8.829, 42.01], - [8.826, 42.01], - [8.824, 42.011], - [8.819, 42.012], - [8.81, 42.012], - [8.807, 42.013], - [8.803, 42.013] - ] - ] - }, - "properties": { - "NOM_COM_M": "SARROLA CARCOPINO", - "INSEE_COM": "2A271", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.988, 41.909], - [8.988, 41.907], - [8.99, 41.903], - [8.988, 41.9], - [9.005, 41.896], - [9.011, 41.896], - [9.014, 41.897], - [9.023, 41.906], - [9.023, 41.91], - [9.026, 41.914], - [9.026, 41.919], - [9.023, 41.927], - [9.022, 41.928], - [9.02, 41.928], - [9.018, 41.924], - [9.012, 41.922], - [9.008, 41.918], - [9.005, 41.914], - [8.999, 41.911], - [8.995, 41.912], - [8.991, 41.911], - [8.988, 41.909] - ] - ] - }, - "properties": { - "NOM_COM_M": "QUASQUARA", - "INSEE_COM": "2A253", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.022, 41.928], - [9.023, 41.927], - [9.026, 41.919], - [9.026, 41.914], - [9.023, 41.91], - [9.023, 41.906], - [9.014, 41.897], - [9.014, 41.891], - [9.016, 41.887], - [9.009, 41.882], - [9.007, 41.88], - [9.011, 41.879], - [9.016, 41.881], - [9.021, 41.882], - [9.024, 41.885], - [9.03, 41.888], - [9.028, 41.89], - [9.031, 41.892], - [9.03, 41.894], - [9.038, 41.901], - [9.042, 41.904], - [9.042, 41.906], - [9.046, 41.909], - [9.053, 41.909], - [9.053, 41.912], - [9.058, 41.919], - [9.061, 41.921], - [9.063, 41.925], - [9.063, 41.927], - [9.065, 41.929], - [9.065, 41.934], - [9.061, 41.939], - [9.059, 41.943], - [9.061, 41.946], - [9.059, 41.947], - [9.056, 41.951], - [9.056, 41.956], - [9.053, 41.959], - [9.051, 41.96], - [9.047, 41.957], - [9.048, 41.955], - [9.045, 41.946], - [9.041, 41.947], - [9.039, 41.945], - [9.036, 41.944], - [9.036, 41.939], - [9.034, 41.936], - [9.029, 41.934], - [9.027, 41.932], - [9.025, 41.928], - [9.022, 41.928] - ] - ] - }, - "properties": { - "NOM_COM_M": "FRASSETO", - "INSEE_COM": "2A119", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.799, 42.083], - [8.802, 42.083], - [8.804, 42.085], - [8.808, 42.082], - [8.814, 42.082], - [8.82, 42.083], - [8.827, 42.083], - [8.828, 42.085], - [8.828, 42.088], - [8.827, 42.093], - [8.824, 42.095], - [8.82, 42.099], - [8.82, 42.101], - [8.818, 42.103], - [8.816, 42.107], - [8.813, 42.111], - [8.81, 42.112], - [8.806, 42.112], - [8.803, 42.114], - [8.8, 42.112], - [8.798, 42.109], - [8.793, 42.11], - [8.792, 42.107], - [8.786, 42.104], - [8.785, 42.103], - [8.782, 42.104], - [8.778, 42.104], - [8.774, 42.102], - [8.777, 42.102], - [8.779, 42.099], - [8.778, 42.094], - [8.782, 42.095], - [8.788, 42.094], - [8.787, 42.092], - [8.792, 42.089], - [8.793, 42.09], - [8.799, 42.089], - [8.799, 42.083] - ] - ] - }, - "properties": { - "NOM_COM_M": "ARRO", - "INSEE_COM": "2A022", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.228, 42.25], - [9.225, 42.255], - [9.226, 42.257], - [9.225, 42.26], - [9.226, 42.261], - [9.225, 42.264], - [9.228, 42.269], - [9.231, 42.273], - [9.234, 42.273], - [9.236, 42.277], - [9.233, 42.277], - [9.225, 42.285], - [9.223, 42.286], - [9.223, 42.289], - [9.222, 42.29], - [9.218, 42.288], - [9.215, 42.289], - [9.212, 42.288], - [9.208, 42.288], - [9.206, 42.285], - [9.208, 42.284], - [9.211, 42.279], - [9.206, 42.28], - [9.204, 42.282], - [9.201, 42.281], - [9.194, 42.281], - [9.189, 42.278], - [9.185, 42.277], - [9.18, 42.275], - [9.178, 42.274], - [9.177, 42.27], - [9.178, 42.268], - [9.176, 42.267], - [9.174, 42.263], - [9.175, 42.26], - [9.177, 42.259], - [9.178, 42.256], - [9.182, 42.257], - [9.185, 42.257], - [9.185, 42.254], - [9.19, 42.255], - [9.194, 42.255], - [9.196, 42.256], - [9.201, 42.255], - [9.206, 42.256], - [9.213, 42.254], - [9.212, 42.253], - [9.212, 42.249], - [9.213, 42.248], - [9.219, 42.249], - [9.225, 42.251], - [9.228, 42.25] - ] - ] - }, - "properties": { - "NOM_COM_M": "POGGIO DI VENACO", - "INSEE_COM": "2B238", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.364, 42.224], - [9.366, 42.219], - [9.37, 42.216], - [9.37, 42.21], - [9.371, 42.208], - [9.378, 42.206], - [9.379, 42.205], - [9.384, 42.203], - [9.384, 42.202], - [9.388, 42.2], - [9.393, 42.199], - [9.395, 42.2], - [9.398, 42.198], - [9.403, 42.196], - [9.404, 42.192], - [9.408, 42.189], - [9.408, 42.187], - [9.411, 42.183], - [9.411, 42.181], - [9.415, 42.177], - [9.418, 42.176], - [9.424, 42.171], - [9.425, 42.167], - [9.427, 42.167], - [9.429, 42.164], - [9.432, 42.162], - [9.433, 42.16], - [9.436, 42.158], - [9.437, 42.156], - [9.44, 42.154], - [9.447, 42.151], - [9.449, 42.148], - [9.453, 42.144], - [9.453, 42.146], - [9.455, 42.148], - [9.454, 42.15], - [9.452, 42.151], - [9.45, 42.155], - [9.447, 42.157], - [9.446, 42.159], - [9.443, 42.161], - [9.438, 42.163], - [9.438, 42.168], - [9.435, 42.171], - [9.431, 42.177], - [9.43, 42.18], - [9.431, 42.182], - [9.429, 42.184], - [9.428, 42.188], - [9.422, 42.188], - [9.42, 42.189], - [9.421, 42.191], - [9.421, 42.195], - [9.419, 42.199], - [9.42, 42.203], - [9.409, 42.207], - [9.409, 42.209], - [9.406, 42.209], - [9.404, 42.213], - [9.402, 42.215], - [9.399, 42.214], - [9.396, 42.214], - [9.395, 42.216], - [9.395, 42.22], - [9.388, 42.221], - [9.387, 42.224], - [9.385, 42.224], - [9.384, 42.228], - [9.385, 42.233], - [9.382, 42.234], - [9.381, 42.23], - [9.378, 42.228], - [9.371, 42.228], - [9.365, 42.225], - [9.364, 42.224] - ] - ] - }, - "properties": { - "NOM_COM_M": "PANCHERACCIA", - "INSEE_COM": "2B201", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.264, 42.652], - [9.263, 42.656], - [9.261, 42.659], - [9.262, 42.661], - [9.265, 42.663], - [9.266, 42.666], - [9.266, 42.672], - [9.264, 42.676], - [9.261, 42.676], - [9.258, 42.678], - [9.259, 42.681], - [9.258, 42.682], - [9.261, 42.687], - [9.263, 42.689], - [9.262, 42.692], - [9.259, 42.694], - [9.256, 42.695], - [9.251, 42.698], - [9.25, 42.697], - [9.246, 42.697], - [9.245, 42.7], - [9.243, 42.701], - [9.242, 42.699], - [9.237, 42.7], - [9.233, 42.704], - [9.235, 42.708], - [9.234, 42.709], - [9.229, 42.718], - [9.234, 42.72], - [9.233, 42.723], - [9.23, 42.725], - [9.228, 42.728], - [9.224, 42.731], - [9.224, 42.733], - [9.221, 42.735], - [9.218, 42.733], - [9.213, 42.733], - [9.21, 42.729], - [9.201, 42.725], - [9.198, 42.725], - [9.192, 42.727], - [9.188, 42.727], - [9.183, 42.73], - [9.178, 42.73], - [9.176, 42.732], - [9.17, 42.733], - [9.169, 42.736], - [9.163, 42.737], - [9.161, 42.735], - [9.157, 42.734], - [9.154, 42.735], - [9.151, 42.732], - [9.148, 42.731], - [9.145, 42.732], - [9.143, 42.734], - [9.14, 42.73], - [9.135, 42.728], - [9.132, 42.73], - [9.125, 42.732], - [9.121, 42.729], - [9.118, 42.728], - [9.118, 42.724], - [9.114, 42.727], - [9.112, 42.726], - [9.11, 42.723], - [9.106, 42.724], - [9.103, 42.72], - [9.101, 42.719], - [9.1, 42.716], - [9.106, 42.711], - [9.111, 42.71], - [9.111, 42.708], - [9.115, 42.705], - [9.12, 42.702], - [9.126, 42.701], - [9.129, 42.699], - [9.13, 42.697], - [9.136, 42.692], - [9.132, 42.688], - [9.13, 42.682], - [9.131, 42.681], - [9.135, 42.681], - [9.14, 42.677], - [9.144, 42.675], - [9.144, 42.672], - [9.141, 42.671], - [9.138, 42.668], - [9.142, 42.666], - [9.144, 42.667], - [9.146, 42.666], - [9.149, 42.667], - [9.153, 42.666], - [9.155, 42.663], - [9.157, 42.662], - [9.157, 42.66], - [9.163, 42.656], - [9.162, 42.654], - [9.163, 42.652], - [9.167, 42.648], - [9.173, 42.64], - [9.181, 42.636], - [9.2, 42.621], - [9.211, 42.616], - [9.221, 42.61], - [9.236, 42.602], - [9.242, 42.601], - [9.247, 42.599], - [9.256, 42.599], - [9.257, 42.601], - [9.26, 42.602], - [9.264, 42.601], - [9.268, 42.602], - [9.269, 42.604], - [9.271, 42.604], - [9.274, 42.607], - [9.278, 42.609], - [9.282, 42.609], - [9.286, 42.61], - [9.294, 42.614], - [9.298, 42.614], - [9.299, 42.615], - [9.294, 42.619], - [9.289, 42.622], - [9.288, 42.625], - [9.285, 42.626], - [9.286, 42.631], - [9.283, 42.634], - [9.277, 42.638], - [9.277, 42.64], - [9.274, 42.64], - [9.264, 42.652] - ] - ] - }, - "properties": { - "NOM_COM_M": "SANTO PIETRO DI TENDA", - "INSEE_COM": "2B314", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [9.404, 43.006], - [9.405, 43.002], - [9.411, 42.995], - [9.413, 42.988], - [9.413, 42.982], - [9.415, 42.98], - [9.413, 42.978], - [9.409, 42.977], - [9.409, 42.974], - [9.407, 42.974], - [9.401, 42.966], - [9.393, 42.958], - [9.393, 42.954], - [9.397, 42.951], - [9.393, 42.949], - [9.394, 42.947], - [9.393, 42.945], - [9.397, 42.945], - [9.397, 42.943], - [9.4, 42.941], - [9.4, 42.939], - [9.403, 42.939], - [9.41, 42.936], - [9.419, 42.938], - [9.421, 42.938], - [9.425, 42.94], - [9.427, 42.947], - [9.431, 42.948], - [9.434, 42.952], - [9.439, 42.953], - [9.444, 42.955], - [9.449, 42.955], - [9.455, 42.957], - [9.451, 42.963], - [9.454, 42.966], - [9.457, 42.965], - [9.457, 42.968], - [9.454, 42.973], - [9.455, 42.976], - [9.46, 42.977], - [9.462, 42.981], - [9.461, 42.983], - [9.464, 42.985], - [9.463, 42.987], - [9.46, 42.988], - [9.454, 42.988], - [9.449, 42.991], - [9.447, 42.993], - [9.444, 42.993], - [9.443, 42.995], - [9.445, 42.996], - [9.441, 43.001], - [9.44, 43], - [9.43, 43.003], - [9.43, 43.006], - [9.429, 43.009], - [9.424, 43.01], - [9.421, 43.012], - [9.418, 43.011], - [9.415, 43.007], - [9.406, 43.005], - [9.404, 43.006] - ] - ] - }, - "properties": { - "NOM_COM_M": "ROGLIANO", - "INSEE_COM": "2B261", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.924, 42.638], - [8.923, 42.64], - [8.915, 42.634], - [8.914, 42.631], - [8.912, 42.629], - [8.904, 42.627], - [8.899, 42.628], - [8.895, 42.628], - [8.894, 42.63], - [8.891, 42.627], - [8.889, 42.63], - [8.885, 42.628], - [8.88, 42.629], - [8.88, 42.626], - [8.884, 42.625], - [8.879, 42.623], - [8.881, 42.621], - [8.877, 42.62], - [8.874, 42.618], - [8.876, 42.615], - [8.876, 42.61], - [8.881, 42.607], - [8.883, 42.608], - [8.89, 42.605], - [8.899, 42.603], - [8.906, 42.6], - [8.909, 42.602], - [8.919, 42.602], - [8.919, 42.604], - [8.917, 42.605], - [8.914, 42.608], - [8.917, 42.611], - [8.917, 42.614], - [8.919, 42.616], - [8.92, 42.619], - [8.923, 42.621], - [8.924, 42.626], - [8.923, 42.631], - [8.924, 42.635], - [8.924, 42.638] - ] - ] - }, - "properties": { - "NOM_COM_M": "CORBARA", - "INSEE_COM": "2B093", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.919, 42.498], - [8.915, 42.501], - [8.908, 42.503], - [8.899, 42.505], - [8.894, 42.509], - [8.886, 42.513], - [8.882, 42.511], - [8.874, 42.517], - [8.871, 42.516], - [8.869, 42.518], - [8.869, 42.52], - [8.865, 42.52], - [8.858, 42.524], - [8.856, 42.525], - [8.851, 42.523], - [8.844, 42.527], - [8.836, 42.533], - [8.829, 42.535], - [8.828, 42.534], - [8.824, 42.534], - [8.823, 42.535], - [8.818, 42.537], - [8.815, 42.537], - [8.808, 42.532], - [8.8, 42.528], - [8.795, 42.53], - [8.795, 42.526], - [8.794, 42.525], - [8.782, 42.519], - [8.779, 42.517], - [8.772, 42.517], - [8.768, 42.515], - [8.766, 42.515], - [8.764, 42.517], - [8.76, 42.518], - [8.754, 42.526], - [8.746, 42.526], - [8.742, 42.531], - [8.743, 42.533], - [8.74, 42.535], - [8.736, 42.536], - [8.735, 42.535], - [8.731, 42.535], - [8.723, 42.533], - [8.722, 42.53], - [8.717, 42.529], - [8.72, 42.528], - [8.72, 42.525], - [8.718, 42.524], - [8.712, 42.525], - [8.71, 42.523], - [8.707, 42.523], - [8.704, 42.527], - [8.703, 42.526], - [8.699, 42.527], - [8.695, 42.525], - [8.697, 42.523], - [8.696, 42.521], - [8.689, 42.519], - [8.683, 42.515], - [8.68, 42.518], - [8.676, 42.517], - [8.675, 42.519], - [8.667, 42.516], - [8.665, 42.513], - [8.666, 42.512], - [8.666, 42.502], - [8.667, 42.498], - [8.666, 42.496], - [8.66, 42.488], - [8.657, 42.485], - [8.654, 42.484], - [8.654, 42.481], - [8.652, 42.481], - [8.65, 42.478], - [8.649, 42.475], - [8.651, 42.474], - [8.656, 42.476], - [8.664, 42.475], - [8.667, 42.476], - [8.669, 42.475], - [8.672, 42.477], - [8.675, 42.476], - [8.679, 42.473], - [8.68, 42.47], - [8.679, 42.467], - [8.685, 42.463], - [8.691, 42.462], - [8.695, 42.46], - [8.699, 42.46], - [8.703, 42.459], - [8.708, 42.46], - [8.719, 42.457], - [8.721, 42.456], - [8.723, 42.452], - [8.726, 42.451], - [8.728, 42.447], - [8.732, 42.446], - [8.735, 42.442], - [8.736, 42.444], - [8.739, 42.446], - [8.745, 42.447], - [8.746, 42.449], - [8.75, 42.453], - [8.753, 42.455], - [8.756, 42.456], - [8.763, 42.461], - [8.772, 42.462], - [8.78, 42.458], - [8.783, 42.457], - [8.785, 42.458], - [8.788, 42.457], - [8.79, 42.455], - [8.793, 42.455], - [8.797, 42.451], - [8.799, 42.45], - [8.802, 42.446], - [8.8, 42.442], - [8.8, 42.435], - [8.805, 42.431], - [8.807, 42.431], - [8.809, 42.429], - [8.812, 42.429], - [8.817, 42.428], - [8.823, 42.428], - [8.829, 42.425], - [8.839, 42.421], - [8.838, 42.419], - [8.846, 42.416], - [8.85, 42.417], - [8.854, 42.417], - [8.856, 42.419], - [8.862, 42.421], - [8.865, 42.42], - [8.868, 42.42], - [8.873, 42.418], - [8.877, 42.417], - [8.879, 42.414], - [8.884, 42.413], - [8.887, 42.414], - [8.892, 42.413], - [8.894, 42.414], - [8.897, 42.412], - [8.899, 42.413], - [8.904, 42.413], - [8.907, 42.411], - [8.911, 42.41], - [8.916, 42.414], - [8.916, 42.421], - [8.918, 42.424], - [8.921, 42.426], - [8.92, 42.431], - [8.917, 42.432], - [8.917, 42.44], - [8.916, 42.444], - [8.913, 42.446], - [8.914, 42.449], - [8.918, 42.455], - [8.919, 42.46], - [8.918, 42.462], - [8.917, 42.467], - [8.916, 42.47], - [8.914, 42.472], - [8.917, 42.474], - [8.918, 42.477], - [8.924, 42.483], - [8.924, 42.486], - [8.922, 42.488], - [8.922, 42.492], - [8.92, 42.497], - [8.919, 42.498] - ], - [ - [8.843, 42.509], - [8.84, 42.504], - [8.839, 42.505], - [8.835, 42.505], - [8.833, 42.5], - [8.83, 42.497], - [8.829, 42.495], - [8.822, 42.494], - [8.815, 42.491], - [8.809, 42.485], - [8.805, 42.487], - [8.802, 42.492], - [8.801, 42.497], - [8.801, 42.502], - [8.8, 42.506], - [8.8, 42.513], - [8.801, 42.514], - [8.805, 42.511], - [8.808, 42.512], - [8.814, 42.509], - [8.817, 42.509], - [8.821, 42.512], - [8.821, 42.515], - [8.828, 42.515], - [8.834, 42.519], - [8.838, 42.52], - [8.839, 42.517], - [8.842, 42.513], - [8.843, 42.509] - ] - ] - }, - "properties": { - "NOM_COM_M": "CALENZANA", - "INSEE_COM": "2B049", - "INSEE_DEP": "2B" - } - }, - { - "type": "Feature", - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [9.396, 41.67], - [9.394, 41.673], - [9.389, 41.67], - [9.391, 41.668], - [9.394, 41.67], - [9.396, 41.67] - ] - ], - [ - [ - [9.244, 41.682], - [9.254, 41.689], - [9.258, 41.691], - [9.264, 41.693], - [9.268, 41.696], - [9.275, 41.698], - [9.292, 41.701], - [9.299, 41.7], - [9.305, 41.695], - [9.31, 41.698], - [9.313, 41.698], - [9.316, 41.696], - [9.322, 41.7], - [9.327, 41.697], - [9.328, 41.695], - [9.331, 41.692], - [9.333, 41.692], - [9.336, 41.686], - [9.342, 41.684], - [9.344, 41.681], - [9.342, 41.68], - [9.341, 41.677], - [9.344, 41.676], - [9.343, 41.672], - [9.338, 41.668], - [9.343, 41.652], - [9.35, 41.641], - [9.351, 41.64], - [9.355, 41.641], - [9.358, 41.641], - [9.363, 41.64], - [9.364, 41.636], - [9.367, 41.636], - [9.371, 41.637], - [9.371, 41.639], - [9.373, 41.641], - [9.372, 41.644], - [9.376, 41.644], - [9.378, 41.649], - [9.381, 41.648], - [9.381, 41.651], - [9.385, 41.652], - [9.386, 41.656], - [9.389, 41.657], - [9.385, 41.66], - [9.382, 41.661], - [9.381, 41.663], - [9.384, 41.668], - [9.387, 41.669], - [9.382, 41.671], - [9.379, 41.669], - [9.375, 41.671], - [9.373, 41.675], - [9.373, 41.679], - [9.374, 41.681], - [9.377, 41.683], - [9.378, 41.685], - [9.381, 41.688], - [9.386, 41.69], - [9.387, 41.691], - [9.39, 41.689], - [9.398, 41.691], - [9.401, 41.695], - [9.401, 41.698], - [9.4, 41.701], - [9.402, 41.707], - [9.405, 41.709], - [9.403, 41.712], - [9.406, 41.713], - [9.405, 41.715], - [9.402, 41.716], - [9.402, 41.718], - [9.4, 41.721], - [9.396, 41.72], - [9.39, 41.722], - [9.387, 41.724], - [9.384, 41.722], - [9.382, 41.725], - [9.379, 41.723], - [9.377, 41.723], - [9.374, 41.721], - [9.37, 41.72], - [9.366, 41.721], - [9.367, 41.717], - [9.367, 41.714], - [9.366, 41.709], - [9.358, 41.706], - [9.356, 41.704], - [9.352, 41.702], - [9.349, 41.703], - [9.344, 41.702], - [9.34, 41.703], - [9.337, 41.703], - [9.333, 41.707], - [9.32, 41.708], - [9.31, 41.711], - [9.305, 41.714], - [9.305, 41.716], - [9.311, 41.721], - [9.312, 41.733], - [9.315, 41.744], - [9.318, 41.746], - [9.307, 41.75], - [9.298, 41.751], - [9.287, 41.755], - [9.28, 41.757], - [9.261, 41.761], - [9.258, 41.765], - [9.25, 41.766], - [9.247, 41.766], - [9.237, 41.772], - [9.232, 41.774], - [9.234, 41.782], - [9.228, 41.788], - [9.224, 41.796], - [9.219, 41.795], - [9.217, 41.791], - [9.214, 41.79], - [9.211, 41.786], - [9.206, 41.787], - [9.203, 41.784], - [9.202, 41.779], - [9.198, 41.778], - [9.195, 41.775], - [9.186, 41.773], - [9.18, 41.772], - [9.176, 41.769], - [9.173, 41.768], - [9.171, 41.766], - [9.166, 41.765], - [9.165, 41.763], - [9.162, 41.761], - [9.161, 41.758], - [9.154, 41.754], - [9.154, 41.752], - [9.151, 41.752], - [9.15, 41.747], - [9.147, 41.747], - [9.145, 41.743], - [9.141, 41.743], - [9.14, 41.74], - [9.137, 41.738], - [9.148, 41.74], - [9.15, 41.739], - [9.156, 41.738], - [9.157, 41.735], - [9.16, 41.733], - [9.166, 41.732], - [9.169, 41.732], - [9.17, 41.73], - [9.168, 41.727], - [9.168, 41.723], - [9.167, 41.72], - [9.175, 41.715], - [9.184, 41.711], - [9.191, 41.707], - [9.195, 41.702], - [9.203, 41.695], - [9.209, 41.694], - [9.22, 41.691], - [9.222, 41.689], - [9.233, 41.687], - [9.236, 41.687], - [9.24, 41.686], - [9.244, 41.682] - ] - ] - ] - }, - "properties": { - "NOM_COM_M": "ZONZA", - "INSEE_COM": "2A362", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.703, 42.185], - [8.7, 42.185], - [8.697, 42.183], - [8.693, 42.178], - [8.682, 42.172], - [8.683, 42.17], - [8.687, 42.17], - [8.686, 42.168], - [8.688, 42.166], - [8.685, 42.161], - [8.684, 42.161], - [8.682, 42.157], - [8.683, 42.153], - [8.682, 42.15], - [8.68, 42.15], - [8.679, 42.147], - [8.675, 42.144], - [8.676, 42.142], - [8.676, 42.138], - [8.672, 42.136], - [8.673, 42.134], - [8.671, 42.13], - [8.668, 42.13], - [8.664, 42.129], - [8.663, 42.127], - [8.66, 42.125], - [8.659, 42.122], - [8.657, 42.122], - [8.651, 42.117], - [8.653, 42.113], - [8.657, 42.111], - [8.659, 42.107], - [8.658, 42.105], - [8.66, 42.101], - [8.663, 42.103], - [8.664, 42.106], - [8.666, 42.107], - [8.675, 42.107], - [8.68, 42.105], - [8.683, 42.108], - [8.686, 42.109], - [8.688, 42.111], - [8.689, 42.115], - [8.694, 42.115], - [8.698, 42.114], - [8.702, 42.111], - [8.701, 42.116], - [8.701, 42.12], - [8.703, 42.121], - [8.705, 42.127], - [8.705, 42.129], - [8.708, 42.133], - [8.711, 42.136], - [8.715, 42.142], - [8.72, 42.143], - [8.725, 42.14], - [8.73, 42.139], - [8.731, 42.137], - [8.735, 42.141], - [8.738, 42.142], - [8.743, 42.142], - [8.746, 42.14], - [8.752, 42.138], - [8.758, 42.133], - [8.763, 42.135], - [8.768, 42.135], - [8.77, 42.136], - [8.775, 42.136], - [8.775, 42.14], - [8.781, 42.148], - [8.783, 42.15], - [8.787, 42.152], - [8.793, 42.152], - [8.796, 42.153], - [8.797, 42.152], - [8.804, 42.152], - [8.807, 42.151], - [8.812, 42.155], - [8.811, 42.158], - [8.816, 42.164], - [8.818, 42.164], - [8.818, 42.167], - [8.821, 42.17], - [8.82, 42.176], - [8.813, 42.179], - [8.812, 42.181], - [8.813, 42.185], - [8.816, 42.189], - [8.818, 42.188], - [8.82, 42.191], - [8.818, 42.192], - [8.815, 42.19], - [8.808, 42.19], - [8.805, 42.188], - [8.798, 42.188], - [8.797, 42.187], - [8.795, 42.183], - [8.796, 42.181], - [8.792, 42.176], - [8.787, 42.171], - [8.787, 42.169], - [8.784, 42.166], - [8.781, 42.167], - [8.776, 42.162], - [8.772, 42.162], - [8.769, 42.164], - [8.767, 42.163], - [8.765, 42.166], - [8.763, 42.166], - [8.761, 42.168], - [8.757, 42.167], - [8.753, 42.168], - [8.752, 42.167], - [8.745, 42.172], - [8.737, 42.171], - [8.732, 42.172], - [8.723, 42.175], - [8.721, 42.174], - [8.718, 42.176], - [8.714, 42.18], - [8.71, 42.183], - [8.705, 42.184], - [8.703, 42.185] - ] - ] - }, - "properties": { - "NOM_COM_M": "VICO", - "INSEE_COM": "2A348", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.917, 42.145], - [8.914, 42.148], - [8.915, 42.151], - [8.913, 42.153], - [8.913, 42.155], - [8.911, 42.157], - [8.913, 42.163], - [8.915, 42.166], - [8.92, 42.167], - [8.921, 42.171], - [8.923, 42.177], - [8.919, 42.178], - [8.919, 42.181], - [8.916, 42.182], - [8.908, 42.181], - [8.907, 42.182], - [8.902, 42.18], - [8.897, 42.179], - [8.892, 42.177], - [8.891, 42.176], - [8.884, 42.177], - [8.88, 42.178], - [8.878, 42.175], - [8.878, 42.165], - [8.876, 42.164], - [8.874, 42.158], - [8.884, 42.148], - [8.887, 42.148], - [8.893, 42.148], - [8.897, 42.141], - [8.902, 42.141], - [8.913, 42.143], - [8.916, 42.143], - [8.917, 42.145] - ] - ] - }, - "properties": { - "NOM_COM_M": "POGGIOLO", - "INSEE_COM": "2A240", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.802, 41.908], - [8.801, 41.909], - [8.798, 41.908], - [8.798, 41.905], - [8.801, 41.901], - [8.803, 41.895], - [8.803, 41.891], - [8.8, 41.89], - [8.792, 41.885], - [8.788, 41.884], - [8.787, 41.885], - [8.781, 41.883], - [8.78, 41.881], - [8.784, 41.88], - [8.786, 41.878], - [8.781, 41.874], - [8.781, 41.873], - [8.786, 41.872], - [8.786, 41.869], - [8.788, 41.868], - [8.794, 41.867], - [8.796, 41.868], - [8.798, 41.867], - [8.803, 41.869], - [8.804, 41.871], - [8.807, 41.874], - [8.809, 41.875], - [8.814, 41.874], - [8.816, 41.875], - [8.821, 41.874], - [8.823, 41.872], - [8.834, 41.875], - [8.837, 41.874], - [8.841, 41.875], - [8.846, 41.873], - [8.851, 41.872], - [8.851, 41.87], - [8.854, 41.868], - [8.858, 41.872], - [8.859, 41.874], - [8.858, 41.877], - [8.859, 41.879], - [8.858, 41.881], - [8.855, 41.883], - [8.86, 41.888], - [8.867, 41.887], - [8.872, 41.887], - [8.876, 41.886], - [8.879, 41.887], - [8.881, 41.886], - [8.883, 41.887], - [8.886, 41.885], - [8.89, 41.884], - [8.893, 41.884], - [8.896, 41.883], - [8.902, 41.877], - [8.907, 41.877], - [8.915, 41.88], - [8.922, 41.878], - [8.927, 41.877], - [8.932, 41.878], - [8.934, 41.875], - [8.939, 41.876], - [8.94, 41.871], - [8.944, 41.87], - [8.945, 41.867], - [8.948, 41.867], - [8.953, 41.865], - [8.953, 41.863], - [8.959, 41.864], - [8.961, 41.863], - [8.959, 41.86], - [8.961, 41.855], - [8.967, 41.854], - [8.97, 41.855], - [8.973, 41.858], - [8.973, 41.86], - [8.976, 41.863], - [8.974, 41.868], - [8.974, 41.87], - [8.969, 41.868], - [8.967, 41.869], - [8.967, 41.874], - [8.968, 41.878], - [8.967, 41.88], - [8.964, 41.881], - [8.962, 41.883], - [8.96, 41.887], - [8.955, 41.893], - [8.957, 41.896], - [8.96, 41.897], - [8.955, 41.899], - [8.952, 41.904], - [8.946, 41.9], - [8.948, 41.895], - [8.934, 41.889], - [8.932, 41.89], - [8.929, 41.895], - [8.927, 41.897], - [8.923, 41.897], - [8.92, 41.896], - [8.917, 41.893], - [8.912, 41.891], - [8.909, 41.892], - [8.906, 41.892], - [8.902, 41.893], - [8.901, 41.89], - [8.898, 41.89], - [8.897, 41.888], - [8.891, 41.886], - [8.882, 41.889], - [8.867, 41.893], - [8.86, 41.894], - [8.861, 41.892], - [8.861, 41.889], - [8.854, 41.889], - [8.847, 41.888], - [8.844, 41.886], - [8.837, 41.888], - [8.833, 41.893], - [8.834, 41.895], - [8.833, 41.898], - [8.83, 41.904], - [8.827, 41.906], - [8.823, 41.907], - [8.819, 41.907], - [8.815, 41.909], - [8.811, 41.908], - [8.808, 41.904], - [8.805, 41.903], - [8.803, 41.904], - [8.802, 41.908] - ] - ] - }, - "properties": { - "NOM_COM_M": "GROSSETO PRUGNA", - "INSEE_COM": "2A130", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.913, 41.823], - [8.915, 41.826], - [8.913, 41.827], - [8.914, 41.829], - [8.913, 41.834], - [8.916, 41.835], - [8.915, 41.837], - [8.91, 41.838], - [8.911, 41.841], - [8.913, 41.841], - [8.913, 41.844], - [8.908, 41.845], - [8.904, 41.854], - [8.901, 41.856], - [8.895, 41.852], - [8.892, 41.844], - [8.888, 41.842], - [8.887, 41.84], - [8.882, 41.838], - [8.878, 41.838], - [8.877, 41.836], - [8.874, 41.833], - [8.876, 41.83], - [8.875, 41.826], - [8.871, 41.825], - [8.869, 41.827], - [8.865, 41.827], - [8.86, 41.823], - [8.864, 41.819], - [8.862, 41.818], - [8.855, 41.817], - [8.853, 41.815], - [8.851, 41.816], - [8.85, 41.814], - [8.848, 41.814], - [8.845, 41.811], - [8.84, 41.81], - [8.836, 41.808], - [8.834, 41.803], - [8.83, 41.803], - [8.83, 41.799], - [8.827, 41.797], - [8.827, 41.795], - [8.824, 41.794], - [8.821, 41.791], - [8.824, 41.789], - [8.833, 41.786], - [8.823, 41.779], - [8.821, 41.773], - [8.823, 41.771], - [8.823, 41.767], - [8.825, 41.764], - [8.828, 41.762], - [8.833, 41.763], - [8.837, 41.763], - [8.842, 41.76], - [8.847, 41.761], - [8.849, 41.757], - [8.852, 41.757], - [8.854, 41.758], - [8.857, 41.755], - [8.864, 41.757], - [8.866, 41.76], - [8.868, 41.76], - [8.867, 41.764], - [8.863, 41.765], - [8.863, 41.767], - [8.861, 41.771], - [8.863, 41.774], - [8.86, 41.777], - [8.863, 41.778], - [8.867, 41.782], - [8.876, 41.781], - [8.874, 41.784], - [8.874, 41.787], - [8.875, 41.79], - [8.88, 41.797], - [8.883, 41.798], - [8.885, 41.801], - [8.886, 41.805], - [8.888, 41.807], - [8.89, 41.812], - [8.893, 41.811], - [8.894, 41.809], - [8.896, 41.809], - [8.903, 41.815], - [8.903, 41.818], - [8.907, 41.819], - [8.909, 41.822], - [8.913, 41.823] - ] - ] - }, - "properties": { - "NOM_COM_M": "COGNOCOLI MONTICCHI", - "INSEE_COM": "2A091", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.702, 42.111], - [8.702, 42.108], - [8.7, 42.107], - [8.701, 42.105], - [8.706, 42.103], - [8.71, 42.096], - [8.708, 42.094], - [8.708, 42.092], - [8.704, 42.087], - [8.71, 42.087], - [8.716, 42.081], - [8.717, 42.078], - [8.723, 42.078], - [8.728, 42.08], - [8.73, 42.079], - [8.73, 42.077], - [8.734, 42.076], - [8.738, 42.078], - [8.739, 42.081], - [8.737, 42.084], - [8.74, 42.087], - [8.744, 42.087], - [8.749, 42.09], - [8.754, 42.09], - [8.757, 42.091], - [8.757, 42.094], - [8.759, 42.099], - [8.763, 42.103], - [8.766, 42.103], - [8.766, 42.106], - [8.77, 42.111], - [8.777, 42.113], - [8.778, 42.114], - [8.778, 42.118], - [8.776, 42.119], - [8.777, 42.121], - [8.772, 42.126], - [8.767, 42.128], - [8.769, 42.133], - [8.768, 42.135], - [8.763, 42.135], - [8.758, 42.133], - [8.752, 42.138], - [8.746, 42.14], - [8.743, 42.142], - [8.738, 42.142], - [8.735, 42.141], - [8.731, 42.137], - [8.73, 42.139], - [8.725, 42.14], - [8.72, 42.143], - [8.715, 42.142], - [8.711, 42.136], - [8.708, 42.133], - [8.705, 42.129], - [8.705, 42.127], - [8.703, 42.121], - [8.701, 42.12], - [8.701, 42.116], - [8.702, 42.111] - ] - ] - }, - "properties": { - "NOM_COM_M": "COGGIA", - "INSEE_COM": "2A090", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [8.86, 41.823], - [8.865, 41.827], - [8.869, 41.827], - [8.871, 41.825], - [8.875, 41.826], - [8.876, 41.83], - [8.874, 41.833], - [8.877, 41.836], - [8.878, 41.838], - [8.882, 41.838], - [8.887, 41.84], - [8.888, 41.842], - [8.892, 41.844], - [8.895, 41.852], - [8.901, 41.856], - [8.904, 41.854], - [8.908, 41.845], - [8.913, 41.844], - [8.912, 41.845], - [8.916, 41.85], - [8.917, 41.854], - [8.921, 41.855], - [8.924, 41.854], - [8.93, 41.853], - [8.933, 41.851], - [8.933, 41.849], - [8.936, 41.848], - [8.934, 41.846], - [8.937, 41.845], - [8.94, 41.845], - [8.943, 41.845], - [8.944, 41.847], - [8.947, 41.848], - [8.954, 41.848], - [8.958, 41.847], - [8.96, 41.849], - [8.959, 41.852], - [8.961, 41.855], - [8.959, 41.86], - [8.961, 41.863], - [8.959, 41.864], - [8.953, 41.863], - [8.953, 41.865], - [8.948, 41.867], - [8.945, 41.867], - [8.944, 41.87], - [8.94, 41.871], - [8.939, 41.876], - [8.934, 41.875], - [8.932, 41.878], - [8.927, 41.877], - [8.922, 41.878], - [8.915, 41.88], - [8.907, 41.877], - [8.902, 41.877], - [8.896, 41.883], - [8.893, 41.884], - [8.89, 41.884], - [8.886, 41.885], - [8.883, 41.887], - [8.881, 41.886], - [8.879, 41.887], - [8.876, 41.886], - [8.872, 41.887], - [8.867, 41.887], - [8.86, 41.888], - [8.855, 41.883], - [8.858, 41.881], - [8.859, 41.879], - [8.858, 41.877], - [8.859, 41.874], - [8.858, 41.872], - [8.854, 41.868], - [8.851, 41.87], - [8.851, 41.872], - [8.846, 41.873], - [8.841, 41.875], - [8.837, 41.874], - [8.834, 41.875], - [8.823, 41.872], - [8.821, 41.874], - [8.816, 41.875], - [8.814, 41.874], - [8.809, 41.875], - [8.807, 41.874], - [8.804, 41.871], - [8.803, 41.869], - [8.798, 41.867], - [8.796, 41.868], - [8.794, 41.867], - [8.788, 41.868], - [8.79, 41.868], - [8.791, 41.865], - [8.791, 41.856], - [8.79, 41.853], - [8.792, 41.851], - [8.797, 41.853], - [8.803, 41.853], - [8.804, 41.854], - [8.81, 41.857], - [8.811, 41.858], - [8.814, 41.857], - [8.816, 41.858], - [8.822, 41.859], - [8.823, 41.856], - [8.826, 41.856], - [8.829, 41.853], - [8.835, 41.854], - [8.837, 41.851], - [8.834, 41.85], - [8.837, 41.847], - [8.839, 41.847], - [8.842, 41.849], - [8.845, 41.85], - [8.844, 41.846], - [8.849, 41.845], - [8.849, 41.839], - [8.855, 41.84], - [8.854, 41.835], - [8.858, 41.826], - [8.858, 41.824], - [8.86, 41.823] - ] - ] - }, - "properties": { - "NOM_COM_M": "ALBITRECCIA", - "INSEE_COM": "2A008", - "INSEE_DEP": "2A" - } - }, - { - "type": "Feature", - "geometry": { - "type": "MultiPolygon", - "coordinates": [ - [ - [ - [8.598, 41.88], - [8.596, 41.881], - [8.592, 41.878], - [8.587, 41.876], - [8.587, 41.874], - [8.594, 41.874], - [8.593, 41.876], - [8.598, 41.88] - ] - ], - [ - [ - [8.623, 41.971], - [8.617, 41.971], - [8.614, 41.972], - [8.609, 41.968], - [8.599, 41.967], - [8.593, 41.965], - [8.591, 41.962], - [8.592, 41.961], - [8.598, 41.96], - [8.6, 41.957], - [8.598, 41.953], - [8.603, 41.952], - [8.606, 41.952], - [8.606, 41.948], - [8.608, 41.946], - [8.607, 41.942], - [8.61, 41.94], - [8.62, 41.94], - [8.624, 41.935], - [8.623, 41.932], - [8.621, 41.932], - [8.62, 41.93], - [8.623, 41.928], - [8.623, 41.926], - [8.615, 41.923], - [8.616, 41.919], - [8.612, 41.916], - [8.61, 41.912], - [8.61, 41.907], - [8.612, 41.907], - [8.614, 41.904], - [8.614, 41.901], - [8.612, 41.901], - [8.607, 41.895], - [8.609, 41.894], - [8.61, 41.896], - [8.614, 41.898], - [8.617, 41.901], - [8.622, 41.902], - [8.625, 41.902], - [8.629, 41.905], - [8.63, 41.907], - [8.638, 41.908], - [8.642, 41.91], - [8.647, 41.91], - [8.65, 41.909], - [8.655, 41.909], - [8.66, 41.907], - [8.664, 41.908], - [8.671, 41.905], - [8.673, 41.906], - [8.676, 41.904], - [8.678, 41.907], - [8.688, 41.909], - [8.701, 41.909], - [8.706, 41.907], - [8.709, 41.908], - [8.715, 41.909], - [8.719, 41.908], - [8.724, 41.912], - [8.728, 41.912], - [8.73, 41.913], - [8.731, 41.916], - [8.735, 41.917], - [8.739, 41.916], - [8.74, 41.918], - [8.741, 41.924], - [8.74, 41.926], - [8.741, 41.928], - [8.74, 41.93], - [8.741, 41.932], - [8.747, 41.934], - [8.755, 41.933], - [8.756, 41.93], - [8.758, 41.928], - [8.758, 41.926], - [8.765, 41.923], - [8.767, 41.926], - [8.771, 41.928], - [8.779, 41.926], - [8.79, 41.917], - [8.797, 41.908], - [8.798, 41.905], - [8.798, 41.908], - [8.801, 41.909], - [8.802, 41.908], - [8.803, 41.908], - [8.804, 41.914], - [8.807, 41.915], - [8.812, 41.915], - [8.813, 41.916], - [8.821, 41.919], - [8.82, 41.921], - [8.816, 41.922], - [8.815, 41.925], - [8.821, 41.931], - [8.814, 41.933], - [8.815, 41.937], - [8.818, 41.941], - [8.816, 41.942], - [8.822, 41.949], - [8.821, 41.951], - [8.818, 41.951], - [8.815, 41.95], - [8.813, 41.948], - [8.807, 41.949], - [8.803, 41.949], - [8.797, 41.95], - [8.786, 41.95], - [8.785, 41.953], - [8.785, 41.955], - [8.782, 41.959], - [8.775, 41.961], - [8.769, 41.962], - [8.768, 41.96], - [8.769, 41.958], - [8.767, 41.957], - [8.758, 41.957], - [8.756, 41.956], - [8.752, 41.958], - [8.751, 41.96], - [8.748, 41.961], - [8.742, 41.961], - [8.743, 41.958], - [8.739, 41.957], - [8.738, 41.959], - [8.732, 41.959], - [8.729, 41.96], - [8.726, 41.96], - [8.726, 41.958], - [8.723, 41.958], - [8.72, 41.955], - [8.718, 41.952], - [8.72, 41.95], - [8.72, 41.948], - [8.716, 41.949], - [8.715, 41.951], - [8.711, 41.951], - [8.71, 41.949], - [8.711, 41.947], - [8.707, 41.946], - [8.704, 41.947], - [8.701, 41.953], - [8.694, 41.95], - [8.69, 41.95], - [8.687, 41.948], - [8.681, 41.948], - [8.679, 41.946], - [8.677, 41.947], - [8.67, 41.947], - [8.669, 41.948], - [8.664, 41.956], - [8.66, 41.956], - [8.653, 41.958], - [8.65, 41.958], - [8.648, 41.963], - [8.64, 41.963], - [8.638, 41.964], - [8.631, 41.963], - [8.626, 41.966], - [8.623, 41.966], - [8.622, 41.968], - [8.623, 41.971] - ] - ] - ] - }, - "properties": { - "NOM_COM_M": "AJACCIO", - "INSEE_COM": "2A004", - "INSEE_DEP": "2A" - } - }, { "type": "Feature", "geometry": {